@charset "utf-8";
/*
Theme Name: JetB_press-8_sp_new
Author: Jet-B
Author URI: http://jetb.co.jp/
*/
/*==================================================
リセット
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* list-style-type: none; */
  vertical-align: bottom;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
/*UL OL*/
#upper ul,
#upper ol,
#foot ul,
#foot ol,
#side_bar ul,
#side_bar ol,
#lp_area ul,
#lp_area ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_text ul,
.blog_text ol,
#page_cont ul,
#page_cont ol {
  font-size: 15px;
  padding-left: 2em;
}

.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

#tinymce {
  /*投稿記事編集の背景*/
  background: #fff;
  min-width: 100%;
  color: #000;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================
フォント設定
==================================================*/
@font-face {
  font-family: "HGKakuGProW3";
  src: url("font/HGKakuGProW3.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HGKakuGProW6";
  src: url("font/HGKakuGProW6.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPro-Regular";
  src: url("font/KozGoPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
/*==================================================
全体
==================================================*/
body {
  min-width: 1000px;
  transition: 0.6s;
  font-size: 12px;
  font-family: HGKakuGProW3, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  word-wrap: break-word;
  text-align: left;
  color: #1f2a1e;
  background: url(img/main_bg.jpg);
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-size: 15px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #1f2a1e;
}
a:hover {
  color: #fe9400 !important;
}
a img:hover {
  opacity: 0.7;
}

#main-visual .film_roll_child img {
  opacity: 1;
  cursor: default;
}

blockquote {
  margin: 10px;
}

/*==================================================
hr 設定
==================================================*/
hr {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  padding: 0;
}

/*==================================================
ヘッダー
==================================================*/
#upper {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 64px;
  background: #085000;
}
.index {
  top: 429px;
}
.sec-p {
  top: 10px;
}
#upper .inner {
  position: relative;
  width: 1040px;
  height: 100px;
  margin: 0px auto;
}
#upper h1 {
  display: block;
  float: left;
  width: 154px;
  height: 154px;
  margin-top: -64px;
}

/*==================================================
メインビジュアル(metaslider, film_roll等の大枠)
==================================================*/
#main-visual {
  /*このIDで囲みましょう*/
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 100px;
}

/*==================================================
グローバルメニュー
==================================================*/
#g_nav {
  width: 856px;
  height: 100%;
  float: right;
  text-align: center;
}
.g_nav_menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.g_nav_menu li {
  float: left;
  text-indent: -9999px;
}
.g_nav_menu li:last-child {
  text-indent: 0px;
  float: right;
}

/*==================================================
AddQuickTag　※JetContentsにより実装
==================================================*/

.deco_A {
  display: block;
  padding: 5px 0px 5px 8px;
  border-left: 5px solid;
  margin-bottom: 10px;
}

.deco_B {
  display: block;
  padding: 5px 0px 5px 8px;
  margin-bottom: 10px;
  border-left: 5px solid;
  border-bottom: 1px solid;
}

.deco_C {
  display: block;
  padding: 3px 0px 3px 8px;
  margin-bottom: 10px;
  border-left: 5px solid;
}

.deco_D {
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.deco_A,
.deco_B,
.deco_C,
.deco_D {
  /* border-color: #660000; */
}
.deco_A {
  background: #fafafa;
}

.deco_line1 {
  background: linear-gradient(transparent 50%, yellow 50%);
}

.deco_clock {
  margin: 24px 0;
  display: block;
}

.deco_clock:before {
  content: "alarm_on";
  position: relative;
  font-family: "Material Icons";
  font-size: 1.5rem;
  top: 6px;
}

/*==================================================
JetContents
==================================================*/

/*  テーブルの装飾*/

#blog_area table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 8px 0 16px;
  font-size: 15px;
}

#blog_area caption {
  text-align: left;
}

#blog_area td,
#blog_area th {
  vertical-align: middle;
  border: 1px solid #333333;
  padding: 1vh 2vh 0.85vh;
}

#blog_area th {
  text-align: left;
  font-weight: bold;
}

/* リストの装飾*/

/*追加マージン*/
.mg1 {
  margin: 50px 0 24px;
}
.mg2 {
  margin: 50px 0 24px;
}
.mg3 {
  margin: 30px 0 15px;
}
.mg4 {
  margin: 30px 0 15px;
}

@media only screen and (min-width: 961px) {
  #page1 a {
    background: url(img/new_nav.png) 0px 0px no-repeat;
  }
  #page1 a:hover {
    background: url(img/nav_hover.png) 0px 0px no-repeat;
  }
  .index #page1 a {
    background: url(img/nav_hover.png) 0px 0px no-repeat;
  }

  #page2 a {
    background: url(img/new_nav.png) -88px 0px no-repeat;
  }
  #page2 a:hover {
    background: url(img/nav_hover.png) -88px 0px no-repeat;
  }
  .fruit-gift #page2 a {
    background: url(img/nav_hover.png) -88px 0px no-repeat;
  }

  /* 見積作業 メニューバー追加 */
  #page7 a {
    background: url(img/new_nav.png) -229px 0px no-repeat;
  }
  #page7 a:hover {
    background: url(img/nav_hover.png) -229px 0px no-repeat;
  }

  #page3 a {
    background: url(img/new_nav.png) -334px 0px no-repeat;
  }
  #page3 a:hover {
    background: url(img/nav_hover.png) -334px 0px no-repeat;
  }
  .company #page3 a {
    background: url(img/nav_hover.png) -334px 0px no-repeat;
  }

  #page4 a {
    background: url(img/new_nav.png) -461px 0px no-repeat;
  }
  #page4 a:hover {
    background: url(img/nav_hover.png) -461px 0px no-repeat;
  }
  .nav4 #page4 a {
    background: url(img/nav_hover.png) -461px 0px no-repeat;
  }

  #page5 a {
    background: url(img/new_nav.png) -584px 0px no-repeat;
  }
  #page5 a:hover {
    background: url(img/nav_hover.png) -584px 0px no-repeat;
  }
  .g_nav_menu.blog #page5 a {
    background: url(img/nav_hover.png) -584px 0px no-repeat;
  }

  #page1 a,
  #page2 a,
  #page3 a,
  #page4 a,
  #page5 a,
  #page7 a {
    display: block;
    height: 53px;
  }
  #page1 a {
    width: 85px;
  }
  #page2 a {
    width: 134px;
  }
  #page3 a {
    width: 126px;
  }
  #page4 a {
    width: 123px;
  }
  #page5 a {
    width: 80px;
  }
  #page6 a {
    width: 171px;
  }

  /* 見積作業 メニューバー追加 */
  #page7 a {
    width: 100px;
  }

  #page1,
  #page2,
  #page3,
  #page4,
  #page5,
  #page7 {
    padding-top: 24px;
  }
  #page6 {
    padding-top: 12px;
  }
} /* media */

/*==================================================
共通
==================================================*/
#wrapper {
  /*大枠*/
  width: 100%;
  height: auto;
}

.left-box {
  float: left;
}
.right-box {
  float: right;
}
.clear-box {
  clear: both;
}

/*==================================================
INDEX
==================================================*/
#index_area {
  width: 100%;
  height: auto;
  margin: 0;
}
#index_area .inner {
  width: 1000px;
  overflow: hidden;
  margin: 0px auto;
}

#index_area h1,
#index_area h2,
#index_area h3 {
  text-align: center;
  font-weight: normal;
}
#index_area .txt-c {
  text-align: center;
}

#index1-cont {
  width: 100%;
  padding: 80px 0px;
  margin: 60px 0px;
  background: #f8f7ee;
}

#index2-cont .txt-c {
  margin: 40px 0px 80px;
}
.index2-box1 {
  width: 800px;
  overflow: hidden;
  margin: 0px auto 60px;
}

#index3-cont {
  width: 100%;
  height: 490px;
  padding: 70px 0px 0px;
  background: url(img/index/bg1.png) top center no-repeat;
}
#index3-cont .txt-c {
  font-size: 16px;
  margin: 45px 0px 50px;
}
.index3-box1 {
  display: block;
  width: 313px;
  height: 62px;
  margin: 0px auto;
}

#index4-cont {
  width: 100%;
  padding: 100px 0px 50px;
  background: #f8f7ee;
}

#index5-cont {
  width: 100%;
  padding: 70px 0px 80px;
}
#index5-cont .inner {
  width: 797px;
  overflow: visible;
  position: relative;
}
#index5-cont .txt-c {
  font-size: 16px;
  margin: 25px 0px 55px;
}

.index5-cat {
  width: 138px;
  height: 126px;
  position: absolute;
  top: 26px;
  right: -38px;
}

#index5-cont .left-box {
  width: 370px;
  height: 266px;
  padding: 30px 0px;
  color: #fff;
  background: url(img/index/bg2.png) top center no-repeat;
}
#index5-cont .right-box {
  width: 370px;
  height: 236px;
  padding: 30px 0px;
  color: #fff;
  background: url(img/index/bg3.png) top center no-repeat;
}
#index5-cont h4 {
  text-align: center;
  margin-bottom: 15px;
}
#index5-cont .txt-s {
  font-size: 14px;
  margin-left: 35px;
}
.index5-box {
  display: block;
  width: 192px;
  height: 45px;
  margin: 0px auto 0px;
}
#index5-cont .clear-box {
  position: relative;
  width: 757px;
  height: 85px;
  padding: 35px 0px 0px 40px;
  margin: 0px 0px 50px;
  overflow: visible;
  background: url(img/index/waku.png) top center;
}
#index5-cont .clear-box h5 {
  position: absolute;
  top: -12px;
  left: 32px;
}

#index6-cont {
  width: 100%;
  text-align: center;
  padding: 65px 0px 100px;
  background: #f8f7ee;
}

#index6-cont .custom_title {
  font-size: 24px;
  font-weight: bold;
}

#index6-cont .inner {
  position: relative;
  overflow: visible;
}
#index6-cont .txt-c {
  margin: 30px 0px 55px;
}
.index6-abs {
  width: 202px;
  height: 203px;
  position: absolute;
  top: 116px;
  right: 48px;
  z-index: 10;
}
#index6-cont ul {
  overflow: hidden;
  text-align: center;
  margin-top: 40px;
}
#index6-cont li {
  display: inline-block;
  font-size: 16px;
  margin: 0px 15px;
}

/* カスタマイズ */

.custom_area {
  background-color: transparent !important;
}

.free_area {
  text-align: unset !important;
}

.free_area .txt-c {
  text-align: unset !important;
}

.free_area p a img {
  width: auto !important;
}

/*==================================================
FOOT-CONT
==================================================*/
#foot-cont {
  width: 100%;
  padding: 60px 0px;
  background: #fff;
  border-top: 6px solid #34921a;
}
#foot-cont .inner {
  width: 940px;
  overflow: hidden;
  margin: 0px auto;
}
.foot-box1 {
  position: relative;
  width: 451px;
  overflow: hidden;
  float: left;
}
.foot-box1 h4 {
  font-size: 18px;
}
.foot-box1 p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.mmart {
  position: absolute;
  top: 33px;
  left: 321px;
}

.foot-box2 {
  width: 441px;
  overflow: hidden;
  float: right;
}

/*==================================================
ニュース
==================================================*/
#news_area {
  /*ニュース*/
  width: 868px; /*ニュースコンテンツの大きさ*/
  height: 183px;
  margin: 0px auto;
  padding: 0px;
  background: url(img/index/news_bg.png) no-repeat;
}
#news_area h3 {
  display: bloack;
  width: 120px;
  height: 172px;
  float: left;
  margin: 0px 40px 0px 35px;
}

#news_area ol {
  width: 630px;
  height: auto;
  margin: 30px auto 5px;
  float: left;
  overflow: hidden;
}

#news_area ol li {
  width: 100%;
  margin-bottom: 3px;
  font-size: 14px;
  overflow: hidden;
}

.news-box1 {
  display: block;
  width: 135px;
  height: 30px;
  margin: 0px auto;
}

/*==================================================
ブログ(archive,single)
==================================================*/
#blog_area {
  /*ブログの枠(外)*/
  width: 100%;
  height: auto;
  margin: 0px auto;
  overflow: hidden;
  padding: 253px 0px 50px;
}
#blog_area .inner {
  width: 940px;
  margin: 0px auto;
}
#blog_cont {
  /*ブログの枠(内)*/
  width: 660px;
  height: auto;
  float: right;

  margin: 0px auto;
}
.blog_box {
  height: auto;
  padding: 55px;
  margin-bottom: 50px;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
}
.blog_entry {
  /*ブログと検索結果のタイトルと日付*/
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.blog_entry h1 {
  /*ブログと検索結果タイトル*/
  font-size: 20px;
  text-align: left;
}
.blog_entry span {
  /*ブログ日付*/
  padding-top: 8px;
  font-size: 14px;
  float: right;
}
.blog_text {
  /*投稿記事*/
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 20px 0px;
  overflow: hidden;
}

.archive-header {
  /*アーカイブタイトル*/
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 20px;
}

.wp-pagenavi {
  /*ブログナビゲーション*/
  padding: 10px 0px 10px 0px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 4px 8px;
  margin: 3px 3px;
  border: none;
  color: #1f2a1e;
  font-size: 16px;
}
.wp-pagenavi span.current {
  font-weight: normal;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  background: #085000;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
}

/*単一記事ナビゲーション*/
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-previous a,
.nav-next a {
  line-height: 3;
}
.nav-single {
  width: 90%;
  height: auto;
  overflow: hidden;
  padding: 0px 5% 10px 5%;
  margin-bottom: 30px;
  border-bottom: 1px solid #aa9b77;
}

/*コメントゾーン*/
.comment {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.comment-header {
  border-bottom: 1px solid #aa9b77;
}

#reply-title {
  text-align: left;
}
.comment-notes {
  margin: 20px 0px;
}

#respond {
  border-bottom: 1px solid #aa9b77;
}

.form-allowed-tags {
  display: none;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
  display: inline-block;
  width: 150px;
  padding: 10px 0px;
  vertical-align: top;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"] {
  width: 300px;
  height: 25px;
}

.comment-form-comment textarea {
  width: 300px;
  height: 200px;
}

.form-submit {
  text-align: center;
  padding: 10px 0px;
}
.form-submit input[type="submit"] {
  width: 120px;
  height: 30px;
}

/*==================================================
サイド
==================================================*/
#side_bar {
  width: 250px;
  height: auto;
  float: left;
  overflow: hidden;
}
#side_bar .widget-title,
#side_bar .widget-footer-title {
  font-size: 14px;
  margin-bottom: 5px;
}
#side_bar .widget_categories ul {
  width: 246px;
  overflow: hidden;
  margin: 0px auto 25px;
  background: url(img/blog/cat_bg.png) top center repeat-y;
}
#side_bar .widget_categories li {
  font-size: 16px;
  margin: 0px 0px 10px;
  padding-left: 20px;
}
#side_bar .widget_categories a {
  display: block;
  width: 200px;
  background: url(img/blog/arw1.png) right center no-repeat;
}

.side_box1 li {
  margin-bottom: 25px;
}

.cpt {
  margin-top: 3px;
}

/*==================================================
フッター
==================================================*/
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #085000;
}

#foot {
  position: relative;
  width: 940px;
  height: 130px;
  margin: 0px auto;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
#foot a {
  color: #fff;
}

.foot-logo {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 15px;
  left: 100px;
}
.foot-logo img {
  width: 98px;
  height: 98px;
}
#foot ul {
  text-align: center;
  margin: 40px 0px 5px;
}
#foot li {
  display: inline-block;
}
#foot small {
  width: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

/*==================================================
メールフォーム(#mailformで囲む)
==================================================*/
#mailform_box {
  width: 587px;
  height: auto;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-size: 18px;
  text-align: left;
}
#mailform_box td {
  vertical-align: top !important;
  padding: 6px 0px;
}
#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"] {
  width: 400px;
  height: 22px;
}
#mailform_box textarea {
  width: 400px;
  height: 96px;
}
#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box textarea {
  border: 1px solid #ddd;
}
#mailform_box input[type="submit"] {
  width: 261px;
  height: 49px;
  margin: 0px auto;
  cursor: pointer;
  border: none;
  background: url(img/lp/send.jpg) no-repeat;
}
#mailform_box input[type="submit"]:hover {
  opacity: 0.8;
}
#mailform_box td span {
  font-size: 12px;
  color: #ff0000;
  vertical-align: top !important;
}

/*===================================
404ERR
===================================*/
#err_area {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  padding: 270px 30px 120px;
  box-sizing: border-box;
  text-align: center;
}

/*===================================
検索フォーム
===================================*/

#searchform2 {
  width: 250px;
  position: relative;
}
#keywords2 {
  width: 210px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  color: #000;
}
#searchBtn2 {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #000;
}

/*===================================
固定ページ
===================================*/
#page_area {
  width: 1000px;
  overflow: hidden;
  margin: 0px auto;
  padding: 258px 0px;
}
#page_cont h1 {
  text-align: center;
  margin-bottom: 30px;
}
#page_cont {
  width: 830px;
  overflow: hidden;
  margin: 0px auto;
  padding: 55px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
}

/*-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-
LPページ
▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-*/
#lp_area {
  width: 100%;
  height: auto;
  margin: 0;
}
#lp_area .inner {
  width: 1000px;
  overflow: hidden;
  margin: 0px auto;
}

#lp1-cont {
  width: 100%;
  height: 1101px;
  padding-top: 260px;
  background: url(img/lp/bg0.png) top center no-repeat #fff;
}
#lp1-cont .inner {
  width: 700px;
}
.lp1-box1 {
  position: relative;
  width: 700px;
  height: 521px;
  overflow: hidden;
  background: url(img/lp/bg1.png) no-repeat;
}
.lp1-box1 h2 {
  text-align: center;
  margin: 40px 0px 200px;
}
.lp1-box1 p {
  display: block;
  width: 120px;
  height: 100px;
  font-size: 14px;
}
.abs1 {
  position: absolute;
  top: 140px;
  left: 110px;
}
.abs2 {
  position: absolute;
  top: 153px;
  left: 299px;
}
.abs3 {
  position: absolute;
  top: 140px;
  left: 494px;
}
.lp1-box1 a {
  width: 513px;
  display: block;
  margin: 0px auto;
}
/*SHOPボタン*/
.lp1-box1 .shop_wrap {
  padding: 20px 0 0;
}
.lp1-box1 a.shop_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 24px;
}

#lp2-cont {
  width: 100%;
  overflow: hidden;
  padding: 85px 0px 100px;
}
#lp2-cont .inner {
  background: url(img/lp/bg2.png) 510px 15px no-repeat;
}
#lp2-cont h2 {
  text-align: center;
  margin-bottom: 55px;
}
#lp2-cont .txt-1 {
  margin-left: 130px;
  margin-bottom: 38px;
}
.lp2-ul {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.lp2-ul li {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  margin: 0px 7px;
}
.lp2-ul p {
  width: 240px;
  margin: 0px !important;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #dea998;
  border-bottom: 1px solid #dea998;
}
.lp2-box1 .lp2-box-inner {
  width: 410px;
  height: 324px;
  margin: 0px auto;
  padding: 60px 0px 0px 530px;
  overflow: hidden;
  background: url(img/lp/cbg1.png) no-repeat;
}

.lp2-box2 .lp2-box-inner {
  width: 835px;
  height: 301px;
  margin: 0px auto;
  padding: 75px 0px 0px 105px;
  overflow: hidden;
  background: url(img/lp/cbg2.png) no-repeat;
}

.lp2-box3 .lp2-box-inner {
  width: 410px;
  height: 302px;
  margin: 0px auto;
  padding: 80px 0px 0px 530px;
  overflow: hidden;
  background: url(img/lp/cbg3.png) no-repeat;
}

.lp2-box4 .lp2-box-inner {
  width: 835px;
  height: 234px;
  margin: 0px auto 117px;
  padding: 44px 0px 0px 105px;
  overflow: hidden;
  background: url(img/lp/cbg4.png) no-repeat;
}
.lp2-box4 p {
  margin-left: 28px;
}
.lp2-box-inner a {
  display: block;
  width: 182px;
  height: 49px;
  margin-top: 20px;
}
.txt-2 {
  margin-bottom: 12px;
}
.txt-2_1 {
  margin-bottom: 12px;
}
.txt-2_2 {
  margin-bottom: 10px;
}
.txt-2_3 {
  margin-bottom: 10px;
}
.txt-3 {
  margin-bottom: 37px;
}

.txt-4 {
  text-align: center;
  margin-bottom: 30px;
}
.txt-5 {
  display: block;
  float: left;
  width: 309px;
  height: 250px;
  margin-left: 26px;
  margin-bottom: 30px;
}
.txt-6 {
  display: block;
  float: left;
  width: 309px;
  height: 250px;
  margin-left: 8px;
  margin-bottom: 30px;
}
.txt-7 {
  display: block;
  float: left;
  width: 309px;
  height: 250px;
  margin-left: 7px;
  margin-bottom: 30px;
}

.lp2-box5 {
  width: 947px;
  overflow: hidden;
  margin: 0px auto;
}
.lp2-box5-left {
  float: left;
  width: 624px;
  height: 306px;
  padding: 20px 0px 0px 20px;
  background: url(img/lp/bg3.png) no-repeat;
}
.lp2-box5-left a {
  display: block;
  margin-bottom: 25px;
}
.lp2-box5-right {
  float: left;
  width: 303px;
  height: 326px;
}

#lp3-cont {
  width: 100%;
  height: 906px;
  overflow: hidden;
  text-align: center;
  background: url(img/lp/bg4.jpg) top center no-repeat #fff;
}
#lp3-cont h3 {
  text-align: center;
  margin: 127px 0px 60px;
}
#lp3-cont h3 img {
  margin-left: 50px;
}
#lp3-cont p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 158px;
  line-height: 2.2;
}

#lp4-cont {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 70px;
  text-align: center;
}
#lp4-cont h3 {
  margin: 85px 0px 40px;
}
#lp4-cont p {
  margin-bottom: 40px;
}
#lp4-cont ul {
  overflow: hidden;
}
#lp4-cont li {
  display: inline-block;
  margin: 0px 20px 40px;
}

#lp5-cont {
  width: 100%;
  text-align: center;
  background: url(img/lp/bg6.jpg) left top repeat-x #fff;
}
.lp5-wrap {
  padding: 100px 0px 70px;
  background: url(img/lp/bg5.png) top center no-repeat;
}
#lp5-cont .inner {
  width: 940px;
}
#lp5-cont h4 {
  margin-bottom: 80px;
}

.lp5-box1 {
  width: 587px;
  float: left;
}

.lp5-box2 {
  width: 321px;
  float: right;
}
.txt-10 {
  margin: 30px 0px;
}

.tx1 {
  font-size: 14px;
  margin-top: 30px;
}
.tx2 {
  font-size: 30px;
  font-weight: bold;
  margin: 4px 0px;
}
.tx3 {
  font-size: 12px;
  color: #000;
}

/*=============================
ページ内リンク
=============================*/
#business,
#private {
  padding-top: 50px;
  margin-top: -50px;
  clear: both;
  /*display: inline-block;*/
}
#azeta {
  padding-top: 50px;
  margin-top: -50px;
  clear: both;
}
#seasonfruit,
#special {
  clear: both;
  display: inline-block;
}
#box1,
box2,
box3 {
  padding-top: 0px;
  margin-top: -0px;
  clear: both;
  /*display: inline-block;*/
}
#otoiawase {
  padding-top: 100px;
  margin-top: -100px;
  clear: both;
  /*display: inline-block;*/
}

/*-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-▼-
各ページ
▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-▲-*/
#second_area {
  width: 1000px;
  overflow: hidden;
  margin: 0px auto;
  padding: 50px 0px;
}
#page_title1 {
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  color: #f18d01;
  margin: 0px auto 85px;
}

#page_title1:before {
  content: " ";
  display: inline-block;
  width: 33px;
  height: 37px;
  position: relative;
  background: url("img/blog/hana.png") no-repeat;
  top: 8px;
}
#page_title1:after {
  content: " ";
  display: inline-block;
  width: 33px;
  height: 37px;
  position: relative;
  background: url("img/blog/hana.png") no-repeat;
  top: 8px;
}

#page_title1 a {
  color: #f18d01;
}

a#scroll-to-top {
  background: url(img/tp.png) no-repeat center center;
  width: 88px;
  height: 64px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
}

#map {
  width: 493px;
  height: 270px;
}

/* Slider */
#sl_area {
  position: relative;
  clear: right;
  width: 1000px;
  height: 360px;
  padding: 30px 0px;
  margin: 30px auto;
  overflow: hidden;
}

.sl_box {
  float: left;
  width: 224px !important;
  height: 360px;
  overflow: hidden;
  margin: 0px 5px 0px 6px;
}
.sl_box .wrap {
  width: 220px !important;
  height: 330px;
  margin-bottom: 5px;
  background: #fff;
}
#sl_area h3 {
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}
#sl_area p {
  font-size: 14px;
  text-align: left;
  margin: 0px 5px;
  color: #1f2a1e;
}
.thumbox {
  width: 220px;
  height: 200px;
  float: left;
  margin: 0px auto 5px;
  overflow: hidden;
  text-align: center;
}
.thumbox a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbox img {
  width: auto;
  height: 200px;
}

#sl_area .slick-prev {
  position: absolute;
  width: 20px;
  height: 40px;
  left: -30px;
  top: 150px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url(img/arw-l.png) no-repeat;
}
#sl_area .slick-next {
  position: absolute;
  width: 20px;
  height: 40px;
  right: -30px;
  top: 150px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: url(img/arw-r.png) no-repeat;
}
#sl_area .slick-prev,
#sl_area .slick-next {
  text-indent: -99999px;
}

.slick-slider {
  position: relative;
  display: block;
  width: 940px;
  margin: 0px auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.after_svg:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA2ElEQVQ4T53TwQ2CMBQG4J/nGg7gFjqKboAbwAa6iU6gbqAX8VgLB48YjMQQ+hvBJsao2PbWNP+X177XAAD6g/5IRIZ6r+PH3mUFFuiJrABsa2Om2SFb/4u8A02O5EzKIlYqz7ugj0CrQBlwmibp4hfyHbApchGUxeRbNd1AC+UkIp3o+Xs1/wJtjlzfWE1Oh5OykBvwTBGIbMt9gVjvdfTw3AByc2M1dr8CcW7KTvTM+REJLuVajN3bSBwNGHoNEmnmUl4ij1HmrjYMvT6TiIxsa7o+0Ov5HUbDiRE+vux8AAAAAElFTkSuQmCC");
  background-size: contain;
}

/*=============================
料金表
=============================*/
.send_but {
  display: block;
  width: 250px;
  height: 85px;
  margin: 50px auto;
}
.out {
  display: none !important;
}

#postage_cont {
  width: 830px;
  overflow: hidden;
  margin: 0px auto;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #fff;
}
#tablepress-1 {
  box-sizing: border-box;
}
#tablepress-1 td {
  width: 70px;
  border: 1px solid #ddd;
  text-align: center;
}
#tablepress-1 .row-2,
#tablepress-1 .row-19 {
  background: #e9e9e9;
}
#tablepress-1 .column-1,
#tablepress-1 .column-2,
#tablepress-1 .column-3 {
  width: 170px;
  text-align: left;
  background: #f4efd1;
}
#tablepress-1 .row-1 .column-1,
#tablepress-1 .row-18 .column-1 {
  font-size: 18px;
  color: #fff;
  border-top: none;
  background: #085000;
}
#tablepress-1 .row-29 .column-1,
#tablepress-1 .row-29 .column-10 {
  font-size: 18px;
  color: #fff;
  border-top: none;
  background: #085000;
}
#tablepress-1 .row-29 .column-7 {
  border-top: none;
  border-bottom: none;
}
#tablepress-1 .row-30 td {
  background: #e9e9e9;
}
#tablepress-1 .row-31 td,
#tablepress-1 .row-32 td,
#tablepress-1 .row-33 td,
#tablepress-1 .row-34 td,
#tablepress-1 .row-35 td,
#tablepress-1 .row-36 td {
  background: #fff;
}

#tablepress-1 .row-17 td,
#tablepress-1 .row-28 td {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: none;
}

#tablepress-2 {
  box-sizing: border-box;
}
#tablepress-2 td {
  width: 60px;
  border: 1px solid #ddd;
  text-align: center;
}
#tablepress-2 .row-2,
#tablepress-2 .row-10 {
  background: #e9e9e9;
}
#tablepress-2 .column-1 {
  width: 170px;
  text-align: left;
  background: #f4efd1;
}
#tablepress-2 .row-1 .column-1,
#tablepress-2 .row-9 .column-1 {
  font-size: 18px;
  color: #fff;
  border-top: none;
  background: #085000;
}
#tablepress-2 .row-8 td {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: none;
}
#tablepress-2 .row-6 .column-2 {
  text-align: center;
  font-size: 16px;
}

.crf:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フルーツギフト
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#page_cont.fruits_gift_page {
  background: #fefefe;
}

.fruits_gift_page .gift_img_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 32px 0 0;
}
.fruits_gift_page .gift_img_list li {
  width: 30%;
  padding: 4px;
  margin: 0 5% 5% 0;
  box-sizing: border-box;
  background: url(img/main_bg.jpg);
}
.fruits_gift_page .gift_img_list li:nth-child(3n) {
  margin: 0 0 5% 0;
}
/*画像*/
.fruits_gift_page .gift_img_list .img_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fruits_gift_page .gift_img_list .img_box::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.fruits_gift_page .gift_img_list .img_box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
/*詳細wrap*/
.fruits_gift_page .gift_img_list .detail_wrap {
  overflow: hidden;
  padding: 16px 8px;
}

.fruits_gift_page .gift_img_list .gift_number {
  font-weight: bold;
}
/*タイトル*/

/*値段*/
.fruits_gift_page .gift_img_list .gift_nedan {
  font-size: 18px;
  text-align: right;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム(#mailformで囲む)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#fruits-mailform {
  width: 700px;
  height: auto;
  margin: 0px auto 0px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
}

#fruits-mailform table {
  width: 100%;
  border-spacing: 0 20px;
  text-align: left;
}

#fruits-mailform th,
#fruits-mailform td {
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  padding: 8px;
  border-bottom: 1px dotted #eee;
}

#fruits-mailform th {
  width: 30%;
  font-weight: bold;
}
#fruits-mailform th.label_haed {
  color: #f18d01;
  font-weight: bold;
  background: url(img/main_bg.jpg);
}
#fruits-mailform th.bottom_cont {
  border-bottom: none;
}
#fruits-mailform th.border_none {
  border-bottom: 0;
}
#fruits-mailform th span {
  font-size: 12px;
  color: #ff0000;
  vertical-align: top !important;
  padding-bottom: 3px;
}

#fruits-mailform td {
  width: 70%;
  font-weight: normal;
}

#fruits-mailform i {
  color: #ff0000;
}

#fruits-mailform th p {
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0 0;
}
#fruits-mailform span.wpcf7-list-item {
  margin: 0;
}
#fruits-mailform input[type="text"],
#fruits-mailform input[type="email"],
#fruits-mailform input[type="tel"],
#fruits-mailform select {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fruits-mailform select {
  width: 50%;
}

#fruits-mailform textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fruits-mailform input[type="text"],
#fruits-mailform input[type="email"],
#fruits-mailform input[type="tel"],
#fruits-mailform select,
#fruits-mailform textarea {
  border: 1px solid #ddd;
  font-size: 14px;
}
#fruits-mailform input[type="file"] {
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fruits-mailform .your-zipcode,
#fruits-mailform .guest-zipcode {
  display: inline-block;
  width: 30%;
  margin: 0 0 0 8px;
}
#fruits-mailform .your-address,
#fruits-mailform .guest-address {
  display: block;
  margin: 16px 0 0;
}

#fruits-mailform .check_box {
  text-align: center;
  font-size: 16px;
  margin: 0 0 16px;
}
#fruits-mailform .check_box .acceptance-0 {
  position: relative;
  top: 4px;
}
#fruits-mailform .check_box .check-box {
  width: 16px;
  height: 16px;
}

/*送信ボタン*/
#fruits-mailform input[type="submit"][disabled] {
  opacity: 0.2;
  cursor: default;
}
#fruits-mailform input[type="submit"] {
  position: relative;
  display: block;
  width: 160px;
  height: 60px;
  margin: 0px auto;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  outline: none;
  border: 1px solid #999;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
}

#fruits-mailform input[type="submit"]:active {
  top: 3px;
  box-shadow: none;
}

#fruits-mailform .head_text {
  font-size: 16px;
  padding-bottom: 20px;
  text-align: center;
}

#fruits-mailform .w1 {
  display: inline-block;
  width: 80px;
}

#fruits-mailform .w2 {
  display: inline-block;
}

#fruits-mailform .bottom_text {
  font-size: 18px;
  text-align: center;
  padding: 50px 0;
}

/*エラー表示*/
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

/*日にち*/
.ui-datepicker {
  width: 300px !important;
}

@media only screen and (max-width: 1000px) {
  #index6-cont .custom_title {
    font-size: 6.25vw;
  }

  /* JetContents--------------------------------------------------- */

  .deco_clock:before {
    content: "alarm_on";
    position: relative;
    font-family: "Material Icons";
    font-size: 1.5rem;
    top: 6px;
  }

  .deco_clock {
    margin: 24px 0;
    display: block;
  }

  /* ------------------------------------------------------------------ */
}
