@charset "UTF-8";
@import url(normalize.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body {
  line-height: 1.5em;
  background-color: #fffcf6;
  font-size: 14px;
  width: 100%;
  color: #777777;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #54A029;
}

ins {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  ins {
    margin-top: 0.5em;
  }
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin-bottom: 1em;
}

/*__________________汎用____*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear-b {
  clear: both;
}

.m-t30 {
  margin-top: 30px;
}

.m-t60 {
  margin-top: 60px;
}

.m-b30 {
  margin-bottom: 2%;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l10 {
  margin-left: 10px;
}

.m-r20 {
  margin-right: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-b30 {
  padding-bottom: 30px;
}

.me-img {
  max-width: 100%;
  height: auto;
}

.w1024 {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .w1024 {
    width: auto;
  }
}

.widthp {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .widthp {
    width: auto;
  }
}

/*__________________汎用 既存____*/
.box_pad_20 {
  padding: 20px;
}

.mar_0_5_0_5 {
  margin: 0px 5px 0px 5px;
}

.m_t_20 {
  margin-top: 20px;
}

.red {
  color: #ff0000;
}

.t_center {
  text-align: center;
}

.c_black {
  color: #000000;
}

.c_red {
  color: #ff0000;
}

.f_bold {
  font-weight: bold;
}

.c_blue {
  color: #00b7ee;
}

/*__________________header____*/
header {
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  header {
    padding-top: 10px;
  }
}

header h1 {
  width: 193px;
  height: 60px;
  background-image: url("../img/o_pear_logo.png");
  background-size: 100%;
  text-indent: -9999px;
  margin: 4px auto 0px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  header h1 {
    width: 140px;
    height: auto;
    background-repeat: no-repeat;
  }
}

header h1 a {
  display: block;
  height: 60px;
}

/*__________________gnv____*/
nav {
  width: 697px;
  margin: 0 auto;
  padding-bottom: 25px;
  overflow: hidden;
}
nav ul {
  padding: 0;
  position: relative;
}
nav .list-on {
  position: absolute;
  top: 5px;
  left: 0;
}
nav li {
  float: left;
  text-indent: -9999px;
  height: 32px;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
}
nav li a {
  display: block;
  height: 32px;
}
nav .menu-01 {
  width: 79px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg.png");
}
nav .menu-02 {
  width: 155px;
  background-position: -79px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg.png");
}
nav .menu-03 {
  width: 158px;
  background-position: -235px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg.png");
}
nav .menu-04 {
  width: 145px;
  background-position: -393px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg.png");
}
nav .menu-05 {
  width: 160px;
  background-position: -538px 0px;
  background-repeat: no-repeat;
  background-image: url("../img/menu_bg.png");
}
nav .menu-01:hover {
  background-position: 0px -33px;
}
nav .menu-02:hover {
  background-position: -79px -33px;
}
nav .menu-03:hover {
  background-position: -235px -33px;
}
nav .menu-04:hover {
  background-position: -393px -33px;
}
nav .menu-05:hover {
  background-position: -538px -33px;
}
@media screen and (max-width: 640px) {
  nav {
    display: none;
  }
}

.tab-head {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.tab-head .close {
  background-position: -22px -45px;
}

.tab-head .aco-menu {
  display: none;
  padding: 10px 0;
  background: #fffcf6;
  /*@include opacity(.9);*/
}
.tab-head .aco-menu li {
  line-height: 3em;
  border-top: 1px dotted #777777;
  padding-left: 2em;
}
.tab-head .aco-menu li a {
  color: #000000;
  display: block;
}
.tab-head .aco-menu li:last-child {
  border-bottom: 1px dotted #777777;
}

@media screen and (max-width: 640px) {
  .tab-head {
    display: block;
  }

  .tab-head .bar {
    height: 50px;
    margin: 0;
    padding: 5px;
  }

  .tab-head .aco-open {
    float: right;
    width: 45px;
    height: 45px;
    margin: 0;
    background: url(../img/aco_open.png) no-repeat;
    background-size: 90px;
    background-position: -22px 0;
    background-color: #fffcf6;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  #pc_nav {
    display: none;
  }
}
/*__________________main_img____*/
.top-images {
  width: 100%;
  height: 500px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-position: 0 220px;
}
@media screen and (max-width: 1000px) {
  .top-images {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .top-images {
    width: auto;
    background-position: 0 90px;
    background-size: 100%;
    height: 200px;
  }
}
.top-images .top-text {
  color: #fff;
  font-size: 17px;
  font-family: 'HiraMinPro-W6','Hiragino Mincho Pro','arial unicode ms',sans-serif;
  letter-spacing: 2px;
  line-height: 3;
  text-align: center;
  margin: 0;
}
.top-images .posi01 {
  position: absolute;
  top: 70px;
  left: 10%;
}
.top-images .posi01 img {
  width: 180px;
}
@media screen and (max-width: 640px) {
  .top-images .posi01 {
    top: 125px;
    right: auto;
    left: 5%;
  }
  .top-images .posi01 img {
    width: 100px;
  }
}
.top-images .posi02 {
  position: absolute;
  top: 230px;
  right: 10%;
}
@media screen and (max-width: 640px) {
  .top-images .posi02 {
    top: 95px;
    right: 3%;
    left: auto;
  }
  .top-images .posi02 img {
    width: 120px;
    height: 120px;
  }
  .top-images .posi02 #pin {
    display: none;
  }
}
.top-images .posi02 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.top-images #pin {
  position: absolute;
  top: -30px;
  left: 64px;
}

/*__________________contents news____*/
.contents h1 {
  margin: 0;
}
.contents section {
  line-height: 1.6;
  padding: 20px 15px 5px 15px;
  border-radius: 3px;
  overflow: hidden;
}
.contents section .caption {
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 2px #e1b680;
  margin-bottom: 1.5em;
  color: #515151;
}
@media screen and (max-width: 1024px) {
  .contents section img.float-r {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .contents section img.float-r {
    max-width: 100%;
    height: auto;
  }
}
.contents .text-box {
  float: left;
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .contents .text-box {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .contents .text-box {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.contents .text-box2 {
  margin: 0 20px;
}
@media screen and (max-width: 640px) {
  .contents .text-box2 {
    margin: auto;
  }
}
.contents .btn {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin: 30px auto;
  border: solid 1px #CAA01B;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #DAC584;
  text-decoration: none;
}
.contents .btn:hover {
  background: #e0ce98;
}
.contents .banner div {
  float: left;
  text-align: center;
  width: 320px;
}
.contents .banner div + div {
  margin-left: 16px;
}
.contents .banner img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.contents .banner .btn {
  border: solid 1px #4E8D2A;
  background: #5CB858;
}
.contents .banner .btn:hover {
  background: #6dc06a;
}
@media screen and (max-width: 1024px) {
  .contents .banner div {
    width: 33%;
  }
  .contents .banner div + div {
    margin-left: 0;
  }
  .contents .banner img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  .contents .banner div {
    float: none;
    width: 100%;
  }
}

/*__________________news_topic____*/
#news_topic {
  zoom: 1;
  padding-top: 30px;
}
#news_topic:before, #news_topic:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#news_topic:after {
  clear: both;
}
#news_topic section {
  background-image: url("../img/dot_back.png");
  background-repeat: repeat-x;
  position: relative;
  zoom: 1;
}
#news_topic section:before, #news_topic section:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#news_topic section:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #news_topic section {
    padding-top: 20px;
  }
}
#news_topic .news_mark {
  background-image: url("../img/news_mark.gif");
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
  position: absolute;
  top: -8px;
  left: 10px;
  text-indent: -9999px;
}
#news_topic .pickup_mark {
  background-image: url("../img/pickup_mark.gif");
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
  position: absolute;
  top: -8px;
  left: 10px;
  text-indent: -9999px;
}
#news_topic .update_mark {
  background-image: url("../img/update_mark.gif");
  background-repeat: no-repeat;
  width: 85px;
  height: 25px;
  position: absolute;
  top: -8px;
  left: 10px;
  text-indent: -9999px;
}
#news_topic h2 {
  line-height: 1.6em;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 1.5em;
}
@media screen and (max-width: 640px) {
  #news_topic h2 {
    margin: 1.5em 0 1em 0;
    font-size: 100%;
  }
}
#news_topic p {
  line-height: 2em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}
#news_topic p img {
  float: left;
  margin: 0 1em 1em 0;
  width: 170px;
}
@media screen and (max-width: 640px) {
  #news_topic p img {
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #news_topic p {
    margin: 0 0 3em 0;
    line-height: 1.6em;
  }
}
#news_topic #n_box_l {
  float: left;
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  #news_topic #n_box_l {
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 2% 0 2%;
  }
}
#news_topic #n_box_r {
  float: right;
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  #news_topic #n_box_r {
    float: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 2% 0 2%;
  }
}

/*__________________box_intro____*/
#box_intro {
  /*width: 80%;*/
  zoom: 1;
  padding: 0px 10px 0px 10px;
  margin: 50px auto 0 auto;
}
#box_intro:before, #box_intro:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro {
    margin: 3em auto 0 auto;
  }
}
#box_intro img {
  width: 100%;
}
#box_intro a {
  height: 100%;
  display: block;
}
#box_intro a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#box_intro #box_intro_01 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_01:before, #box_intro #box_intro_01:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_01:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_01 {
    padding-top: 37%;
  }
}
#box_intro #box_intro_01 #box_intro_01_1 {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_01 #box_intro_01_1 {
    width: 55%;
  }
}
#box_intro #box_intro_01 #box_intro_01_2 {
  width: 27%;
  background-color: #8d7970;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_01 #box_intro_01_2 {
    left: 55%;
    width: 45%;
  }
  #box_intro #box_intro_01 #box_intro_01_2 img {
    width: 100%;
  }
}
#box_intro #box_intro_01 #box_intro_01_2 a {
  padding-top: 8%;
}
#box_intro #box_intro_01 #box_intro_01_3 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_01 #box_intro_01_3 {
    display: none;
  }
}
#box_intro #box_intro_02 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_02:before, #box_intro #box_intro_02:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_02:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_02 {
    padding-top: 74%;
  }
}
#box_intro #box_intro_02 #box_intro_02_1 {
  width: 33%;
  background-color: #b99155;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_02 #box_intro_02_1 {
    width: 55%;
  }
  #box_intro #box_intro_02 #box_intro_02_1 img {
    width: 120%;
  }
}
#box_intro #box_intro_02 #box_intro_02_1 a {
  padding-top: 8%;
}
#box_intro #box_intro_02 #box_intro_02_2 {
  width: 27%;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_02 #box_intro_02_2 {
    left: 55%;
    width: 45%;
  }
}
#box_intro #box_intro_02 #box_intro_02_3 {
  width: 20%;
  background-color: #9e906d;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_02 #box_intro_02_3 {
    left: 33%;
    top: 50%;
    width: 67%;
  }
  #box_intro #box_intro_02 #box_intro_02_3 img {
    width: 80%;
  }
}
#box_intro #box_intro_02 #box_intro_02_3 a {
  padding-top: 8%;
}
#box_intro #box_intro_02 #box_intro_02_4 {
  width: 20%;
  position: absolute;
  top: 0;
  left: 80%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_02 #box_intro_02_4 {
    left: 0%;
    top: 50%;
    width: 33%;
  }
}
#box_intro #box_intro_03 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_03:before, #box_intro #box_intro_03:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_03:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_03 {
    padding-top: 74%;
  }
}
#box_intro #box_intro_03 #box_intro_03_1 {
  width: 20%;
  background-color: #778335;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_03 #box_intro_03_1 {
    left: 0%;
    top: 0%;
    width: 78.5%;
  }
  #box_intro #box_intro_03 #box_intro_03_1 img {
    width: 65%;
  }
}
#box_intro #box_intro_03 #box_intro_03_1 a {
  padding-top: 8%;
}
#box_intro #box_intro_03 #box_intro_03_2 {
  width: 13%;
  position: absolute;
  top: 0;
  left: 20%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_03 #box_intro_03_2 {
    left: 78.4%;
    top: 0%;
    width: 21.6%;
  }
}
#box_intro #box_intro_03 #box_intro_03_3 {
  width: 27%;
  background-color: #32a1c1;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_03 #box_intro_03_3 {
    left: 0%;
    top: 50%;
    width: 45.4%;
  }
  #box_intro #box_intro_03 #box_intro_03_3 img {
    width: 120%;
  }
}
#box_intro #box_intro_03 #box_intro_03_3 a {
  padding-top: 8%;
}
#box_intro #box_intro_03 #box_intro_03_4 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_03 #box_intro_03_4 {
    left: 33.4%;
    top: 50%;
    width: 66.6%;
  }
}
#box_intro #box_intro_04 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_04:before, #box_intro #box_intro_04:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_04:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_04 {
    padding-top: 74%;
  }
}
#box_intro #box_intro_04 #box_intro_04_1 {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_04 #box_intro_04_1 {
    left: 0%;
    top: 0%;
    width: 55%;
  }
}
#box_intro #box_intro_04 #box_intro_04_2 {
  width: 27%;
  background-color: #9d8f6c;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_04 #box_intro_04_2 {
    left: 55%;
    top: 0%;
    width: 45%;
  }
  #box_intro #box_intro_04 #box_intro_04_2 img {
    width: 100%;
  }
}
#box_intro #box_intro_04 #box_intro_04_2 a {
  padding-top: 8%;
}
#box_intro #box_intro_04 #box_intro_04_3 {
  width: 20%;
  background-color: #98774a;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_04 #box_intro_04_3 {
    left: 0%;
    top: 50%;
    width: 66.8%;
  }
  #box_intro #box_intro_04 #box_intro_04_3 img {
    width: 70%;
  }
}
#box_intro #box_intro_04 #box_intro_04_3 a {
  padding-top: 8%;
}
#box_intro #box_intro_04 #box_intro_04_4 {
  width: 20%;
  position: absolute;
  top: 0;
  left: 80%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_04 #box_intro_04_4 {
    left: 66.8%;
    top: 50%;
    width: 33.2%;
  }
}
#box_intro #box_intro_05 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_05:before, #box_intro #box_intro_05:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_05:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_05 {
    padding-top: 74%;
  }
}
#box_intro #box_intro_05 #box_intro_05_1 {
  background-color: #807729;
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_05 #box_intro_05_1 {
    left: 0%;
    top: 0%;
    width: 55%;
  }
  #box_intro #box_intro_05 #box_intro_05_1 img {
    width: 120%;
  }
}
#box_intro #box_intro_05 #box_intro_05_1 a {
  padding-top: 8%;
}
#box_intro #box_intro_05 #box_intro_05_2 {
  width: 27%;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_05 #box_intro_05_2 {
    left: 55%;
    top: 0%;
    width: 45%;
  }
  #box_intro #box_intro_05 #box_intro_05_2 img {
    /*width: 80%;*/
  }
}
#box_intro #box_intro_05 #box_intro_05_2 img {
  width: 100%;
}
#box_intro #box_intro_05 #box_intro_05_3 {
  width: 20%;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_05 #box_intro_05_3 {
    left: 0%;
    top: 50%;
    width: 33.3%;
  }
}
#box_intro #box_intro_05 #box_intro_05_4 {
  background-color: #a28f46;
  width: 20%;
  position: absolute;
  top: 0;
  left: 80%;
  height: 100%;
}
#box_intro #box_intro_05 #box_intro_05_4 img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_05 #box_intro_05_4 {
    left: 33.2%;
    top: 50%;
    width: 66.8%;
    height: 50%;
  }
  #box_intro #box_intro_05 #box_intro_05_4 img {
    width: 80%;
  }
}
#box_intro #box_intro_05 #box_intro_05_4 a {
  padding-top: 8%;
}
#box_intro #box_intro_06 {
  position: relative;
  zoom: 1;
  padding-top: 22.2%;
}
#box_intro #box_intro_06:before, #box_intro #box_intro_06:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#box_intro #box_intro_06:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_06 {
    padding-top: 37%;
  }
}
#box_intro #box_intro_06 #box_intro_06_1 {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_06 #box_intro_06_1 {
    display: none;
  }
}
#box_intro #box_intro_06 #box_intro_06_1 img {
  width: 100%;
}
#box_intro #box_intro_06 #box_intro_06_2 {
  width: 27%;
  background-color: #32a1c1;
  position: absolute;
  top: 0;
  left: 33%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_06 #box_intro_06_2 {
    left: 0%;
    top: 0%;
    width: 57%;
  }
}
#box_intro #box_intro_06 #box_intro_06_2 a {
  padding-top: 8%;
}
#box_intro #box_intro_06 #box_intro_06_3 {
  width: 40%;
  position: absolute;
  top: 0;
  left: 60%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  #box_intro #box_intro_06 #box_intro_06_3 {
    left: 50%;
    top: 0%;
    width: 50%;
    background-color: #ffffff;
  }
  #box_intro #box_intro_06 #box_intro_06_3 img {
    padding-top: 9%;
  }
}

/*__________________kizi____*/
#left_side {
  zoom: 1;
}
#left_side:before, #left_side:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
#left_side:after {
  clear: both;
}

.n_topic {
  margin: 20px 10px 20px 10px;
  padding: 2%;
  background-image: url("../img/dot_back.png");
  background-repeat: repeat-x;
  zoom: 1;
}
.n_topic:before, .n_topic:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
.n_topic:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .n_topic {
    padding: 0%;
  }
}
.n_topic dl {
  padding: 15px 0px 0px 0px;
  clear: both;
}
.n_topic dt {
  float: left;
  margin: 0px 10px 0px 0px;
}
.n_topic dd {
  margin: 0px 10px 0px 100px;
}
.n_topic img {
  border: solid 1px #d1ae8c;
}
.n_topic .n_t_category {
  font-size: 12px;
  margin: 5px 0px 5px 0px;
  color: #C96;
  line-height: 1.4em;
}

.n_t_title, .n_t_title a {
  color: #7a5531;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.n_t_contents {
  font-size: 12px;
  line-height: 1.5em;
}

#n_topic_left {
  float: left;
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  #n_topic_left {
    float: none;
    width: auto;
  }
}

#n_topic_right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  #n_topic_right {
    float: none;
    width: auto;
    margin-left: 0%;
  }
}

/*__________________footer____*/
footer {
  zoom: 1;
  margin: 20px 10px 20px 10px;
  padding: 2%;
  background-image: url("../img/dot_back.png");
  background-repeat: repeat-x;
  font-size: 12px;
}
footer:before, footer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
footer:after {
  clear: both;
}
footer div {
  float: left;
  margin: 0px 2% 0px 0px;
}
@media screen and (max-width: 640px) {
  footer div {
    float: none;
    line-height: 4em;
  }
  footer div p {
    line-height: 1.6em;
  }
  footer div li {
    border-top: 1px dotted #999999;
  }
  footer div li a {
    display: block;
  }
  footer div li:last-child {
    border-bottom: 1px dotted #999999;
  }
}
footer h2 {
  margin-bottom: 1em;
}
footer h2 img {
  width: 150px;
}
@media screen and (max-width: 640px) {
  footer h2 img {
    margin-top: 1.5em;
  }
}
footer h3 {
  font-size: 12px;
  font-weight: normal;
  color: #99be93;
  margin: 2em 0px 10px 0px;
}
footer a {
  color: #a99a57;
  text-decoration: none;
}

#copy_right {
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #999999;
  padding: 10px 0 10px 0;
}

/*__________________what_group____*/
body.code2-3-2 #map_canvas_omachi {
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 640px) {
  body.code2-3-2 #map_canvas_omachi {
    width: 85%;
    height: 300px;
  }
}

/*__________________spot____*/
@media screen and (max-width: 640px) {
  body.code2-3-2 .m-b60 {
    margin-bottom: 2em;
  }
}

body.code2-3-2 #map_canvas {
  background-color: #ffffff;
  float: left;
  height: 500px;
  width: 79%;
  margin-right: 1%;
}
@media screen and (max-width: 640px) {
  body.code2-3-2 #map_canvas {
    width: 85%;
    height: 250px;
    margin: 0 auto 1em auto;
    float: none;
  }
}

body.code2-3-2 #side_bar ul {
  margin-top: 1.5em;
}

body.code2-3-2 ul#marker_list {
  margin-top: 0;
}

body.code2-3-2 ul#marker_list li {
  border: 1px solid #888;
  cursor: pointer;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  body.code2-3-2 ul#marker_list li {
    background-color: #fbf5ed;
  }
}

body.code2-3-2 #side_bar {
  float: right;
  height: 500px;
  overflow-y: auto;
  width: 20%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
@media screen and (max-width: 640px) {
  body.code2-3-2 #side_bar {
    width: 85%;
    height: 180px;
    margin: 0.5em auto 0 auto;
    float: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    /*border: 1px solid #cdcdcd;*/
  }
}

.caption {
  font-size: 15px;
  font-weight: bold;
  border-bottom: dotted 2px #e1b680;
  margin-bottom: 1.5em;
  color: #515151;
}

.spot {
  clear: both;
  margin-bottom: 60px;
  overflow: hidden;
  line-height: 1.6em;
}
.spot .title {
  padding: 10px 3px 20px 3px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}
.spot .title .icon-location {
  font-size: 18px;
  color: #FFFFFF;
  background: #D1AA2D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  margin-right: 3px;
}
.spot .title .title-text {
  display: inline-block;
  font-size: 15px;
}
.spot .title .site-link,
.spot .title .map-link {
  float: right;
}
.spot .title .site-link {
  margin-left: 5px;
}
.spot .title .site-link a,
.spot .title .map-link a {
  color: #fff;
  padding: 7px 15px;
  background: #61B148;
}
.spot .title .map-link a {
  background: #D46666;
}
.spot .title .icon-compass {
  font-size: 15px;
}
.spot div.float-l,
.spot div.float-r {
  width: 48%;
}
.spot .spot_img {
  margin-right: 3%;
  margin-left: 2%;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .spot .spot_img {
    text-align: center;
  }
  .spot .spot_img img {
    display: inline-block;
  }
}
.spot p {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .spot p .flaot_l {
    float: none;
  }
}
.spot img {
  vertical-align: middle;
  margin-right: 2%;
}
.spot .spot-text {
  font-size: 13px;
  margin-left: 10px;
  width: 100%;
}
.spot .spot-text table {
  width: 70%;
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  .spot .spot-text table {
    width: 85%;
    margin: 1em auto 1em auto;
  }
}
.spot th {
  font-weight: normal;
  width: 30px;
  padding: 0 10px;
  border-bottom: solid 1px #CFBFAD;
  background: #F1E9DE;
}
.spot td {
  padding: 5px;
  border-bottom: solid 1px #CFBFAD;
}
.spot .last {
  border-bottom: none;
}
.spot + .spot {
  padding-top: 50px;
  border-top: solid 1px #E2D7BE;
}
@media screen and (max-width: 1024px) {
  .spot {
    width: 80%;
    margin: 0 auto;
  }
  .spot div.float-l,
  .spot div.float-r {
    clear: both;
    float: none;
    width: 100%;
  }
  .spot div.float-r {
    padding-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .spot {
    width: 100%;
  }
  .spot .float-l {
    float: none;
  }
  .spot a img {
    display: block;
    margin: 0 auto;
  }
  .spot .title {
    font-size: 13px;
  }
  .spot .title .title-text {
    display: block;
    margin-bottom: 10px;
  }
  .spot .title .site-link,
  .spot .title .map-link {
    float: none;
    display: inline-block;
  }
  .spot .spot-text {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .spot .spot-text th {
    width: 60px;
  }
}

/*__________________farm____*/
#farm_img {
  float: left;
  width: 300px;
}
@media screen and (max-width: 640px) {
  #farm_img {
    float: none;
  }
}
#farm_img img {
  width: 300px;
}

#gmap {
  width: 100%;
  height: 500px;
  border: 1px solid Gray;
}
@media screen and (max-width: 640px) {
  #gmap {
    width: 85%;
    margin: 0 auto 0 auto;
  }
}

#introduce {
  margin-left: 310px;
}
@media screen and (max-width: 640px) {
  #introduce {
    margin-left: 0px;
    margin-bottom: 4em;
  }
}

#introduce ul {
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 640px) {
  #introduce ul {
    margin: 1.5em 0 20px 0px;
  }
}

#introduce ul li {
  line-height: 2em;
  margin: 0 0px 0 0;
  display: block;
  border-bottom: 1px dotted #ccc;
}

#introduce dt {
  float: left;
  min-width: 7.5em;
  color: #9e916e;
  font-weight: bold;
}

#introduce dd {
  padding-left: 8em;
}

#intro_master {
  background-image: url("../img/intro_master.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 60px;
}

#intro_adress {
  background-image: url("../img/intro_adress.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 40px;
}

#intro_tel {
  background-image: url("../img/intro_tel.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 40px;
}

#intro_fax {
  background-image: url("../img/intro_fax.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 40px;
}

#intro_kind {
  background-image: url("../img/intro_kind.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 78px;
}

#intro_ca {
  background-image: url("../img/intro_ca.gif");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 20px;
  padding: 5px 0 0 85px;
}

#intro_url {
  background-image: url("../img/intro_url.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  height: 23px;
  padding: 2px 0 0 40px;
}

#intro_comment {
  background-image: url("../img/intro_comment.jpg");
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0 5px 60px;
}

/*__________________kinoko____*/
.kinoko {
  margin: 0 auto 50px;
  width: 80%;
}
@media screen and (max-width: 780px) {
  .kinoko {
    width: auto;
    margin: 0;
  }
}

.kinoko .kinoko-text {
  width: 75%;
}
@media screen and (max-width: 780px) {
  .kinoko .kinoko-text {
    width: auto;
    margin-top: 2.5em;
  }
}

.kinoko .list .img-posi {
  position: absolute;
  right: 35px;
  top: 0;
  width: 150px;
  height: 225px;
}
@media screen and (max-width: 780px) {
  .kinoko .list .img-posi {
    right: auto;
    left: 170px;
    top: 0px;
    width: 120px;
    height: auto;
  }
}

.day_img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 780px) {
  .day_img {
    width: 160px;
    height: 160px;
  }
}

.kinoko .day {
  background: #da652f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "Sail",sans-serif;
  font-size: 30px;
  height: 50px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -40px;
  width: 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 780px) {
  .kinoko .day {
    left: 205px;
    top: -70px;
  }
}

.kinoko .comment p {
  background: #fcf4e1 none repeat scroll 0 0;
  border: 1px solid #e6dece;
  border-radius: 5px;
  padding: 10px;
}

.kinoko p {
  margin: 0;
}

.kinoko .list {
  margin-top: 80px;
  padding: 10px;
  position: relative;
}

.kinoko .comment {
  clear: both;
  margin: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 780px) {
  .kinoko .comment {
    margin: 2em 0 2em 0;
    padding: 0;
  }
}

.kinoko .list .float-l {
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .kinoko .list .float-l {
    float: none;
  }
}

/*__________________農園一覧 （検索）____*/
.Tag01 {
  margin: 5px 5px 5px 0 !important;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  background: #FB4;
  color: #FFFFFF;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.Tag02 {
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  background: #C82703;
  color: #FFFFFF;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
}

.float_l {
  float: left;
}
@media screen and (max-width: 950px) {
  .float_l {
    float: none;
  }
}

.float_r {
  margin-left: 240px;
  padding-right: 3em;
}
@media screen and (max-width: 950px) {
  .float_r {
    margin-left: 0px;
  }
}

#m_wrapper .m_category {
  font-size: 12px;
  margin: 5px 0px 5px 0px;
  color: #C96;
  line-height: 1.4em;
}
#m_wrapper .m_category th {
  text-align: left;
}
#m_wrapper .m_category td {
  padding-left: 1.3em;
}

.m_box {
  float: left;
  width: 50%;
  margin-bottom: 3em;
  padding-left: 3em;
}
@media screen and (max-width: 640px) {
  .m_box {
    float: none;
    width: auto;
  }
}

.m_day {
  margin-top: 1em;
}

.m_title, .m_title a {
  color: #7a5531;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  text-decoration: underline;
}

.m_under {
  border-bottom: dotted 2px #e1b680;
  margin-bottom: 3em;
}
@media screen and (max-width: 950px) {
  .m_under {
    border: none;
    margin-bottom: 0;
  }
}

#m_serch {
  margin-bottom: 3em;
  text-align: center;
  border-bottom: dotted 2px #e1b680;
  padding-bottom: 3em;
}
#m_serch li {
  display: inline-block;
  font-size: 120%;
  margin-right: 1em;
  margin-top: 2em;
}
#m_serch li a {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #m_serch li {
    border-bottom: dotted 1px #7a5531;
    margin: 0;
    line-height: 3em;
    display: block;
  }
  #m_serch li a {
    display: block;
    text-decoration: none;
  }
}

/*__________________レシピ____*/
@media screen and (max-width: 640px) {
  .re_img {
    width: 80%;
  }
}
