@charset "UTF-8";
body{
      min-width: 1000px;
      margin: 0;
}

p{
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 200;
}

h1,h2,h3,h4,li,a,p{
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}

header .l-inner_in {
    height: 95px;
    background-color: #79b464;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#Top section.contents {
    color: white;
    display: flex;
    padding-bottom: 0;
}

#Top .contents_in {
    width: 50%;
    position: relative;
}
#Top .contents_in a {
  color: white;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  height: 850px;
  background-image: url("images/image_01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#Top .arrow {
    position: absolute;
    bottom: 0;
    right: 70px;
    bottom: 50px;
}

#Top .contents_in a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #b4d2dc61;
    display: block;
    z-index: 1;
}

#Top .right a {
    background-image: url("images/image_02.jpg");
}
.right h1{
  margin-top: 30px;
  line-height: 45px;
}
#Top h2 {
    writing-mode: vertical-rl;
    font-size: 54px;
    margin: auto;
    padding-bottom: 50px;
}

#Top p {
    font-size: 18px;
    letter-spacing: 7px;
}

#Top .inner {
    text-align: center;
    z-index: 2;
}

footer{
  background-color: #79b464;
  padding: 50px 50px 15px 50px;
  text-align: center;
  clear: both;
}

footer p {
    color: white;
}

footer .info p {
    font-size: 18px;
}

footer .info a {
    font-size: 26px;
    color: white;
}

footer .info p.address {
    font-size: 16px;
    margin-top: 5px;
}

footer .sns {
    margin: 15px;
}

footer .sns a {
    display: inline-block;
}

footer .sns img {
    margin: 15px;
}

/* 下層 */
main#corp {
    background-color: #f3f7f8;
}

.inner {
    overflow: hidden;
    height: 894px;
    position: relative;
}

#corp .right {
    position: relative;
    z-index: 9;
    margin-top: 100px;
    margin-left: 40%;
}

.wording {
  font-size: 18px;
  margin-bottom: 50px;
}

.wording p {
    font-size: 56px;
}

.slider {
    width: 740px!important;
    height: 460px;
}

section.contents .bg_fl {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
}

section.contents {
    clear: both;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.heading.vertical {
    writing-mode: vertical-rl;
    font-size: 41px;
    margin-left: 10%;
}

section.contents.overview {
    display: flex;
    justify-content: space-between;
}

section.contents.overview ul {
    margin-right: 12%;
}

section.contents.overview ul li {
    margin-left: 5%;
}

section.contents.overview ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    /* max-width: 1300px;
    float: left; */
}

section.contents.overview ul li div {
    width: 55%;
    min-width: 500px;
}

section.contents.overview ul li div img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
}
section.contents.overview ul li .explanation {
    background-color: #fff;
    height: 50%;
    padding: 80px 50px;
    width: 45%;
    min-width: 300px;
    margin-left: -10%;
}
section.contents.overview ul li.rev .explanation {
    margin-right: -10%;
}

section.contents.overview ul li .explanation h3 {
    font-size: 26px;
    margin-top: 0;
}

section.contents.overview ul li .explanation p {
    font-size: 16px;
}

section.contents.overview ul li.rev {
    flex-flow: row-reverse;
}

section.contents.overview ul li:last-child {
    margin-bottom: 0;
}

section.contents .heading_info h2 {
    font-size: 43px;
    margin: 0;
}

section.contents .heading_info {
    text-align: center;
}

section.contents .heading_info p {
    font-size: 16px;
    color: #78b464;
}

section.contents .location {
    display: flex;
    margin-top: 42px;
}

section.contents .location .image {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-left: 10%;
}

section.contents .image img {
    width: 100%;
}

section.contents .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 70%;
    margin-right: 10%;
    margin-bottom: -560px;
}

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

ul.slick-dots {
    bottom: 60px;
    left: -390px;
    transform: rotate(90deg);
}

.sp{
  display: none!important;
}

/* 2021/05/27修正 */
.inner_top {
    z-index: 2;
}


@media screen and (max-width:750px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
  body{
        min-width: 320px;
        margin: 0;
  }
  #Top .arrow {
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
footer .sns {
    margin: 0;
}
.inner {
    height: auto;
}

section.contents .bg_fl {
    position: static;
    margin: 50px 0 120px;
}

section.contents .bg_fl img {
    width: 100%;
    height: auto;
}

#corp .right {
    position: static;
    margin-left: 0;
}

.wording {
    position: absolute;
    right: 20px;
    writing-mode: vertical-rl;
    bottom: 34%;
    overflow: hidden;
    line-height: 40px;
}

.wording p {
    font-size: 26px;
    background-color: #f3f7f8;
    margin-left: 10px;
    text-align: right;
}

.right h1 {
    font-size: 16px;
    text-align: right;
}
.right h1 span {
    display: block;
    background-color: #f3f7f8;
    line-height: 60px;
    display: inline;
    padding: 10px;
}

.slider {
    width: 90%!important;
    height: 100%;
    position: relative;
}

ul.slick-dots {
    bottom: 9%;
    left: 56%;
    transform: rotate(90deg);
}

section.contents {
    padding-bottom: 20px;
}

section.contents.overview ul {
    margin-right: 0;
}

section.contents.overview ul li {
    display: block;
    margin-left: 0;
}

section.contents.overview ul li div {
    width: 100%;
    margin-left: 16%;
    z-index: 1;
    min-width: auto;
}

section.contents.overview {
    display: block;
    padding-top: 120px;
}

section.contents .heading.vertical {
    position: absolute;
    font-size: 31px;
    margin-left: 20px;
    top: 0px;
    left: 0;
    z-index: 9999;
}

section.contents.overview ul li .explanation {
    height: 100%;
    padding: 40px 20px;
    margin: 0;
    width: 76%;
    float: none;
    margin: 0 auto;
    z-index: 999;
    margin-top: -90px;
    position: relative;
}

section.contents.overview ul li .explanation h3 {
    font-size: 18px;
}

section.contents.overview ul li .explanation p {
    font-size: 13px;
}

section.contents .heading_info h2 {
    font-size: 28px;
}

section.contents .heading_info p {
    font-size: 13px;
}

section.contents .location .image {
    width: 100%;
    flex-direction: row;
    margin: 0;
    justify-content: space-around;
    align-items: flex-start;
}

section.contents .location {
    display: block;
}

section.contents .image img {
    width: 45%;
    height: auto;
}

section.contents .ggmap {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 150%;
    margin-bottom: -240px;
}
section.contents.overview ul li div img{
  width: 100%;
  height: auto;
}
section.contents.overview ul li.rev .explanation {
    margin: 0 auto;
    margin-top: -90px;
}
footer p {
    font-size: 10px;
}
}
