@charset "UTF-8";
/*---------- baseHTML ----------*/
html {
  height: 100%;
}

body {
  color: #444;
  background: #ffeaf1;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

/*---------- wrapper ----------*/
#wrapper {
  position: relative;
  width: 100%;
}

/*---------- main-area ----------*/
#main-area {
  margin: 20px auto;
}
#main-area .container {
  background: #FFF;
  padding-bottom: 20px;
}
#main-area .text_area {
  padding: 0 20px;
}
#main-area .text_area .text_white {
  background: #FFF;
}

#negai .text_area {
  background: url("../img/bk_negai.jpg") no-repeat 100% 0%;
  min-height: 250px;
  padding: 0 20px;
}

#farm .farm-map {
  position: relative;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
}
#farm .farm-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#farm .farm-ad {
  margin-top: 50px;
  margin-bottom: 10px;
}
#farm .list_link {
  text-align: right;
}
#farm .list_link p {
  display: inline-block;
}

/*---------- credit ----------*/
#credit {
  margin-top: 60px;
  padding-bottom: 30px;
  position: relative;
}
#credit a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#credit .box_top {
  display: none;
}
#credit .box_main {
  background: url("../img/bk_credit.jpg") no-repeat 50% 0%;
  width: 760px;
  height: 160px;
}
#credit .box_bottom {
  display: none;
}
#credit #credit_phone {
  position: absolute;
  top: 33px;
  left: 153px;
}
#credit #credit_mail {
  position: absolute;
  top: 33px;
  left: 333px;
}
#credit #credit_website {
  position: absolute;
  top: 93px;
  left: 175px;
}

/*---------- option ----------*/
.opacity_base {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.radius_base {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.radius_combo {
  -moz-border-radius-topleft: 40px;
  -webkit-border-top-left-radius: 40px;
  border-top-left-radius: 40px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.gradient_radial {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjQ1cHgiIGN5PSI0NXB4IiByPSIzMCUiPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjMDBmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU5MGZmIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-radial-gradient(45px 45px, #00ffff 10px, #1e90ff 30px);
  background: -webkit-radial-gradient(45px 45px, #00ffff 10px, #1e90ff 30px);
  background: radial-gradient(45px 45px, #00ffff 10px, #1e90ff 30px);
}

.gradient_liner {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(left top, #ffffff, #dddddd);
  background: -webkit-linear-gradient(left top, #ffffff, #dddddd);
  background: linear-gradient(to right bottom, #ffffff, #dddddd);
}

/* title */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h2.topic_title {
  margin: 10px 0 20px;
}

h4 {
  font-weight: bold;
  margin-bottom: 5px;
}

/* link */
a {
  color: #0084b4;
  text-decoration: underline;
}
a:hover {
  color: #2eb4e5;
}
a:visited {
  color: #0084b4;
}

/* list */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

.list_link p {
  margin-bottom: 4px;
}
.list_link p .no-link {
  background: url("../img/icon_dot.jpg") no-repeat 0% 0%;
  background-size: 24px 24px;
  min-height: 24px;
  line-height: 18px;
  padding-left: 24px;
  display: block;
}
.list_link p .add-link {
  background: url("../img/icon_home.jpg") no-repeat 0% 0%;
  background-size: 24px 24px;
  min-height: 24px;
  line-height: 18px;
  padding-left: 24px;
  display: block;
}
.list_link p .add-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* text */
.baseColor {
  color: #444;
}

.baseBackColor {
  color: #ffeaf1;
}

.black {
  color: #000;
}

.gray {
  color: #ccc;
}

.silver {
  color: #cbcbcb;
}

.white {
  color: #FFF;
}

.maroon {
  color: #800000;
}

.red {
  color: #B11A33;
}

.pink {
  color: #FBE6D9;
}

.purple {
  color: #800080;
}

.fuchsia {
  color: #ff00ff;
}

.orange {
  color: #E65A00;
}

.green {
  color: #6DB14F;
}

.lime {
  color: #B6D8A7;
}

.olive {
  color: #808000;
}

.yellow {
  color: #ffff00;
}

.navy {
  color: #000080;
}

.blue {
  color: #0084b4;
}

.teal {
  color: #0084b4;
}

.aqua {
  color: #2eb4e5;
}

.min_text {
  font-size: 12px;
}

.base_text {
  font-size: 14px;
}

.middle_text {
  font-size: 16px;
}

.big_text {
  font-size: 18px;
}

.bold_text {
  font-weight: bold;
}

/* slide */
.slide_show {
  position: relative;
  overflow: hidden;
}
.slide_show .slide_img > div {
  position: absolute;
}

/* button */
.btn-arrow {
  display: inline-block;
  background: url("../img/share/icon_arrow1.svg") no-repeat 100% 50%;
  background-size: 16px 16px;
  padding-right: 20px;
}

/* form */
.form-control {
  color: #000;
  margin: 5px 0;
}

/* table */
th.c-title {
  width: 36%;
}

th .must {
  display: block;
  padding-right: 36px;
  background: url("../img/share/icon_must.svg") no-repeat 95% 0%;
  background-size: 30px 15px;
}

.table-break td:after {
  content: " ";
  display: block;
  clear: both;
}

.table-striped {
  border-bottom: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(odd) th {
  background-color: #efefef;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fefaf7;
}

.table-striped > tbody > tr:nth-of-type(even) th {
  background-color: #eaeaea;
}

/* space */
.mgl15 {
  margin-left: 15px;
}

.mgl40 {
  margin-left: 40px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb100 {
  padding-bottom: 100px;
}

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* col-lg-
---------------------------------------------------- */
@media only screen and (max-width: 1110px) {
  /*---------- common ----------*/
}
/* col-md-
---------------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*---------- common ----------*/
}
/* col-sm-
---------------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*---------- common ----------*/
  /* table */
  .table-break tr, .table-break th, .table-break td {
    display: block;
  }
  .table-break th {
    width: auto;
  }

  #main-area {
    margin: 0 auto;
  }

  #negai .text_area {
    background: none;
  }

  #farm .farm-ad {
    margin-top: 0;
  }

  #credit {
    margin-top: 0px;
    padding-bottom: 0px;
    position: relative;
  }
  #credit .box_top {
    display: block;
  }
  #credit .box_main {
    background: url("../img/bk_credit_main.jpg") repeat-y 50% 0%;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  #credit .box_bottom {
    display: block;
  }
  #credit #credit_phone {
    position: static;
  }
  #credit #credit_mail {
    position: static;
  }
  #credit #credit_website {
    position: static;
  }
}
/* col-xs-
---------------------------------------------------- */
@media only screen and (max-width: 480px) {
  /*---------- common ----------*/
}
