/* Generated by less 2.5.1 */
@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++

	Theme Name:竹野青果
	Description:FS長崎
	Version: 1.0		

++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  background: url(img/bg.jpg);
}
/*default.lessここから---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin: 0;
}
ul {
  margin-bottom: 0;
}
ol,
ul,
li {
  list-style: none;
}
dt,
dd {
  line-height: 1.8;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
/*スクリーンリーダーを非表示*/
.table {
  margin-bottom: 0;
}
.container {
  overflow: hidden;
}
/*---------------------
 ★　文字/サイズ指定
-----------------------*/
:root {
  font-size: 100%;
}
@media only screen and (max-width: 600px) {
  :root {
    font-size: 80%;
    color: aqua;
  }
}
body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
}
/*---------------------
 ★　汎用
-----------------------*/
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.img-responsive-center {
  display: block;
  margin: 0 auto;
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div,
.row-0 main,
.row-0 aside {
  padding-right: 0px;
  padding-left: 0px;
}
/*---------------------
 ★　GMAP
-----------------------*/
.gmap {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}
.bg-aquatint {
  background: #EEEEEE;
}
a:link {
  color: #006600;
  outline: 0;
}
a:hover {
  color: #004d00;
}
a:visited {
  color: #382b26;
}
a:active {
  color: #006600;
  font-weight: bold;
}
/*---------------------
　
// ★　余白調整

//-----------------------*/
/*下余白-----------------------*/
.mb5rem {
  margin-bottom: 5rem;
}
.mb4rem {
  margin-bottom: 4rem;
}
.mb3rem {
  margin-bottom: 3rem;
}
.mb2rem {
  margin-bottom: 2rem;
}
.mb1rem {
  margin-bottom: 1rem;
}
/*上余白-----------------------*/
.mt5rem {
  margin-top: 5rem;
}
.mt4rem {
  margin-top: 4rem;
}
.mt3rem {
  margin-top: 3rem;
}
.mt2rem {
  margin-top: 2rem;
}
.mt1rem {
  margin-top: 1rem;
}
/*下余白px-----------------------*/
.mb50px {
  margin-bottom: 50px;
}
.mb45px {
  margin-bottom: 45px;
}
.mb40px {
  margin-bottom: 40px;
}
.mb35px {
  margin-bottom: 35px;
}
.mb30px {
  margin-bottom: 30px;
}
.mb25px {
  margin-bottom: 25px;
}
.mb20px {
  margin-bottom: 20px;
}
.mb15px {
  margin-bottom: 15px;
}
.mb10px {
  margin-bottom: 10px;
}
.mb5px {
  margin-bottom: 5px;
}
/*上余白px-----------------------*/
.mt50px {
  margin-top: 50px;
}
.mt45px {
  margin-top: 45px;
}
.mt40px {
  margin-top: 40px;
}
.mt35px {
  margin-top: 35px;
}
.mt30px {
  margin-top: 30px;
}
.mt25px {
  margin-top: 25px;
}
.mt20px {
  margin-top: 20px;
}
.mt15px {
  margin-top: 15px;
}
.mt10px {
  margin-top: 10px;
}
.mt5px {
  margin-top: 5px;
}
/*---------------------
 ★　改行調整 mixin
//-----------------------*/
/*---------------------
// ★　文字サイズ
//-----------------------*/
.fs5 {
  font-size: 5rem;
}
.fs4 {
  font-size: 4rem;
}
.fs3 {
  font-size: 3rem;
}
.fs2 {
  font-size: 2rem;
}
.fs1 {
  font-size: 1rem;
}
.fs08 {
  font-size: 0.8rem;
}
.fs09 {
  font-size: 0.9rem;
}
.fs11 {
  font-size: 1.1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs13 {
  font-size: 1.3rem;
}
.fs15 {
  font-size: 1.5rem;
}
.fs25 {
  font-size: 2.5rem;
}
/*　太字　
------------------------------------------------------------*/
.fw {
  font-weight: bold;
}
.fw-red {
  font-weight: bold;
  color: #e50012;
}
.fw-cha {
  font-weight: bold;
  color: #310d00;
}
/*　マーカー　
------------------------------------------------------------*/
.mk-y {
  background-color: #fff4e5;
}
.mk-p {
  background-color: #ffe5ff;
}
.table {
  width: 100%;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .table {
    width: auto;
    overflow: scroll;
  }
}
.table tbody > tr > td,
.table tbody > tr > th {
  padding: 1rem;
}
.table th,
.table td {
  font-size: 0.9em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}
.tb-lime {
  padding: 3%;
  border: ddd solid 1px;
  border-width: 1px 0;
}
@media only screen and (max-width: 768px) {
  .tb-lime {
    border-width: 1px 0 0;
  }
}
/*▲import達ここまで*/
/*--------------------

Header

----------------------*/
Header {
  width: 100%;
  color: #000;
}
.HeaderContents {
  width: 100%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 10px;
  /*background: url("img/header-bg.png") no-repeat 0 0;*/
  /* スマートフォン 縦(ポートレート) */
}
.HeaderContents .info {
  float: right ;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.HeaderContents .tel a {
  font-size: 1.5em;
  font-weight: bold;
  color: #900;
}
@media only screen and (max-width: 768px) {
  .HeaderContents {
    /* ipad 縦  */
  }
  .HeaderContents .logo img {
    display: block;
    margin: 0 auto;
  }
  .HeaderContents .info {
    float: none;
    position: relative;
    text-align: center;
  }
  .HeaderContents .tel span:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderContents {
    width: 100%;
  }
}
.header-top-area {
  padding: 100px 0;
  background: url(img/header-bg.jpg) no-repeat fixed top center;
}
@media only screen and (max-width: 680px) {
  .header-top-area {
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
  }
}
/**************************

   G　NAVI

**************************/
#toggle {
  display: none;
}
nav.line-nav {
  width: 100%;
  background-color: #006600;
  margin-bottom: 1rem;
}
nav.line-nav .container {
  background-color: #006600;
}
nav.line-nav ul {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1.1;
}
nav.line-nav li {
  display: inline-block;
  width: 25%;
  line-height: 1.1;
}
nav.line-nav li a {
  display: block;
  padding: 2em;
  color: #FFF;
  font-weight: normal;
}
nav.line-nav li a {
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  font-size: 1rem;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  nav.line-nav li a {
    font-size: 0.8rem;
  }
}
nav.line-nav li a:hover {
  background: #004d00;
  text-decoration: none;
}
nav.line-nav li a .sub {
  font-size: 0.7em;
  opacity: .5;
}
nav.line-nav li a .sub:before {
  content: "\A";
  white-space: pre;
}
@media only screen and (max-width: 768px) {
  nav.line-nav {
    /*nav.line-nav li .sub{ display:none;}*/
  }
  nav.line-nav .container {
    padding-right: 0;
    padding-left: 0;
  }
  nav.line-nav #toggle {
    display: block;
    background: #006600;
  }
  nav.line-nav #toggle a {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #FFF;
  }
  nav.line-nav #toggle a:hover {
    text-decoration: none;
  }
  nav.line-nav #gnav {
    display: none;
  }
  nav.line-nav li {
    width: 100%;
    border: #FFF solid 1px;
    border-width: 0 0 1px;
  }
}
/**************************

  汎用

**************************/
/*--------------------
 ★レイアウト影枠
----------------------*/
/*/**/
.shadow-wrap {
  padding: 2%;
  margin: 20px 0;
  /*background: #FFF;  background-color:rgba(250, 250, 250,1);*/
}
.shadow-wrap {
  box-shadow: rgba(122, 122, 122, 0.0588235) 0px 0px 1px 1px;
  border-radius: 3px;
}
.glay-wrap {
  background: #eee;
  border-right: 3px;
  padding: 2rem;
}
.rightcolor-wrap {
  background: #fff6f1;
  border-right: 3px;
  padding: 2rem;
}
.pinkcolor-wrap {
  background: #feeef6;
  border-right: 3px;
  padding: 2rem;
}
/*--------------------
 ★ページタイトル
----------------------*/
.page-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  /*padding-bottom: 0.5rem; border-bottom:@right-color 2px solid;*/
  margin: 5% auto;
  position: relative;
}
.page-title::before {
  content: "";
  position: absolute;
  background-color: #006600;
  width: 100px;
  height: 6px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
}
/*--------------------
 ★見出し
----------------------*/
.midashi-h1 {
  font-size: 1.5rem;
  border-bottom: #006600 2px solid;
  padding: 0 0 10px 0;
}
.midashi-h2 {
  font-size: 1.3rem;
  border-bottom: #004d00 2px solid;
  padding: 0 0 8px 0;
}
.mid-shortline {
  letter-spacing: 0.1em;
  position: relative;
}
.mid-shortline::before {
  content: "";
  position: absolute;
  width: 100px;
  background-color: #006600;
  height: 6px;
  left: 0;
  right: 0;
  top: 1.8rem;
}
.mid-maru::before {
  content: "●";
  margin-right: 0.5rem;
}
/*--------------------
 ★汎用見出し用マージン mixin
----------------------*/
/**************************

   HOME

**************************/
.home-introduction .midashi-h1 {
  margin: 2rem 0 2rem;
}
.home-introduction .midashi-h2 {
  margin: 1rem 0 0.5rem;
}
.info-table {
  border: none;
  width: 100%;
}
.info-table tbody > tr > td,
.info-table tbody > tr > th {
  border: none;
}
.info-table tbody > tr {
  border-color: #ddddee;
  border-style: solid;
  border-width: 0 0 2px;
}
.info-table th {
  white-space: nowrap;
}
@media only screen and (min-width: 1330px) {
  .info-table th br {
    display: none;
  }
}
/**************************

   PAGE 汎用 

**************************/
.page .maru {
  margin: 1rem 0 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #1aff1a;
}
.page .maru::before {
  content: "●";
  margin-right: 0.5rem;
}
.page .maru-list li {
  margin: 1rem 0 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #1aff1a;
}
.page .maru-list li::before {
  content: "●";
  margin-right: 0.5rem;
}
.tb-lime {
  border-style: dotted;
  border-color: #EEEEFF;
}
/**************************

   会社案内 about

**************************/
.about-table th {
  background: #e2f1f8;
  font-weight: bold;
}
.tate-img {
  max-height: 350px;
}
/**************************

   問い合わせ mailform

**************************/
.mailform {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .mailform {
    width: 95%;
  }
}
.form-group {
  margin-bottom: 15px;
}
form label {
  text-align: right;
}
/**************************

   Footer

**************************/
Footer {
  width: 100%;
  line-height: 3em;
  background: #006600;
  color: #ffffff;
  text-align: center;
}
Footer a:link {
  color: #ffffff;
}
Footer a:hover {
  color: #ffffff;
}
Footer a:visited {
  color: #ffffff;
}
Footer a:active {
  color: #ffffff;
  font-weight: bold;
}
.footer-top-area {
  padding: 100px 0;
  background: url(img/footer-bg.jpg) no-repeat;
}
