@charset "UTF-8";
/*
===============================================================================
■ ベース
===============================================================================
*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , YuGothic , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #000;
  font-size: 1.5rem;
  background-color: #FEF7EC;
  min-width: 1200px;
  position: relative;
}

img {
  vertical-align: bottom;
}

/* リンク関係
---------------------------------------------------- */
a {
  color: #000;
}

a:link, a:visited {
  color: #000;
}

a:focus {
  outline: none;
}

a.color:hover {
  color: #017a6b;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a.line {
  text-decoration: underline;
}
a.line:hover {
  text-decoration: none;
}

a.line_green {
  color: #017a6b;
  text-decoration: underline;
}
a.line_green:hover {
  text-decoration: none;
}

/*
===============================================================================
■ 見出し h1〜h6
===============================================================================
*/
h1.pageTitle {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 42px;
  line-height: 1.4;
}

/*
===============================================================================
■ テキスト関係基本設定
===============================================================================
*/
p.text {
  color: #333;
  line-height: 1.7;
}

/*
===============================================================================
■ パーツ
===============================================================================
*/
.space_0 {
  margin: 0 !important;
}

.space_xs {
  margin-bottom: 8px !important;
}

.space_ss {
  margin-bottom: 16px !important;
}

.space_s {
  margin-bottom: 32px !important;
}

.space_m {
  margin-bottom: 48px !important;
}

.space_l {
  margin-bottom: 60px !important;
}

.space_ll {
  margin-bottom: 80px !important;
}

h2.parts {
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 4px;
}
h2.parts:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #017a6b;
}
h2.parts span {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: 13px;
}

h2.parts.left {
  text-align: left;
  padding: 0 40px 0 0;
}
h2.parts.left span {
  padding-left: 0;
}

h2.parts.icon {
  margin-bottom: 24px;
}

h3.parts {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0 40px;
}

h3.parts:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

h3.parts2 {
  color:#017A6B;
  font-size: 1.2em;
  font-weight: bold;
  margin:10px 0;
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #017A6B;
}

h3.parts > span {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: 13px;
}

h3.parts.left {
  text-align: left;
  padding: 0 40px 0 0;
}
h3.parts.left span {
  padding-left: 0;
}

h3.parts.big {
  font-size: 2.1rem;
}

h4.parts, h5.parts {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
}

h4.multiLine, h5.multiLine {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #017a6b;
  margin-bottom: 16px;
}

h4.parts.ver02 {
  color: #000;
}

p.multiLine {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #017a6b;
  margin-bottom: 16px;
}

p.parts {
  color: #000;
  line-height: 1.7;
  margin: 0 0 20px;
}

.Lsize {
  font-size: 1.6rem;
  line-height: 1.9;
}

.Msize {
  font-size: 1.4rem;
  line-height: 1.7;
}

.Ssize {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
}

.att {
  font-size: 1.4rem !important;
}

.lh15 {
  line-height: 1.5 !important;
}

p.hang {
  padding-left: 1em;
  text-indent: -1em;
}

.box {
  padding: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
}

.box.p10 {
  padding: 10px 10px 0;
}

.box.p30 {
  padding: 30px;
}

.box.bg_brown {
  background-color: #f4e8d6;
}
.box.bg_brown h3.parts span {
  background-color: #f4e8d6;
}

.box.bg_white {
  background-color: #fff;
}

.box.bg_beige {
  background-color: #fef7ec;
}

.box.bg_yellow {
  background-color: #fffae4;
  border: 1px solid #ffd62f;
}
.box.bg_yellow h3.parts span {
  background-color: #fffae4;
}

.box.bg_gray {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
}
.box.bg_gray h3.parts span {
  background-color: #f9f9f9;
}
.box.bg_gray .btns li a {
  background-color: #fff;
}
.box.bg_gray .btns li a:hover {
  background-color: #f9f9f9;
}

ul.parts {
  width: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
}
ul.parts li {
  margin: 0 0 7px;
}
ul.parts li:last-child {
  margin-bottom: 0;
}

ul.dice > li {
  background: url("../images/bg_ul_dice.png") no-repeat left top 5px;
  padding-left: 24px;
}

ul.line li {
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

ul.hang > li {
  padding-left: 1em;
  text-indent: -1em;
}

ul.notes {
  font-size: 1.3rem;
}

ul.space_li li {
  margin-bottom: 24px;
}

ul.space_li_s li {
  margin-bottom: 8px;
}

ul.index_link_block {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
ul.index_link_block li {
  float: left;
  width: 425px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
ul.index_link_block li a {
  display: block;
  border-left: 30px solid #017a6b;
}
ul.index_link_block li a span.col {
  display: table;
  width: 425px;
  min-height: 100px;
  margin-left: -30px;
  background: url("../images/icon_arrow_right_w_s.png") no-repeat left 9px center;
}
ul.index_link_block li a span.col span.title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  padding: 10px 10px 10px 35px;
  line-height: 1.3;
  font-size: 1.8 rem;
}
ul.index_link_block li a span.col span.title .cap {
  display: block;
  padding-top: 5px;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
}
ul.index_link_block li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

ul.imglink {
  overflow: hidden;
  zoom: 1;
  margin-right: -30px;
}
ul.imglink li {
  float: left;
  margin: 0 30px 30px 0;
}
ul.imglink li a {
  display: block;
  position: relative;
}
ul.imglink li a span.wrap {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
ul.imglink li a span.wrap .col {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  padding: 19px 20px;
}
ul.imglink li a span.wrap .col:after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #017a6b;
  position: absolute;
  top: 0;
  left: 20px;
}
ul.imglink li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

.linklist {
  text-align: center;
  margin-right: -10px;
}
.linklist li {
  float:left;
/*  display: inline-block;*/
  margin: 0 10px 10px 0;
}
.linklist li:nth-child(even){
  margin: 0 0 10px 0;
}
.linklist li a {
  display: table-cell;
  width: 390px;
  min-height: 60px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  padding: 18px 40px 18px 20px;
  color: #017a6b;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1.3;
  background: url("../images/bg_btn_arrow.png") no-repeat right 10px center;
}
.linklist li a:hover {
  text-decoration: none;
  background: url("../images/bg_btn_arrow.png") no-repeat right 10px center #f9f9f9;
}

.linklist.anker li a {
  background: url("../images/bg_btn_ankerllink.png") no-repeat right 10px center;
}
.linklist.anker li a:hover {
  background: url("../images/bg_btn_ankerllink.png") no-repeat right 10px center #f9f9f9;
}

.linklist.left {
  text-align: left;
}
.linklist.left li a {
  text-align: center;
}

.ankerlink {
  text-align: center;
}
.ankerlink li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.ankerlink li:last-child {
  margin-right: 0;
}
.ankerlink li a {
  display: table-cell;
  vertical-align: middle;
  min-width: 155px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  padding: 9px 30px 9px 16px;
  color: #017a6b;
  font-size: 1.4rem;
  background: url("../images/bg_btn_ankerllink.png") no-repeat right 10px center #f9f9f9;
}
.ankerlink li a:hover {
  border: 2px solid #017a6b;
  background: url("../images/bg_btn_ankerllink.png") no-repeat right 10px center #fff;
}



.ankerlink2 {
  text-align: center;
}
.ankerlink2 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.ankerlink2 li:last-child {
  margin-right: 0;
}
.ankerlink2 li a {
  display: table-cell;
  vertical-align: middle;
  min-width: 155px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  padding: 9px 15px 9px 15px;
  color: #017a6b;
  font-size: 1.4rem;
  background:center #f9f9f9;
}
.ankerlink2 li a:hover {
  border: 2px solid #017a6b;
  background:center #fff;
}



ul.page_link {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
ul.page_link li {
  float: left;
  width: 165px;
  margin-right: 10px;
}
ul.page_link li a {
  display: block;
  width: 100%;
  color: #017a6b;
  line-height: 1.5;
  text-decoration: underline;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 10px;
  background: url("../images/icon_bg_pagelink.png") no-repeat right 10px center;
}
ul.page_link li a:hover {
  background: url("../images/icon_bg_pagelink.png") no-repeat right 10px center #fafaf7;
  text-decoration: none;
}

.wrap_pNation {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
  zoom: 1;
}
.wrap_pNation ul.pageNum, .wrap_pNation ul.back_next {
  float: left;
}
.wrap_pNation ul.pageNum li, .wrap_pNation ul.back_next li {
  display: inline-block;
  margin-right: 9px;
}
.wrap_pNation ul.pageNum li:last-child, .wrap_pNation ul.back_next li:last-child {
  margin-right: 40px;
}
.wrap_pNation ul.pageNum li a, .wrap_pNation ul.back_next li a {
  width: 45px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background-color: #FFF;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #017a6b;
  line-height: 48px;
  text-decoration: underline;
}
.wrap_pNation ul.pageNum li a:hover, .wrap_pNation ul.back_next li a:hover {
  background-color: #017a6b;
  border: 1px solid #017a6b;
  color: #fff;
  text-decoration: none;
}
.wrap_pNation ul.pageNum li.active a, .wrap_pNation ul.back_next li.active a {
  background-color: #017a6b;
  border: 1px solid #017a6b;
  color: #fff;
  text-decoration: none;
}
.wrap_pNation ul.back_next li a {
  width: 90px;
}
.wrap_pNation ul.back_next li:first-child a span {
  background: url("../images/icon_tri_left.png") no-repeat left center;
  padding-left: 13px;
}
.wrap_pNation ul.back_next li:last-child a span {
  background: url("../images/icon_tri_right.png") no-repeat right center;
  padding-right: 13px;
}

ol.parts {
  line-height: 1.6;
}
ol.parts > li {
  list-style-type: decimal;
  margin: 0 0 8px 1.4em;
}
ol.parts > li:last-child {
  margin-bottom: 0;
}

.col_two {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.col_two .col_left, .col_two .col_right {
  width: 50%;
}
.col_two .col_left {
  float: left;
  padding-right: 5px;
}
.col_two .col_right {
  float: right;
  padding-left: 5px;
}

.col_two.gro40 .col_left {
  padding-right: 20px;
}
.col_two.gro40 .col_right {
  padding-left: 20px;
}

.col_three {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.col_three .cols {
  float: left;
  width: 250px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  padding: 20px;
}
.col_three .cols:nth-child(2) {
  margin-right: 19px;
}
.col_three .cols:last-child {
  margin-right: 0;
}
.col_three .col_left, .col_three .col_center, .col_three .col_right {
  display: table-cell;
  vertical-align: top;
  padding: 0 24px;
}
.col_three .col_left {
  width: 306px;
  border-left: 1px solid #dddddd;
}
.col_three .col_center {
  width: 308px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.col_three .col_right {
  width: 306px;
  border-right: 1px solid #dddddd;
}

.col_threeLine {
  width: 100%;
  display: table;
}
.col_threeLine .cols {
  display: table-cell;
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border-right: 1px solid #ddd;
}
.col_threeLine .cols:nth-child(1) {
  padding: 20px 20px 20px 0;
}
.col_threeLine .cols:nth-child(2) {
  padding: 20px;
}
.col_threeLine .cols:nth-child(3) {
  padding: 20px 0 20px 20px;
  border-right: none;
}

.photo_l {
  float: left;
  margin: 0 28px 28px 0;
}

.photo_r {
  float: right;
  margin: 0 0 28px 28px;
}

table.parts {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
table.parts tr th, table.parts tr td {
  vertical-align: middle;
  line-height: 1.6;
  padding: 13px 16px;
  border: 1px solid #f0e0c7;
}
table.parts tr td.bg_beige {
  background-color: #fef7ec;
}
table.parts tr th {
  text-align: center;
  background-color: #fef7ec;
  border-right: 1px solid #f0e0c7;
}

table.parts.th_gray tr th, table.parts.th_gray tr td {
  background-color: #fff;
  border: 1px solid #dddddd;
}
table.parts.th_gray tr th {
  background-color: #f9f9f9;
  border-right: 1px solid #dddddd;
}

table.tdLeft tr td {
  text-align: left !important;
}

table.tdCenter tr td {
  text-align: center !important;
}

table.thLeft tr th {
  text-align: left !important;
}

table.thead thead tr th {
  padding: 5px 16px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #6e5e45;
}
table.thead tr th, table.thead tr td {
  border: 1px solid #f0e0c7;
  padding: 11px 16px;
}
table.thead tr td.left {
  text-align: left;
}
table.thead tr td.left span {
  font-size: 1.3rem;
}

.btnArea_wrap {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

.btns {
  margin: 0 -10px -10px 0;
}
.btns > li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.btns > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 390px;
  height: 80px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #017a6b;
  padding: 0 40px 0 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  background: url("../images/bg_btn_arrow.png") no-repeat right 10px center;
}
.btns > li > a:hover {
  background-color: #f9f9f9;
}
.btns li.pdf a {
  border: 2px solid #da2a2a;
  color: #da2a2a;
  background: url("../images/bg_btn_pdf.png") no-repeat right 10px center;
}
.btns li.pdf a:hover {
  background-color: #f9f9f9;
}
.btns li.out a {
  border: 2px solid #ddd;
  background: url("../images/bg_btn_out.png") no-repeat right 10px center;
}
.btns li.out a:hover {
  background-color: #f9f9f9;
}

.btns2,.btns3{
	width:90%;
	margin:0 auto;
	overflow: hidden;
}
.btns2 > li {
  margin: 10px 0 0 0;
	float:left;
}
.btns2 > li:nth-child(odd) {
  margin-right:8px;
}

.btns3 > li {
	float:left;
}
.btns3 > li:nth-child(odd) {
  margin-right:8px;
}

.btn.w100 a {
  width: 100%;
}

.btn.pdf.black a {
  color: #000;
}

.btn.defa.black a {
  color: #000;
}
.btn.defa.black a:hover {
  color: #FFF;
}

.btn.fw_normal a {
  font-weight: normal;
}

a.link_normal {
  display: inline-block;
  color: #017a6b;
  text-decoration: underline;
  background: url("../images/bg_btn_arrow.png") no-repeat right center;
  padding-right: 20px;
  margin-right: 12px;
  text-indent: 0;
}
a.link_normal:hover {
  text-decoration: none;
}

a.link_out {
  display: inline-block;
  color: #666666;
  text-decoration: underline;
  background: url("../images/bg_btn_out.png") no-repeat right center;
  padding-right: 20px;
  margin-right: 12px;
  text-indent: 0;
}
a.link_out:hover {
  text-decoration: none;
}

a.link_pdf {
  display: inline-block;
  line-height: 20px;
  color: #da2a2a;
  text-decoration: underline;
  background: url("../images/bg_btn_pdf.png") no-repeat right center;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  padding-right: 20px;
  margin-right: 12px;
  text-indent: 0;
}
a.link_pdf:hover {
  text-decoration: none;
}

.area_pageTop {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.area_pageTop .page_top a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 58px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-border-radius: 0 0  3px 3px;
  border-radius: 0 0  3px 3px;
  background: url("../images/bg_pageTop.png") no-repeat center center #dcccb3;
}
.area_pageTop .page_top a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}
.area_pageTop .page_back {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 2;
}
.area_pageTop .page_back a {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  color: #017a6b;
}
.area_pageTop .page_back a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

.bnr_area {
  margin-top: 50px;
  text-align: center;
}

/*フォーム
---------------------------------------------------- */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search] {
  width: 260px;
  height: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 5px 32px 5px 10px;
  font-size: 14px;
  background: url("../images/icon_search.png") no-repeat right 10px center #f2f2f2;
}

/*
===============================================================================
■ レイアウト
===============================================================================
*/
#main_area {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
  position: relative;
}

#top #main_area {
  margin-bottom: 35px;
  padding-top: 135px;
}

#main_bottomArea {
  width: 100%;
  min-width: 1000px;
  margin-top: -9px;
  background: url("../images/bg_illust.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 999;
  padding-top: 262px;
}

#top #main_bottomArea {
  margin-top: -178px;
  background: url("../images/bg_illust_top.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
===============================================================================
■ 全ページ共通デザイン
===============================================================================
*/
/* headerコンテンツ
---------------------------------------------------- */
#header_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 1200px;
  margin-top: 23px;
  background-color: #FFF;
  border-bottom: 3px solid #017a6b;
}

#header_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#header_inner .code {
  position: absolute;
  top: 18px;
  left: 263px;
  font-size: 12px;
  color: #666;
}

#header {
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}
#header .area_logo {
  float: left;
}
#header .area_utility {
  float: right;
  margin: 7px 0 0 0;
  overflow: hidden;
  zoom: 1;
}
#header .area_utility .search {
  float: right;
}
#header .area_utility .search input[type=text] {
  width: 260px;
  height: 35px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 32px 5px 10px;
  font-size: 14px;
  background: url("../images/icon_search.png") no-repeat right 10px center #fff;
}
#header .area_utility .search input[type="image"] {
  display: none;
}

#textsizer {
  float: right;
}
#textsizer .textresizer {
  float: right;
  overflow: hidden;
  zoom: 1;
}
#textsizer .textresizer li {
  float: left;
  font-weight: 600;
  font-size: 12px;
  margin-right: 5px;
}
#textsizer .textresizer li:nth-child(1) {
  margin: 11px 10px 0 0;
}
#textsizer .textresizer li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  background-color: #017a6b;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#textsizer .textresizer li:nth-child(3) {
  margin-right: 20px;
}
#textsizer .textresizer li:nth-child(3) a {
  font-size: 18px;
  background: url("../images/bg_resize.png") no-repeat center center #017a6b;
}
#textsizer .textresizer li:nth-child(3) a.textresizer-active {
  background: url("../images/bg_resize.png") no-repeat center center #ccc;
}
#textsizer .textresizer li a.textresizer-active {
  background-color: #ccc;
}

#bgswitcher > div {
  z-index: 0 !important;
}

#top #header_wrap {
  background-color: transparent;
  border-bottom: none;
  margin-top: -21px;
}
#top #header_wrap #header_inner .code {
  position: static;
  margin: 0 0 25px 0;
}
#top #header_wrap #header_inner #header .area_utility .search input[type=text] {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* グローバルナビゲーション
---------------------------------------------------- */
#nav {
  position: relative;
  z-index: 100;
}

#nav > ul {
  display: flex;
  display: -ms-flexbox;
  margin: 0 auto;
  width: 1200px;
}

#nav > ul > li {
  width: 150px;
  background: url("../images/bg_nav_border.png") no-repeat left top 5px;
  list-style: none;
}

#nav > ul > li:nth-child(1) {
  width: 149px;
}

#nav > ul > li .mddWrap .mddInner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#nav > ul > li:nth-child(1) .mddWrap .mddInner:after {
  top: 0;
  left: 63px;
}

#nav > ul > li:nth-child(2) .mddWrap .mddInner:after {
  top: 0;
  left: 212px;
}

#nav > ul > li:nth-child(3) .mddWrap .mddInner:after {
  top: 0;
  left: 362px;
}

#nav > ul > li:nth-child(6) .mddWrap .mddInner:after {
  top: 0;
  left: 813px;
}

#nav > ul > li:nth-child(7) .mddWrap .mddInner:after {
  top: 0;
  left: 962px;
}

#nav > ul > li:nth-child(8) .mddWrap .mddInner:after {
  top: 0;
  left: 1113px;
}

#nav > ul > li:nth-child(1) > a {
  padding-top: 41px;
  line-height: 1.22;
  background: url("../images/bg_nav_icon01.png") no-repeat center top;
}

#nav > ul > li:nth-child(2) {
  width: 149px;
}

#nav > ul > li:nth-child(2) > a {
  padding-top: 41px;
  line-height: 1.22;
  background: url("../images/bg_nav_icon02.png") no-repeat center top;
}

#nav > ul > li:nth-child(3) > a {
  background: url("../images/bg_nav_icon03.png") no-repeat center top;
}

#nav > ul > li:nth-child(4) > a {
  background: url("../images/bg_nav_icon04.png") no-repeat center top;
}

#nav > ul > li:nth-child(4) > a.active {
  color: #321f00;
}
#nav > ul > li:nth-child(4) > a.active:hover {
  color: #017a6b;
}

#nav > ul > li:nth-child(5) > a {
  background: url("../images/bg_nav_icon05.png") no-repeat center top;
}

#nav > ul > li:nth-child(6) > a {
  background: url("../images/bg_nav_icon06.png") no-repeat center top;
}

#nav > ul > li:nth-child(7) > a {
  background: url("../images/bg_nav_icon07.png") no-repeat center top;
}

#nav > ul > li:nth-child(8) > a {
  background: url("../images/bg_nav_icon08.png") no-repeat center top;
}

#nav > ul > li:last-child {
  width: 152px;
  background-image: url("../images/bg_nav_border.png"), url("../images/bg_nav_border.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}

#nav > ul > li > a {
  display: block;
  height: 91px;
  padding-top: 49px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #321f00;
}

#nav > ul > li > a:hover {
  color: #017a6b;
}

#nav > ul > li > a.active {
  color: #017a6b;
}

#top #nav {
  margin-bottom: 27px;
}

#top #nav > ul > li > a {
  height: 94px;
}

/* ナビドロップダウンエリア
------------------------------------- */
#nav .mddWrap {
  position: absolute;
  top: 91px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  display: block;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
  background-color: #006b5e;
  background-image: url("../images/bg_dropmenu_top.png"), url("../images/bg_dropmenu_bot.png");
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}

#nav .mddWrap .mddInner {
  margin: 0 auto;
  padding: 24px 0 40px;
  width: 1200px;
  text-align: left;
  position: relative;
}
#nav .mddWrap .mddInner .navtitle {
  text-align: center;
  font-size: 24px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 24px;
}

#nav .mddWrap .mddInner .dropContent {
  width: 1082px;
  margin: 0 auto;
}

#nav .mddWrap .mddInner .dropContent > ul {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}

#nav .mddWrap .mddInner .dropContent > ul > li {
  float: left;
  margin: 0 10px 10px 0;
}

#nav .mddWrap .mddInner .dropContent > ul > li > a {
  display: table-cell;
  padding: 2px 8px;
  vertical-align: middle;
  width: 172px;
  height: 60px;
  line-height: 1.4;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #017A6B;
  text-align: center;
  background: url("../images/icon_arrow_right_green_s.png") no-repeat right 10px center #fff;
}
#nav .mddWrap .mddInner .dropContent > ul > li > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

#nav > ul > li:hover .mddWrap {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

#top #nav .mddWrap {
  top: 94px;
}

#top #nav > ul > li:nth-child(6) .mddWrap .mddInner:after {
  border-top: 10px solid #fef7ec;
}

.sp_nav {
  display: none;
}

#sidenav_wrap {
  position: absolute;
  width: 90px;
  top: 120px;
  right: 0;
  z-index: 999;
}

#sidenav {
  overflow: hidden;
  zoom: 1;
  position: fixed;
  top: 120px;
}
#sidenav li {
  float: right;
  margin-bottom: 10px;
}
#sidenav li a span {
  display: none;
}

/* footerコンテンツ
---------------------------------------------------- */
footer {
  background-color: #fef7ec;
}

#bnr_area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 41px;
  overflow: hidden;
  zoom: 1;
}
#bnr_area li {
  float: left;
  margin-right: 30px;
}
#bnr_area li:last-child {
  margin-right: 0;
}

#bnr_slide {
  width: 100%;
  min-width: 1000px;
  background-color: #017a6b;
  padding: 20px 0;
}

.wrap_slide {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* slickカスタマイズ
---------------------------------------------------- */
.area_slide {
  overflow: hidden;
  zoom: 1;
}
.area_slide .slider {
  width: 1020px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  width: 30px;
  /* 画像幅 */
  height: 30px;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

button.slick-prev, button.slick-next {
  z-index: 2;
}

.slick-prev.slick-arrow {
  top: 50%;
  left: -15px;
  background: url("../images/btn_slide_left.png") no-repeat center center;
}

.slick-next.slick-arrow {
  top: 50%;
  right: -15px;
  background: url("../images/btn_slide_right.png") no-repeat center center;
}

.slick-arrow {
  z-index: 10;
}

/* サイトマップエリア
---------------------------------------------------- */
#footer_area {
  width: 1200px;
  margin: 0 auto;
  padding: 51px 0;
}

#sitemap {
  float: left;
  padding-top: 16px;
}
#sitemap .col_left, #sitemap .col_center, #sitemap .col_right {
  float: left;
  padding-right: 10px;
}
#sitemap .col_left {
  width: 249px;
}
#sitemap .col_center {
  width: 279px;
}
#sitemap .col_right {
  width: 222px;
}
#sitemap .navList {
  margin-bottom: 20px;
}
#sitemap .navList li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #666;
}
#sitemap .navList li a {
  color: #666;
}
#sitemap .navList li a:hover {
  text-decoration: underline;
}
#sitemap .navList li:first-child {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
}
#sitemap .navList li:first-child a {
  color: #017a6b;
}
#sitemap .navList li:last-child {
  margin-bottom: 0;
}

#map {
  float: right;
  width: 450px;
  height: 377px;
  padding-top: 280px;
  background: url("../images/bg_footMap.png") no-repeat center top 20px #fff;
}
#map address {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
  padding-left: 20px;
}

.foot_nav {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 37px;
  border-top: 1px solid #e6dbca;
}
.foot_nav .topNav {
  text-align: center;
  margin-bottom: 30px;
}
.foot_nav .topNav li {
  display: inline-block;
  margin: 0 20px;
}
.foot_nav .topNav li a {
  font-size: 1.4rem;
  color: #017a6b;
  text-decoration: underline;
}
.foot_nav .topNav li a:hover {
  text-decoration: none;
}
.foot_nav .bottomNav {
  text-align: center;
}
.foot_nav .bottomNav li {
  display: inline-block;
  margin: 0 12px 20px 12px;
}
.foot_nav .bottomNav li a {
  font-size: 1.3rem;
  color: #666;
}
.foot_nav .bottomNav li a:hover {
  text-decoration: underline;
}

#copyright {
  width: 100%;
  min-width: 1000px;
  background-color: #017a6b;
  text-align: center;
  padding: 18px 0;
}
#copyright small {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

/*
===============================================================================
■ 下層ページ共通
===============================================================================
*/
/*ページタイトル
---------------------------------------------------- */
.corner_title {
  position: absolute;
  top: 45px;
  left: 58px;
  display: inline-block;
  min-width: 135px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  background-color: #017a6b;
  padding: 8px;
}

#area_title {
  display: table;
  width: 100%;
  padding: 25px 0 25px;
  background-image: url("../images/bg_areaTitle_dot.png"), url("../images/bg_areaTitle_dot.png");
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
  margin-bottom: 40px;
}
#area_title h1 {
  display: table-cell;
  font-size: 3.6rem;
  color: #321F00;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.5;
  padding-right: 24px;
}
#area_title .pagecap {
  display: table-cell;
  color: #321f00;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: right;
}

/*レイアウト
---------------------------------------------------- */
main {
  width: 100%;
  padding-bottom: 50px;
}

#top main {
  padding-bottom: 0;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

#about .colIndex h1 {
  background: url("../images/icon_men_l.png") no-repeat center top;
}

#syokunou .colIndex h1 {
  background: url("../images/icon_syokunou.png") no-repeat center top;
}

#consulting .colIndex h1 {
  background: url("../images/icon_consulting_l.png") no-repeat center top;
}

#activity .colIndex h1 {
  background: url("../images/icon_activity_l.png") no-repeat center top;
}

.colIndex {
  border: 2px solid #dcccb3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F4E8D6;
  padding: 58px;
  margin-bottom: 80px;
}
.colIndex:last-child {
  margin-bottom: 0;
}
.colIndex h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  color: #321F00;
  padding-top: 98px;
  margin: -90px 0 50px 0;
}
.colIndex .btns_indexLink {
  margin-right: -11px;
}
.colIndex .btns_indexLink li {
  float: left;
  margin: 0 11px 11px 0;
}
.colIndex .btns_indexLink li a {
  display: table-cell;
  vertical-align: middle;
  width: 286px;
  height: 70px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 50px 0 18px;
  line-height: 1.3;
  background: url("../images/bg_btn_arrow.png") no-repeat right 20px center #fff;
}
.colIndex .btns_indexLink li a:hover {
  background: url("../images/bg_btn_arrow.png") no-repeat right 20px center #f9f9f9;
}
.colIndex .btns_indexLink.col2 {
  margin-right: -10px;
}
.colIndex .btns_indexLink.col2 li {
  margin: 0 10px 10px 0;
}
.colIndex .btns_indexLink.col2 li a {
  width: 435px;
}
.colIndex .btn_linkImg {
  margin-right: -10px;
}
.colIndex .btn_linkImg li {
  float: left;
  margin: 0 10px 10px 0;
}
.colIndex .btn_linkImg li a {
  display: block;
  width: 435px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  padding: 10px;
}
.colIndex .btn_linkImg li a figure {
  margin-bottom: 20px;
}
.colIndex .btn_linkImg li a figcaption {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.4;
}
.colIndex .btn_linkImg li a figcaption .title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
.colIndex .btn_linkImg li a figcaption .title span {
  display: inline-block;
  padding-right: 26px;
  background: url("../images/bg_btn_arrow.png") no-repeat right center;
}

#col_one {
  width: 100%;
  border: 2px solid #dcccb3;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  padding: 58px;
  position: relative;
}

#col_one.titleIn {
  padding: 0;
}
#col_one.titleIn .wrap_titleIn {
  padding: 58px;
}

#contents_inner {
  padding: 0 45px;
}

/*パンくず
---------------------------------------------------- */
#bread {
  width: 100%;
}
#bread ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
#bread ul li {
  float: left;
  margin-left: 24px;
  padding: 28px 40px 28px 0;
  background: url("../images/bg_arrow_bread.png") no-repeat right center;
}
#bread ul li a {
  color: #6E5B26;
  font-size: 1.4rem;
  text-decoration: underline;
}
#bread ul li a:hover {
  text-decoration: none;
}
#bread ul li:first-child {
  margin-left: 0;
}
#bread ul li:last-child {
  background: none;
  color: #017a6b;
}

/*サブナビゲーション
---------------------------------------------------- */
/*ページトップ
---------------------------------------------------- */
/*
===============================================================================
■ トップページコンテンツ
===============================================================================
*/
/* KV
---------------------------------------------------- */
#kv {
  width: 100%;
  min-width: 1200px;
  height: 498px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#kv .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 498px;
  text-align: center;
  padding-top: 173px;
  background: url("../images/bg_kv_inner.png") repeat-x center bottom;
}

/* ファーストインフォメーション
---------------------------------------------------- */
#first_info {
  width: 100%;
  min-width: 1200px;
  background: url("../images/bg_texture.png") repeat left top;
}
#first_info .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 40px;
  overflow: hidden;
  zoom: 1;
}
#first_info .inner .area_sukana {
  position: relative;
  width: 580px;
  float: left;
  margin-right: 40px;
  background: url("../images/bg_sukana.png") no-repeat left top 48px;
}
#first_info .inner .area_sukana h2 {
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4A3A1F;
  margin-bottom: 162px;
}
#first_info .inner .area_sukana h3 {
  text-align: center;
  margin-bottom: 10px;
}
#first_info .inner .area_sukana .goSukana {
  position: absolute;
  top: 49px;
  right: 0;
  text-align: center;
}
#first_info .inner .area_sukana .goSukana a {
  display: block;
  border-radius: 50%;
  height: 135px;
  width: 135px;
  background-color: #017a6b;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 47px;
}
#first_info .inner .area_sukana .goSukana a span {
  font-size: 24px;
}



#first_info .inner .area_sukana2 {
  position: relative;
  width: 580px;
  float: left;
  background: url("../images/bg_hayama.png") no-repeat left top 48px;
}
#first_info .inner .area_sukana2 h2 {
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4A3A1F;
  margin-bottom: 162px;
}
#first_info .inner .area_sukana2 h3 {
  text-align: center;
  margin-bottom: 10px;
}
#first_info .inner .area_sukana2 .goSukana {
  position: absolute;
  top: 49px;
  right: 210px;
  text-align: center;
}
#first_info .inner .area_sukana2 .goSukana a {
  display: block;
  border-radius: 50%;
  height: 135px;
  width: 135px;
  background-color: #f78d2e;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 47px;
}
#first_info .inner .area_sukana2 .goSukana a span {
  font-size: 24px;
}





#first_info .inner .area_movie {
  width: 560px;
  float: right;
}
#first_info .inner .area_movie h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #4A3A1F;
  font-weight: 600;
  margin-bottom: 18px;
}
#first_info .inner .area_movie p {
  font-size: 1.4rem;
  color: #4a3a1f;
  line-height: 1.5;
  margin-bottom: 24px;
}
#first_info .inner .area_movie .movie {
  width: 560px;
  height: 315px;
  border: 3px solid #d4c2a6;
}

/* すかなごっそInsta
---------------------------------------------------- */
.sukana_insta_wrap {
  position: relative;
  overflow: hidden;
}
.sukana_insta_wrap ul {
  /*width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;*/
}
.sukana_insta_wrap ul li {
  /*float: left;*/
  width: 200px;
  height: 200px;
  padding-right: 10px;
  background: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sukana_insta_wrap ul li a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1 !important;
}
.sukana_insta_wrap ul li a:hover {
  opacity: 1 !important;
}
.sukana_insta_wrap ul li a:hover p {
  opacity: 1;
}
.sukana_insta_wrap ul li a img {
  width: 100%;
  height: auto;
}
.sukana_insta_wrap ul li a p {
  width: 190px;
  height: 190px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  display: table;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sukana_insta_wrap ul li a p span {
  display: table-cell;
  vertical-align: middle;
}
.sukana_insta_wrap .swiper-container {
  width: 590px;
}
.sukana_insta_wrap .swiper-button-next {
  right: 20px;
}

/* メインコンテンツ
---------------------------------------------------- */
.col_infoLeft, .col_infoRight {
  width: 100%;
  min-width: 1200px;
}
.col_infoLeft .inner, .col_infoRight .inner {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}
.col_infoLeft .inner .col_wrap, .col_infoRight .inner .col_wrap {
  width: 609px;
  padding-top: 56px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  z-index: 1;
}
.col_infoLeft .inner .col_wrap .area_Infocol, .col_infoRight .inner .col_wrap .area_Infocol {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 38px;
}
.col_infoLeft .inner .col_wrap .area_Infocol h2, .col_infoLeft .inner .col_wrap .area_Infocol .sub, .col_infoLeft .inner .col_wrap .area_Infocol .tategaki, .col_infoRight .inner .col_wrap .area_Infocol h2, .col_infoRight .inner .col_wrap .area_Infocol .sub, .col_infoRight .inner .col_wrap .area_Infocol .tategaki {
  float: right;
  margin-left: 33px;
}
.col_infoLeft .inner .col_wrap .area_Infocol h2, .col_infoRight .inner .col_wrap .area_Infocol h2 {
  margin-right: 33px;
}
.col_infoLeft .inner .col_wrap .area_Infocol .sub, .col_infoLeft .inner .col_wrap .area_Infocol .tategaki, .col_infoRight .inner .col_wrap .area_Infocol .sub, .col_infoRight .inner .col_wrap .area_Infocol .tategaki {
  margin-top: 36px;
}
.col_infoLeft .inner .col_wrap .area_Infocol .tategaki, .col_infoRight .inner .col_wrap .area_Infocol .tategaki {
  height: 15em;
  margin-left: 2em;
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  color: #615440;
  line-height: 28px;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea, .col_infoRight .inner .col_wrap .wrap_linkArea {
  width: 410px;
  float: right;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul, .col_infoRight .inner .col_wrap .wrap_linkArea ul {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li, .col_infoRight .inner .col_wrap .wrap_linkArea ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li a, .col_infoRight .inner .col_wrap .wrap_linkArea ul li a {
  display: block;
  width: 200px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: url("../images/icon_arrow_right_white.png") no-repeat right 10px center #017a6b;
}
.col_infoLeft .inner .col_wrap .wrap_linkArea ul li a:hover, .col_infoRight .inner .col_wrap .wrap_linkArea ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

#infoAgri.col_infoLeft .inner {
  background: url("../images/bg_infoAgri.png") no-repeat right top 50px;
}

#infoRegi.col_infoRight .inner {
  background: url("../images/bg_infoRegional.png") no-repeat left top;
}
#infoRegi.col_infoRight .inner .col_wrap {
  margin-left: 396px;
  padding-top: 36px;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol {
  margin-bottom: 32px;
}
#infoRegi.col_infoRight .inner .col_wrap .area_Infocol h2 {
  margin-left: 16px;
}

#infoFina.col_infoLeft .inner {
  background: url("../images/bg_infoFinance.png") no-repeat right top;
}
#infoFina.col_infoLeft .inner .col_wrap {
  padding-top: 0;
}
#infoFina.col_infoLeft .inner .col_wrap .area_Infocol {
  margin-bottom: 29px;
}

#infoHayama {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 573px;
  padding-top: 36px;
  background-image: url("../images/pic_top_bgInsta_left.png"), url("../images/pic_top_bgInsta_right.png"), url("../images/bg_texture.png");
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left bottom -89px, right bottom -89px, left top;
}
#infoHayama .inner {
  width: 1200px;
  margin: 0 auto;
  background: url("../images/bg_infoHayama.png") no-repeat center top;
}
#infoHayama .inner .col_wrap {
  width: 310px;
  margin: 0 auto;
  padding-top: 12px;
}
#infoHayama .inner .col_wrap .area_Infocol {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 38px;
}
#infoHayama .inner .col_wrap .area_Infocol h2, #infoHayama .inner .col_wrap .area_Infocol .tategaki {
  float: right;
}
#infoHayama .inner .col_wrap .area_Infocol h2 {
  margin-left: 42px;
}
#infoHayama .inner .col_wrap .area_Infocol .tategaki {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  height: 22em;
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 600;
  color: #615440;
  line-height: 29px;
  letter-spacing: 2px;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#infoHayama .inner .col_wrap .areaLink {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#infoHayama .inner .col_wrap .areaLink a {
  display: block;
  width: 300px;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: url("../images/icon_arrow_right_white.png") no-repeat right 10px center #017a6b;
}
#infoHayama .inner .col_wrap .areaLink a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

#illust_wrap {
  background-image: url("../images/pic_top_bgAgri.png"), url("../images/pic_top_bgReg.png"), url("../images/pic_top_bgFin.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left -182px top 227px, right -42px top 697px, left -39px bottom -15px;
}

/* JAよこすか葉山Insta
---------------------------------------------------- */
#insta_wrap {
  background-image: url("../images/pic_top_bgInsta_left.png"), url("../images/pic_top_bgInsta_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top -10px, right top -10px;
}
#insta_wrap .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 67px;
  background: url("../images/bg_insta.png") no-repeat center bottom;
}
#insta_wrap h2 {
  text-align: center;
  margin-bottom: 38px;
}

/* InstaPC用
---------------------------------------------------- */
.iframe_instaPC_wrap {
  width: 1000px;
  margin: 0 auto;
}

/*iframe先*/
body#insta_hayamaPC {
  width: 100%;
  min-width: 0;
}

.instaPC_wrap {
  width: 1000px;
}
.instaPC_wrap ul {
  /*width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;*/
}
.instaPC_wrap ul li {
  /*float: left;*/
  width: 200px;
  height: 200px;
}
.instaPC_wrap ul li a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  opacity: 1 !important;
}
.instaPC_wrap ul li a:hover {
  opacity: 1 !important;
}
.instaPC_wrap ul li a:hover p {
  opacity: 1;
}
.instaPC_wrap ul li a img {
  width: 100%;
  height: auto;
}
.instaPC_wrap ul li a p {
  height: 200px;
  padding: 15px;
  font-size: 15px;
  width: 200px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  display: table;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.instaPC_wrap ul li a p span {
  display: table-cell;
  vertical-align: middle;
}

.swiper-container {
  width: 1000px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon_slidearrow_l.png");
  -webkit-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  margin-top: -16px;
}

.swiper-button-next {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon_slidearrow_r.png");
  -webkit-background-size: 32px 32px;
  -o-background-size: 32px 32px;
  background-size: 32px 32px;
  margin-top: -16px;
}

/* Insta_iOS用
---------------------------------------------------- */
.iframe_instaSP_wrap {
  width: 320px !important;
  margin: 0 auto;
  overflow: hidden;
}

body#insta_hayamaSP {
  min-width: 0;
}

.instaSP_wrap {
  width: 320px;
  padding: 15px;
}
.instaSP_wrap ul {
  width: 100%;
}
.instaSP_wrap ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  opacity: 1 !important;
}
.instaSP_wrap ul li a:hover {
  opacity: 1 !important;
}
.instaSP_wrap ul li a:hover p {
  /*opacity: 1;*/
  display: none;
}
.instaSP_wrap ul li a img {
  width: 100%;
  height: auto;
}
.instaSP_wrap ul li a p {
  display: none;
}
.instaSP_wrap .swiper-container {
  width: 100%;
}
.instaSP_wrap .swiper-button-prev, .instaSP_wrap .swiper-button-next {
  display: none;
}

/* 新着情報
---------------------------------------------------- */
.tab_area {
  text-align: center;
  margin-bottom: -2px;
}
.tab_area li {
  display: inline-block;
  margin: 0 1px;
  width: 180px;
  height: 52px;
  line-height: 52px;
  background-color: #017a6b;
  border-bottom: 2px solid #017a6b;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
.tab_area li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}
.tab_area li:nth-child(2) {
  background-color: #C94F4F;
}
.tab_area li:nth-child(3) {
  background-color: #006ba8;
}
.tab_area li:nth-child(4) {
  background-color: #017a6b;
}
.tab_area li.select {
  border-bottom: none;
  position: relative;
}
.tab_area li.select:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 13px solid #017a6b;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_area li.select:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -webkit-transition: 0.0s;
  -moz-transition: 0.0s;
  -ms-transition: 0.0s;
  -o-transition: 0.0s;
  transition: 0.0s;
}
.tab_area li.select:nth-child(2):after {
  border-top: 13px solid #C94F4F;
}
.tab_area li.select:nth-child(3):after {
  border-top: 13px solid #006ba8;
}

#newsArea_wrap {
  width: 100%;
  min-width: 1200px;
  padding-top: 61px;
  background: url("../images/bg_news.png") no-repeat center top #f8ebd6;
}

#news {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 57px;
  position: relative;
}
#news h2 {
  text-align: center;
  margin-bottom: 26px;
}
#news .news_wrap {
  width: 100%;
  border: 2px solid #017a6b;
  background-color: #fff;
  padding: 32px 47px;
}
#news .viewAll {
  position: absolute;
  top: 65px;
  right: 0;
}
#news .viewAll a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 18px;
  color: #017a6b;
  background: url("../images/icon_arrow_right_green.png") no-repeat right center;
  padding-right: 30px;
}

.newsList {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
.newsList dt {
  float: left;
  padding: 13px 0;
}
.newsList dd {
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 13px 144px;
  background-color: #FFF;
}



.newsList dd:last-child {
  border-bottom: none;
}
.newsList dd a {
  color: #017a6b;
}

.sp_gotop {
  display: none;
}

body#top #top_none {
  display: none;
}

/*
===============================================================================
■ ボタン関係
===============================================================================
*/
/*
===============================================================================
■ アイコン関係
===============================================================================
*/
/*
--------------------------------------------------
アイコン表示位置１【ブロックの中央＆上下左右端】
--------------------------------------------------
*/
.icon_pos_center,
.icon_pos_left,
.icon_pos_right,
.icon_pos_top,
.icon_pos_bottom {
  _zoom: 1;
  background-repeat: no-repeat;
  display: block;
}

.icon_pos_center {
  background-position: center center;
  min-height: 24px;
  height: auto !important;
  height: 24px;
  /* min-height for IE6 */
}

.icon_pos_right {
  background-position: right center;
}

.icon_pos_left {
  background-position: left center;
}

.icon_pos_top {
  background-position: top center;
}

.icon_pos_bottom {
  background-position: bottom center;
}

/*
--------------------------------------------------
アイコン表示位置２【文字列の先頭末尾】
--------------------------------------------------
*/
.icon_pos_start,
.icon_pos_start_top,
.icon_pos_end {
  background-repeat: no-repeat;
  display: inline-block;
}

.icon_pos_start {
  background-position: left center;
  text-decoration: inherit;
}

.icon_pos_start_top {
  background-position: left 4px;
  text-decoration: inherit;
}

.icon_pos_end {
  background-position: right center;
  padding-left: 0px !important;
  text-decoration: inherit;
  padding-right: 24px !important;
}

/*
--------------------------------------------------
汎用アイコン
--------------------------------------------------
*/
.arrow_r {
  background-image: url("../images/icon_arrow_r.png");
  height: 19px;
  padding-left: 24px;
  padding-top: 2px;
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
}

.arrow_l {
  background-image: url("../images/icon_arrow_left_green.png");
  padding-left: 21px;
}

/*
===============================================================================
■ 下層ページ
===============================================================================
*/
/*店舗・施設・ATM
---------------------------------------------------- */
#visual_title {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#visual_title .col_title {
  float: left;
  width: 298px;
  height: 396px;
  background-color: #017a6b;
  display: table;
}
#visual_title .col_title .wrap_title {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#visual_title .col_title .wrap_title h1 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
}
#visual_title .col_title .wrap_title h1 span {
  display: inline-block;
  margin-top: 44px;
  font-size: 12px;
}
#visual_title .col_title .wrap_title h1:after {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #ffde00;
}
#visual_title .col_title .wrap_title .sub {
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.4rem;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#visual_title .col_img {
  float: right;
}

.list_tenpo {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 30px;
}
.list_tenpo .mainInfo {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.list_tenpo .mainInfo .col_img {
  display: table-cell;
  width: 195px;
  vertical-align: middle;
}
.list_tenpo .mainInfo .col_info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
.list_tenpo .mainInfo .col_info h3 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
}
.list_tenpo .mainInfo .col_info ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.list_tenpo table {
  width: 100%;
}
.list_tenpo table th, .list_tenpo table td {
  border: 1px solid #dddddd;
  vertical-align: middle;
  padding: 12px 18px;
}
.list_tenpo table th {
  background-color: #F0F7F6;
  font-weight: 600;
  color: #017a6b;
  text-align: center;
}
.list_tenpo table td {
  background-color: #fff;
}
.list_tenpo table td.week {
  width: 90px;
  text-align: center;
  color: #017a6b;
  background-color: #F8FBFB;
}

.list_shisetsu, .list_dairiten {
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #f9f9f9;
  padding: 10px;
}
.list_shisetsu:last-child, .list_dairiten:last-child {
  border-bottom: 1px solid #dddddd;
}
.list_shisetsu .wrap, .list_dairiten .wrap {
  position: relative;
  display: table;
  width: 100%;
  background-color: #FFF;
}
.list_shisetsu .wrap .col_img, .list_dairiten .wrap .col_img {
  display: table-cell;
  vertical-align: middle;
  width: 275px;
  height: 252px;
}
.list_shisetsu .wrap .col_info, .list_dairiten .wrap .col_info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 30px;
}
.list_shisetsu .wrap .col_info h3, .list_dairiten .wrap .col_info h3 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
}
.list_shisetsu .wrap .col_info > ul > li, .list_dairiten .wrap .col_info > ul > li {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -5em;
  padding-left: 5em;
}

.list_tenpo .btn_map, .list_shisetsu .btn_map {
  position: absolute;
  top: 0;
  right: 0;
}
.list_tenpo .btn_map a, .list_shisetsu .btn_map a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  font-size: 14px;
  color: #017a6b;
  text-decoration: underline;
  background: url("../images/icon_mappin.png") no-repeat right 10px center #fff;
}
.list_tenpo .btn_map a:hover, .list_shisetsu .btn_map a:hover {
  text-decoration: none;
}

.list_shisetsu .btn_map {
  top: 7px;
  right: 7px;
}

.list_dairiten {
  width: 385px;
  margin-bottom: 20px;
}
.list_dairiten .wrap {
  padding: 20px;
}
.list_dairiten .wrap .col_info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}
.list_dairiten .wrap .col_info ul li {
  font-size: 1.6rem;
}

#dairiten .list_dairiten:nth-child(odd) {
  float: left;
}
#dairiten .list_dairiten:nth-child(even) {
  float: right;
}

/*JAバンク
---------------------------------------------------- */
#jabank .btnArea_wrap {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_01 {
  overflow: hidden;
  zoom: 1;
}
#jabank .btn_patt_01 li {
  float: left;
  margin-right: 10px;
}
#jabank .btn_patt_01 li:last-child {
  margin-right: 0;
}
#jabank .btn_patt_01 li a {
  display: block;
  width: 390px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#jabank .btn_patt_01 li:nth-child(1) a {
  background-image: url("../images/icon_loan_white.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 18px center, right 20px center;
  background-color: #017a6b;
}
#jabank .btn_patt_01 li:nth-child(2) a {
  background-image: url("../images/icon_savings_white.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 18px center, right 20px center;
  background-color: #017a6b;
}
#jabank .btn_patt_02 {
  overflow: hidden;
  zoom: 1;
  margin-right: -11px;
}
#jabank .btn_patt_02 li {
  float: left;
  margin-right: 11px;
}
#jabank .btn_patt_02 li a {
  display: table-cell;
  width: 256px;
  height: 100px;
  border: 2px solid #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
#jabank .btn_patt_02 li a:hover {
  background-color: #f9f9f9;
}
#jabank .btn_patt_02 li:nth-child(1) a {
  background-image: url("../images/icon_home_green.png"), url("../images/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
}
#jabank .btn_patt_02 li:nth-child(2) a {
  background-image: url("../images/icon_car_green.png"), url("../images/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
}
#jabank .btn_patt_02 li:nth-child(3) a {
  background-image: url("../images/icon_edu_green.png"), url("../images/bg_btn_arrow.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 20px center, right 20px center;
}
#jabank .btn_patt_03 {
  overflow: hidden;
  zoom: 1;
  margin-right: -11px;
}
#jabank .btn_patt_03 li {
  float: left;
  margin: 0 11px 10px 0;
}
#jabank .btn_patt_03 li a {
  display: table-cell;
  width: 256px;
  height: 60px;
  border: 2px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 40px 0 15px;
  vertical-align: middle;
  color: #017a6b;
  text-decoration: underline;
  line-height: 1.3;
  background: url("../images/bg_btn_arrow.png") no-repeat right 20px center;
}
#jabank .btn_patt_03 li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
#jabank .btn_patt_04 {
  overflow: hidden;
  zoom: 1;
  margin-right: -10px;
}
#jabank .btn_patt_04 li {
  float: left;
  margin: 0 10px 10px 0;
}
#jabank .btn_patt_04 li a {
  display: table-cell;
  width: 250px;
  height: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 20px 0 20px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: url("../images/bg_btn_arrow.png") no-repeat right 20px center #fff;
}
#jabank .btn_patt_04 li a:hover {
  background-color: #f9f9f9;
}
#jabank .otherService {
  width: 100%;
  display: table;
  background-color: #FEF6E9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 10px;
}
#jabank .otherService .col_title {
  display: table-cell;
  width: 230px;
  vertical-align: middle;
  text-align: center;
}
#jabank .otherService .col_title h3 {
  font-weight: 600;
  font-size: 1.4rem;
}
#jabank .otherService .col_lists {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #dddddd;
}
#jabank .otherService .col_lists ul li {
  display: inline-block;
  line-height: 1.5;
  margin: 0 7px;
}
#jabank .otherService .col_lists ul li a {
  font-size: 1.4rem;
  color: #017a6b;
  text-decoration: underline;
}
#jabank .otherService .col_lists ul li a:hover {
  text-decoration: none;
}
#jabank .contactTell {
  width: 390px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f4e8d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #321F00;
  line-height: 1.3;
  background: url("../images/icon_tell.png") no-repeat left 20px center #FEF7EC;
}
#jabank .contactTell span {
  font-size: 28px;
  font-weight: 600;
}
#jabank h2.parts.loan span {
  background: url("../images/icon_loan_green.png") no-repeat left 10px center #fff;
  padding-left: 50px;
}
#jabank h2.parts.savings span {
  background: url("../images/icon_savings_green.png") no-repeat left 5px center #fff;
  padding-left: 60px;
}

.area_bankslide {
  position: relative;
  width: 555px;
  margin: 0 auto 52px;
}
.area_bankslide .slick-dots {
  bottom: -30px;
}

/*すかなごちそう
---------------------------------------------------- */
.gochisou_lists {
  width: 100%;
}
.gochisou_lists ul {
  margin-right: -11px;
  overflow: hidden;
  zoom: 1;
}
.gochisou_lists ul li {
  float: left;
  position: relative;
  width: 286px;
  padding: 10px;
  margin: 0 11px 11px 0;
  background: url("../images/bg_texture_gochi.png") repeat left top;
}
.gochisou_lists ul li figure {
  margin-bottom: 13px;
}
.gochisou_lists ul li figure img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
}
.gochisou_lists ul li figcaption {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 45px 10px 0;
}
.gochisou_lists ul li figcaption span {
  display: block;
  width: 35px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 20px;
  left: 5px;
  text-align: center;
  font-size: 9px;
  color: #FFF;
  font-weight: 600;
  background-color: #FF7200;
}
.gochisou_lists ul li figcaption span:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #c65900 transparent transparent;
}
.gochisou_lists ul li .nextLink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.gochisou_lists ul li .nextLink a {
  display: block;
  width: 35px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/icon_arrow_right_white-s.png") no-repeat center center #017a6b;
}

/*すかなごちそう詳細
---------------------------------------------------- */
.recipe_intro {
  width: 100%;
  display: table;
  padding: 30px;
  margin-bottom: 48px;
  background: url("../images/bg_texture_gochi.png") repeat left top;
}
.recipe_intro .col_photo {
  display: table-cell;
  width: 410px;
  vertical-align: middle;
}
.recipe_intro .col_photo img {
  width: 100%;
  height: auto;
}
.recipe_intro .col_photo img.borderW {
  border: 3px solid #fff;
}
.recipe_intro .col_title {
  display: table-cell;
  width: 410px;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 1.5;
}
.recipe_intro .col_title h2 {
  font-size: 3.0rem;
  font-weight: 600;
}
.recipe_intro .col_title .sub {
  color: #666;
  font-size: 1.4rem;
}
.recipe_intro .col_title p {
  line-height: 1.5;
}

.howto {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 70px;
}
.howto dt {
  float: left;
  width: 30px;
  height: 30px;
  background: url("../images/bg_makeflow.png") no-repeat left top;
  line-height: 30px;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
.howto dd {
  border-bottom: 1px solid #dddddd;
  font-size: 1.6rem;
  color: #4A3A1F;
  line-height: 1.7;
  padding: 0 0 14px 44px;
  margin-bottom: 14px;
}


.howto2 {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 70px;
}
.howto2 dt {
  float: left;
  width: 30px;
  height: 30px;
  margin-top:-4px;
  line-height: 30px;
  font-size: 2em;
  text-align: center;
  color: #A6957A;

}
.howto2 dd {
  border-bottom: 1px solid #dddddd;
  font-size: 1.6rem;
  color: #4A3A1F;
  line-height: 1.7;
  padding: 0 0 14px 44px;
  margin-bottom: 14px;
}

.material {
  width: 100%;
  margin-bottom: 40px;
}
.material tr th, .material tr td {
  line-height: 1.5;
  border: 1px solid #f0e0c7;
  padding: 14px 16px;
}
.material tr th {
  background-color: #FEF7EC;
}
.material tr td {
  background-color: #FEFCF9;
}
.material tr .bg_brown {
  background-color: #6e5e45;
  color: #fff;
}

.onepoint {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffd62f;
  background-color: #fffae4;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
}
.onepoint h4 span {
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}
.onepoint:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFD62F;
  z-index: 0;
}

#recipe_detail h3 span .big {
  font-size: 2.4rem;
}


.gochisou_insta {
	width:80%;
	text-align:center;
	border:5px solid #D3F8D8;
	overflow:hidden;
	margin:50px auto 50px;
	padding:5px;
}
.gochisou_inner{
  display:inline;
  background: #68d371;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px 30px 10px 50px;
  margin-top: -50px;
  background-image: url("../images/about/pdf_eiyouka.png") ;
  background-repeat:no-repeat;
  background-position:10px 5px;

}
.gochisou_inner a{
  color:#fff;
}

/*観光農園
---------------------------------------------------- */
#tourism #visual_title .col_title {
  background-color: #ef7369;
}

.language {
  overflow: hidden;
  zoom: 1;
  padding: 30px 30px 0 0;
}
.language li {
  float: right;
  line-height: 1.5;
}

#tourism #col_one.titleIn .wrap_titleIn {
  padding: 25px 58px 58px;
}
#tourism h2.parts {
  color: #EF7369;
}
#tourism h2.parts:before {
  background-color: #EF7369;
}
#tourism .btn_patt_01 {
  margin-right: -10px;
}
#tourism .btn_patt_01 li {
  float: left;
  margin-right: 10px;
}
#tourism .btn_patt_01 li a {
  display: table-cell;
  width: 256px;
  height: 190px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#tourism .btn_patt_01 li:nth-child(1) a {
  background-color: #EF7369;
  background-image: url("../images/icon_ichigo.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 24px, center bottom 40px;
}
#tourism .btn_patt_01 li:nth-child(2) a {
  background-color: #c18aaf;
  background-image: url("../images/icon_imo.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 24px, center bottom 40px;
}
#tourism .btn_patt_01 li:nth-child(3) a {
  background-color: #f8b436;
  background-image: url("../images/icon_mikan.png"), url("../images/icon_arrow_bottom_white.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center top 24px, center bottom 40px;
}
#tourism .area_mapInfo {
  padding: 20px;
  background-color: #FCF2F1;
  margin-bottom: 100px;
}
#tourism .area_mapInfo .pic_map {
  margin-bottom: 30px;
}
#tourism .info_panel {
  background-color: #FFF;
  padding: 20px;
  float: left;
}
#tourism .info_panel h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#tourism .info_panel .thum {
  margin-bottom: 20px;
}
#tourism .info_panel ul.detail li {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 6px;
}
#tourism .info_panel ul.detail li:last-child {
  font-size: 20px;
  font-weight: 600;
}

#gmap_wraper {
  position: relative;
  padding-top: 490px;
  border: 3px solid #dddddd;
  margin-bottom: 40px;
}

#gmap {
  position: absolute;
  width: 100%;
  height: 490px;
  top: 0;
}

.nouenInfo {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 55px;
}
.nouenInfo:last-child {
  margin-bottom: 22px;
}
.nouenInfo .row {
  margin-bottom: 40px;
}
.nouenInfo .col_img {
  float: left;
  width: 410px;
}
.nouenInfo .col_info {
  float: right;
  width: 380px;
}
.nouenInfo .col_info dl {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 33px;
}
.nouenInfo .col_info dl dt, .nouenInfo .col_info dl dd {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  float: left;
  font-size: 1.4rem;
  font-weight: 600;
}
.nouenInfo .col_info dl dt {
  color: #ef7369;
  margin-right: 24px;
}
.nouenInfo .col_info dl dd {
  position: relative;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ef7369;
  padding: 0 9px;
}
.nouenInfo .col_info dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ef7269;
}
.nouenInfo .col_info h3 {
  font-size: 3.0rem;
  font-weight: 600;
  color: #EF7369;
  margin-bottom: 30px;
}
.nouenInfo table {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 16px;
}
.nouenInfo table tr th, .nouenInfo table tr td {
  border: 1px solid #f3b4ae;
  padding: 14px;
}
.nouenInfo table tr th {
  background-color: #FEF6F5;
  text-align: center;
}
.nouenInfo table tr td {
  background-color: #FEFCFC;
}
.nouenInfo table tr td .tell {
  font-size: 1.8rem;
  font-weight: 600;
}
.nouenInfo table tr td .daywidth {
  display: inline-block;
  width: 140px;
}
.nouenInfo .pagetop {
  text-align: right;
}
.nouenInfo .pagetop a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #666;
}
.nouenInfo .pagetop a:hover {
  text-decoration: none;
}

#imohori.nouenInfo .col_info dl dt {
  color: #c18aaf;
}
#imohori.nouenInfo .col_info dl dd {
  background-color: #c18aaf;
}
#imohori.nouenInfo .col_info dl dd:before {
  border-color: transparent transparent transparent #c18aaf;
}
#imohori.nouenInfo .col_info h3 {
  color: #c18aaf;
}
#imohori.nouenInfo table th, #imohori.nouenInfo table td {
  border: 1px solid #e7c5dc;
}
#imohori.nouenInfo table th {
  background-color: #faf1f7;
}
#imohori.nouenInfo table td {
  background-color: #FFFBFE;
}

#mikangari.nouenInfo {
  margin-bottom: 22px;
}
#mikangari.nouenInfo .col_info dl dt {
  color: #f8b436;
}
#mikangari.nouenInfo .col_info dl dd {
  background-color: #f8b436;
}
#mikangari.nouenInfo .col_info dl dd:before {
  border-color: transparent transparent transparent #f8b436;
}
#mikangari.nouenInfo .col_info h3 {
  color: #f8b436;
}
#mikangari.nouenInfo table th, #mikangari.nouenInfo table td {
  border: 1px solid #fad99d;
}
#mikangari.nouenInfo table th {
  background-color: #fcf4e6;
}
#mikangari.nouenInfo table td {
  background-color: #fefbf5;
}

.ticket .linklist li a {
  font-weight: normal;
  text-align: left;
}
.ticket .col_right {
  display: table;
}
.ticket .col_right ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  height: 60px;
}
.ticket .col_right ul li {
  line-height: 1.5;
}

/*商品一覧（JAバンク）
---------------------------------------------------- */
#loanlists .area_links {
  width: 100%;
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#loanlists .area_links .btn_juutaku {
  margin-bottom: 10px;
}
#loanlists .area_links .btn_juutaku li a {
  display: table-cell;
  width: 770px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("../images/bg_btn_arrow.png"), url("../images/icon_home_green.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right 20px center, left 20px center;
  font-size: 1.8rem;
  font-weight: 600;
}
#loanlists .area_links .btn_juutaku li a:hover {
  background-color: #f9f9f9;
}
#loanlists .area_links .btn_anker {
  overflow: hidden;
  zoom: 1;
  margin: 0 -10px -10px 0;
}
#loanlists .area_links .btn_anker li {
  float: left;
  margin: 0 10px 10px 0;
}
#loanlists .area_links .btn_anker li a {
  display: table-cell;
  width: 250px;
  height: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/icon_arrow_bottom_white.png") no-repeat right 20px center #017a6b;
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#loanlists .area_kinri {
  width: 100%;
  background-color: #F4E8D6;
  padding: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
}
#loanlists .area_kinri .col_l {
  width: 365px;
  height: 143px;
}
#loanlists .area_kinri .col_l ul li {
  display: table;
  width: 100%;
  height: 85px;
}
#loanlists .area_kinri .col_l ul li span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) {
  height: 60px;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) span a {
  display: block;
  height: 60px;
  line-height: 60px;
  border: 2px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  background: url("../images/bg_btn_out.png") no-repeat right 20px center #fff;
}
#loanlists .area_kinri .col_l ul li:nth-child(2) span a:hover {
  background-color: #f9f9f9;
}
#loanlists .area_kinri .col_r {
  width: 365px;
  height: 143px;
  background-color: #fff;
}
#loanlists .area_kinri .col_r ul {
  padding-top: 30px;
  text-align: center;
}
#loanlists .area_kinri .col_r ul li:nth-child(1) {
  display: inline-block;
  padding: 6px 16px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
}
#loanlists .area_kinri .col_r ul li:nth-child(2) {
  font-size: 48px;
  font-weight: 600;
  color: #C60000;
}
#loanlists .area_kinri .col_r ul li:nth-child(2) span {
  font-size: 16px;
}
#loanlists .area_toku {
  background-color: #FFFAE4;
  padding: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffd62f;
  margin-bottom: 20px;
}
#loanlists .area_toku p {
  margin-top: 0;
}
#loanlists .area_toku p .red {
  color: #C60000;
}
#loanlists .area_toku p .num {
  font-size: 2.4rem;
  line-height: 1;
}
#loanlists .area_toku dl {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%;
  height: 60px;
}
#loanlists .area_toku dl dt, #loanlists .area_toku dl dd {
  display: table-cell;
}
#loanlists .area_toku dl dt {
  width: 130px;
  background-color: #017a6b;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#loanlists .area_toku dl dd {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  font-size: 1.4rem;
  padding: 3px 20px;
  line-height: 1.7;
}
#loanlists ul.att {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
}
#loanlists ul.att li {
  margin-bottom: 2px;
}

.area_gaiyou {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 58px;
  overflow: hidden;
  zoom: 1;
}

/*住宅ローン（JAバンク）
---------------------------------------------------- */
#house .kinri_type {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 10px;
}
#house .kinri_type .table .col {
  text-align: center;
  vertical-align: middle;
}
#house .kinri_type .table .col:nth-child(1) h3 {
  font-size: 2.4rem;
  color: #017a6b;
  font-weight: 600;
  margin-bottom: 12px;
}
#house .kinri_type .table .col:nth-child(1) dl {
  font-size: 1.6rem;
  line-height: 1.6;
}
#house .kinri_type .table .col:nth-child(1) dl dd span.kinri {
  font-size: 2.4rem;
  font-weight: 600;
  color: #C60000;
  line-height: 1;
}
#house .kinri_type .table .col:nth-child(1) dl dd span.per {
  font-size: 1.6rem;
}
#house .kinri_type .table .col:nth-child(2) {
  width: 361px;
  height: 143px;
  background-color: #FFF;
}
#house .kinri_type .table .col:nth-child(2) dl dt {
  display: inline-block;
  width: 200px;
  height: 25px;
  line-height: 25px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num {
  font-size: 1.6rem;
  color: #c60000;
  font-weight: 600;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .per {
  font-size: 16px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .oya {
  font-size: 48px;
}
#house .kinri_type .table .col:nth-child(2) dl dd.num .year {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 8px;
}
#house .btns .kouza span, #house .btns .card span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 390px;
  height: 80px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #f4e8d6;
  padding: 0 40px 0 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #321F00;
}
#house .btns li.kouza span {
  background: url("../images/icon_many.png") no-repeat left 30px center #FEF7EC;
}
#house .btns li.card span {
  background: url("../images/icon_card.png") no-repeat left 30px center #FEF7EC;
}
#house .area_point {
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#house .area_point > ul > li {
  width: 100%;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}
#house .area_point > ul > li:last-child {
  margin-bottom: 0;
}
#house .area_point > ul > li .col {
  position: relative;
}
#house .area_point > ul > li .col .point {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #ffde00;
  font-weight: 600;
  font-size: 1.2rem;
}
#house .area_point > ul > li .col:nth-child(1) {
  width: 190px;
  height: 122px;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.5;
}
#house .area_point > ul > li .col:nth-child(2) {
  vertical-align: middle;
}
#house .area_point > ul > li .col:nth-child(2) ul {
  padding-left: 20px;
}
#house .area_point > ul > li .col:nth-child(2) ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 3px;
}
#house .area_point > ul > li .col:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
#house .area_case {
  width: 100%;
  background-color: #F4E8D6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
}
#house .area_case .exe {
  margin-bottom: 47px;
}
#house .area_case .exe .col:nth-child(1) {
  width: 45px;
  height: 45px;
  background-color: #017a6b;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
}
#house .area_case .exe .col:nth-child(2) {
  background-color: #FEF6E9;
  -webkit-border-radius: 0px 3px 3px 0;
  border-radius: 0px 3px 3px 0;
  vertical-align: middle;
  text-align: center;
  color: #017a6b;
  font-weight: 600;
}
#house .area_case .case_lists_wrap {
  margin-right: -10px;
}
#house .area_case .case_lists_wrap .col {
  position: relative;
  float: left;
  width: 380px;
  margin-right: 10px;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#house .area_case .case_lists_wrap .col .planInfo {
  padding: 32px 20px 20px;
}
#house .area_case .case_lists_wrap .col .planInfo li {
  line-height: 1.5;
  text-align: center;
}
#house .area_case .case_lists_wrap .col .planInfo li:nth-child(1) {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFF;
  background: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#house .area_case .case_lists_wrap .col .planInfo li:nth-child(2) {
  color: #666;
  margin-bottom: 10px;
}
#house .area_case .case_lists_wrap .col .kinriInfo {
  background-color: #fef6e9;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
}
#house .area_case .case_lists_wrap .col .kinriInfo li .num {
  font-size: 24px;
}

.table {
  display: table;
  width: 100%;
}
.table .col {
  display: table-cell;
}

table.faq tbody tr:nth-child(odd) {
  background-color: #FFE6FF;
}
table.faq tbody tr td:nth-child(1) {
  text-align: center;
}

/*直売所
---------------------------------------------------- */
#cyokubai .list_shisetsu, #cyokubai .list_dairiten {
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: #f9f9f9;
  padding: 10px;
}
#cyokubai .list_shisetsu:last-child, #cyokubai .list_dairiten:last-child {
  border-bottom: 1px solid #dddddd;
}
#cyokubai .list_shisetsu .wrap, #cyokubai .list_dairiten .wrap {
  position: relative;
  display: table;
  width: 100%;
  background-color: #FFF;
}
#cyokubai .list_shisetsu .wrap .col_img, #cyokubai .list_dairiten .wrap .col_img {
  display: table-cell;
  vertical-align: top;
  width: 275px;
  padding: 20px;
}
#cyokubai .list_shisetsu .wrap .col_info, #cyokubai .list_dairiten .wrap .col_info {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
#cyokubai .list_shisetsu .wrap .col_info h3, #cyokubai .list_dairiten .wrap .col_info h3 {
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  color: #017a6b;
  margin-bottom: 8px;
  margin-top: 0;
}
#cyokubai .list_shisetsu .wrap .col_info > ul > li, #cyokubai .list_dairiten .wrap .col_info > ul > li {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -5em;
  padding-left: 5em;
}
#cyokubai .list_tenpo .btn_map, #cyokubai .list_shisetsu .btn_map {
  position: absolute;
  top: 0;
  right: 0;
}
#cyokubai .list_tenpo .btn_map a, #cyokubai .list_shisetsu .btn_map a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding-left: 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ddd;
  font-size: 14px;
  color: #017a6b;
  text-decoration: underline;
  background: url("../images/icon_mappin.png") no-repeat right 10px center #fff;
}
#cyokubai .list_tenpo .btn_map a:hover, #cyokubai .list_shisetsu .btn_map a:hover {
  text-decoration: none;
}
#cyokubai .list_shisetsu .btn_map {
  top: 7px;
  right: 7px;
}

/*おすすめ商品
---------------------------------------------------- */
.btns.osusume > li > a {
  font-size: 14px;
  padding-left: 122px;
  text-align: left;
}
.btns.osusume > li:nth-child(1) a {
  background-image: url("../images/syokunou/jusu.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
}
.btns.osusume > li:nth-child(2) a {
  background-image: url("../images/syokunou/kanmen.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
}
.btns.osusume > li:nth-child(3) a {
  background-image: url("../images/syokunou/gohan.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
}
.btns.osusume > li:nth-child(4) a {
  background-image: url("../images/syokunou/noukigu.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
}
.btns.osusume > li:nth-child(5) a {
  background-image: url("../images/syokunou/gas.gif"), url("../images/bg_btn_ankerllink.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right 10px center;
}

/*特産物
---------------------------------------------------- */
#tokusan .ankerlink li a {
  min-width: 135px;
}
#tokusan .ankerlink li:last-child a {
  background: url("../images/bg_btn_out.png") no-repeat right 10px center #f9f9f9;
}

.btns.hayamagyu li a {
  width: 150px;
  height: 40px;
  font-weight: normal;
  font-size: 1.4rem;
}

/*JA職員になろう
---------------------------------------------------- */
.interview {
  width: 100%;
  display: table;
}
.interview .col_left, .interview .col_right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 240px;
  float: none;
}
.interview .area_name {
  display: inline-block;
}

/*キャンペーン商品
---------------------------------------------------- */
.campainInfo {
  width: 100%;
}
.campainInfo .area_pdf {
  width: 180px;
  float: left;
}
.campainInfo .area_text {
  width: 610px;
  padding-left: 16px;
  float: right;
}

/* 活動案内
---------------------------------------------------- */
.gallery {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.gallery ul {
  margin-right: -20px;
}
.gallery ul li {
  float: left;
  margin: 0 20px 20px 0;
}

.seminar .col_text {
  float: left;
  width: 500px;
}
.seminar figure {
  width: 250px;
  float: right;
  margin: 0 0 16px 16px;
}
.seminar figure figcaption {
  line-height: 1.5;
}

/*お問い合わせ
---------------------------------------------------- */
#contact #contents {
  padding-top: 71px;
}
#contact #contents #col_one {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"], textarea {
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  box-shadow: 0 0 2px 2px rgba(200, 200, 200, 0.2) inset;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}

select {
  height: 34px;
  text-align: center;
  background-color: #6e5e45;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 10px;
}

input[type="radio"] {
  margin-right: 4px;
  display: none;
}

.label {
  margin-right: 30px;
  position: relative;
  padding: 12px 12px 12px 22px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 50%;
  content: '';
}

.label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7f6e5f;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .label:before {
  opacity: 1;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input[type=submit], input[type=reset] {
  display: block;
  background-color: #017a6b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 120px;
  margin-right: 24px;
  padding: 10px 0;
  color: #fff;
}

input[type=reset] {
  margin-right: 0;
}

table.form tr th {
  text-align: left;
  vertical-align: top;
}

.kaku {
  font-size: 1.3rem;
  color: #666;
}

li.ex {
  font-size: 1.3rem;
  color: #666;
}

.form_parts li {
  display: inline-block;
}
.form_parts li.w100 {
  width: 100%;
}

.title li {
  display: block;
}

.post li.input {
  width: 100px;
}

.birthday li.input {
  width: 50px;
}
.birthday li.input:nth-child(1) {
  width: 70px;
}
.birthday li.item {
  margin-right: 8px;
}

.tell li.input {
  width: 140px;
}

.btn_contact {
  text-align: center;
}
.btn_contact li {
  display: inline-block;
}

.myError {
  color: red;
  font-size: 12px;
}

select.myError {
  color: white;
}

/*
===============================================================================
■ 汎用
===============================================================================
*/
.hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

.row {
  overflow: hidden;
  *zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.bb_none {
  border-bottom: none;
}

.border {
  border: 1px solid #dddddd;
}

.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.bg_gray {
  background-color: #ddd;
}

.bg_green {
  background-color: #017a6b !important;
}

.bg_eme {
  background-color: #c3e2d7 !important;
}

.bg_l_eme {
  background-color: #ebf5f2 !important;
}

.bg_l_green {
  background-color: #f4f8e5 !important;
}

.ind_dice {
  display: inline-block;
  padding-left: 1em;
  text-indent: -0.5em;
}
.ind_dice .ind_area {
  display: inline-block;
  width: 0.5em;
}

.ind_ann_num {
  display: inline-block;
  padding-left: 2.4em;
  text-indent: -1.2em;
}
.ind_ann_num .ind_area {
  display: inline-block;
  width: 1.2em;
}

.ind_num {
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -0.6em;
}
.ind_num .ind_area {
  display: inline-block;
  width: 0.6em;
}

.ind_kk {
  width: 100%;
  display: inline-block;
  padding-left: 1.8em;
  text-indent: -1.2em;
}
.ind_kk .ind_area {
  display: inline-block;
  width: 1.2em;
}

.ind_kk_att {
  display: inline-block;
  padding-left: 2.3em;
  text-indent: -1.4em;
}
.ind_kk_att .ind_area {
  display: inline-block;
  width: 1.4em;
}

.ind_att_num {
  display: inline-block;
  padding-left: 2em;
  text-indent: -1em;
}
.ind_att_num .ind_area {
  display: inline-block;
  width: 1em;
}

.ind_kk_att_num {
  display: inline-block;
  padding-left: 3.5em;
  text-indent: -2em;
}
.ind_kk_att_num .ind_area {
  display: inline-block;
  width: 2em;
}

.ind_kk_num {
  display: inline-block;
  padding-left: 2.5em;
  text-indent: -1.4em;
}
.ind_kk_num .ind_area {
  display: inline-block;
  width: 1.4em;
}

.ind_kana {
  display: inline-block;
  padding-left: 2.3em;
  text-indent: -1em;
}
.ind_kana .ind_area {
  display: inline-block;
  width: 1em;
}

.fw0 {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

/*
===============================================================================
■ レスポンシブ汎用
===============================================================================
*/
.pc-none {
  display: none;
}

.pc-full {
  width: 100%;
  height: auto;
}

/*
===============================================================================
■ liblary設定上書き
===============================================================================
*/
.red {
  color: #F00;
}

.deep_red {
  color: #C60000;
}

.gray {
  color: #666 !important;
}

.black {
  color: #000 !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.green {
  color: #017a6b !important;
}

.hover:hover {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  zoom: 1;
}

/*
===============================================================================
■ すかなごっそアイコン
===============================================================================
*/
.gosso_icon {
  height:80px;
  width:325px;
	background:url(/images/gosso_icon.png) no-repeat scroll 245px;
}
	



/*
===============================================================================
■ liblary設定上書き
===============================================================================
*/
#jabank o .btn_anker li {
  float: left;
  width: 390px;
  height: 100px;
}

/*
===============================================================================
■ TOP 動画　修正箇所
===============================================================================
*/
.area_movie{
	padding-top:50px;
	overflow:hidden;
}
.area_movie .rap{
	width:600px;
	float:left;
}
.area_movie p{
	font-size:1.2em;
	line-height:1.5em;
	padding-bottom:20px;
	text-align:center;
}
.area_movie h2 {
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: 600;
  color: #4A3A1F;
  margin-bottom: 162px;
}

.area_movie h2.title {
  position: relative;
  padding: 0.6em;
  background: #F76908 url(/images/icon_movie.png) no-repeat 10%;
  width:40%;
  margin: 0 auto;
  color:#fff;
}

.area_movie h2.title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #F76908;
  width: 0;
  height: 0;
  }

.area_movie h2.etc {
  position: relative;
  width:60%;
  margin:30px auto 0;
  font-size:1.2em;
  }
    
.area_movie h2.etc:before {
position: absolute;
content: '';
bottom: -3px;
right: 0;
width: 0;
height: 0;
border: none;
border-right: solid 15px transparent;
border-bottom: solid 15px rgb(119, 195, 223);
}

.area_movie h2.etc:after {
position: absolute;
content: '';
bottom: -3px;
right: 10px;
width: 100%;
border-bottom: solid 3px rgb(119, 195, 223);
}

.area_movie h3{
margin:10px auto 20px;
width:40%;
font-size: 2.0rem;
line-height: 1.3;
font-weight: 500;
text-align:center;
color: #4A3A1F;
position: relative;
padding: 0.25em 1em;
border-top: solid 2px black;
border-bottom: solid 2px black;
}
.area_movie h3:before, .area_movie h3:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
  height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: black;
}
.area_movie h3:before {left: 7px;}
.area_movie h3:after {right: 7px;}

.area_movie ul li{
  float: none;
 font-size: 1.5rem;
 line-height: 1.8em;
 margin-left:25%;
}

.area_movie ul li a{
color: #017a6b;
text-decoration: underline;
}


/*
===============================================================================
■ 営農だより（2019.04.30）
===============================================================================
*/
.ac h3{
  color:#fff;
  padding:10px;
  color:#017A6B;
  background:rgb(224, 230, 225);
  cursor:pointer;
  }
  .ac h3 span{
  display:block;
  background:url(/../images/bg01.png) no-repeat right 50%;
  }
  .ac h3.bg02 span{
  background:url(/../images/bg02.png) no-repeat right 50%;
  }
  .ac-rap{
  display:none;
  list-style: none;
  }
  

/*
===============================================================================
br (SPのみ改行　)
===============================================================================
*/

.br-sp{
	display: none;
}

.br-pc{
	display:block;
}

/*
===============================================================================
■ 広報 JA通信　年度別メニュー（2020.03.12）
===============================================================================
*/
.cp_menu {
	max-width: 100%;
	/* max-width: 360px; */
	/* margin: 0 auto; */
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #017a6b;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #017a6b;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}

.cp_menu input{
	display: none;
}

.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #ffffff;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #jatsushin_2019 li,
#cp_menu_bar2:checked ~ #jatsushin_2018 li,
#cp_menu_bar3:checked ~ #jatsushin_2017 li {
	max-height: 46px;
	opacity: 1;
}

.jatsushin_title {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #017a6b;
	cursor: pointer;
}