/*
 Theme Name:   WR-Child
 Template:     white-room
*/

/* *******************************************
▼ 全体, TOP
******************************************* */

.gothic {
   font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

.text-center {
    text-align: center;
}

a img:hover {
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
    opacity: 0.8;
}

.bgimg {
  display: table;
  height: 700px;
  width: 100%;
  position: relative;
  background: url('http://okuda-farm.com/wp-content/uploads/2015/08/footer_011.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width:1200px){
.bgimg{display:none;}
}

.top3 {
   margin: 0 0 10px;
}

#text-4 h2,
#text-6 h2,
.footer-widget-area .widget dl dt.widget-title {
   display: none;
}

.full-back #text-4 h1 {
   padding-bottom: 0px !important;
}

.top1 {
   padding-top: 40px;
}

#text-4 .top1 h2 {
   display: block;
}

@media screen and (max-width:740px){
#text-6{display:none; margin:10px 0 0;}
}

p.copyright{
    text-align: center;
}

/* 改行削除 */

@media screen and (max-width: 992px) {
.br-del br {
    display: none;
}
}


/* 画像装飾 161112 */
.img-thumbnail {
    padding: 4px;
    line-height: 1.7;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

/* Next Stage 170102 */
.next-stage {
    color: #ffffff;
}

.next-stage img {
    width: 350px;
}

/* *******************************************
▼ 会社概要, 主要取引先, いちご
******************************************* */

.articles_01 {
   margin: 0 0 60px;
}

.articles_01 p {
   margin: 0 15px 20px;
}

table#company {
   border-top: none;
   border-right: none;
}

table#company th,
table#company td {
   border-collapse: collapse;
   border-bottom: 1px solid #dddddd;
   border-left: none;
   background-color: transparent;
}

table#company td ul li {
   margin: 0;
   padding: 0;
   list-style: none;
   font-weight: 600;
}

table#company td ul li p {
   font-weight: 400;
   padding-left: 1em;
   margin: 0;
}

dl.client {
   vertical-align: top;
   margin-top: 10px;
}

dl.client dt {
   padding: 8px 16px;
   font-weight: 700;
   border-bottom: 1px solid #dddddd;
}

dl.client dd {
   padding: 8px 0 0 16px;
   margin: 0 0 20px 0;
}

dl.client dd ul {
   padding: 0;
   margin: 0;
}

#rightcontents {
   padding: 0;
   margin: 0;
}

#rightcontents li{
   list-style: none;
   padding: 0;
   margin: 0 0 5px;
}

.of-button {
    border-radius: 3px;
    display: inline-block;
    max-width: 100%;
    padding: 6px 40px;
    text-align: center;
    text-decoration: none !important;
    background-color: #6cbad8;
    color: #fff;
    font-size: 12px;
}

.of-button {
    border-radius: 3px;
    display: inline-block;
    max-width: 100%;
    padding: 6px 40px;
    text-align: center;
    text-decoration: none !important;
    background-color: #6cbad8;
    color: #fff !important;
    font-size: 12px"
}
.of-button:hover,
.of-button:focus,
.of-button.focus,
.of-button:active,
.of-button.active {
      background-color: #6ca3d9;
}

/* カラムの順序の変更 */
@media (min-width: 740px) {
.row .col-push-6 {
    position: relative;
    left: 50%;
  }
.row .col-pull-6 {
    position: relative;
    right: 50%;
}   
}

/* いちご苗 個人販売 */
.selling-seedling {
    border: #6cbad8 solid 1px;
    padding: 10px;
}

/* *******************************************
▼ h1, h2
******************************************* */

.full-back h1 {
   font-size: 280% !important;
   padding-bottom: 60px !important;
}

@media screen and (max-width:720px){
.full-back h1 {font-size: 175% !important;}
}

h2 {
    margin: 20px 0 20px 0;
}

.full-back h2,
.full-back h3 {
    text-align: center;
}

i.fa.fa-angle-left {
   padding-right: 20px;
}

i.fa.fa-angle-right {
   padding-left: 20px;
}

i.fa.fa-leaf {
   padding-right: 10px;
}

/* *******************************************
▼ 取材記事
******************************************* */

@media screen and (min-width:720px){
   #main h1.entry-title {font-size: 240%;}
}

@media screen and (max-width:720px){
   #main h1.entry-title {font-size: 150%;}
}

#sub .widget-title {
   border-bottom: 1px solid #dddddd;
}

#sub .widget-title:before {
   content: "\f0da";
   font-family: FontAwesome;
   margin: 0 10px 0 0;
}

.toppics-img {
   margin-top: 15px;
}

/* flex-box 161112 */
.flex-container {
    display: flex;
	   display: -moz-flex;
	   display: -o-flex;
	   display: -webkit-flex;
	   display: -ms-flex;
	flex-direction: row;
	   -moz-flex-direction: row;
	   -o-flex-direction: row;
	   -webkit-flex-direction: row;
	   -ms-flex-direction: row;
    flex-wrap: nowrap;
	   -moz-flex-wrap: nowrap;
	   -o-flex-wrap: nowrap;
	   -webkit-flex-wrap: nowrap;
	   -ms-flex-wrap: nowrap;
}

.flex-container-inner50 {
    max-width: 50%;
}

.flex-container-inner33 {
    max-width: 33.33%;
}

/* title-border 161112 */
.title-border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 20px 0 0;
}




/* *******************************************
▼ ボタン
******************************************* */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
