@charset "UTF-8";
/******初期設定ここから******/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, article, figure, section {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-familu: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
  /*黒丸を消す*/
}

a {
  text-decoration: none;
  /*下線を消す*/
}

img {
  border: 0;
}

ing, input {
  vertical-aligin: bottom;
}

/*クリア*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/******初期設定ここまで******/
/***********ヘッダエリア***********/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  min-width: 1200px;
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

a {
  color: #666;
}

#spmenu {
  display: none;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
  #spmenu {
    display: inherit;
  }
}

#main {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#leftcl, #rightcl {
  width: 100px;
  background: #FFF;
  text-align: center;
  position: fixed;
  z-index: 999;
}

#leftcl {
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#leftcl li {
  margin-bottom: 20px;
}

#leftcl li h1, #leftcl li p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 190%;
}

#leftcl li h1 {
  font-size: 16px;
}

#leftcl li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
}

#rightcl {
  top: 0;
  right: 0;
  height: 100%;
}

#rightcl ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#rightcl li.onlinebt {
  margin-top: 40px;
}

#rightcl li.onlinebt a {
  display: block;
  color: #FFF;
  background: url(../common/icon_cart.png) no-repeat;
  background-position: center 10px;
  background-size: 30px 30px;
  background-color: #e7611d;
  padding: 50px 0 10px 0;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
}

#rightcl li.pagetop {
  padding-bottom: 50px;
}

#maincl {
  width: 100%;
  padding: 0 100px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* これを追加 */
}

#maincl::-webkit-scrollbar {
  display: none;
}

#in_header {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#in_header .t_logo {
  width: 250px;
}

#in_header .t_menu {
  width: 95%;
}

#in_header .t_menu ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#in_header .t_menu li {
  color: #243816;
  width: 16%;
  text-align: center;
}

#in_header .t_menu li a {
  display: block;
  padding-top: 70px;
}

#in_header .t_menu li:after {
  background: url(../common/icon_circle.jpg) no-repeat right center;
}

/**ボタンTOP**/
.t_menu ul, #sub_menu ul, .ftbtarea ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t_menu li, #sub_menu li, .ftbtarea li {
  color: #243816;
  width: 16% !important;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.t_menu li a, #sub_menu li a, .ftbtarea li a {
  display: block;
  padding-top: 70px;
}

.t_menu li:after, #sub_menu li:after, .ftbtarea li:after {
  background: url(../common/icon_circle.jpg) no-repeat right center;
}

.t_menu {
  width: 80%;
}

#sub_menu {
  width: 100%;
  background: url(../common/menu_bg.jpg);
  padding: 10px 0;
}

.ftbtarea {
  padding: 20px 0;
}

#maincontents {
  position: relative;
}

#maincontents .in_topmain {
  position: absolute;
  bottom: 150px;
  right: 80px;
  color: #FFF;
}

#maincontents .in_topmain h2 {
  font-size: 50px;
  letter-spacing: 15px;
  border-bottom: 7px solid #FFF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 200%;
  text-shadow: 0 0 5px #374d37,0 0 5px #374d37;
}

#maincontents .in_topmain p {
  letter-spacing: 7px;
  font-size: 12px;
  text-shadow: 0 0 5px #374d37,0 0 5px #374d37;
}

/**フッター**/
footer {
  width: 100%;
  background: #FFF;
}

.copyadd {
  font-size: 14px;
  color: #666;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#in_footer {
  position: relative;
  z-index: 1;
}

.footlogoarea {
  background: url(../common/footbg.jpg) no-repeat center top;
  height: 450px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footlogoarea img {
  margin-top: 100px;
}

.footlogoarea p.copy {
  position: absolute;
  bottom: 30px;
  left: 32%;
  margin-top: 100px;
  background: url(../common/ftgreenbox.jpg) no-repeat;
  width: 456px;
  height: 36px;
  color: #f1e1a8;
  line-height: 36px;
}

/**メニュー背景***/
.mhome a {
  background: url(../common/menu_home.png) no-repeat center 12px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 60px auto,10px 10px;
}

.mrental a {
  background: url(../common/menu_besi.png) no-repeat center 12px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 70px auto,10px 10px;
}

.mdaikon a {
  background: url(../common/menu_daikon.png?3) no-repeat center 12px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 60px auto,10px 10px;
}

.mcompany a {
  background: url(../common/menu_company_new.png) no-repeat center 15px;
  background-size: 60px auto;
}

.mcamp a {
  background: url(../common/icon_camp.png?2) no-repeat center 20px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 80px auto,10px 10px;
}

.mtour a {
  background: url(../common/menu_company.png) no-repeat center 21px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 70px auto,10px 10px;
}

.mcrev a {
  background: url(../common/menu_khcamp.png) no-repeat center 12px, url(../common/icon_circle.jpg) no-repeat right center;
  background-size: 70px auto,10px 10px;
}

/***サブページのヘッダー***/
.smhead {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background: url(../common/head_bg.jpg) no-repeat;
}

#sub_menu {
  width: 100%;
}

/***サブページのイメージヘッダーとブレッド***/
#subpagecnt {
  height: 100%;
}

#subkanban_head .rentalbg {
  background: url(../rental/images/rental_mainimg.jpg) no-repeat center bottom;
  background-size: cover;
}

#subkanban_head .judaikonbg {
  background: url(../jumonjidaikon/images/jumonzimain.jpg) no-repeat center bottom;
  background-size: cover;
}

#subkanban_head .contactbg {
  background: url(../contact/images/contact_head.jpg) no-repeat right bottom;
  background-size: 1000px auto;
}

#subkanban_head .companybg {
  background: url(../company/images/company_head.jpg?4) no-repeat right bottom;
  background-size: cover;
}

#subkanban_head .sheadtitle {
  width: 35%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#subkanban_head .sheadtitle h1, #subkanban_head .sheadtitle p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 2px;
  margin: 0;
  margin-top: 140px;
}

#subkanban_head .sheadtitle h1 {
  font-size: 53px;
  letter-spacing: 20px;
  font-weight: normal;
  margin-left: 10px;
}

#subkanban_head .sheadtitle h1 span {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
}

#subkanban_head .sheadtitle p {
  letter-spacing: 7px;
  font-size: 18px;
  text-align: left;
}

#subkanban_head .sheadtitle .besip {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  margin-right: 40px;
}

#subkanban_head .she_rental {
  background: url(../common/menu_besi.png) no-repeat center 50px;
  background-size: 100px auto;
  background-color: #FFF;
}

#subkanban_head .she_daikon {
  background: url(../common/menu_daikon.png) no-repeat center 50px;
  background-size: 80px auto;
  background-color: #FFF;
}

#subkanban_head .she_company {
  background: url(../common/menu_company.png) no-repeat center 50px;
  background-size: 80px auto;
  background-color: #FFF;
}

#subkanban_head .she_contact {
  background: url(../contact/images/icon_menumail.png) no-repeat center 50px;
  background-size: 80px auto;
  background-color: #FFF;
}

#breadarea {
  padding-left: 120px;
  margin-top: 20px;
}

#breadarea .breadinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

#breadarea .breadinfo p.brtxt {
  background: #80c269;
  padding: 10px 20px;
  margin-left: 20px;
  color: #FFF;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

#breadarea h2 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: normal;
}

#breadarea p.subdisp {
  font-size: 18px;
  line-height: 200%;
  padding-right: 80px;
  margin-top: 20px;
}

.brea_rental {
  background: url(../common/back_tori.jpg) no-repeat top center, url(../rental/images/breadimg.jpg) no-repeat top right;
}

.brea_daikon {
  background: url(../common/back_tori.jpg) no-repeat top center, url(../jumonjidaikon/images/jumonziibredmg.jpg) no-repeat top right;
}

.infonext {
  display: inline-block;
  background: url(../common/icon_next.png) no-repeat top center;
  padding-top: 90px;
  margin-top: 20px;
}

.infonext p.bmessage {
  border-top: 5px solid #333;
  padding-top: 10px;
  font-size: 16px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 5px;
}

.infopos {
  position: absolute;
}

.pr120 {
  margin-left: 120px;
}

@media (max-width: 768px) {
  #main {
    width: auto;
    padding: 80px 30px 0 30px;
    margin: 0 auto;
    background: #FFF;
  }
  #leftcl, #rightcl {
    display: none;
  }
  #maincl {
    width: 100%;
    padding: 0;
  }
  #in_header {
    height: 100px;
    display: block;
  }
  #in_header .t_logo {
    width: 100%;
    text-align: center;
  }
  #in_header .t_menu {
    display: none;
  }
  #maincontents {
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #maincontents .in_topmain {
    position: inherit;
    bottom: 0;
    right: 0;
    text-align: left;
    width: auto;
    color: #FFF;
  }
  #maincontents .in_topmain h2 {
    font-size: 30px;
    letter-spacing: 5px;
    border-bottom: 3px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 160%;
    text-shadow: 0 0 5px #374d37,0 0 5px #374d37;
  }
  #maincontents .in_topmain p {
    letter-spacing: 0px;
    font-size: 12px;
    text-shadow: 0 0 5px #374d37,0 0 5px #374d37;
  }
  footer {
    width: 100%;
    background: #FFF;
  }
  .copyadd {
    font-size: 12px;
    color: #666;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footlogoarea {
    background: url(../common/footbg.jpg) no-repeat center top;
    height: 450px;
    text-align: center;
    position: relative;
  }
  .footlogoarea img {
    margin-top: 100px;
  }
  .footlogoarea p.copy {
    position: absolute;
    bottom: 30px;
    left: 10%;
    margin-top: 100px;
    background: url(../common/ftgreenbox.jpg) no-repeat;
    width: 80%;
    height: 36px;
    color: #f1e1a8;
    line-height: 36px;
    font-size: 12px;
  }
  /**メニュー背景***/
  .mhome a {
    background: url(../common/menu_home.png) no-repeat center 10px, url(../common/icon_circle.jpg) no-repeat right center;
    background-size: 70px auto,10px 10px;
  }
  .mrental a {
    background: url(../common/menu_besi.png) no-repeat center 10px, url(../common/icon_circle.jpg) no-repeat right center;
    background-size: 70px auto,10px 10px;
  }
  .mdaikon a {
    background: url(../common/menu_daikon.png?3) no-repeat center 10px, url(../common/icon_circle.jpg) no-repeat right center;
    background-size: 70px auto,10px 10px;
  }
  .mcompany a {
    background: url(../common/menu_company.png) no-repeat center 10px;
    background-size: 90px auto;
  }
  /***SPMENU****/
  #spmenu {
    position: relative;
    z-index: 9999999;
  }
  .page {
    width: 100%;
    background: #FFF;
  }
  sheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.8);
  }
  #nav-container {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }
  #nav-container .bg {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: .6;
  }
  #nav-container * {
    visibility: visible;
  }
  .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 70px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 25px;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #aaa;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  #nav-content {
    margin-top: 70px;
    padding: 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: #ececec;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    contain: paint;
  }
  #nav-content ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nav-content li a {
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    -webkit-transition: color .1s;
    transition: color .1s;
  }
  #nav-content li a:hover {
    color: #BF7497;
  }
  #nav-content li:not(.small) + .small {
    margin-top: auto;
  }
  .small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .small a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
  }
  .small a + a {
    margin-left: 15px;
  }
  #nav-container:focus-within #nav-content {
    -webkit-transform: none;
            transform: none;
  }
  .sponline {
    background: url(../common/icon_cart.png) no-repeat 15px center;
    background-size: 20px 15px;
    background-color: #e7611d;
    padding-left: 40px;
    padding-top: 3px;
  }
  .sponline a {
    color: #FFF;
  }
  .sponline a:hover {
    background: #e7611d !important;
  }
  .iconarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    background: #FFF;
    padding: 10px 0;
  }
  .iconarea a {
    margin: 0 !important;
    display: block;
    text-align: center;
    padding: 5px 20px !important;
    border-left: 1px dotted #bbb;
  }
  .iconarea a.rbd {
    border-right: 1px dotted #bbb;
  }
  .iconarea a:hover {
    background: none !important;
  }
  /***サブページのヘッダー***/
  #sub_menu {
    display: none;
  }
  .ftbtarea {
    display: none;
  }
  /***サブページのイメージヘッダーとブレッド***/
  #subpagecnt {
    height: 100%;
    overflow: auto;
  }
  #subkanban_head .rentalbg {
    background: url(../rental/images/rental_mainimg.jpg) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 300px;
  }
  #subkanban_head .judaikonbg {
    background: url(../jumonjidaikon/images/jumonzimain_sp.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-bottom: 300px;
  }
  #subkanban_head .contactbg {
    background: url(../contact/images/contact_head.jpg) no-repeat right bottom;
    background-size: cover;
    padding-bottom: 300px;
  }
  #subkanban_head .companybg {
    background: url(../company/images/company_head.jpg?4) no-repeat right bottom;
    background-size: cover;
    padding-bottom: 300px;
  }
  #subkanban_head .sheadtitle {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #subkanban_head .sheadtitle h1, #subkanban_head .sheadtitle p {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    margin-top: 5px;
    line-height: 120%;
  }
  #subkanban_head .sheadtitle h1 {
    font-size: 28px;
    letter-spacing: 20px;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 10px;
  }
  #subkanban_head .sheadtitle p {
    letter-spacing: 3px;
    font-size: 16px;
    text-align: center;
  }
  #subkanban_head .she_rental {
    background: url(../common/menu_rental.png) no-repeat center 10px;
    background-size: 80px auto;
    background-color: #FFF;
  }
  #subkanban_head .she_daikon {
    background: url(../common/menu_daikon.png) no-repeat center 10px;
    background-size: 80px auto;
    background-color: #FFF;
  }
  #subkanban_head .she_company {
    background: url(../common/menu_company.png) no-repeat center 15px;
    background-size: 80px auto;
    background-color: #FFF;
  }
  #subkanban_head .she_contact {
    background: url(../contact/images/icon_menumail.png) no-repeat center 20px;
    background-size: 60px auto;
    background-color: #FFF;
  }
  #breadarea {
    background: none;
    padding-left: 0px;
    margin-top: 20px;
  }
  #breadarea .breadinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  #breadarea .breadinfo img {
    width: 80px;
    height: auto;
  }
  #breadarea .breadinfo p.brtxt {
    background: #80c269;
    padding: 10px 20px;
    margin-left: 20px;
    color: #FFF;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
  }
  #breadarea h2 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: normal;
  }
  #breadarea p.subdisp {
    font-size: 14px;
    line-height: 200%;
    padding-right: 0px;
    margin-top: 20px;
    border-bottom: 3px dotted #666;
    padding-bottom: 20px;
  }
  .infonext {
    display: none;
    background: url(../common/icon_next.png) no-repeat top center;
    padding-top: 90px;
    margin-top: 0px;
  }
  .infonext p.bmessage {
    border-top: 3px solid #333;
    padding-top: 5px;
    font-size: 12px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: 5px;
  }
  .pr120 {
    margin-left: 0px;
  }
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

#modalWindow {
  width: 500px;
  position: fixed;
  border: 2px solid darkgoldenrod;
  background-color: #FFF;
  text-align: center;
  z-index: 2;
}

#modalWindow h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  background: darkgoldenrod;
  color: #FFF;
}

#modalWindow p {
  padding: 0 20px;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
}

#modalWindow p span {
  font-size: 12px;
  color: #666;
}

#modalWindow button#close {
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 18px;
  background: #333;
  color: #FFF;
}

/**吹き出し**/
li.telhuki {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  z-index: 9999;
}

.balloon {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 40px;
  border: 1px solid #000;
  width: 200px;
  line-height: 1.5;
  padding: 10px;
  background: #fff;
  z-index: 9999999;
  font-size: 20px;
  word-break: break-all;
}

.balloon span {
  font-size: 14px;
  background: #e7611d;
  padding: 5px 10px;
  color: #FFF;
}

.bk-balloon {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
  .list {
    text-align: left;
  }
  .list li {
    display: block;
    margin: 0 0 150px;
  }
  .balloon {
    width: 100%;
  }
}

/***********トップメインイメージエリア***********/
/**野らボプロジェクト**/
.listtitle {
  text-align: right;
  margin-top: 100px;
  line-height: 0;
}

.listt_rental {
  background: url(../rental/images/rentalimg1.jpg) no-repeat left center;
  background-size: cover;
}

.listt_daikon {
  background: url(../jumonjidaikon/images/jumonimg1.jpg?6) no-repeat left bottom;
  background-size: 900px auto;
}

.lthead {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 2px;
  background: url(../common/bg_tree.jpg) no-repeat bottom center;
  background-color: #FFF;
  display: inline-block;
  text-align: left;
  padding: 0 0px 130px 100px;
}

.lthead p.grbcobi {
  background: #80c269;
  padding: 10px;
  color: #FFF;
}

.lthead p.daikonobi {
  line-height: 190%;
  padding: 10px;
  color: #444;
}

.lthead h2 {
  font-size: 80px;
  font-weight: normal;
  line-height: 100%;
  margin-right: 20px;
}

.lthead h2 span {
  font-size: 50px;
  margin-top: 50px;
}

.lthead h2.daikonlt {
  font-size: 50px;
  letter-spacing: 4px;
  line-height: 140%;
}

.subleftinfo, .subrightinfo {
  margin-top: 80px;
  background: url(../rental/images/norabolbg.jpg) no-repeat -40px top;
  background-size: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subleftinfo .in_sul, .subrightinfo .in_sul {
  display: inline-block;
  width: 50%;
  min-width: 420px;
  padding: 0 50px;
  margin-left: 50px;
  padding-bottom: 30px;
}

.subleftinfo .in_sul h2, .subrightinfo .in_sul h2 {
  font-size: 36px;
}

.subleftinfo .in_sul p, .subrightinfo .in_sul p {
  line-height: 200%;
  letter-spacing: 1px;
  color: #444;
}

.subleftinfo .in_sul p.estitle, .subrightinfo .in_sul p.estitle {
  font-size: 14px;
  color: #999;
}

.subleftinfo .in_sul p.suldaikonobi, .subrightinfo .in_sul p.suldaikonobi {
  background: url(../jumonjidaikon/images/bar_midori.jpg) repeat-x;
  padding: 5px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}

.subleftinfo .in_sul p.daimar, .subrightinfo .in_sul p.daimar {
  margin-top: 40px;
}

.subleftinfo .in_sul h3, .subrightinfo .in_sul h3 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #629d14;
  margin: 40px 0;
}

.subleftinfo .in_sulimg, .subrightinfo .in_sulimg {
  width: 533px;
  height: 535px;
  text-align: right;
}

.subleftinfo .in_sulimg2, .subrightinfo .in_sulimg2 {
  width: 533px;
  height: auto;
  text-align: right;
}

.subrightinfo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: url(../rental/images/noraborbg1.jpg) no-repeat right top;
}

.subrightinfo .in_sul {
  margin-right: 50px;
  margin-left: 0;
}

.subrightinfo .in_sul ul {
  border-left: 3px solid #000;
  margin-top: 50px;
}

.subrightinfo .in_sul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 300%;
  margin-bottom: 20px;
}

.subrightinfo .in_sulimg2 {
  width: 533px;
  margin-left: -50px;
  margin-right: 50px;
  height: auto;
  text-align: right;
}

/**農園オーナー制度**/
#subpagebgchn {
  background: url(../rental/images/owner_back_bt.png) no-repeat bottom center, url(../jumonjidaikon/images/takuanbg2.png) no-repeat center center, url(../common/wabg.jpg);
  margin-top: 150px;
  padding-bottom: 300px;
}

.subpbc_head {
  height: 400px;
  background: url(../rental/images/ownerbunner.jpg?5) no-repeat top center;
}

.subpbc_title {
  background: url(../rental/images/icon_owner.png) no-repeat center top;
  text-align: center;
  padding-top: 80px;
  margin: 50px 0;
}

.subpbc_title p {
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}

.subpbc_title h4 {
  font-size: 36px;
  font-weight: normal;
  border-bottom: 3px solid #222;
  display: inline-block;
  padding-bottom: 30px;
}

.rental_intro {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.rental_intro p {
  line-height: 230%;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 50px;
}

.rental_intro img {
  width: 100%;
  height: auto;
}

ul.nouenlist {
  width: 940px;
  margin: 0 auto;
}

ul.nouenlist li {
  padding-left: 80px;
  line-height: 66px;
  height: 66px;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 10px;
}

ul.nouenlist li.nlist1 {
  background: url(../rental/images/seido1.jpg) no-repeat;
}

ul.nouenlist li.nlist2 {
  background: url(../rental/images/seido2.jpg) no-repeat;
}

ul.nouenlist li.nlist3 {
  background: url(../rental/images/seido3.jpg) no-repeat;
}

ul.nouenlist li.nlist4 {
  background: url(../rental/images/seido4.jpg) no-repeat;
}

ul.nouenlist li.nlist5 {
  background: url(../rental/images/seido5.jpg) no-repeat;
}

ul.nouenlist li.nlist6 {
  background: url(../rental/images/seido6.jpg) no-repeat;
}

ul.nouenlist li.nlist7 {
  background: url(../rental/images/seido7.jpg) no-repeat;
}

.nouenblank {
  margin: 60px 0;
}

.nouenblank img {
  width: 100%;
  height: auto;
}

.nouenblank p {
  text-align: right;
  padding-right: 50px;
}

.ryoukinarea {
  width: 940px;
  margin: 0 auto;
}

.ryoukinarea h4 {
  margin: 50px 0;
  border-top: 3px solid #24723a;
  border-bottom: 3px solid #24723a;
  color: #24723a;
  padding: 10px 15px;
  font-size: 22px;
}

.ryoukinarea h4.onepink {
  margin-top: 70px;
  color: #198cc2;
  border-color: #198cc2 !important;
}

.ryoukinarea dl.ryotable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.ryoukinarea dl.ryotable dt {
  display: inline-block;
}

.ryoukinarea dl.ryotable dt h5 {
  font-size: 35px;
  color: #24723a;
  text-align: center;
}

.ryoukinarea dl.ryotable dt p.grryo {
  background: #24723a;
  padding: 7px;
  color: #FFF;
}

.ryoukinarea dl.ryotable dd {
  width: 70%;
  color: #1b4627;
}

.ryoukinarea dl.ryotable dd .rtd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #24723a;
  padding: 25px;
  margin-bottom: 5px;
}

.ryoukinarea dl.ryotable dd .rtd p {
  font-size: 20px;
}

.ryoukinarea dl.ryotable_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.ryoukinarea dl.ryotable_one dt {
  display: inline-block;
}

.ryoukinarea dl.ryotable_one dt h5 {
  font-size: 35px;
  color: #198cc2;
  text-align: center;
}

.ryoukinarea dl.ryotable_one dt p.grryo {
  background: #198cc2;
  padding: 7px;
  color: #FFF;
}

.ryoukinarea dl.ryotable_one dd {
  width: 70%;
  color: #19678b;
}

.ryoukinarea dl.ryotable_one dd .rtd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #198cc2;
  padding: 25px;
  margin-bottom: 5px;
}

.ryoukinarea dl.ryotable_one dd .rtd p {
  font-size: 20px;
}

.ryoukinarea dl.ryotable_one dd .sm_rdt {
  text-align: right;
  padding: 10px 25px;
  color: #333;
  border: 2px solid #a5a5a5;
}

.ryoukinarea dl.ryobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding: 20px 15px;
  margin-bottom: 50px;
}

.ryoukinarea dl.ryobox dt {
  width: 200px;
  text-align: center;
  padding: 10px 0;
  background: #24723a;
  color: #FFF;
}

.ryoukinarea dl.ryobox dt.orobi {
  background: #ee9051;
}

.ryoukinarea dl.ryobox dd {
  margin-left: 20px;
}

.oneday {
  background: #198cc2 !important;
}

.contaclink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contaclink .kozin, .contaclink .hozin {
  width: 50%;
}

.contaclink .kozin a, .contaclink .hozin a {
  display: block;
  padding: 30px;
}

.contaclink .kozin h5, .contaclink .hozin h5 {
  font-size: 28px;
  padding-bottom: 25px;
  text-align: center;
  color: #FFF;
  border-bottom: 5px dotted #FFF;
}

.contaclink .kozin p, .contaclink .hozin p {
  color: #FFF;
  font-size: 18px;
  padding: 25px 0;
  line-height: 200%;
}

.contaclink .kozin .cntbt, .contaclink .hozin .cntbt {
  background: url(../common/icon_mail_wh.png) no-repeat 150px center;
  background-size: 30px auto;
  background-color: #f09716;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

.contaclink .kozin {
  background: #669e50;
}

.contaclink .hozin {
  background: #d55875;
}

/**十文字大根**/
.subpbc_daikon_title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subpbc_daikon_title dt {
  padding-left: 120px;
}

.subpbc_daikon_title dt h4 {
  font-size: 50px;
  letter-spacing: 20px;
  font-weight: normal;
  margin: 20px 0;
  background: url(../jumonjidaikon/images/line_tuti.png) no-repeat bottom left;
  padding-bottom: 35px;
}

.subpbc_daikon_title dt p {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 180%;
}

.subpbc_daikon_title dd {
  padding-right: 120px;
}

.syukakuimg {
  text-align: center;
  margin-top: 40px;
}

#footplink {
  padding: 25px 0;
  color: #444;
}

#footplink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footplink li {
  border-right: 2px solid #ddd;
  padding: 0 20px;
}

/**お問い合せ**/
.contactarea {
  padding: 0 120px;
  margin-bottom: 60px;
  /**ラジオボタン**/
}

.contactarea ul {
  margin: 20px 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactarea li {
  width: 48%;
}

.contactarea li p {
  padding: 15px 10px;
  padding-left: 10px;
  font-size: 20px;
}

.contactarea li.btrent {
  background: url(../contact/images/bg_green.jpg) repeat-x;
}

.contactarea li.btother {
  background: url(../contact/images/bg_yellow.jpg) repeat-x;
}

.contactarea .radio-input {
  display: none;
}

.contactarea .radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.contactarea .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #FFF;
  border-radius: 50%;
}

.contactarea .radio-input:checked + label {
  color: #444;
}

.contactarea .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

.contactarea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
  margin: 15px 0;
}

.contactarea dt {
  font-size: 22px;
  width: 30%;
  letter-spacing: 3px;
}

.contactarea dt span {
  color: #dd8620;
}

.contactarea dd {
  width: 70%;
  margin-left: 20px;
}

.contactarea dd input {
  width: 90%;
  padding: 20px;
  font-size: 16px;
}

.contactarea dd textarea {
  width: 90%;
  padding: 20px;
  font-size: 16px;
}

.contactarea .btsend {
  background: url(../contact/images/bg_dgreen.jpg);
  width: 300px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  margin-top: 20px;
  border: none;
}

.conthead {
  margin: 10px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conthead h2 {
  font-size: 30px;
  letter-spacing: 4px;
}

.conthead p.kozinbg {
  background: url(../common/ftgreenbox.jpg);
  padding: 5px 40px;
  color: #FFF;
  font-size: 24px;
  margin-left: 15px;
}

.conthead p.hozinbg {
  background: url(../common/ftredbox.jpg);
  padding: 5px 40px;
  color: #FFF;
  font-size: 24px;
  margin-left: 15px;
}

p.cntyuui {
  background: #f1f0ec;
  padding: 30px;
  line-height: 180%;
}

p.cntyuui span {
  color: #dd8620;
}

/**会社情報**/
#companyarea {
  margin-top: 50px;
}

#companyarea h2 {
  font-size: 35px;
  width: 250px;
}

#cgaiyou, #ckeiei {
  background: url(../common/wabg.jpg);
  padding-bottom: 150px;
}

.in_compinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 150px;
  margin-top: 50px;
}

.in_gaiyou {
  width: 100%;
}

.in_gaiyou dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  border-bottom: 2px solid #dcd6cc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #333;
}

.in_gaiyou dt {
  width: 200px;
}

.in_zigyou {
  width: 100%;
}

.in_zigyou ul {
  margin-bottom: 50px;
}

.in_zigyou li {
  margin-left: 50px;
  border-left: 2px solid #333;
  line-height: 180%;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.in_zigyou li.zititle {
  border: none;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0;
  text-indent: 0;
}

.in_zigyou li.zititle h3 {
  width: 150px;
  text-align: center;
  padding: 15px 0;
  color: #FFF;
}

.in_zigyou .kankou li h3 {
  background: url(../company/images/kankoubg.jpg);
}

.in_zigyou .saibaibu li h3 {
  background: url(../company/images/saibaibg.jpg);
}

.in_zigyou .seizoubu li h3 {
  background: url(../company/images/seizoubg.jpg);
}

.in_zigyou .tikusanbu li h3 {
  background: url(../company/images/tikusanbg.jpg);
}

.in_zigyou ul.nextproject {
  background: #f1f0ec;
  padding: 15px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.in_zigyou ul.nextproject h3 {
  width: auto;
  letter-spacing: 4px;
  font-weight: normal;
  background: #aaa;
}

.keieirinen {
  width: 100%;
}

.keieirinen h4 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.keieirinen p {
  font-size: 18px;
  line-height: 230%;
  letter-spacing: 2px;
  margin-bottom: 50px;
  padding-right: 50px;
}

.keieirinen img {
  text-align: center;
  margin: 0 auto;
}

/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/***********トップメインイメージエリア***********/
@media (max-width: 768px) {
  /**野らボプロジェクト**/
  .listtitle {
    text-align: right;
    margin-top: 10px;
    line-height: 0;
    padding-bottom: 180px;
  }
  .listt_rental {
    background: url(../rental/images/rentalimg1.jpg) no-repeat left bottom;
    background-size: contain;
  }
  .listt_daikon {
    background: url(../jumonjidaikon/images/jumonimg1.jpg?4) no-repeat right top;
    background-size: cover;
  }
  .lthead {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    margin: 0 auto;
    letter-spacing: 1px;
    background: none;
    background-size: 70px auto;
    background-color: #FFF;
    display: block;
    padding: 10px 0;
  }
  .lthead p.grbcobi {
    background: #80c269;
    padding: 10px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
  }
  .lthead p.daikonobi {
    text-align: center;
  }
  .lthead h2 {
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: normal;
    line-height: 130%;
    margin-right: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .lthead h2 span {
    font-size: 35px;
    margin-top: 0px;
  }
  .lthead h2.daikonlt {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 140%;
  }
  .subleftinfo, .subrightinfo {
    margin-top: 20px;
    background: url(../rental/images/norabolbg.jpg) no-repeat -80px top;
    background-size: auto;
    display: block;
  }
  .subleftinfo .in_sul, .subrightinfo .in_sul {
    display: block;
    width: 85%;
    min-width: auto;
    padding: 0px;
    margin-left: auto;
    padding-bottom: 30px;
  }
  .subleftinfo .in_sul h2, .subrightinfo .in_sul h2 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 20px;
  }
  .subleftinfo .in_sul p, .subrightinfo .in_sul p {
    line-height: 200%;
    letter-spacing: 1px;
    color: #444;
    font-size: 14px;
  }
  .subleftinfo .in_sul p.estitle, .subrightinfo .in_sul p.estitle {
    font-size: 12px;
    color: #999;
  }
  .subleftinfo .in_sul p.daimar, .subrightinfo .in_sul p.daimar {
    margin-top: 10px;
  }
  .subleftinfo .in_sul h3, .subrightinfo .in_sul h3 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #629d14;
    margin: 20px 0;
  }
  .subleftinfo .in_sulimg, .subrightinfo .in_sulimg {
    width: 85%;
    height: auto;
    margin-left: auto;
    text-align: right;
  }
  .subleftinfo .in_sulimg img, .subrightinfo .in_sulimg img {
    width: 100%;
    height: auto;
  }
  .subleftinfo .in_sulimg2, .subrightinfo .in_sulimg2 {
    width: 85%;
    height: auto;
    margin-left: auto;
    text-align: right;
  }
  .subleftinfo .in_sulimg2 img, .subrightinfo .in_sulimg2 img {
    width: 100%;
    height: auto;
  }
  .subrightinfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: url(../rental/images/norabolbg.jpg) no-repeat -80px top;
    background-size: auto;
  }
  .subrightinfo .in_sul {
    width: 85%;
    margin-right: 0px;
    margin-left: auto;
  }
  .subrightinfo .in_sul ul {
    border-left: 3px solid #000;
    margin-top: 20px;
    color: #444;
  }
  .subrightinfo .in_sul li {
    font-size: 14px;
    line-height: 250%;
  }
  .subrightinfo .in_sulimg2 {
    width: 85%;
    height: auto;
    margin-right: 0;
    text-align: left;
  }
  .subrightinfo .in_sulimg2 img {
    width: 100%;
    height: auto;
  }
  /**農園オーナー制度**/
  #subpagebgchn {
    background: url(../rental/images/owner_back_bt.png) no-repeat bottom center, url(../common/wabg.jpg);
    background-size: contain;
    margin-top: 20px;
    padding-bottom: 100px;
  }
  .subpbc_head {
    height: 150px;
    background: url(../rental/images/ownerbunner.jpg?1) no-repeat top center;
    background-size: cover;
  }
  .rentpad {
    width: 95%;
    margin: 0 auto;
  }
  .subpbc_title {
    background: url(../rental/images/icon_owner.png) no-repeat center top;
    background-size: 80px auto;
    text-align: center;
    padding-top: 50px;
    margin: 50px 0;
  }
  .subpbc_title p {
    font-size: 12px;
    color: #999;
    margin: 5px 0;
  }
  .subpbc_title h4 {
    font-size: 21px;
    font-weight: normal;
    border-bottom: 3px solid #222;
    display: inline-block;
    padding-bottom: 20px;
  }
  .rental_intro {
    width: 100%;
  }
  .rental_intro p {
    font-size: 14px;
  }
  .rental_intro img {
    width: 100%;
    height: auto;
  }
  ul.nouenlist {
    width: 100%;
    margin: 0 auto;
  }
  ul.nouenlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 80px;
    padding-right: 10px;
    line-height: 160%;
    height: 66px;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
  }
  ul.nouenlist li.nlist1 {
    background: url(../rental/images/seido1.jpg) no-repeat;
  }
  ul.nouenlist li.nlist2 {
    background: url(../rental/images/seido2.jpg) no-repeat;
  }
  ul.nouenlist li.nlist3 {
    background: url(../rental/images/seido3.jpg) no-repeat;
  }
  ul.nouenlist li.nlist4 {
    background: url(../rental/images/seido4.jpg) no-repeat;
  }
  ul.nouenlist li.nlist5 {
    background: url(../rental/images/seido5.jpg) no-repeat;
  }
  ul.nouenlist li.nlist6 {
    background: url(../rental/images/seido6.jpg) no-repeat;
  }
  ul.nouenlist li.nlist7 {
    background: url(../rental/images/seido7.jpg) no-repeat;
  }
  .nouenblank {
    margin: 30px 0;
  }
  .nouenblank img {
    width: 100%;
    height: auto;
  }
  .ryoukinarea {
    width: 95%;
    margin: 0 auto;
  }
  .ryoukinarea h4 {
    text-align: center;
  }
  .ryoukinarea dl.ryotable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .ryoukinarea dl.ryotable dt {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ryoukinarea dl.ryotable dt h5 {
    font-size: 35px;
    color: #24723a;
    text-align: center;
  }
  .ryoukinarea dl.ryotable dt p.grryo {
    background: #24723a;
    padding: 7px;
    color: #FFF;
  }
  .ryoukinarea dl.ryotable dd {
    width: 100%;
  }
  .ryoukinarea dl.ryotable dd .rtd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 3px solid #24723a;
    padding: 25px;
    margin-bottom: 5px;
  }
  .ryoukinarea dl.ryotable dd .rtd p {
    font-size: 16px;
  }
  .ryoukinarea dl.ryotable_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .ryoukinarea dl.ryotable_one dt {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ryoukinarea dl.ryotable_one dt h5 {
    font-size: 35px;
    text-align: center;
  }
  .ryoukinarea dl.ryotable_one dt p.grryo {
    padding: 7px;
    color: #FFF;
  }
  .ryoukinarea dl.ryotable_one dd {
    width: 100%;
  }
  .ryoukinarea dl.ryotable_one dd .rtd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px;
    margin-bottom: 5px;
  }
  .ryoukinarea dl.ryotable_one dd .rtd p {
    font-size: 16px;
  }
  .ryoukinarea dl.ryotable_one dd .sm_rdt {
    text-align: right;
    font-size: 14px;
    padding: 10px 25px;
    color: #333;
    border: 2px solid #a5a5a5;
  }
  .ryoukinarea dl.ryobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    padding: 20px 15px;
    margin-bottom: 10px;
  }
  .ryoukinarea dl.ryobox dt {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    background: #24723a;
    color: #FFF;
  }
  .ryoukinarea dl.ryobox dt.orobi {
    background: #ee9051;
  }
  .ryoukinarea dl.ryobox dd {
    margin-left: 0px;
    font-size: 14px;
  }
  .contaclink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contaclink .kozin, .contaclink .hozin {
    width: 100%;
  }
  .contaclink .kozin a, .contaclink .hozin a {
    display: block;
    padding: 20px;
  }
  .contaclink .kozin h5, .contaclink .hozin h5 {
    font-size: 24px;
    padding-bottom: 15px;
    text-align: center;
    color: #FFF;
    border-bottom: 3px dotted #FFF;
  }
  .contaclink .kozin p, .contaclink .hozin p {
    color: #FFF;
    font-size: 14px;
    padding: 15px 0;
    line-height: 200%;
  }
  .contaclink .kozin .cntbt, .contaclink .hozin .cntbt {
    background: none;
    background-size: 20px auto;
    background-color: #f09716;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    /* Firefox用 */
  }
  .contaclink .kozin {
    background: #669e50;
  }
  .contaclink .hozin {
    background: #d55875;
  }
  #footplink {
    padding: 25px 0;
    color: #444;
  }
  #footplink ul {
    display: block !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footplink li {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
    font-size: 12px;
  }
  #footplink li img {
    display: none;
  }
  #footplink li a {
    display: block;
    padding: 20px 10px !important;
  }
  /**十文字大根**/
  .subpbc_daikon_title dl {
    display: block;
    padding-top: 20px;
    padding: 20px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .subpbc_daikon_title dt {
    padding-left: 0px;
    margin-bottom: 15px;
  }
  .subpbc_daikon_title dt h4 {
    font-size: 28px;
    letter-spacing: 10px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
    background: url(../jumonjidaikon/images/line_tuti.png) no-repeat bottom center;
    padding-bottom: 35px;
  }
  .subpbc_daikon_title dt p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 180%;
  }
  .subpbc_daikon_title dd {
    padding-right: 0px;
    text-align: center;
  }
  .subpbc_daikon_title dd img {
    width: 95%;
    height: auto;
  }
  .syukakuimg {
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
  }
  .syukakuimg img {
    width: 100%;
    height: auto;
  }
  /**お問い合せ**/
  .contactarea {
    padding: 0;
    margin-bottom: 60px;
    /**ラジオボタン**/
  }
  .contactarea ul {
    margin: 20px 0;
    margin-bottom: 50px;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contactarea li {
    width: 100%;
  }
  .contactarea li p {
    padding: 15px 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .contactarea li.btrent {
    background: url(../contact/images/bg_green.jpg) repeat-x;
  }
  .contactarea li.btother {
    background: url(../contact/images/bg_yellow.jpg) repeat-x;
  }
  .contactarea .radio-input {
    display: none;
  }
  .contactarea .radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
  }
  .contactarea .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    background: #FFF;
    border-radius: 50%;
  }
  .contactarea .radio-input:checked + label {
    color: #444;
  }
  .contactarea .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #d01137;
    border-radius: 50%;
  }
  .contactarea dl {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin: 15px 0;
  }
  .contactarea dt {
    font-size: 14px;
    width: 100%;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .contactarea dt span {
    color: #dd8620;
  }
  .contactarea dd {
    width: 100%;
    margin-left: 0px;
  }
  .contactarea dd input {
    width: 80%;
    padding: 10px;
    font-size: 16px;
  }
  .contactarea dd textarea {
    width: 80%;
    padding: 20px;
    font-size: 16px;
  }
  .contactarea .btsend {
    background: url(../contact/images/bg_dgreen.jpg);
    width: 70%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
  }
  .conthead {
    margin: 10px 0 40px 0;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .conthead h2 {
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .conthead p.kozinbg {
    background: url(../common/ftgreenbox.jpg);
    padding: 5px 0px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 5px;
  }
  .conthead p.hozinbg {
    background: url(../common/ftredbox.jpg);
    padding: 5px 0px;
    color: #FFF;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 5px;
  }
  p.cntyuui {
    background: #f1f0ec;
    padding: 30px;
    line-height: 180%;
  }
  p.cntyuui span {
    color: #dd8620;
  }
  /**会社情報**/
  #companyarea {
    margin-top: 50px;
  }
  #companyarea h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: url(../company/images/kankoubg.jpg);
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  #cgaiyou, #ckeiei {
    background: url(../common/wabg.jpg);
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .in_compinfo {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
    margin-top: 30px;
  }
  .in_gaiyou {
    width: 100%;
  }
  .in_gaiyou dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    border-bottom: 2px solid #dcd6cc;
    padding-bottom: 25px;
    margin-bottom: 25px;
    color: #333;
  }
  .in_gaiyou dt {
    width: 35%;
  }
  .in_gaiyou dd {
    width: 65%;
    padding-left: 10px;
  }
  .in_zigyou {
    width: 100%;
  }
  .in_zigyou ul {
    margin-bottom: 50px;
  }
  .in_zigyou li {
    margin-left: 30px;
    border-left: 2px solid #333;
    line-height: 180%;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .in_zigyou li.zititle {
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0;
    text-indent: 0;
  }
  .in_zigyou li.zititle h3 {
    width: 150px;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
  }
  .in_zigyou .kankou li h3 {
    background: url(../company/images/kankoubg.jpg);
  }
  .in_zigyou .saibaibu li h3 {
    background: url(../company/images/saibaibg.jpg);
  }
  .in_zigyou .seizoubu li h3 {
    background: url(../company/images/seizoubg.jpg);
  }
  .in_zigyou .tikusanbu li h3 {
    background: url(../company/images/tikusanbg.jpg);
  }
  .in_zigyou ul.nextproject {
    background: #f1f0ec;
    padding: 15px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }
  .in_zigyou ul.nextproject h3 {
    width: auto;
    letter-spacing: 4px;
    font-weight: normal;
    background: #aaa;
  }
  .keieirinen {
    width: 100%;
  }
  .keieirinen h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .keieirinen p {
    font-size: 14px;
    line-height: 230%;
    letter-spacing: 2px;
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .keieirinen img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}

#slide {
  width: 637px;
  height: 142px;
  margin: 0 0 0 auto;
  position: relative;
}

#slide img {
  position: absolute;
  right: 5px;
  top: 0px;
}

@media (max-width: 768px) {
  #slide {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #slide img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */