@charset "UTF-8";

/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
}

/*body whitebox*/
body.whitebox {
  background: #FBF8F2;
}

/*body whitebox-plus*/
body.whitebox-plus {
  background: #FBF8F2;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #2D7638;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

/*-----------------------------------------------------------
entrance
-----------------------------------------------------------*/
.entrance-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  flex-wrap:wrap;
}

.entrance-wrap .item {
  width: 28%;
  min-width:400px;
  margin: 0 25px 25px;
}

.entrance-wrap a {
  background: #000;
  display: block;
  overflow: hidden;
  position: relative;
}

.entrance-wrap a img {
  transition: .5s;
  position: relative;
}

.entrance-wrap a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.entrance-wrap .l-ttl {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  width: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.entrance-wrap .ttl {
  font-family: "Lato";
  font-size: 49px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.entrance-wrap .ttl .small {
  display: block;
  font-size: 31px;
}

.entrance-wrap .label {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  margin: 0 auto;
  width: 260px;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header {
  position: relative;
/*  z-index: 3;*/
}
/*
.header:not(.entrance) {
  background: url(../images/share/header_bg01.png) no-repeat , url(../images/share/header_bg02.png) no-repeat, url(../images/share/bg01.jpg);
  background-position: left top , right top;
  background-size: 395px auto , 383px auto;
}
*/

.grass {
  position: relative;
}
.grass:before {
  background: url(../images/share/header_bg01.png) no-repeat left top/contain;
  content: "";
  display: block;
  height: 268px;
  width: 395px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.grass:after {
  background: url(../images/share/header_bg02.png) no-repeat right top/contain;
  content: "";
  display: block;
  height: 268px;
  width: 383px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.header .h-container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.whitebox .header {
  background: url(../images/share/bg01.jpg);
}
*/

.whitebox .h-logo {
  margin-right: 130px;
  width: 206px;
}

/*
.whitebox-plus .header {
  background: url(../images/share/bg01.jpg);
}
*/

.whitebox-plus .h-logo {
  margin-right: 130px;
  width: 206px;
}

/*-----------------------------------------------------------
g-navi
-----------------------------------------------------------*/
.pc-navi-list {
  display: flex;
}

.pc-navi-list > li {
  margin-right: 40px;
}

.pc-navi-list > li:last-of-type {
  margin: 0;
}

.pc-navi-list > li a {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  transition: .2s;
}

.pc-navi-list li a:hover {
  color: #2D7638;
}

.sp-navi {
  display: none;
}

/* ドロップダウンメニュー */
.pc-navi .dropdown {
  position: relative;
}

.pc-navi .dropdown .child {
  display: none;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 230px;
  text-align: center;
  z-index: 50;
}

.pc-navi .dropdown ul {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px;
}

.pc-navi .dropdown ul li:last-child {
  margin: 0;
}

.pc-navi .dropdown ul li + li {
  border-top: 1px dotted #ddd;
}

.pc-navi .dropdown ul li a {
  padding: 10px 0;
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 15px;
  display: block;
  line-height: 1.5;
  transition: .2s;
}

.pc-navi .dropdown ul li a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
/*whitebox hero*/
.whitebox-hero {
  background: url(../images/under/whitebox/hero_bg.jpg) repeat-x bottom center, url(../images/share/bg01.jpg);
  padding-bottom: 80px;
}

.whitebox-hero .hero-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.whitebox-hero .item {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 23px;
  width: 24.5%;
  position: relative;
  z-index: 3;
}

.whitebox-hero .l-img {
  margin-bottom: 25px;
}

.whitebox-hero .l-ttl {
  color: #392000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 26px;
  text-align: center;
}

.whitebox-hero .l-txt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.whitebox-hero .l-btn {
  display: inline-block;
  background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 20px center/16px;
  border: 1px solid #2D7638;
  color: #fff;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  line-height: 42px;
  height: 44px;
  width: 214px;
  transition: .2s;
}

.whitebox-hero .l-btn:hover {
  background: #fff url(../images/share/arrow02.svg) no-repeat right 20px center/16px;
  color: #2D7638;
}

/*-----------------------------------------------------------
whitebox top contents
-----------------------------------------------------------*/
.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.whitebox .t-ttl01 {
  font-family: "Lato";
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.whitebox .t-ttl01:after {
  content: "";
  background: #2D7638;
  display: block;
  height: 2px;
  width: 27px;
  position: absolute;
  left: calc(50% - 14px);
  bottom: 0;
}

.whitebox .t-ttl02 {
  color: #392000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 26px;
  text-align: center;
  margin-bottom: 35px;
}

/* whitebox-sec01*/
.whitebox-sec01 {
  background: url(../images/share/bg01.jpg);
  padding: 100px 0;
}

.whitebox-sec01-layout01 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}

.whitebox-sec01-layout01 .l-img {
  padding-bottom: 55px;
  width: 695px;
}

.whitebox-sec01-layout01 .l-desc {
  margin-right: -160px;
  width: 460px;
  z-index: 5;
}

.whitebox-sec01-layout01 .t-ttl01 {
  text-align: left;
  margin-bottom: 35px;
}

.whitebox-sec01-layout01 .t-ttl01:after {
  left: 0;
}

.whitebox-sec01-layout01 .l-ttl {
  color: #392000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 32px;
  margin-bottom: 35px;
}

.whitebox-sec01-layout01 .l-txt {
  background: #fff;
  padding: 50px;
}

.whitebox-sec01-layout01 .notice {
  font-size: 12px;
}

.whitebox-sec01-layout01.reverse {
  flex-direction: row;
}
.whitebox-sec01-layout01.reverse .l-desc {
  margin-right: 0;
  margin-left: -160px;
}

.whitebox-sec01-layout02 {
  display: flex;
}

.whitebox-sec01-layout02 + .whitebox-sec01-layout02 {
  margin-top: 100px;
}

.whitebox-sec01-layout02 .l-img {
  margin: 0 40px 0 0;
  padding: 60px 0 0 60px;
  position: relative;
  width: 574px;
}

.whitebox-sec01-layout02 .l-img:before {
  content: "";
  background: #392000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 290px;
  width: 290px;
  z-index: -1;
}

.whitebox-sec01-layout02.reverse {
  flex-direction: row-reverse;
}

.whitebox-sec01-layout02.reverse .l-img {
  margin: 0 0 0 40px;
  padding: 60px 60px 0 0;
}

.whitebox-sec01-layout02.reverse .l-img:before {
  left: auto;
  right: 0;
}

.whitebox-sec01-layout02 .l-desc {
  flex: 1;
}

.whitebox-sec01-layout02 .l-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 26px;
  margin-bottom: 20px;
}

.whitebox-sec01-layout02 .l-txt {
  margin-bottom: 40px;
}

.whitebox-sec01-layout02 .l-btn {
  display: flex;
  flex-wrap: wrap;
}

.whitebox-sec01-layout02 .l-btn li {
  margin: 0 25px 15px 0;
}

.whitebox-sec01-layout02 .l-btn a {
  display: inline-block;
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 14px;
  padding: 0 0 5px;
  position: relative;
}

.whitebox-sec01-layout02 .l-btn a:before {
  background: #2D7638;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.whitebox-sec01-layout02 .l-btn a:after {
  content: "";
  background: url(../images/share/arrow02.svg) no-repeat left top/contain;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -4px;
  height: 20px;
  width: 20px;
}

.whitebox-sec01-layout02 .l-btn a:hover::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* whitebox-sec02 */
.whitebox-sec02 {
  background: url(../images/share/bg02.jpg);
  padding: 70px 0;
}

.whitebox-sec02-01 {
  margin-bottom: 60px;
}

.whitebox-sec02-txt {
  text-align: center;
  margin-bottom: 20px;
}

.whitebox-sec02-list-post {
  display: flex;
  margin: 0 -13px 40px;
}

.whitebox-sec02-list-post li {
  margin: 0 13px;
  width: 184px;
}

.whitebox-sec02-list-post a {
  display: block;
  overflow: hidden;
  height: 184px;
  width: 184px;
  position: relative;
}

.whitebox-sec02-list-post a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.whitebox-sec02-list-post a:before {
  content: "";
  background: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.whitebox-sec02-list-post a:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.whitebox-sec02-list-post a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.whitebox-sec02-list-post a:hover:before {
  opacity: 0.5;
}

.whitebox-sec02-list-post a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* whitebox-sec03 */
.whitebox-sec03 {
  background: url(../images/share/bg01.jpg);
  padding: 80px 0;
}

.whitebox-sec03-list-post {
  background: #fff;
  padding: 20px 40px 40px;
}

.whitebox-sec03-list-post a {
  display: block;
  background: #fff url(../images/share/arrow02.svg) no-repeat right 0 center/30px;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 40px 20px 0;
  transition: .2s;
}

.whitebox-sec03-list-post a:hover {
  background-color: #e8f3ea;
}

.whitebox-sec03-list-post time {
  margin-right: 30px;
}

.whitebox-sec03-list-post .category {
  display: inline-block;
  border: 1px solid #2D7638;
  color: #2D7638;
  font-size: 14px;
  margin-right: 30px;
  padding: 0 10px;
  text-align: center;
  min-width: 176px;
}

.whitebox-sec03-list-post .category.abiko {
  border: 1px solid #5C8EBE;
  color: #5C8EBE;
}

.whitebox-sec03-list-post .category.kohoku {
  border-color: #836B5F;
  color: #836B5F;
}

.whitebox-sec03-list-post .category.nal {
  border-color: #E29A38;
  color: #E29A38;
}

/* whitebox-sec04 */
.whitebox-sec04 {
  background: url(../images/under/whitebox/sec04_bg.png) no-repeat left center/auto 100%, url(../images/share/bg02.jpg);
  padding: 70px 0;
}

.whitebox-sec04 .sec04-img {
  display: none;
}

.whitebox-sec04-layout {
  margin: 0 0 0 auto;
  width: 525px;
}

.whitebox-sec04-layout .l-ttl {
  color: #392000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 26px;
  margin-bottom: 20px;
  text-shadow: #d5d0cc 1px 1px 1px, #d5d0cc -1px -1px 1px, #d5d0cc -1px 1px 1px, #d5d0cc 1px -1px 1px, #d5d0cc 0px 1px 1px, #d5d0cc  0 -1px 1px, #d5d0cc -1px 0 1px, #d5d0cc 1px 0 1px;
}

.whitebox-sec04-layout .l-txt {
  margin-bottom: 40px;
  text-shadow: #d5d0cc 1px 1px 1px, #d5d0cc -1px -1px 1px, #d5d0cc -1px 1px 1px, #d5d0cc 1px -1px 1px, #d5d0cc 0px 1px 1px, #d5d0cc  0 -1px 1px, #d5d0cc -1px 0 1px, #d5d0cc 1px 0 1px;
}

.whitebox-sec04-layout .btn-style01 {
  border-color: #392000;
  background-color: #392000;
}

.whitebox-sec04-layout .btn-style01:hover {
  background: #fff url(../images/share/arrow03.svg) no-repeat right 12px center/30px;
  color: #392000;
}

/* whitebox-sec05 */
.whitebox-sec05 {
  background: url(../images/share/bg01.jpg);
  padding: 85px 0;
}

.whitebox-sec05-card {
  display: flex;
  justify-content: space-between;
}

.whitebox-sec05-card li {
  width: 250px;
}

.whitebox-sec05-card li .btn-style01 {
	min-width:100%;
}

.whitebox-sec05-card .card-img {
  margin-bottom: 25px;
}

.whitebox-sec05-card .card-ttl {
  color: #392000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.whitebox-sec05-card .card-txt {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

.whitebox-sec05-card li:nth-child(1) .card-txt {
	margin-bottom:21px;
}

.whitebox-sec05-card .card-tel {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.whitebox-sec05-card .card-tel a {
  display: inline-block;
  color: #2D7638;
  border-bottom: 1px solid #2D7638;
}

.whitebox-sec05-card .card-tel a:hover {
  border-color: transparent;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 50px;
  bottom: 0;
  margin-bottom: 70px;
  z-index: 50;
}

.f-container {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.sitemap {
  display: flex;
}

.sitemap ul li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.sitemap ul li:before {
  content: "・";
}

.sitemap ul li a {
  transition: .2s;
}

.sitemap ul li a:hover {
  color: #2D7638;
}

.sitemap .sitemap-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}

.sitemap .sitemap-ttl:after {
  content: "";
  background: #2D7638;
  display: block;
  height: 2px;
  width: 17px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sitemap .item + .item {
  margin-left: 70px;
}

.sitemap .item.no-ttl {
  padding-top: 48px;
}

.copyright {
  text-align: center;
  font-family: Verdana, "Droid Sans";
  font-size: 12px;
  padding: 50px 0;
}

/*whitebox-footer*/
.whitebox .f-wrapper {
  background: url(../images/share/footer_bg01.png) no-repeat left bottom, url(../images/share/footer_bg02.png) no-repeat right bottom;
  background-color: #E5D9C9;
  padding: 60px 0;
}

.whitebox .f-wrapper .f-item01 {
	margin-bottom:30px;
}

.whitebox .f-wrapper .f-item02 {
  display: flex;
  justify-content: flex-end;
}

.whitebox .copyright {
  background: #392000;
  color: #fff;
  padding: 10px 0;
}

/*whitebox-plus-footer*/
.whitebox-plus .f-wrapper {
  background: url(../images/share/footer_bg01.png) no-repeat left bottom, url(../images/share/footer_bg02.png) no-repeat right bottom;
  background-color: #E5D9C9;
  padding: 60px 0;
}

.whitebox-plus .f-wrapper .f-container {
  display: flex;
}

.whitebox-plus .f-wrapper .f-item01 {
  margin-right: 90px;
  width: 248px;
}

.whitebox-plus .f-wrapper .f-item02 {
  flex: 1;
}

.whitebox-plus .copyright {
  background: #392000;
  color: #fff;
  padding: 10px 0;
}

/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
main.column2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

main.column2 .contents {
  width: 740px;
}

main.column2 .side-navi {
  width: 240px;
}

.side-links {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #2D7638;
  margin-bottom: 50px;
}

.side-links .ttl {
  border-bottom: 1px solid #ddd;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 18px;
  padding: 15px 30px;
}

.side-links > ul {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 15px;
  padding: 20px 30px;
}

.side-links > ul > li {
  position: relative;
  padding: 0 0 0 15px;
}

.side-links > ul > li::before {
  content: "";
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #2D7638;
  position: absolute;
  left: 0;
  top: 10px;
}

.side-links > ul > li + li {
  margin-top: 7px;
}

.side-links > ul > li > a:hover {
  text-decoration: underline;
}

.side-links > ul ul {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0 0 0;
}

.side-links > ul ul li {
  position: relative;
  padding: 0 0 0 15px;
}

.side-links > ul ul li::before {
  content: "";
  background: #2D7638;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}

.side-links > ul ul li + li {
  margin-top: 10px;
}

.side-links > ul ul li a:hover {
  text-decoration: underline;
}

.breadcrumb {
  background: #FBF8F2;
  margin: 15px 0 55px;
  width: 100%;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.breadcrumb ul li {
  color: #888;
  font-size: 13px;
  display: inline;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

.breadcrumb ul li a:hover {
  text-decoration: none;
}

.breadcrumb ul li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #ccc;
}

.page-ttl {
  height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(92, 77, 0, 0.4), rgba(92, 77, 0, 0.4)), url(../images/under/whitebox/page-ttl.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 5;
}

.page-ttl h1 {
  color: #fff;
  text-align: center;
}

.page-ttl h1 .jp {
  display: block;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 46px;
  margin-bottom: 20px;
}

.page-ttl h1 .en {
  display: block;
  font-family: "Lato";
  font-size: 18px;
}

/*-----------------------------------------------------------
under parts
-----------------------------------------------------------*/
.u-contents p + p {
  margin-top: 15px;
}

.u-h2 {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 32px;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 40px;
  position: relative;
}

.u-h2::after {
  content: "";
  background: #2D7638;
  width: 34px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.u-h3, .postdata h3 {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 24px;
  padding: 0 0 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.u-h3::after, .postdata h3::after {
  content: "";
  background: #2D7638;
  width: 5px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 0;
}

.u-h4, .postdata h4 {
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 20px;
  margin-bottom: 25px;
}

.u-catch {
  margin: 0 auto 25px;
}

.u-catch .line {
  border-bottom: 2px solid #2D7638;
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 24px;
  line-height: 2;
}

/*box*/
.short {
  margin: 0 0 60px;
}

.tall {
  margin: 0 0 90px;
}

/*Column*/
.col2, .col2-col2,
.col3, .col3-col2,
.col4, .col4-col2 {
  display: flex;
  flex-wrap: wrap;
}

.col2, .col2-col2 {
  justify-content: space-between;
}

.col2 > li, .col2-col2 > li {
  width: 48%;
}

.col3, .col3-col2 {
  margin: 0 -1%;
}

.col3 > li, .col3-col2 > li {
  margin: 0 1%;
  width: 31.3333333%;
}

.col4, .col4-col2 {
  margin: 0 -1%;
}

.col4 > li, .col4-col2 > li {
  margin: 0 1%;
  width: 23%;
}

/*layout*/
.l-imgR, .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR.center, .l-imgL.center {
  align-items: center;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 4% 0 0;
  width: 40%;
}

.l-imgR .l-img.small, .l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-desc, .l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 4%;
}

.l-imgR.center, .l-imgL.center {
  align-items: center;
}

.fl-imgR, .fl-imgL {
  overflow: hidden;
}

.fl-imgR .l-img, .fl-imgL .l-img {
  width: 40%;
}

.fl-imgR .l-img.small, .fl-imgL .l-img.small {
  width: 30%;
}

.fl-imgR .l-img {
  float: right;
  margin: 0 0 15px 4%;
}

.fl-imgL .l-img {
  float: left;
  margin: 0 4% 15px 0;
}

.fl-imgR .l-img.small, .fl-imgL .l-img.small {
  width: 30%;
}

/*list*/
.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-disc li:before {
  background: #2D7638;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.list-disc li + li {
  margin-top: 3px;
}

.list-decimal {
  padding-left: 22px;
}

.list-decimal li {
  list-style: decimal;
}

.list-decimal li + li {
  margin-top: 3px;
}

.list-num {
  counter-reset: number;
}

.list-num li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-num li:before {
  background: #2D7638;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 2px;
  width: 20px;
  height: 20px;
}

.list-num li + li {
  margin-top: 3px;
}

.list-check li {
  position: relative;
  padding: 0 0 0 25px;
}

.list-check li:before {
  content: "";
  background: url(../images/share/ico_check.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
}

.list-check li + li {
  margin-top: 3px;
}

/*table*/
.table-style01 {
  border-collapse: collapse;
  width: 100%;
}

.table-style01 th, .table-style01 td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-style01 th {
  background: #E5D9C9;
  color: #000;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 15px;
  text-align: center;
}

.table-style01 td {
  background: #fff;
}

/*btn-style01*/
.btn-style01 {
  display: inline-block;
  background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 12px center/30px;
  border: 1px solid #2D7638;
  color: #fff;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  padding: 18px 50px;
  min-width: 320px;
  transition: .2s;
  text-align: center;
}

.btn-style01:hover {
  background: #fff url(../images/share/arrow02.svg) no-repeat right 12px center/30px;
  color: #2D7638;
}

/*box-style*/
.box-style01 {
  background: url(../images/share/bg01.jpg);
  padding: 30px;
}

.box-style01 .box-ttl {
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 20px;
  margin-bottom: 15px;
}

/*list-price*/
.list-price > li .intro {
  border-bottom: 1px dotted #c4cfc9;
  display: flex;
  justify-content: space-between;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 15px;
  padding: 0 0 5px;
}

.list-price > li .desc {
  color: #747474;
  font-size: 13px;
  padding: 5px 0 0;
}

.list-price > li + li {
  margin-top: 5px;
}

/*sns*/
.list-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-sns li {
  margin-right: 25px;
}

.list-sns .facebook img {
  width: 40px;
}

/*
.list-sns .ameba {
  display: inline-block;
  background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 10px center/14px;
  border: 1px solid #2D7638;
  color: #fff;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  height: 38px;
  width: 160px;
  transition: .2s;
}

.list-sns .ameba:hover {
  background: #fff url(../images/share/arrow02.svg) no-repeat right 10px center/14px;
  color: #2D7638;
}
*/

/*クレジットカード*/
.list-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.list-credit li {
  margin-right: 25px;
}

/*------------
アンカーリンク
--------------*/
.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 15px;
}

.list-anchor-link.center {
  justify-content: center;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #e5d9c9;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link li:last-child::after {
  display: none;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.list-anchor-link a::before {
  content: "";
  background: url(../images/share/ico_arrow_bottom.svg) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list-anchor-link a:hover {
  text-decoration: underline;
}

/*------------
whitehbox 採用情報
--------------*/
.recruit-card {
  display: flex;
  justify-content: center;
}

.recruit-card li {
  width: 320px;
}

.recruit-card li + li {
  margin-left: 32px;
}

.recruit-card a {
  color: #fff;
  font-family: "FOT-セザンヌ Pro DB";
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 100%;
}

.recruit-card a.abiko {
  background: linear-gradient(rgba(60, 39, 27, 0.8), rgba(60, 39, 27, 0.8)), url(../images/under/whitebox/recruit_card_abiko.jpg) no-repeat center center/cover;
}

.recruit-card a.kohoku {
  background: linear-gradient(rgba(60, 39, 27, 0.8), rgba(60, 39, 27, 0.8)), url(../images/under/whitebox/recruit_card_kohoku.jpg) no-repeat center center/cover;
}

.recruit-card a.nal {
  background: linear-gradient(rgba(60, 39, 27, 0.8), rgba(60, 39, 27, 0.8)), url(../images/under/whitebox/recruit_card_nal.jpg) no-repeat center center/cover;
}

.recruit-card .card-ttl {
  font-size: 24px;
  font-size: 22px;
  margin-bottom: 8px;
}

.recruit-card .card-tel {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}

.recruit-card .card-txt {
  margin-top: 0;
  font-size: 16px;
}

/*------------
下層埋め込み投稿
--------------*/
.u-list-post-type01-wrap {
  background: #fff;
  padding: 20px 40px 40px;
  position: relative;
}

.u-list-post-type01-wrap .l-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 24px;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}

.u-list-post-type01-wrap .l-ttl::after {
  content: "";
  background: #2D7638;
  width: 5px;
  height: 21px;
  position: absolute;
  top: 8px;
  left: 0;
}

.u-list-post-type01-wrap .l-btn {
  position: absolute;
  right: 40px;
  top: 20px;
}

.u-list-post-type01-wrap .l-btn a {
  display: inline-block;
  background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 10px center/14px;
  border: 1px solid #2D7638;
  color: #fff;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  height: 38px;
  width: 160px;
  transition: .2s;
}

.u-list-post-type01-wrap .l-btn a:hover {
  background: #fff url(../images/share/arrow02.svg) no-repeat right 10px center/14px;
  color: #2D7638;
}

.u-list-post-type01 a {
  display: block;
  background: #fff url(../images/share/arrow02.svg) no-repeat right 0 center/30px;
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 40px 20px 0;
  transition: .2s;
}

.u-list-post-type01 a:hover {
  background-color: #e8f3ea;
}

.u-list-post-type01 time {
  margin-right: 30px;
}

.u-list-post-type01 .category {
  display: inline-block;
  border: 1px solid #2D7638;
  color: #2D7638;
  font-size: 14px;
  margin-right: 30px;
  padding: 0 10px;
  text-align: center;
  min-width: 176px;
}



.u-list-post-type02 {
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.u-list-post-type02 li {
  margin: 0 1% 2%;
  width: 23%;
}

.u-list-post-type02 li a {
  display: block;
}

.u-list-post-type02 .list-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 17px;
}

.u-list-post-type02 .job {
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 13px;
}

.u-list-post-type02 .list-img {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.u-list-post-type02 .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: .7s;
  height: 294px;
  width: 240px;
}

.u-list-post-type02 .list-img:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.u-list-post-type02 .list-img:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.u-list-post-type02 a:hover .list-img:before {
  opacity: 0.3;
}

.u-list-post-type02 a:hover .list-img:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-list-post-type02 a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.u-list-post-type03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1% 40px;
}

.u-list-post-type03 > li {
  width: 22%;
  margin: 0 1%;
}

.u-list-post-type03 .list-img {
  margin-bottom: 15px;
  overflow: hidden;
  transition: .2s;
}

.u-list-post-type03 .list-img:hover {
  opacity: 0.7;
}

.u-list-post-type03 .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 157px;
  width: 100%;
  transition: 0.5s;
}

.u-list-post-type03 .list-data {
  line-height: 1;
  margin-bottom: 5px;
}

.u-list-post-type03 time {
  color: #888;
  display: block;
  font-size: 13px;
}

.u-list-post-type03 .list-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  transition: .2s;
}

.u-list-post-type03 .list-ttl:hover {
  color: #2D7638;
}

.u-list-post-type04 {
  display: flex;
  margin: 0 -13px 40px;
}

.u-list-post-type04 li {
  margin: 0 13px;
  width: 184px;
}

.u-list-post-type04 a {
  display: block;
  overflow: hidden;
  height: 184px;
  width: 184px;
  position: relative;
}

.u-list-post-type04 a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.u-list-post-type04 a:before {
  content: "";
  background: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.u-list-post-type04 a:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.u-list-post-type04 a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.u-list-post-type04 a:hover:before {
  opacity: 0.5;
}

.u-list-post-type04 a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------
投稿パーツ
--------------*/
/*普通投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}

.list-post-type01 li {
  overflow: hidden;
}

.list-post-type01 li + li {
  margin-top: 50px;
}

.list-post-type01 .list-ttl {
  border-bottom: 1px solid #ddd;
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 20px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl a {
  transition: .5s;
}

.list-post-type01 .list-ttl a:hover {
  opacity: .5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 250px;
}

.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.list-post-type01 .list-img a {
  transition: .5s;
}

.list-post-type01 .list-img a:hover {
  opacity: .5;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 5px;
}

.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}

.list-post-type01 .category {
  border: 1px solid #2D7638;
  color: #2D7638;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

.list-post-type01 .category.abiko,
.u-list-post-type01 .category.abiko {
  border: 1px solid #5C8EBE;
  color: #5C8EBE;
}

.list-post-type01 .category.kohoku,
.u-list-post-type01 .category.kohoku {
  border-color: #836B5F;
  color: #836B5F;
}

.list-post-type01 .category.nal,
.u-list-post-type01 .category.nal {
  border-color: #E29A38;
  color: #E29A38;
}

.list-post-type01 .list-txt {
  margin: 0 0 15px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  border: 1px solid #2D7638;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  text-align: center;
  padding: 5px 40px 6px;
  transition: .5s;
}

.list-post-type01 .list-btn a:hover {
  background: #2D7638;
  color: #fff;
}

/*詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}

.l-post-single > .l-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 30px;
  margin: 0 0 35px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  display: inline-block;
  color: #888;
  font-size: 14px;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

.l-post-single .post-data .category {
  border: 1px solid #2D7638;
  color: #2D7638;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  padding: 5px 8px 4px;
  margin: 0 10px 0 0;
}

/*list-post-type02*/
.list-post-type02 {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.list-post-type02 li {
  margin: 0 1% 2%;
  width: 31.3%;
}

.list-post-type02 li a {
  display: block;
}

.list-post-type02 .list-ttl {
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 17px;
}

.list-post-type02 .job {
  color: #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 13px;
}

.list-post-type02 .list-img {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.list-post-type02 .list-img img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: .7s;
  height: 294px;
  width: 240px;
}

.list-post-type02 .list-img:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.list-post-type02 .list-img:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.list-post-type02 a:hover .list-img:before {
  opacity: 0.3;
}

.list-post-type02 a:hover .list-img:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-post-type02 a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*list-post-type03*/
.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.list-post-type03 li {
  margin: 0 1% 20px;
  width: 23%;
}

.list-post-type03 a {
  display: block;
  overflow: hidden;
  height: 173px;
  width: 100%;
  position: relative;
}

.list-post-type03 a img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.list-post-type03 a:before {
  content: "";
  background: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.list-post-type03 a:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.list-post-type03 a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-post-type03 a:hover:before {
  opacity: 0.5;
}

.list-post-type03 a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*staff-layout*/
.staff-layout {
  display: flex;
  margin-bottom: 50px;
}

.staff-layout .l-img {
  margin-right: 30px;
  width: 40%;
}

.staff-layout .l-desc {
  flex: 1;
}

.staff-layout .l-ttl {
  border-bottom: 1px solid #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 24px;
  padding: 0 0 10px;
  margin: 0 0 5px;
  position: relative;
}

.staff-layout .job {
  font-family: "FOT-セザンヌ Pro DB";
  color: #2D7638;
  margin-bottom: 15px;
}

.staff-layout .postdata {
  margin-bottom: 20px;
}

.other-post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.other-post-list li {
  margin: 0 1% 20px;
  width: 23%;
}

.other-post-list a {
  display: block;
  overflow: hidden;
  position: relative;
}

.other-post-list a img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: .7s;
  height: 173px;
  width: 100%;
}

.other-post-list a:before {
  content: "";
  background: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}

.other-post-list a:after {
  content: "MORE DETAIL";
  color: #fff;
  font-weight: bold;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  transition: .5s;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.other-post-list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.other-post-list a:hover:before {
  opacity: 0.5;
}

.other-post-list a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*gallery-layout*/
.gallery-layout {
  display: flex;
  margin-bottom: 50px;
}

.gallery-layout .l-img {
  margin-right: 30px;
  width: 40%;
}

.gallery-layout .l-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gallery-layout .l-desc .post-gallery-thumb {
  order: 2;
}

.gallery-layout .l-ttl {
  border-bottom: 1px solid #2D7638;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 24px;
  padding: 0 0 10px;
  margin: 0 0 5px;
  position: relative;
}

.gallery-layout .job {
  font-family: "FOT-セザンヌ Pro DB";
  color: #2D7638;
  margin-bottom: 15px;
}

.gallery-layout .table-style01 {
  margin-bottom: 20px;
}

.post-gallery-view img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
  height: 360px;
  width: 100%;
}

.post-gallery-thumb {
  margin-bottom: 20px;
}

.post-gallery-thumb li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 150px;
  width: 120px;
}

/*詳細ページ*/
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  color: #2D7638;
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li > ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li > ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-family: "FOT-セザンヌ Pro DB";
  font-size: 16px;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: '';
  background: #fff url(../images/share/ico_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 0;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.post-number a {
  background: #E5D9C9;
  color: #000;
  font-family: "Lato";
  display: block;
  padding: 0 10px;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  text-decoration: none;
  transition: .5s;
}

.post-number a:hover {
  background: #2D7638;
  color: #fff;
}

.post-number .current {
  background: #2D7638;
  color: #fff;
  font-family: "Lato";
  display: block;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
}

.post-number-single {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "FOT-セザンヌ Pro DB";
  line-height: 1;
  overflow: hidden;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: '';
  background: url(../images/share/ico_arrow_post_left.svg) no-repeat center center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: '';
  background: url(../images/share/ico_arrow_post_right.svg) no-repeat center center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}

.post-number-single a.all {
  padding: 2px 0 0;
}

.post-number-single a:hover {
  opacity: .5;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold, strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.fo20{
	font-size:20px;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.sp-map iframe,
.sp-map object,
.sp-map embed {
  vertical-align: top;
}

.indoorview {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.indoorview iframe,
.indoorview object,
.indoorview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cal-wrapper {
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 75%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

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

.mt0 {
  margin-top: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*-----------------------------------------------------------
slick
-----------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  border-top: 5px solid #2D7638;
  border-right: 5px solid #2D7638;
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
  -webkit-transform: scaleX(-1) rotate(-135deg) translateY(-50%);
  transform: scaleX(-1) rotate(-135deg) translateY(-50%);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #E5D9C9;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #2D7638;
}

.slick-dots li.slick-active button {
  background: #2D7638;
}

.img-slider {
  padding-bottom: 40px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*-----------------------------------------------------------
body SP
-----------------------------------------------------------*/
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /*-----------------------------------------------------------
entrance SP
-----------------------------------------------------------*/
  .entrance-wrap {
    display: block;
  }
  .entrance-wrap .item {
    margin: 0 auto 15px;
    width: 90%;
	min-width:auto;
  }
	.entrance-wrap .item:last-child{
		margin:0 auto;
	}
  .entrance-wrap a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .entrance-wrap .l-ttl {
    height: 80%;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  .entrance-wrap .ttl {
    font-size: 9vw;
    margin-bottom: 4vw;
  }
  .entrance-wrap .ttl .small {
    font-size: 6vw;
  }
  .entrance-wrap .label {
    font-size: 12px;
    padding: 2px;
    width: 80%;
  }
  /*-----------------------------------------------------------
header SP
-----------------------------------------------------------*/
/*
  .header:before {
    height: 67px;
    width: 99px;
  }
  .header:after {
    height: 67px;
    width: 96px;
  }
*/
  .grass::before {
    height: 67px;
    width: 99px;
  }
  .grass::after {
    height: 67px;
    width: 96px;
  }
  .header .h-container {
    width: 90%;
    height: 70px;
  }
  .h-logo img {
    height: 35px;
    width: auto;
  }
  .whitebox .h-logo {
    margin-right: 0;
    width: auto;
  }
  .whitebox-plus .h-logo {
    margin-right: 0;
    width: auto;
  }
  /*-----------------------------------------------------------
g-navi SP
-----------------------------------------------------------*/
  /* PC用のナビを非表示 */
  .pc-navi {
    display: none;
  }
  /* PC用のナビを非表示 */
  .sp-navi {
    display: block;
  }
  /* ハンバーガー */
  .humberger {
    background-color: #2D7638;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    transition: .5s;
    z-index: 2000;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s;
  }
  .humberger span:nth-of-type(1) {
    top: 15px;
  }
  .humberger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .humberger span:nth-of-type(3) {
    bottom: 15px;
  }
  .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 9px) rotate(-45deg);
    transform: translate(-50%, 9px) rotate(-45deg);
  }
  .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -9px) rotate(45deg);
    transform: translate(-50%, -9px) rotate(45deg);
  }
  /* 中身 */
  .sp-navi-contents {
    background: #fff;
    border-left: 3px solid #2D7638;
    padding: 50px 0 30px 20px;
    width: calc(100vw - 60px);
    height: 100%;
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: calc(-100vw - 60px);
    transition: .5s;
    overflow: scroll;
    z-index: 200;
  }
  .sp-navi-contents.is-open {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    right: 0px;
  }
  .sp-navi-list {
    margin: 0 0 30px;
  }
  .sp-navi-list > li {
    border-bottom: 1px solid #e2e2e4;
  }
  .sp-navi-list > li > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
  }
  .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi-list > li.sp-dropdown::after {
    background: url(../images/share/ico_arrow_down.svg) no-repeat 50% 50%/30px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.35s;
    width: 48px;
    height: 48px;
  }
  .sp-navi-list > li.sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-navi-list > li.sp-dropdown > a {
    padding: 10px 50px 10px 0;
  }
  .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi-list .child li + li {
    margin-top: 5px;
  }
  .sp-navi-list .child li > a {
    display: block;
    padding: 0 0 0 15px;
    position: relative;
  }
  .sp-navi-list .child li > a:before {
    content: "";
    background: #000;
    width: 5px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .sp-navi-other {
    padding: 0 20px 0 0;
  }
  .sp-navi-other .other-item + .other-item {
    margin: 15px 0 0;
  }
  .sp-navi-other .tel {
    display: block;
    font-size: 23px;
    line-height: 1;
    margin: 0 0 10px;
  }
  .sp-navi-other .txt {
    font-size: 14px;
    line-height: 1;
  }
  .sp-btn {
    background: #2D7638;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: .5s;
  }
  /*-----------------------------------------------------------
hero SP
-----------------------------------------------------------*/
  /*whitebox hero*/
  .whitebox-hero {
    background: none;
    padding-bottom: 0px;
  }
  .whitebox-hero .hero-wrapper {
    display: block;
  }
  .whitebox-hero .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    box-shadow: none;
    padding: 0;
    width: 100%;
    z-index: 1;
  }
  .whitebox-hero .item:nth-of-type(odd) {
    flex-direction: row;
    background: #392000;
    color: #fff;
  }
  .whitebox-hero .item:nth-of-type(odd) .l-ttl {
    color: #fff;
  }
  .whitebox-hero .item:nth-of-type(odd) .link {
    color: #fff;
  }
  .whitebox-hero .l-img {
    margin: 0;
    width: 36vw;
  }
  .whitebox-hero .l-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 42.7vw;
    width: 100%;
  }
  .whitebox-hero .item:nth-child(3) .l-img img {
	object-position: 70%;
  }
  .whitebox-hero .l-desc {
    flex: 1;
    text-align: center;
  }
  .whitebox-hero .l-ttl {
    font-size: 4.5vw;
    margin-bottom: 2.8vw;
  }
  .whitebox-hero .l-txt {
    font-size: 2.26vw;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 3vw;
  }
  .whitebox-hero .l-btn {
    background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 2vw center/4vw;
    font-size: 3vw;
    line-height: 8vw;
    height: 8vw;
    width: 35vw;
  }
  .whitebox-hero .l-btn:hover {
    background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 2vw center/4vw;
    color: #fff;
  }
  /*-----------------------------------------------------------
whitebox top contents SP
-----------------------------------------------------------*/
  .container {
    width: 90%;
  }
  .whitebox .t-ttl01 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .whitebox .t-ttl02 {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  /* whitebox-sec01 SP*/
  .whitebox-sec01 {
    padding: 50px 0;
  }
  .whitebox-sec01-layout01 {
    display: block;
    margin-bottom: 40px;
  }
  .whitebox-sec01-layout01 .l-img {
    margin: 0 0 15px;
    padding-bottom: 0;
    width: 100%;
  }
  .whitebox-sec01-layout01 .l-desc,
  .whitebox-sec01-layout01.reverse .l-desc {
    margin: auto;
    width: 100%;
  }
  .whitebox-sec01-layout01 .t-ttl01 {
    text-align: left;
    margin-bottom: 20px;
  }
  .whitebox-sec01-layout01 .l-ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .whitebox-sec01-layout01 .l-txt {
    padding: 20px;
  }
  .whitebox-sec01-layout02 {
    display: block;
  }
  .whitebox-sec01-layout02 + .whitebox-sec01-layout02 {
    margin-top: 50px;
  }
  .whitebox-sec01-layout02 .l-img {
    margin: 0 0 20px;
    padding: 20px 0 0 20px;
    width: 100%;
  }
  .whitebox-sec01-layout02 .l-img:before {
    height: 80px;
    width: 80px;
  }
  .whitebox-sec01-layout02.reverse .l-img {
    margin: 0 0 20px;
    padding: 20px 20px 0 0;
  }
  .whitebox-sec01-layout02 .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .whitebox-sec01-layout02 .l-txt {
    margin-bottom: 30px;
  }
  .whitebox-sec01-layout02 .l-btn {
    display: block;
  }
  .whitebox-sec01-layout02 .l-btn li {
    text-align: center;
    margin: 0 0 20px;
  }
  .whitebox-sec01-layout02 .l-btn a {
    font-size: 13px;
    padding: 0 0 5px;
    position: relative;
  }
  .whitebox-sec01-layout02 .l-btn a:before {
    -webkit-transform: none;
    transform: none;
  }
  .whitebox-sec01-layout02 .l-btn a:after {
    height: 16px;
    width: 16px;
  }
  .whitebox-sec01-layout02 .l-btn a:hover::before {
    -webkit-transform: none;
    transform: none;
  }
  /* whitebox-sec02 SP*/
  .whitebox-sec02 {
    padding: 40px 0;
  }
  .whitebox-sec02-01 {
    margin-bottom: 50px;
  }
  .whitebox-sec02-list-post {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .whitebox-sec02-list-post li {
    margin: 0 0 13px;
    width: 48%;
  }
  .whitebox-sec02-list-post a {
    height: 43vw;
    width: 100%;
  }
  .whitebox-sec02-list-post a:before, .whitebox-sec02-list-post a:after {
    content: none;
  }
  .whitebox-sec02-list-post a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  /* whitebox-sec03 SP */
  .whitebox-sec03 {
    padding: 40px 0;
  }
  .whitebox-sec03-list-post {
    padding: 10px 20px 20px;
  }
  .whitebox-sec03-list-post a {
    background: #fff url(../images/share/arrow02.svg) no-repeat right 0 center/16px;
    padding: 10px 20px 10px 0;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .whitebox-sec03-list-post time {
    font-size: 11px;
    margin-right: 10px;
  }
  .whitebox-sec03-list-post .category {
    font-size: 11px;
    margin-right: 0;
    padding: 0 5px;
    min-width: 0;
  }
  .whitebox-sec03-list-post .ttl {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* whitebox-sec04 SP */
  .whitebox-sec04 {
    background: url(../images/share/bg02.jpg);
    padding: 0 0 40px;
  }
  .whitebox-sec04 .sec04-img {
    display: block;
    margin-bottom: 40px;
  }
  .whitebox-sec04-layout {
    width: 100%;
  }
  .whitebox-sec04-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .whitebox-sec04-layout .l-txt {
    margin-bottom: 30px;
  }
  /* whitebox-sec05 SP */
  .whitebox-sec05 {
    padding: 40px 0;
  }
  .whitebox-sec05-card {
    display: block;
  }
  .whitebox-sec05-card li {
    width: 100%;
  }
  .whitebox-sec05-card li + li {
    margin-top: 40px;
  }
  .whitebox-sec05-card .card-img {
    margin-bottom: 20px;
  }
  .whitebox-sec05-card .card-txt {
    margin-bottom: 0px;
  }
  /*-----------------------------------------------------------
footer SP
-----------------------------------------------------------*/
  .pagetop {
    right: 10px;
    margin-bottom: 10px;
  }
  .f-container {
    width: 90%;
  }
  .sitemap {
    display: block;
  }
  .sitemap .item {
    margin: 0;
  }
  .sitemap .item + .item {
    margin: 30px 0 0;
  }
  .sitemap .item.no-ttl {
    padding-top: 0;
  }
  .sitemap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap ul li {
    margin-right: 15px;
  }
  .copyright {
    text-align: center;
    font-family: Verdana, "Droid Sans";
    font-size: 12px;
    padding: 30px 0;
  }
  /*whitebox-footer*/
  .whitebox .f-wrapper {
    background: url(../images/share/footer_bg01.png) no-repeat left bottom/30%, url(../images/share/footer_bg02.png) no-repeat right bottom/30%;
    background-color: #E5D9C9;
    padding: 40px 0;
  }
  .whitebox .f-wrapper .f-item01 {
    margin: 0 auto 30px;
    width: 190px;
  }
  .whitebox .copyright {
    background: #392000;
    color: #fff;
    padding: 10px 0;
  }
  /*whitebox-plus-footer*/
  .whitebox-plus .f-wrapper {
    background: url(../images/share/footer_bg01.png) no-repeat left bottom, url(../images/share/footer_bg02.png) no-repeat right bottom;
    background-color: #E5D9C9;
    padding: 60px 0;
  }
  .whitebox-plus .f-wrapper .f-container {
    display: block;
  }
  .whitebox-plus .f-wrapper .f-item01 {
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
  }
  .whitebox-plus .copyright {
    background: #392000;
    color: #fff;
    padding: 10px 0;
  }
  /*-----------------------------------------------------------
under SP
-----------------------------------------------------------*/
  .breadcrumb {
    margin: 5px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .breadcrumb ul {
    width: 90%;
  }
  main.column2 {
    display: block;
  }
  main.column2 .contents {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  main.column2 .side-navi {
    margin: 0 auto 50px;
    width: 90%;
  }
  .page-ttl {
    height: 180px;
    padding: 0 5vw;
    z-index: 1;
  }
  .page-ttl h1 .jp {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .page-ttl h1 .en {
    font-size: 16px;
  }
  /*-----------------------------------------------------------
under parts SP
-----------------------------------------------------------*/
  .u-h2 {
    font-size: 23px;
    padding: 0 0 10px;
    margin: 0 0 30px;
    position: relative;
  }
  .u-h3, .postdata h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .u-h3::after, .postdata h3::after {
    width: 4px;
    height: 18px;
    top: 6px;
  }
  .u-h4, .postdata h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .u-catch {
    margin: 0 auto 20px;
  }
  .u-catch .line {
    font-size: 19px;
  }
  /*box SP*/
  .short {
    margin: 0 0 40px;
  }
  .tall {
    margin: 0 0 60px;
  }
  /*Column SP*/
  .col2 > li, .col3 > li, .col4 > li {
    margin: 0;
    width: 100%;
  }
  .col2-col2, .col3-col2, .col4-col2 {
    justify-content: space-between;
  }
  .col2-col2 > li, .col3-col2 > li, .col4-col2 > li {
    margin: 0;
    width: 48%;
  }
  /*layout SP*/
  .l-imgR, .l-imgL {
    display: block;
  }
  .l-imgR .l-img, .l-imgL .l-img {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.small, .l-imgL .l-img.small {
    width: 100%;
  }
  .l-imgR .l-img {
    margin: 0 0 15px;
  }
  .fl-imgR .l-img, .fl-imgL .l-img {
    float: none;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  .fl-imgR .l-img.small, .fl-imgL .l-img.small {
    width: 100%;
  }
  /*table SP*/
  .table-style01.sp-block {
    border: 1px solid #ddd;
	table-layout: fixed;
  }
  .table-style01.sp-block colgroup {
    display: none;
  }
  .table-style01.sp-block th, .table-style01.sp-block td {
    border: none;
    display: block;
    width: 100%;
  }
  .table-style01 th, .table-style01 td {
    font-size: 14px;
    line-height: 1.5;
  }
  /*btn-style01 SP*/
  .btn-style01 {
    background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 12px center/20px;
    font-size: 15px;
    padding: 13px 40px;
    min-width: 250px;
  }
  .btn-style01:hover {
    background: #fff url(../images/share/arrow02.svg) no-repeat right 12px center/20px;
  }
  /*box-style SP*/
  .box-style01 {
    padding: 20px;
  }
  .box-style01 .box-ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
  /*sns*/
  .list-sns {
    justify-content: center;
  }
  .list-credit li {
    margin: 0 1%;
    max-width: 25%;
  }
  /*------------
アンカーリンク
--------------*/
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
  .list-anchor-link {
    display: block;
  }
  .list-anchor-link li {
    margin: 0;
  }
  .list-anchor-link li::after {
    display: none;
  }
  .list-anchor-link a {
    padding: 0 0 0 25px;
  }
  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 6px;
  }
  /*------------
whitehbox 採用情報
--------------*/
  .recruit-card {
    display: block;
  }
  .recruit-card li {
    width: 100%;
  }
  .recruit-card li + li {
    margin: 20px 0 0;
  }
  .recruit-card a {
    height: auto;
    padding: 30px 20px;
  }
  .recruit-card .card-ttl {
    font-size: 19px;
  }
  .recruit-card .card-tel {
    font-size: 15px;
  }
  .recruit-card .card-txt {
    margin-top: 0;
    font-size: 13px;
  }

  /*-----------------------------------------------------------
common SP
-----------------------------------------------------------*/
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .googlecal {
    padding-bottom: 100%;
    /* 縦横比 */
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*------------
下層埋め込み投稿
--------------*/
  .u-list-post-type01-wrap {
    padding: 10px 20px 20px;
  }
  .u-list-post-type01-wrap .l-ttl {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .u-list-post-type01-wrap .l-ttl::after {
    width: 4px;
    height: 16px;
    top: 5px;
  }
  .u-list-post-type01-wrap .l-btn {
    position: static;
    text-align: center;
  }
  .u-list-post-type01-wrap .l-btn a {
    display: inline-block;
    background: #2D7638 url(../images/share/arrow01.svg) no-repeat right 12px center/20px;
    border: 1px solid #2D7638;
    color: #fff;
    line-height: inherit;
    height: auto;
    width: auto;
    font-size: 15px;
    padding: 13px 40px;
    min-width: 250px;
  }
  .u-list-post-type01-wrap .l-btn a:hover {
    background: #fff url(../images/share/arrow02.svg) no-repeat right 12px center/20px;
  }
  .u-list-post-type01 {
    margin-bottom: 20px;
  }
  .u-list-post-type01 a {
    background: #fff url(../images/share/arrow02.svg) no-repeat right 0 center/16px;
    padding: 10px 20px 10px 0;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .u-list-post-type01 time {
    font-size: 11px;
    margin-right: 10px;
  }
  .u-list-post-type01 .category {
    font-size: 11px;
    margin-right: 0;
    padding: 0 5px;
    min-width: 0;
  }
  .u-list-post-type01 .ttl {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .u-list-post-type02 {
    justify-content: space-between;
    margin: 0;
  }
  .u-list-post-type02 li {
    margin: 0 0 30px;
    width: 48%;
  }
  .u-list-post-type02 li a {
    display: block;
  }
  .u-list-post-type02 .list-ttl {
    font-size: 15px;
  }
  .u-list-post-type02 .list-img {
    margin-bottom: 10px;
  }
  .u-list-post-type02 .list-img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: .7s;
    height: 60vw;
    width: 100%;
  }
  .u-list-post-type02 .list-img:before, .u-list-post-type02 .list-img:after {
    content: none;
  }
  .u-list-post-type02 a:hover .list-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .u-list-post-type03 {
    justify-content: space-between;
    margin: 0;
  }
  .u-list-post-type03 > li {
    width: 48%;
    margin: 0 0 30px;
  }
  .u-list-post-type03 .list-img {
    margin-bottom: 15px;
    overflow: hidden;
    transition: .2s;
  }
  .u-list-post-type03 .list-img:hover {
    opacity: 0.7;
  }
  .u-list-post-type03 .list-img img {
    height: 35vw;
  }
  .u-list-post-type04 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .u-list-post-type04 li {
    margin: 0 0 13px;
    width: 48%;
  }
  .u-list-post-type04 a {
    height: 43vw;
    width: 100%;
  }
  .u-list-post-type04 a:before, .u-list-post-type04 a:after {
    content: none;
  }
  .u-list-post-type04 a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  /*------------
投稿パーツ SP
--------------*/
  /*Post Type01 SP*/
  .list-post-type01 {
    margin: 0 0 50px;
  }
  .list-post-type01 li + li {
    margin-top: 20px;
  }
  .list-post-type01 .list-ttl {
    font-size: 18px;
    padding: 0 0 7px;
    margin: 0 0 15px;
  }
  .list-post-type01 .list-img {
    float: left;
    margin: 0 15px 0 0;
    width: 40%;
  }
  .list-post-type01 .list-img img {
    width: 100%;
    height: 25vw;
  }
  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }
  .list-post-type01 time {
    font-size: 12px;
    margin: 0 15px 0 0;
  }
  .list-post-type01 .list-txt {
    font-size: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }
  .list-post-type01 .list-btn {
    margin-top: 15px;
  }
  .list-post-type01 .list-btn a {
    font-size: 11px;
    text-align: center;
    padding: 2px 15px 4px;
  }
  /*list-post-type02 SP*/
  .list-post-type02 {
    justify-content: space-between;
    margin: 0;
  }
  .list-post-type02 li {
    margin: 0 0 30px;
    width: 48%;
  }
  .list-post-type02 li a {
    display: block;
  }
  .list-post-type02 .list-ttl {
    font-size: 15px;
  }
  .list-post-type02 .list-img {
    margin-bottom: 10px;
  }
  .list-post-type02 .list-img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: .7s;
    height: 60vw;
    width: 100%;
  }
  .list-post-type02 .list-img:before, .list-post-type02 .list-img:after {
    content: none;
  }
  .list-post-type02 a:hover .list-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /*list-post-type03 SP*/
  .list-post-type03 {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .list-post-type03 li {
    margin: 0 0 13px;
    width: 48%;
  }
  .list-post-type03 a {
    height: 43vw;
    width: 100%;
  }
  .list-post-type03 a:before, .list-post-type03 a:after {
    content: none;
  }
  .list-post-type03 a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  /*詳細ページ SP*/
  .l-post-single > .l-ttl {
    font-size: 22px;
    margin: 0 0 30px;
  }
  /*staff-layout*/
  .staff-layout {
    display: block;
    margin-bottom: 40px;
  }
  .staff-layout .l-img {
    margin: 0 0 20px;
    width: 100%;
  }
  .other-post-list {
    justify-content: space-between;
    margin: 0;
  }
  .other-post-list li {
    margin: 0 0 13px;
    width: 48%;
  }
  .other-post-list a img {
    height: 43vw;
    width: 100%;
  }
  .other-post-list a:before, .other-post-list a:after {
    content: none;
  }
  .other-post-list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /*gallery-layout*/
  .gallery-layout {
    display: block;
    margin-bottom: 40px;
  }
  .gallery-layout .l-img {
    margin: 0 0 20px;
    width: 100%;
  }
  .gallery-layout .l-desc {
    display: block;
  }
  .post-gallery-view {
    max-height: 60vw;
  }
  .post-gallery-view img {
    -o-object-fit: fill;
    object-fit: fill;
    max-height: 60vw;
    height: auto;
    width: auto;
  }
  .post-gallery-thumb li img {
    height: 30vw;
    width: 25vw;
  }
  /*セレクト式カテゴリー SP*/
  .select-area {
    display: block;
    margin: 0 0 30px;
  }
  .select-area .select-item {
    margin: 0;
  }
  .select-area .select-item + .select-item {
    margin-top: 10px;
  }
  .select-area .select-ttl {
    font-size: 15px;
  }
  .slick-prev,
  .slick-next {
    top: calc(50% - 30px);
    border-width: 3px;
    width: 20px;
    height: 20px;
  }
  .img-slider {
    padding-bottom: 30px;
  }
}

.green {
  color: #2D7638;
}
.em01 {
  color: #ee817b;
  font-size: 18px;
  font-weight: bold;
}
.em02 {
  color: #ee817b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.line_reserve{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
}
.line_reserve h4{
	margin-bottom:0px !important;
	margin-right:20px;
}
.line_reserve .icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.line_reserve .icon figure{
	margin-right:20px;
}


@media (max-width: 800px) {
	.line_reserve{
		display:block;
	}
	.line_reserve h4{
		text-align:center;
		margin-right:0px;
	}
	.line_reserve .icon{
		margin:10px 0;
		justify-content:center;
	}
	.line_reserve .icon figure:nth-child(2){
		margin-right:0px;
	}
}

.recruit_graybox{
	border: 2px solid #ccc;
	padding:30px 20px;
}
.fontL {
  font-size: 1.3em;
}
.list-price.ttl-green .intro {
  color: #2D7638;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 4%
}
@media (max-width: 800px) {
	.recruit_graybox{
		padding:30px 10px;
	}

  .fontL {
    font-size: 1.2em;
  }
}