@charset "UTF-8";
/*-------------------------------------------------------------------------------*
	Style sheet for asahi-no-mori.com
 	Copyright(C)2019 Kyokukaen, Teruo Urushibata, and toshiyvki All Rights Reserved.
 *-------------------------------------------------------------------------------*/
/* Reset Style */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
html {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: .99rem arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 1rem;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li,
form, input, textarea, button, table, tr, th, td,
article, aside, footer, header, hgroup, nav, section,
a, span, label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

/* clearfix */
/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background: #ffffff;
  color: #3f3f3f;
  font-family: "Ryumin Regular KL", Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

_:-ms-lang(x), .exp, figcaption, h1, h2, h3, h4, li, dt, dd {
  transform: rotate(0.001deg);
}

input, textarea {
  font-family: "Ryumin Regular KL", Serif;
}

* html body, * html input, * html textarea {
  font-family: "Ryumin Regular KL", Serif;
}

a:link {
  text-decoration: none;
  color: #3f3f3f;
}
a:visited {
  color: #3f3f3f;
}
a:hover {
  text-decoration: none;
  color: #3f3f3f;
}
a:active {
  color: #3f3f3f;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.inner {
  position: relative;
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/
.page-container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding-top: 40px;
}

.container {
  position: relative;
}
.container > .inner {
  width: 90vw;
  padding: 20px 0;
  margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: fixed;
  z-index: 1001;
  width: 100%;
}
#header > .inner {
  width: 100%;
  height: 52px;
  margin: 0 auto;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  width: 100%;
}
#footer > .inner {
  height: 160px;
}

.page-container {
  background: #ffffff;
}

.exp {
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}

.slim {
  letter-spacing: -.18em;
}

.pcc {
  display: none !important;
}

.chkbox {
  display: none;
}

/*--------------------------
 * header
 *--------------------------*/
#header {
  background: #004020;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
}
#header h1#hdr-logo {
  text-align: center;
}
#header h1#hdr-logo a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../img/hdr-logo.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 160px;
  height: 20px;
  top: 16px;
  margin: auto;
  left: 0;
  right: 0;
}
#header #hdr-navi h1 a {
  position: absolute;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../img/hdr-logo-g.svg") no-repeat;
  background-size: contain;
  width: 160px;
  height: 20px;
  left: 80px;
  top: 13px;
  display: none;
}
#header #hdr-navi .chkbox:checked ~ h1 a {
  position: fixed;
  display: inline-block;
  z-index: 1002;
}
#header #hdr-navi .menu-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 18px;
  text-align: center;
  z-index: 1001;
}
#header #hdr-navi .menu-btn .menu-text {
  position: absolute;
  font-family: 'Arial';
  color: #809080;
  font-size: 0.85rem;
  top: 25px;
  left: -4px;
}
#header #hdr-navi .menu-trigger,
#header #hdr-navi .menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#header #hdr-navi .menu-trigger {
  position: relative;
  width: 24px;
  height: 18px;
  display: block;
  margin: 0 auto;
}
#header #hdr-navi .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #809080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#header #hdr-navi .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#header #hdr-navi .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
#header #hdr-navi .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#header #hdr-navi .chkbox:checked ~ .menu-btn {
  position: fixed;
}
#header #hdr-navi .chkbox:checked ~ .menu-btn .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #A0A0A0;
}
#header #hdr-navi .chkbox:checked ~ .menu-btn .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#header #hdr-navi .chkbox:checked ~ .menu-btn .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #A0A0A0;
}
#header #hdr-navi .chkbox:checked ~ .menu-btn .menu-text {
  color: #A0A0A0;
}
#header #hdr-navi ul.hdr-navi-menu {
  display: block;
  position: fixed;
  top: 0;
  left: -100vw;
  padding-top: 72px;
  z-index: 1000;
  width: 300px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 8px 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 8px 0 8px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 8px 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 8px 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header #hdr-navi ul.hdr-navi-menu a, #header #hdr-navi ul.hdr-navi-menu p, #header #hdr-navi ul.hdr-navi-menu label {
  display: block;
  width: 100%;
  height: 100%;
  padding: .6em 0;
  font-size: 1.24rem;
  color: #3e3e3e;
}
#header #hdr-navi ul.hdr-navi-menu > li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #3e3e3e;
  margin: 0 20px;
}
#header #hdr-navi ul.hdr-navi-menu > li:first-child {
  border-top: 1px solid #3e3e3e;
}
#header #hdr-navi ul.hdr-navi-menu > li .submenu-btn {
  display: block;
  position: absolute;
  right: .5em;
  top: 6px;
  width: 23px;
  height: 23px;
  padding: 3px;
  font-size: 1.24rem;
  text-align: center;
  border: 1px solid #3e3e3e;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header #hdr-navi ul.hdr-navi-menu > li ul.hdr-navi-submenu {
  display: none;
}
#header #hdr-navi ul.hdr-navi-menu > li ul.hdr-navi-submenu li {
  border: none;
  overflow: hidden;
}
#header #hdr-navi ul.hdr-navi-menu > li ul.hdr-navi-submenu li a, #header #hdr-navi ul.hdr-navi-menu > li ul.hdr-navi-submenu li p {
  padding-left: 1em;
}
#header #hdr-navi ul.hdr-navi-menu #hnav-close label {
  text-align: right;
  padding-right: .5em;
}
#header #hdr-navi ul.hdr-navi-menu #hnav-close label:after {
  content: '✕';
  font-size: 1.24rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-bottom: 1px;
  margin-left: 5px;
  text-align: center;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#header #hdr-navi .chkbox:checked ~ ul.hdr-navi-menu {
  -webkit-transform: translateX(100vw);
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  transform: translateX(100vw);
}
#header #hdr-navi .chkbox:checked ~ ul.hdr-navi-submenu {
  display: block;
}
#header #hdr-navi .chkbox:checked ~ .submenu-btn {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #afafaf;
  border-color: #afafaf;
  color: #ffffff;
}
#header #hdr-sns a {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 14px;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#header #hdr-sns .sns-facebook a {
  right: 8px;
  background: url("../img/facebook.svg") no-repeat;
  background-size: contain;
}
#header #hdr-sns .sns-instagram a {
  right: 40px;
  background: url("../img/instagram.svg") no-repeat;
  background-size: contain;
}

/*--------------------------
 * footer
 *--------------------------*/
#footer {
  background: #CEE39F url("../img/footer-fig.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 31.25vw;
}
#footer > section {
  width: 100vw;
  margin: 0 auto;
  padding: 20px 0;
}
#footer #ftr-main {
  padding: 20px 0;
  overflow: hidden;
}
#footer #ftr-main > .inner {
  width: 300px;
  margin: 0 auto;
}
#footer #ftr-main h1 {
  color: #009040;
  font-size: 1.85rem;
  letter-spacing: .1em;
}
#footer #ftr-main h1 span {
  color: #3f3f3f;
  font-size: .8em;
  padding-right: .1em;
}
#footer #ftr-main nav > ul {
  margin: 1em auto;
  border-left: #ffffff 1px solid;
}
#footer #ftr-main nav > ul li, #footer #ftr-main nav > ul a {
  font-size: 1rem;
}
#footer #ftr-main nav > ul li {
  padding-left: 1em;
  line-height: 2.5em;
}
#footer #ftr-main nav > ul li:last-child {
  margin-bottom: .2em;
}
#footer #ftr-main nav > ul li > ul li {
  line-height: 1.8em;
}
#footer #ftr-sub > .inner {
  width: 90vw;
  margin: 0 auto;
}
#footer #ftr-sub p {
  line-height: 1.8em;
}
#footer #ftr-sub #ftr-seller {
  border-top: 1px solid #009040;
  padding: 6px 0;
  margin-top: 6px;
}
#footer #ftr-sub #ftr-seller p {
  font-size: 1rem;
}
#footer #ftr-sub #ftr-seller p:nth-child(2), #footer #ftr-sub #ftr-seller p:nth-child(3) {
  display: inline-block;
  margin-right: .5em;
}

/*--------------------------
 *
 *--------------------------*/
nav.scrollTop {
  position: fixed;
  z-index: 100;
  right: 10%;
  bottom: 10px;
  padding: 2px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border: solid 1px #eae3c6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
nav.scrollTop:hover {
  opacity: 1 !important;
}
nav.scrollTop a {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 32px;
  height: 28px;
  margin: auto;
  line-height: 40px;
}
nav.scrollTop a:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  padding-top: 4px;
  margin: auto;
  border-style: solid;
  border-width: 0 12px 20px 12px;
  border-color: transparent transparent #eae3c6 transparent;
}

.nav_scroll {
  display: block;
  position: absolute;
  margin: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(192, 192, 192, 0.75);
  animation: go_off 1s ease 2s 1 forwards;
}

.nav_scroll::before {
  position: absolute;
  margin: auto;
  top: -46px;
  left: 0;
  right: 0;
  display: block;
  content: ' ';
  width: 30px;
  height: 30px;
  border: solid rgba(192, 192, 192, 0.75);
  border-width: 6px 6px 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  /*    margin: 5px 0 0 8px; */
  animation: move_arrow 1s ease 2s 1 forwards;
}

@-webkit-keyframes move_arrow {
  0% {
    top: -46px;
  }
  100% {
    top: 0;
    border-color: rgba(192, 192, 192, 0.25);
  }
}
@-moz-keyframes move_arrow {
  0% {
    top: -46px;
  }
  100% {
    top: 0;
    border-color: rgba(192, 192, 192, 0.25);
  }
}
@keyframes move_arrow {
  0% {
    top: -46px;
  }
  100% {
    top: 0;
    border-color: rgba(192, 192, 192, 0.25);
  }
}
@-webkit-keyframes go_off {
  0% {
    display: block;
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes go_off {
  0% {
    display: block;
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@keyframes go_off {
  0% {
    display: block;
  }
  100% {
    color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes extends_height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@-moz-keyframes extends_height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
@keyframes extends_height {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
/*--------------------------
 * common
 *--------------------------*/
p, a, li, dt, dd, th, td, figcaption, label, input, textarea, select {
  font-size: 1rem;
}

ul {
  list-style: none;
}
ul li {
  padding: 0;
  text-indent: 0;
}

.container > h1,
.container > .inner > h1 {
  padding-top: 52px;
  color: #009040;
  font-size: 1.85rem;
  text-align: center;
}

p.descrip {
  width: 100%;
  margin: 20px auto 40px;
}

.access-map {
  width: 100%;
  height: 400px;
  background: url("../img/access-map.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.access-map iframe {
  width: 100%;
  height: 400px;
}
.access-map a {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  padding: 10px;
  background-color: #fff;
}

ul.comment li,
ul.example li {
  text-indent: -1.2em;
  line-height: 1.5em;
  padding-left: 1.2em;
}

ul.comment li:before {
  content: '※';
}

ul.example li:before {
  content: '◎';
}

.emp {
  font-weight: bold;
  text-decoration: underline;
}

#facilities .page-container section[id$="-top"] h1,
#scheme .page-container section[id$="-top"] h1,
#townplanning .page-container section[id$="-top"] h1,
#makeagarden .page-container section[id$="-top"] h1,
#privacypolicy .page-container section[id$="-top"] h1,
#inquiry .page-container section[id$="-top"] h1 {
  border-bottom: #eae3c6 2px solid;
  padding-bottom: .2em;
  margin-bottom: 1em;
}
#facilities .page-container h2,
#scheme .page-container h2,
#townplanning .page-container h2,
#makeagarden .page-container h2,
#privacypolicy .page-container h2,
#inquiry .page-container h2 {
  color: #009040;
  font-size: 1.39rem;
  margin: 1em 0;
}

/*
article#overview,
article#facilities,
article#advantage,
article#scheme,
article#townplanning,
article#makeagarden,
article#privacypolicy {
	display: none;
}
*/
/*----------------*
 *	index.html
 *----------------*/
#index .page-container {
  padding-top: 0;
}
#index #idx-top {
  width: 100%;
  height: 100vh;
}
#index #idx-top h1 {
  padding: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  height: 70%;
}
#index #idx-top h1 img {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}
#index #idx-top .menu_locallink {
  z-index: 100;
}
#index #idx-top #idx-show {
  position: relative;
  width: 100%;
  height: 100vh;
}
#index #idx-top #idx-show div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
#index #idx-top #idx-show div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}
#index #idx-outline {
  margin: 20px 0;
  padding-top: 20px;
}

}
#index #idx-outline p {
  margin: 10px 0;
}
#index #idx-outline #idx-ol-headline {
  color: #D01026;
  font-size: 5.6vw;
  line-height: 1.8em;
}
#index #idx-outline #idx-ol-descrip {
  font-size: 3.5vw;
  line-height: 2em;
}
#index #idx-outline nav ul {
  text-align: right;
}
#index #idx-outline nav ul li {
  display: inline-block;
}
#index #idx-outline nav ul li a {
  display: block;
  width: 80px;
  font-size: 0.77rem;
  padding: .2em;
  margin: 6px;
  text-align: center;
  color: #009040;
  border: #009040 solid 1px;
}
#index section[id^="idx-feature"] {
  background: #f4f2e9;
  margin-top: 10px;
}
#index section[id^="idx-feature"] > .inner {
  padding-top: 50vw;
}
#index section[id^="idx-feature"] h1 {
  margin: 40px 0 20px;
}
#index section[id^="idx-feature"] .idx-feature-fig {
  position: absolute;
  top: 0;
  left: -5vw;
}
#index section[id^="idx-feature"] .submenu-btn {
  display: block;
  margin: 0 auto;
  width: 43px;
  height: 43px;
  padding: 0px;
  font-size: 3.08rem;
  text-align: center;
  color: #636363;
  border: 1px solid #636363;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#index section[id^="idx-feature"] .idx-feature-more {
  display: none;
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}
#index section[id^="idx-feature"] .idx-feature-more section {
  width: 80vw;
  margin: 40px auto;
}
#index section[id^="idx-feature"] .idx-feature-more section h2 {
  color: #009040;
  font-size: 1.31rem;
}
#index section[id^="idx-feature"] .idx-feature-more section h2, #index section[id^="idx-feature"] .idx-feature-more section figure, #index section[id^="idx-feature"] .idx-feature-more section p {
  margin: 10px 0;
}
#index section[id^="idx-feature"] .chkbox:checked ~ .idx-feature-more {
  display: block;
}
#index section[id^="idx-feature"] .chkbox:checked ~ .submenu-btn {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #B2B2B2;
  border-color: #B2B2B2;
  color: #ffffff;
}
#index #idx-feature01 .idx-feature-fig {
  background: url("../img/idx-feature01.jpg") no-repeat;
  width: 100vw;
  height: 65vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background-position-x: 90%;
}
#index #idx-feature01 .idx-feature-more section:first-child figure {
  background: url("../img/idx-feature01-s01.jpg") no-repeat;
  width: 80vw;
  height: 45.71429vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature01 .idx-feature-more section:last-child figure {
  background: url("../img/idx-feature01-s02.jpg") no-repeat;
  width: 80vw;
  height: 45.71429vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature02 .idx-feature-fig {
  background: url("../img/idx-feature02.jpg") no-repeat;
  width: 100vw;
  height: 65vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background-position-x: 22%;
}
#index #idx-feature02 .idx-feature-more section:first-child figure {
  background: url("../img/idx-feature02-s01.jpg") no-repeat;
  width: 80vw;
  height: 45.71429vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature02 .idx-feature-more section:last-child figure {
  background: url("../img/idx-feature02-s02.jpg") no-repeat;
  width: 80vw;
  height: 80vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature03 .idx-feature-fig {
  background: url("../img/idx-feature03.jpg") no-repeat;
  width: 100vw;
  height: 65vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background-position-x: 20%;
}
#index #idx-feature03 .idx-feature-more section:first-child figure {
  background: url("../img/idx-feature03-s01.jpg") no-repeat;
  width: 80vw;
  height: 45.71429vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature03 .idx-feature-more section:last-child figure {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../img/idx-feature03-s02.svg") no-repeat;
  background-size: contain;
  width: 80vw;
  height: 45.71429vw;
}
#index #idx-feature04 .idx-feature-fig {
  background: url("../img/idx-feature04.jpg") no-repeat;
  width: 100vw;
  height: 65vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background-position-x: 60%;
}
#index #idx-feature04 .idx-feature-more section:first-child figure {
  background: url("../img/idx-feature04-s01.jpg") no-repeat;
  width: 80vw;
  height: 60.95238vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-feature04 .idx-feature-more section:last-child figure {
  background: url("../img/idx-feature04-s02.jpg") no-repeat;
  width: 80vw;
  height: 45.71429vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-access:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f4f2e9 transparent transparent transparent;
}
#index #idx-access h1 {
  padding-top: 80vw;
}
#index #idx-access p {
  text-align: center;
  line-height: 1.8em;
  margin: 20px 0 30px;
}
#index #idx-access #idx-acc-attention {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90vw;
  padding: 10px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #21ab38;
  color: #fefefe;
  text-align: center;
}
#index #idx-access #idx-acc-attention figcaption {
  font-size: 6.5vw;
  margin-bottom: 10px;
}
#index #idx-access #idx-acc-attention figcaption:before, #index #idx-access #idx-acc-attention figcaption:after {
  content: '｜';
  font-size: 1.5em;
  display: inline-block;
}
#index #idx-access #idx-acc-attention figcaption:before {
  -webkit-transform: rotate(-30deg) translateY(10px);
  -moz-transform: rotate(-30deg) translateY(10px);
  -ms-transform: rotate(-30deg) translateY(10px);
  -o-transform: rotate(-30deg) translateY(10px);
  transform: rotate(-30deg) translateY(10px);
}
#index #idx-access #idx-acc-attention figcaption:after {
  -webkit-transform: rotate(30deg) translateY(10px);
  -moz-transform: rotate(30deg) translateY(10px);
  -ms-transform: rotate(30deg) translateY(10px);
  -o-transform: rotate(30deg) translateY(10px);
  transform: rotate(30deg) translateY(10px);
}
#index #idx-access #idx-acc-attention p {
  margin: 0;
  font-size: 5vw;
  line-height: 1.4em;
}
#index #idx-access #idx-acc-attention p a:link, #index #idx-access #idx-acc-attention p a:hover, #index #idx-access #idx-acc-attention p a:visited {
  color: #fefefe;
}
#index #idx-explain {
  background: #f4f2e9;
}
#index #idx-explain article {
  background: #fefefe;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: 50px auto;
}
#index #idx-explain article div, #index #idx-explain article figure {
  width: 90vw;
  min-height: 41.25vw;
}
#index #idx-explain article div {
  padding: 15px;
}
#index #idx-explain article div h1 {
  color: #009040;
  font-size: 1.54rem;
  margin-bottom: .5em;
}
#index #idx-explain article:nth-child(1) figure {
  background: url("../img/idx-explain01.jpg") no-repeat;
  width: 90vw;
  height: 41.25vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-explain article:nth-child(2) figure {
  background: url("../img/idx-explain02.jpg") no-repeat;
  width: 90vw;
  height: 41.25vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-explain article:nth-child(3) figure {
  background: url("../img/idx-explain03.jpg") no-repeat;
  width: 90vw;
  height: 41.25vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}
#index #idx-explain article:nth-child(4) figure {
  background: url("../img/idx-explain04.jpg") no-repeat;
  width: 90vw;
  height: 41.25vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
}

#overview #ovw-top h1 {
  background: url("../img/ovw-top.jpg") no-repeat;
  width: 90vw;
  height: 41.25vw;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 40px;
}
#overview #ovw-top .pointup {
  color: #009040;
  font-size: 5vw;
  line-height: 1.8em;
  text-align: center;
}
#overview #ovw-plotguide {
  background: #f4f2e9;
}
#overview #ovw-plotguide #ovw-map {
  width: 100vw;
  height: 100vw;
  margin-left: -5vw;
  background: url("../img/ovw-plotmap.jpg") no-repeat;
  background-size: contain;
}
#overview #ovw-plotguide #ovw-map nav {
  position: relative;
  z-index: 100;
}
#overview #ovw-plotguide #ovw-map a[class^="ovw-plot"] {
  position: absolute;
  z-index: 100;
  background: url("../img/indicator.png") no-repeat;
  width: 20px;
  height: 26px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background-position: left;
}
#overview #ovw-plotguide #ovw-map a[class^="ovw-plot"]:hover, #overview #ovw-plotguide #ovw-map a[class^="ovw-plot"].sel {
  background-position: right;
}
#overview #ovw-plotguide #ovw-map .ovw-plot10 {
  top: 55.0vw;
  left: 40.0vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot13 {
  top: 38.0vw;
  left: 71.2vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot15 {
  top: 26.0vw;
  left: 85.2vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot17 {
  top: 27.5vw;
  left: 54.0vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot21 {
  top: 7.0vw;
  left: 74.0vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot24 {
  top: 7.0vw;
  left: 38.0vw;
}
#overview #ovw-plotguide #ovw-map .ovw-plot26 {
  top: 6.0vw;
  left: 15.0vw;
}
#overview #ovw-plotguide #ovw-plots {
  position: relative;
}
#overview #ovw-plotguide #ovw-plots article {
  margin: 3em 0;
}
#overview #ovw-plotguide #ovw-plots article h2, #overview #ovw-plotguide #ovw-plots article figure {
  background-color: #3a3a3a;
}
#overview #ovw-plotguide #ovw-plots article h2, #overview #ovw-plotguide #ovw-plots article figcaption, #overview #ovw-plotguide #ovw-plots article p {
  text-align: center;
  padding: .5em 0;
}
#overview #ovw-plotguide #ovw-plots article h2 {
  font-size: 1.24rem;
  color: #e5e5e5;
}
#overview #ovw-plotguide #ovw-plots article figcaption {
  color: #c8c8c8;
}
#overview #ovw-plotguide #ovw-plots .ovw-panorama {
  width: 90vw;
}
#overview #ovw-plotguide #ovw-plots .ovw-panorama figure {
  position: relative;
}
#overview #ovw-plotguide #ovw-plots .ovw-panorama figure div[class^="ovw-plot"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 90vw;
  height: 160px;
  display: none;
  z-index: auto;
}
#overview #ovw-plotguide #ovw-plots .ovw-panorama figure div:first-child {
  display: block;
  z-index: 1;
}
#overview #ovw-plotguide #ovw-plots .ovw-panorama figure figcaption {
  padding-top: 170px;
}
#overview #ovw-plotguide #ovw-plots .ovw-drone {
  width: 90vw;
}
#overview #ovw-plotguide #ovw-plots .ovw-drone video {
  width: 90vw;
}
#overview #ovw-plotguide #ovw-plots .ovw-pictures img {
  width: 90vw;
  height: auto;
  margin-bottom: 15px;
}
#overview #ovw-access {
  padding: 40px 0;
}
#overview #ovw-access h2 {
  color: #009040;
  font-size: 1.24rem;
  text-align: center;
}
#overview #ovw-access p {
  text-align: center;
  margin: 20px 0  30px;
}

#facilities #fac-content {
  background: #f4f2e9;
  margin-top: 10px;
}
#facilities #fac-content > .inner {
  overflow: hidden;
}
#facilities article ul {
  border-top: #eae3c6 1px solid;
  margin: 1em 0 5em;
}
#facilities article ul li {
  width: 100%;
  border-bottom: #eae3c6 1px solid;
  padding: .6em 0;
  margin-bottom: .5em;
  clear: right;
  overflow: hidden;
}
#facilities article ul li span, #facilities article ul li img {
  float: right;
}
#facilities article ul li figure {
  padding: 10px 0;
}
#facilities article ul li figure img {
  width: 60vw;
  height: auto;
}

#scheme figure {
  text-align: center;
}
#scheme figure img {
  width: 100%;
  height: auto;
}
#scheme #scm-top section {
  margin-top: 4em;
}
#scheme #scm-top section p {
  line-height: 1.5em;
}
#scheme #scm-top #scm-modeloutline {
  border: solid #00693e;
  border-width: 1px 0 2px;
  background-color: #eaefda;
  margin: 1em auto;
}
#scheme #scm-top #scm-modeloutline dt, #scheme #scm-top #scm-modeloutline dd {
  box-sizing: border-box;
  border-top: solid #00693e 1px;
  padding: 10px 5px 5px 10px;
}
#scheme #scm-top #scm-modeloutline dt {
  float: left;
  width: 30%;
  text-align: center;
  font-weight: bold;
}
#scheme #scm-top #scm-modeloutline dd {
  margin: 0 0 0 30%;
  background-color: #fff;
  padding-left: 15px;
}
#scheme #scm-top #scm-modeloutline dd:after {
  content: '';
  display: block;
  clear: left;
}
#scheme #scm-top #scm-blocklist {
  border-collapse: collapse;
  border-bottom: 2px solid #00693E;
  border-top: 2px solid #00693E;
  width: 100%;
  margin: 1em auto;
}
#scheme #scm-top #scm-blocklist tr {
  border-bottom: 1px solid #00693E;
  padding: 10px 15px;
  text-align: center;
}
#scheme #scm-top #scm-blocklist tr.scm-soldout {
  background: #efefef;
}
#scheme #scm-top #scm-blocklist tr.scm-soldout > th {
  background: #dbe0cd;
}
#scheme #scm-top #scm-blocklist tr.scm-soldout .scm-cost {
  color: #f00;
}
#scheme #scm-top #scm-blocklist tr th {
  background: #eaefda;
}
#scheme #scm-top #scm-blocklist tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #00693E;
}
#scheme #scm-top #scm-blocklist tr td:last-child {
  border-bottom: none;
}
#scheme #scm-top ul.comment li {
  font-size: 1.08rem;
}

#townplanning #tpl-top #tpl-townplanning figure {
  margin: 20px 0;
}
#townplanning #tpl-top #tpl-townplanning figure img {
  width: 100%;
}
#townplanning #tpl-top #tpl-townplanning figure figcaption {
  color: #009040;
}
#townplanning #tpl-top #tpl-houseplanning h3 {
  color: #009040;
  font-size: 1rem;
}
#townplanning #tpl-top #tpl-houseplanning ul {
  margin: 2em 0 3em;
}
#townplanning #tpl-top #tpl-houseplanning ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2.5em;
}
#townplanning #tpl-top #tpl-houseplanning ul li:before {
  content: '□';
}
#townplanning #tpl-top #tpl-figures figure {
  padding-top: 40px;
  text-align: center;
}
#townplanning #tpl-top #tpl-figures figure img {
  width: 100%;
  height: auto;
}
#townplanning #tpl-top #tpl-figures figure.tpl-fig-model img {
  width: 65vw;
}

#makeagarden #mag-profile {
  background: #f4f2e9;
}
#makeagarden #mag-profile > .inner {
  overflow: visible;
}
#makeagarden #mag-profile h2 {
  font-size: 1rem;
}
#makeagarden #mag-profile p {
  margin-bottom: 1.5em;
}
#makeagarden #mag-profile #mag-delegate {
  width: 90vw;
  height: 84.6vw;
  overflow: hidden;
}
#makeagarden #mag-profile img {
  width: 90vw;
  height: auto;
  margin-bottom: 20px;
}
#makeagarden #mag-access {
  padding: 40px 0;
}
#makeagarden #mag-access p {
  text-align: center;
  margin: 20px 0  30px;
}

#inquiry #inq-top h2 {
  text-align: center;
  font-size: 1.16rem;
}
#inquiry #inq-top p {
  text-align: center;
  margin: 1em 0;
  line-height: 1.5em;
}
#inquiry #inq-top p.exp {
  margin-top: 2em;
}
#inquiry #inq-mailform {
  background: #f4f2e9;
}
#inquiry #inq-mailform h2 {
  text-align: center;
}
#inquiry #inq-mailform #inq-main {
  width: 100%;
  margin: 0 auto;
}
#inquiry #inq-mailform #inq-main #inq-form dt {
  width: 100%;
  padding-top: 1.6em;
}
#inquiry #inq-mailform #inq-main #inq-form dd {
  width: 100%;
}
#inquiry #inq-mailform #inq-main #inq-form input, #inquiry #inq-mailform #inq-main #inq-form textarea, #inquiry #inq-mailform #inq-main #inq-form select {
  border: 1px solid #eae3c6;
}
#inquiry #inq-mailform #inq-main #inq-form .inq_checkbox, #inquiry #inq-mailform #inq-main #inq-form .inq_radiobutton {
  padding-top: .4em;
}
#inquiry #inq-mailform #inq-main #inq-form textarea {
  resize: vertical;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_zip {
  width: 100px;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_name, #inquiry #inq-mailform #inq-main #inq-form #inq_kana {
  width: 100%;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_email, #inquiry #inq-mailform #inq-main #inq-form #inq_phone {
  width: 100%;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_address, #inquiry #inq-mailform #inq-main #inq-form #inq_subject, #inquiry #inq-mailform #inq-main #inq-form #inq_message {
  width: 100%;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_address {
  height: 4em;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_nchild {
  width: 50px;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_message {
  height: 12em;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_submit {
  margin-top: 25px;
  text-align: center;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_submit > input {
  border: double 2px #7f7f7f;
  color: #3c3c3c;
  background-color: #dcdcdc;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 1.16rem;
  padding: 4px 2em;
  cursor: pointer;
  letter-spacing: 2em;
  text-indent: 2em;
}
#inquiry #inq-mailform #inq-main #inq-form #inq_submit > input:hover {
  background-color: #888888;
  color: #fefefe;
}
#inquiry #inq-mailform #inq-main #ct_status {
  display: none;
  position: relative;
  border: 1px #ccc solid;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 10px;
  height: 32px;
  overflow: hidden;
}
#inquiry #inq-mailform #inq-main #ct_status #ct_close {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 16px;
  background-color: #666;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 1px #777 inset;
  -moz-box-shadow: 1px 1px 1px #777 inset;
  -ms-box-shadow: 1px 1px 1px #777 inset;
  -o-box-shadow: 1px 1px 1px #777 inset;
  box-shadow: 1px 1px 1px #777 inset;
  color: #ddd;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-shadow: -1px -1px 0 #444;
}
#inquiry #inq-mailform #inq-main #ct_status #dmyframe {
  margin-left: 24px;
  width: calc($inq_base_width - 24px);
  height: 32px;
}

#privacypolicy #ppc-content {
  background: #f4f2e9;
}
#privacypolicy #ppc-content .inner {
  overflow: hidden;
}
#privacypolicy #ppc-content .inner article {
  margin-bottom: 30px;
}
#privacypolicy #ppc-content .inner article h2 {
  font-size: 1.16rem;
}

#advantage .page-container {
  min-height: 0;
}
#advantage #adv-slide {
  margin-top: 0;
}
#advantage #adv-slide .swiper-pagination-bullet-active {
  background-color: #009040;
}

:root {
  --swiper-navigation-color: #ddd;
  --swiper-pagination-color: #009040;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
