/*
Theme Name: CHINKAEN THEME
Theme URI: http://chin-kaen.com/
Author: CHINKAEN
Author URI: http://chin-kaen.com/
Version: 1.0
*/

/* 他CSS読み込み 
============================================*/
@import url('resource/css/normalize.css');

@charset "UTF-8";
/*---------------------------------
common styleSheet
----------------------------------*/
/*base
----------------------------------*/
html {
  min-width: 320px;
  font-size: 62.5%; /*10px*/
}

body {
  margin: 0;
  min-width: 1100px;
  line-height: 1.7;
  font-size: 13px; /*ベースのフォントサイズ*/
  font-size: 1.3rem;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  color: #323232;
}
a {
  text-decoration: none;
}
a:link { color: #323232 } 
a:visited { color: #323232 }
a:hover { color: #028129 } 
a:active { color: #323232 } 

/*clearfix*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
 
 
/*ボーダーを余白にふくめて計算を簡単にします*/
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;   
}
 
figure {
  margin: 0;
  padding: 0;
}
 
/*テキストを使うタグの指定です*/
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
}
 
small {
  font-size: 12px;
}
 
/*テーブルの中での改行の指定をしています*/
tr {
  word-break: break-all;
}
/*折り返し禁止のクラスです*/
.nw {
  white-space: nowrap;
}
 
/*画像と画像のあいだの余白を消します*/
img {
  vertical-align: bottom;
  max-width: 100%;
}
 
/*ドラッグして選択したときの文字色と文字の背景色です*/
::selection {
  background: #7cc6cf;
  color: #ffffff;
}
 
::-moz-selection {
  background: #7cc6cf;
  color: #ffffff;
}
 
/*リストタグのスタイルを消します*/
ul,
ol,
.li_none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
 
dd {
  margin-left: 0;
}
 
/*リストタグのスタイルを戻します*/
.ul{
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}
 
/*フォームのための指定です*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
 
select option {
  padding: 0px 5px;
}
 
form label {
  cursor: pointer;
}
 
input:placeholder {
  color: #999;
}
 
input:-ms-input-placeholder {
  color: #999;
}

input[type="text"],
input[type="submit"],
input[type="password"],
textarea,
select {
    outline:none;
}


/*---------------------------
chinkaen
---------------------------*/

#base {
  background: url(resource/images/bg.png) repeat;
}
/*main*/
#base main {
  width: 980px;
  margin: 0 auto;
}

/*header*/
header#header {
  padding-top: 25px;
}
header#header .inner {
  width: 990px;
  margin: 0 auto;
}
header#header h1 {
  text-align: center;
  margin: 0;
}
#globalNav {
  margin-top: -110px;
}
#globalNav li {
  float: left;
  margin-right: 30px;
}
#globalNav li.nav01 {
  margin-right: 30px;
}
#globalNav li.nav02 {
  margin-right: 30px;
}
#globalNav li.nav03 {
  margin-right: 218px;
}
#globalNav li.nav04 {
  margin-right: 30px;
}
#globalNav li.nav05 {
  margin-right: 30px;
}
#globalNav li.nav06 {
  margin-right: 0;
}
/*header02*/
#header02 {
  background: #fff;
  z-index: 10000;
  width: 100%;
  padding: 20px 0;
}


#header02 ul {
  width: 980px;
  margin: 0 auto;
}
#header02 ul li {
  float: left;
  margin-right: 34px;
  padding-right: 34px;
  border-right: 1px solid #eee;
}
#header02 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#header02 ul li a{
  font-size: 17px;
}
#header02 ul li a:hover{
  color: #028129;
}
#header02.fix {
    position: fixed;
    left: 0;
    top: 0;
    margin-top: -65px;
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    opacity: 0;
}
#header02.fade {
    margin-top: 0;
    opacity: 1;  
}
/*footer*/
footer .wrapF {
  /*margin-top: 100px;*/
  background: #65b732;
  padding: 30px 0;
}
footer .inner {
  width: 980px;
  margin: 0 auto;
}
footer .leftF {
  width: 640px;
  float: left;
}
footer .logoF {
  float: left;
  margin-right: 30px;
}
footer .infoL {
  float: left;
  color: #fff;
  margin-top: 20px;
}
footer .infoL li {
  /*display: inline;*/
  margin-right: 10px;
}
footer .infoL a {
	color: #fff;
}
footer .infoL a:hover {
	color: #fff;
	text-decoration:underline;
}
footer .navF {
  width: 304px;
  float: right;
}
footer .navF li {
  margin-bottom: 10px;
}
footer .navF ul {
  float: left;
  width: 152px;
}
footer .navF ul:last-child {
  float: right;
}
footer .navF a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  background: url(resource/images/bg_arrow01.png) no-repeat left 5px;
  padding-left: 20px;
}
footer .navF a:hover {
    text-decoration: underline;
}
footer .copy {
  text-align: center;
  color: #eae4c0;
  padding: 5px 0;
  color: #323232;
}

.pageTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 77%;
}
.pageTop a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
}
/*section*/
section .inner {
  width: 980px;
  margin: 0 auto;
}
/*fruitList*/
.fruitList {
  background: url(resource/images/bg03.png) repeat-x left top,url(resource/images/bg02.png) repeat;
}
.fruitList h2 {
  margin-bottom: 50px;
}
.fruitList li {
  margin-bottom: 50px;
}
.fruitList .photo {
  margin-bottom: 20px;
}
.fruitList .col03  ul {
  margin-right: -30px;
}
.fruitList .col03 ul li {
  width: 306px;
  float: left;
  background: #fff;
  margin-right: 30px;
}
.fruitList .col04  ul {
  margin-right: -33px;
}
.fruitList .col04 ul li {
  width: 220px;
  float: left;
  background: #fff;
  margin-right: 33px;
}
.col04 .btn01 {
    width: 160px;
}
.fruitList dl {
  padding: 0 25px 40px 25px;
}
.fruitList dt {
  font-size: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /*margin: 20px auto;*/
  text-align: center;
  width: 256px;

}
.fruitList dt + dd {
  margin-top: 20px;
}
.fruitList dd {
  line-height: 26px;
}
.fruitList dd.btn01 {
  margin-top: 20px;
}
/*---------------------
detail
---------------------*/
.detail {
  padding-bottom: 80px;
}
.page {
  background: url(resource/images/bg02.png) repeat;
}
/*title*/
.pageTitle {
  background: url(resource/images/bg_title.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;  
  text-align: center;
  margin: 30px 0 50px 0;
  padding: 40px 0;
}
.title01 {
  font-size: 32px;
  color: #028129;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
.title01 span {
  background: url(resource/images/bg_line.png) repeat-x left bottom;
  padding: 0 0 25px 0;
}

/*table*/
.tb01 {
  width: 100%;
  border-collapse: 0;
  border-spacing: 0;
  border-left: 1px solid #c2a890;
  border-bottom: 1px solid #c2a890;  
}
.tb01 th,.tb01 td {
  border-top: 1px solid #c2a890;
  border-right: 1px solid #c2a890;
}
.tb01 th {
  background: url(resource/images/bg05.png) repeat;
}
.tb01 td {
  background: #fff;
}
/*button*/
.btn01 {
    width: 190px;
    margin: 0 auto;
}
.btn01 a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;    
}
.btn01 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn01 a span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #028129;
    border-radius: 40px;
    text-align: center;
    letter-spacing: 0.12em;
    /*font-weight: bold;*/
    color: #ffffff;
    padding: 5px 0;
}
.btn01 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 14px;
    height: 12px;
    background: url(resource/images/bg_arrow02.png) 0 0 no-repeat;
}

.btn02 {
    width: 122px;
    margin: 0 auto;
}
.btn02 a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.btn02 a span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    text-align: center;
    letter-spacing: 0.12em;
    color: #028129;
    padding: 3px 0;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;    
}
.btn02 a span:hover {
    background: #dfffcb;
}
.btn02 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 14px;
    height: 12px;
}

.btn03 {
    width: 340px;
    margin: 40px auto 0 auto;
}
.btn03 a {
    display: inline-block;
    position: relative;
    width: 340px;
    height: 100%;
    font-size: 25px;
    line-height: 30px;
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;    
}
.btn03 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn03 a span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eb760e;
    border-radius: 40px;
    text-align: center;
    letter-spacing: 0.12em;
    /*font-weight: bold;*/
    color: #ffffff;
    padding: 15px 0;
}
.btn03 a:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 11px;
    height: 20px;
    background: url(resource/images/bg_arrow03.png) 0 0 no-repeat;
}

/*-----pageNavi*/
.pageNavi {
	clear: both;
	text-align:center;
	vertical-align: middle;
}

.pageNavi a {
	color: #65b732;
	background: #fff;
	text-decoration: none;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0.3em;
	font-size: 15px;
	border: 1px solid #65b732; 
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	border-radius: 30px;
}

.pageNavi span.current{
	background: #65b732;
    color: #fff;
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0.3em;
	font-size: 15px;
	border: 1px solid #65b732; 
	-moz-border-radius: 30px; 
	-webkit-border-radius: 30px; 
	border-radius: 30px;
}
 
.pageNavi a:hover{
	background: #65b732;
    color: #fff;
}

.pageNavi .prev,
.pageNavi .next{
	color: #65b732;
	background: none;
	border: none; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}
.pageNavi .prev:hover,
.pageNavi .next:hover{
	color: #65b732;
	background: none;
	border: none; 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	border-radius: 0;
}




/*.pageNavi { clear: both; text-align: center; vertical-align: middle; }
.pageNavi a,
.pageNavi span { display: inline-block; width: 42px; height: 42px; line-height: 42px; margin: 0 .3em; font-size: 15px; }
.pageNavi a.page,
.pageNavi span { border: 1px solid #65b732; -moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; background: #fff; color: #65b732; }
.pageNavi a.page:hover,
.pageNavi span:hover{ background: #65b732; color: #fff;}
.pageNavi .back { width: 100%; text-align: left; margin-left: -30px; }
.pageNavi img { vertical-align: middle; }
.pageNavi span.current {
  color: #65b732;
  background: #65b732;
  color: #fff;
}
*/
.pageNavi02 a{ font-size: 15px; color: #5ba82b; }
.pageNavi02 a:hover{ text-decoration: underline;}
.pageNavi02 .prev { display: block; width: 40%; float: left; text-align: left; }
.pageNavi02 .prev a img { vertical-align: text-top; margin-right: 10px;}
.pageNavi02 .next { display: block; width: 40%; float: right; text-align: right; }
.pageNavi02 .next a img { vertical-align: text-top; margin-left: 10px;}







