/* ----------------------------------
   CSS reset
---------------------------------- */
*:where(:not(html,iframe,canvas,img,svg,video):not(svg*,symbol*)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}
a,button{cursor:revert}
p{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal}
dl,dt,dd{margin:0}
ol,ul,menu{margin:0;padding:0;list-style:none}
img{width:100%;vertical-align:bottom}
figure{margin:0}
table{border-collapse:collapse}
input,textarea{-webkit-user-select:auto}
textarea{white-space:revert}
meter{-webkit-appearance:revert;appearance:revert}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable="false"])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable="true"]){-webkit-user-drag:element}




/* ----------------------------------
   Base CSS
---------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
  font-size: 13px;
  font-size: clamp(10px, 3.75vw, 16px);
}
body {
  margin: 0;
  padding: 0;
  line-height: 2;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.-mincho {
  font-family: 'YuMin_36pKn-Medium', 'Noto Serif JP', serif;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a, a::before, a::after {
  opacity: 1;
  transition-duration: .3s;
}
a:hover, a:hover::before, a:hover::after {
  opacity: .7;
}

.-sp {
  display: block !important;
}
.-pc {
  display: none !important;
}

#wrapper {
  position: relative;
}
.content {
  padding: 0 5%;
}


@media screen and (min-width: 520px) {
  .content {
    padding: 0 12%;
  }
}


@media screen and (min-width: 960px) {
  .-sp {
    display: none !important;
  }
  .-pc {
    display: block !important;
  }
  .content {
    max-width: calc( 1400px + 4%*2 ) ;
    margin: 0 auto;
    padding: 0 4%;
  }
}





/* ----------------------------------
   Global Header
---------------------------------- */
#global-header {
  width: 100%;
  height: 60px;
  padding: 8px 0;
  color: #fff;
  position: fixed;
  z-index: 9999;
  transition-duration: .5s;
}
#global-header.bg-bk {
  background: #000;
}
#global-header .content {
  padding: 0 5%;
  position: relative;
}
#global-header .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
}
#global-header .flexitem.-L {
}
#global-header .logo.-shichirakuen {
  display: none;
  width: 60px;
  transition-duration: .5s;
}
#global-header .logo.-shichirakuen.-active {
  display: block;
}
#global-header .flexitem.-R {
  display: flex;
  align-items: center;
}
#global-header .flexitem.-R .subnav {
  display: none;
  transition-duration: .5s;
}
#global-header .flexitem.-R .sns-list {
  display: none;
  transition-duration: .5s;
}
#global-header .flexitem.-R .sns-list.-active {
  display: flex;
  align-items: center;
}
#global-header .flexitem.-R .sns-list.-active li {
  line-height: 1;
}
#global-header .flexitem.-R .sns-list.-active li + li {
  margin-left: 1.5em;
}
#global-header .flexitem.-R .sns-list.-active li a {
  display: block;
}
#global-header .flexitem.-R .sns-list.-active li.instagram a img {
  width: 25px;
  height: 25px;
}
#global-header .flexitem.-R .sns-list.-active li.facebook a img {
  width: 25px;
  height: 25px;
}
#global-header .flexitem.-R .sns-list.-active li.line a img {
  width: 96px;
  height: 30px;
}
#global-header .hamburger {
}
#hamburger .-menu {
  display: none;
  width: 100%;
  background: rgba(0,0,0,.8);
  position: absolute;
  top: 50px;
  right: 0;
}
#hamburger .-menu.-active {
  display: block;
}
#hamburger .-menu .flexbox {
  display: block;
  margin-right: 0;
}
#hamburger .-menu .links {
}
#hamburger .-menu .links ul {
  display: flex;
  justify-content: space-between;
}
#hamburger .-menu .links ul li {
  width: 49.5%;
}
#hamburger .-menu .links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 1em 10%;
  background: #fff;
}
#hamburger .-menu .links ul li a img {
  max-width: 134px;
}
#hamburger .-menu nav {
}
#hamburger .-menu nav ul {
  padding: 2em 15%;
}
#hamburger .-menu nav ul li {
}
#hamburger .-menu nav ul li + li {
  margin-top: 1em;
}
#hamburger .-menu nav ul li a {
  font-size: 1.2rem;
}
#hamburger .-btn {
  width: 28px;
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 9999;
}
#hamburger .-btn span {
  display: block;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .5s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
}
#hamburger .-btn span:nth-child(1) {
  width: 100%;
}
#hamburger .-btn span:nth-child(2) {
  width: 60%;
  margin: 8px 0;
}
#hamburger .-btn span:nth-child(3) {
  width: 80%;
}
#hamburger .-btn.-active {
  transform: translateX(0);
}
#hamburger .-btn.-active span {
  right: 5px;
}
#hamburger .-btn.-active span:nth-child(1) {
  width: 120%;
  top: 7px;
  transform: rotate(45deg);
}
#hamburger .-btn.-active span:nth-child(2) {
  width: 120%;
  opacity: 0;
}
#hamburger .-btn.-active span:nth-child(3) {
  width: 120%;
  top: -11px;
  transform: rotate(-45deg);
}


@media screen and (min-width: 520px) {
}


@media screen and (min-width: 960px) {
  #global-header {
    height: 90px;
    padding: 15px 0;
  }
  #global-header .flexbox {
    margin-right: 8%;
  }
  #global-header .logo.-shichirakuen {
    width: 80px;
  }
  #global-header .flexitem.-R .subnav.-active {
    display: block;
    margin-right: 40px;
  }
  #global-header .flexitem.-R .subnav ul {
    display: flex;
  }
  #global-header .flexitem.-R .subnav ul li {
    line-height: 1.2;
  }
  #global-header .flexitem.-R .subnav ul li + li {
    margin-left: 2em;
    padding-left: 2em;
    border-left: 1px solid #636363;
  }
  #global-header .flexitem.-R .subnav ul li a {
  }
  #hamburger .-menu {
      width: auto;
      min-width: 700px;
      padding: 2em 2.5% 2em 5%;
      background: rgba(12,25,24,.9);
      top: 75px;
  }
  #hamburger .-menu .flexbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #hamburger .-menu .links ul {
    display: block;
  }
  #hamburger .-menu .links ul li {
    width: 100%;
  }
  #hamburger .-menu .links ul li + li {
    margin-top: 30px;
  }
  #hamburger .-menu .links ul li a {
    width: 300px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
  }
  #hamburger .-menu .links ul li a img {
    max-width: 100%;
  }
  #hamburger .-menu nav ul {
    padding: 0;
  }
  #hamburger .-btn {
    box-sizing: content-box;
    width: 40px;
    height: 40px;
    padding: 23px;
    top: -15px;
    right: 0;
  }
  #hamburger .-btn span {
    height: 2px;
  }
  #hamburger .-btn span:nth-child(1) {
  }
  #hamburger .-btn span:nth-child(2) {
    margin: 12px 0;
  }
  #hamburger .-btn span:nth-child(3) {
  }
  #hamburger .-btn.-active {
    background: #0c1918;
  }
  #hamburger .-btn.-active span:nth-child(1) {
    top: 14px;
  }
  #hamburger .-btn.-active span:nth-child(2) {
  }
  #hamburger .-btn.-active span:nth-child(3) {
    top: -14px;
  }
}





/* ----------------------------------
   Global Footer
---------------------------------- */
#global-footer {
  padding: 30px 0;
  background: #222;
  color: #fff;
  position: relative;
}
#global-footer .logo.-shichirakuen {
  max-width: 187px;
  margin: 0 auto;
}
#global-footer .copy {
  margin-top: 30px;
  font-size: .8rem;
  text-align: center;
}

#global-footer nav {
  display: none;
  max-width: 500px;
  margin: 50px auto 100px;
  padding: 0 3%;
}
#global-footer nav ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#global-footer nav ul li {
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#global-footer nav ul li a {
}

#global-footer .sns-list {
  margin-top: 30px;
}
#global-footer .sns-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .sns-list ul li {
  line-height: 1;
}
#global-footer .sns-list ul li + li {
  margin-left: 2em;
}
#global-footer .sns-list ul li a {
  display: block;
}
#global-footer .sns-list ul li.instagram a img {
  width: 25px;
  height: 25px;
}
#global-footer .sns-list ul li.facebook a img {
  width: 25px;
  height: 25px;
}
#global-footer .sns-list ul li.line a img {
  width: 96px;
  height: 30px;
}


@media screen and (min-width: 520px) {
}


@media screen and (min-width: 960px) {
  #global-footer nav {
    display: block;
  }
  #global-footer nav ul {
    display: flex;
  }
  #global-footer nav ul li {
  }

  #global-footer .sns-list {
    position: absolute;
    right: 5%;
    bottom: 34px;
  }
  #global-footer .sns-list ul li + li {
    margin-left: 1.5em;
  }
}





/* ----------------------------------
   Main Contents
---------------------------------- */
main {
  display: block;
}

/**  intro  **/
#intro {
  padding: 50px 0 40px;
  background-color: #1a2322;
  background-image: url(/assets/img/kv-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
#intro .logo.-shichirakuen {
  width: 100px;
  margin: 0 auto;
}
#intro .logo.-shichirakuen h1 {
}
#intro .logo.-shichirakuen h1 a {
  display: block;
}
#intro nav {
  margin: 50px 0 0;
  padding: 0 3%;
}
#intro nav ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#intro nav ul li {
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#intro nav ul li a {
}

/* instagram */
#instagram .instagram{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.instagram__each img{
  object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
}

/**  七楽園とは  **/
#about {
  padding: 50px 0;
}
#about .flexbox {
  display: flex;
  justify-content: space-between;
}
#about .flexitem.-L {
  width: 80px;
  margin-right: 20px;
}
#about .flexitem.-R {
  width: calc( 100% - 80px );
}
#about h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#about .sns-list {
  margin: 40px 0 0;
}
#about .sns-list li {
  line-height: 1;
  text-align: center;
}
#about .sns-list li + li {
  margin-top: 30px;
}
#about .sns-list li a {
  display: block;
}
#about .sns-list li.instagram {
  display: block;
}
#about .sns-list li.instagram a img {
  width: 25px;
  height: 25px;
}
#about .sns-list li.facebook a img {
  width: 25px;
  height: 25px;
}
#about .sns-list li.line a img {
  width: 35px;
  height: 25px;
}

/**  コンセプト  **/
#concept {
  padding: 0 0 40px;
  background: #e9f3eb;
}
#concept .flexitem.-L {
}
#concept .flexitem.-L .flexbox {
  display: flex;
  justify-content: space-between;
}
#concept .flexitem.-L .flexbox h2 {
  padding: 90px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
#concept .flexitem.-L .flexbox h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #090204;
  position: absolute;
  top: 0;
  left: .9em;
}
#concept .flexitem.-L .flexbox .-mincho {
  margin: 50px 20px 0 0;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#concept .flexitem.-L .flexbox .-mincho p {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: .15em;
}
#concept .flexitem.-L .flexbox .-mincho p.sub {
  margin: 40px 20px 0 0;
  font-size: 2.1rem;
}
#concept .flexitem.-R {
  margin-top: 50px;
}
#concept .concept-list {
  margin-top: 50px;
}
#concept .concept-list dl {
}
#concept .concept-list dl + dl {
  margin-top: 50px;
}
#concept .concept-list dl dt {
  max-width: 230px;
  margin: 0 auto;
}
#concept .concept-list dl dd {
  margin: 10px 3% 10px 6%;
}
#concept .concept-list dl dd p {
}
#concept .concept-list dl dd p.-mincho {
  font-size: 1.8rem;
  text-align: center;
}
#concept .concept-list dl dd p + p {
  margin-top: 20px;
}
#concept .concept-list dl dd p + ul {
  margin-top: 20px;
}
#concept .concept-list dl dd p + ul li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

/**  お問い合わせフォーム  **/
.inquiry-form {
  padding: 20px 0;
  background: #222;
}
.inquiry-form a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 10%;
  border: 1px solid #fff;
  border-radius: 10px;
}

/**  施工例  **/
#construction {
  padding: 50px 0;
  background: #384b48;
  color: #fff;
}
#construction h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#construction figure {
  margin: 50px 5% 0;
}
#construction figure img {
}
#construction figure img + img {
  margin-top: 20px;
}
#construction figure + p {
  margin-top: 34px;
  text-align: center;
}
#construction figure + p span {
  display: inline-block;
}
#construction #blog-loading {
  margin-top: 34px;
}
#construction #blog-link {
  margin-top: 34px;
}
#construction #blog-link a {
  display: block;
  max-width: 340px;
  margin: 0 auto;
  padding: 1.5em 2em;
  border: 1px solid #fff;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  position: relative;
}
#construction #blog-link a::after {
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 0.5em );
  right: 8%;
}

/**  blog  **/
.blog{
  margin-top: 40px;
}
.blog__item{
  width: 280px;
  margin:0 10px;
}
.blog__item:first-of-type{
  margin-left: 20px;
}
.blog__link{
  width: 100%;
  display: block;
  position: relative;
}
.blog__link::before{
  content: "";
  display: block;
  padding-top: 68.6567164%;
}
.blog__thumbnail{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left: 0;
}
.blog__thumbnail::after{
  content: "";
  width: 100%;
  height: 60%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom:0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0% ,rgba(0,0,0,1) 100%);
}
.blog__thumbnail img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.blog__category{
  position: absolute;
  right: 20px;
  font-size: 10px;
  bottom: 12px;
}
.blog__title{
  width: 100%;
  padding: 0 35px;
  position: absolute;
  left: 0px;
  bottom: 35px;
  font-size: 15px;
}

.blog .swiper-pagination{
  position: relative;
  bottom: 0px;
  left:0;
  margin-top: 20px;
}


.blog .swiper-pagination .swiper-pagination-bullet-active{
  background: #fff;
}

.blog .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  margin:0 0.5em!important;
}

/**  造園、エクステリア、樹木の剪定・メンテナンス  **/
#landscaping {
}
#exterior {
}
#maintenance {
}
.common-layout .flexitem.-R {
  margin: 30px 5%;
}
.common-layout .flexitem.-R .flexbox {
  display: flex;
  justify-content: space-between;
}
.common-layout .flexitem.-R .flexbox h2 {
  width: 80px;
  margin-right: 20px;
}
.common-layout .flexitem.-R .flexbox h2 span {
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.common-layout .flexitem.-R .flexbox p {
  width: calc( 100% - 100px );
}
.common-layout .flexitem.-R .flexbox p img {
  margin-top: 1.5em;
}
.common-layout .common-layout-list {
  margin: 30px 0;
}
.common-layout .common-layout-list ul {
  border-top: 1px solid #111;
}
.common-layout .common-layout-list ul li {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #111;
}
.common-layout .common-layout-list ul li dl {
}
.common-layout .common-layout-list ul li dl dt {
  font-size: 1.4rem;
}
.common-layout .common-layout-list ul li dl dd {
  margin-top: 1em;
}
.common-layout .common-layout-list ul li dl dd.subhead {
  margin-top: 0;
}
.common-layout .common-layout-list ul li dl dd.subhead span {
  display: inline-block;
  padding: .3em 1em;
  border: 1px solid #111;
  border-radius: 4px;
  line-height: 1.5;
}
.common-layout .common-layout-list ul li figure {
  margin-top: 20px;
}
.common-layout .common-layout-list ul + p {
  margin-top: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5;
}

/**  LINEで相談  **/
#consultation {
  padding: 20px 0;
  background: #222;
}
#consultation a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 10%;
  background: #fff;
  border-radius: 10px;
}

/**  設計  **/
#design {
  padding: 60px 0 0;
}
#design h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#design h2 + p {
  margin: 30px 0;
  text-align: center;
}
#design h2 + p span {
  display: inline-block;
}
#design figure {
  margin-top: 60px;
}

/**  よくいただくご質問  **/
#faq {
  padding: 0 0 40px;
  background: #e9f3eb;
}
#faq .flexbox {
  display: flex;
  justify-content: space-between;
}
#faq .flexbox .flexitem.-L {
  width: 1em;
}
#faq .flexbox .flexitem.-R {
  width: calc( 100% - 2em );
}
#faq h2 {
  margin-left: -1em;
  padding: 90px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
#faq h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #090204;
  position: absolute;
  top: 0;
  left: .9em;
}
#faq .faq-list {
  margin-top: 30px;
}
#faq .faq-list .faq-category {
}
#faq .faq-list h3 {
  font-size: 1.4rem;
}
#faq .faq-list .faq-category + .faq-category {
  margin-top: 30px;
}
#faq .faq-list h3 {
  font-size: 1.4rem;
}
#faq .faq-list dl {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
}
#faq .faq-list dl + dl {
  margin-top: 20px;
}
#faq .faq-list dl dt {
  display: flex;
  justify-content: space-between;
  padding: 1em 2.5em;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}
#faq .faq-list dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 21px;
  background: url(/assets/img/common/icon_Q.svg) no-repeat;
  position: absolute;
  top: 1em;
  left: .8em;
}
#faq .faq-list dl dt span.q-txt {
  line-height: 1.4;
}
#faq .faq-list dl dt span.q-icon {
  position: absolute;
  top: 50%;
  right: .5em;
}
#faq .faq-list dl dt span.q-icon::before {
  content: "";
  display: block;
  width: 1em;
  height: 0;
  margin: auto;
  border-top: 1px solid #444;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#faq .faq-list dl dt span.q-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 1em;
  margin: auto;
  border-left: 1px solid #444;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  transition: .3s;
}
#faq .faq-list dl dt.-open span.q-icon::after {
  height: 0;
}
#faq .faq-list dl dd {
  display: none;
  padding: 1em;
  border-top: 1px solid #e9f3eb;
}
#faq .faq-list dl dt.is-active + .dd {
}
#faq .faq-list dl dd .flexbox {
  display: block;
}
#faq .faq-list dl dd .flexbox p {
  line-height: 1.8;
}
#faq .faq-list dl dd .flexbox figure {
}
#faq .faq-list dl dd figure {
  margin-top: 1em;
}
#faq .faq-list dl dd figure.column3 {
}
#faq .faq-list dl dd figure img {
}
#faq .faq-list dl dd figure img + img {
  margin-top: 1em;
}

/**  ご依頼の流れ  **/
#request {
  padding: 0 0 40px;
  background: #475f5b;
  color: #fff;
}
#request .flexbox {
  display: flex;
  justify-content: space-between;
}
#request .flexbox .flexitem.-L {
  width: 1em;
}
#request .flexbox .flexitem.-R {
  width: calc( 100% - 2em );
}
#request h2 {
  margin-left: -1em;
  padding: 90px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
}
#request h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 0;
  left: .9em;
}
#request .request-flow {
  margin-top: 40px;
}
#request .request-flow ol {
}
#request .request-flow ol > li {
}
#request .request-flow ol > li + li {
  margin-top: 50px;
}
#request .request-flow dl {
}
#request .request-flow dl dt {
  padding-left: 1.5em;
  font-size: 1.3rem;
  line-height: 1.4;
  position: relative;
}
#request .request-flow dl dt span {
  font-size: 1.7rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#request .request-flow dl dd {
  margin: 1em 0 0 2em;
  line-height: 1.8;
}
#request .request-flow dl dd a.link {
  display: block;
  padding: 20px 5%;
  border: 1px solid #fff;
  border-radius: 10px;
}
#request .request-flow dl dd.extra {
  padding: 1em 5%;
  border-radius: 5px;
  background: #384b48;
}
#request .request-flow dl dd.extra ul {
  margin-top: .6em;
}
#request .request-flow dl dd.extra ul li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
#request .request-flow dl dd.extra ul li + li {
  margin-top: .3em;
}

/**  事業所概要  **/
#office {
  padding: 50px 0;
  background: #e9f3eb;
}
#office h2 {
  font-size: 1.8rem;
  text-align: center;
}
#office .office-list {
  margin-top: 40px;
}
#office .office-list dl {
  display: flex;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #aeafae;
}
#office .office-list dl + dl {
  margin-top: 1.5em;
}
#office .office-list dl dt {
  width: 8em;
  padding: 0 1em;
  font-size: .9rem;
  font-weight: bold;
}
#office .office-list dl dd {
  width: calc( 100% - 6em );
  padding: 0 1em;
}
#office .office-list dl dd span {
  display: inline-block;
}
#office .office-list dl.contents {
  display: block;
}
#office .office-list dl.contents dd {
  display: flex;
  width: 100%;
  margin-top: 1em;
  flex-wrap: wrap;
}
#office .office-list dl.contents dd figure {
  width: 32%;
  margin-left: 2%;
}
#office .office-list dl.contents dd figure:nth-child(n+4) {
  margin-top: 1em;
}
#office .office-list dl.contents dd figure:nth-child(3n+1) {
  margin-left: 0;
}
#office .office-list dl.contents dd figure figcaption {
  margin-top: 1em;
  font-size: .875rem;
  line-height: 1.2;
  text-align: center;
}

#office .office-list + p {
  margin-top: 40px;
  font-size: 1.1rem;
  text-align: center;
}
#office .office-list + p span {
  display: inline-block;
}
#office .note {
  margin-top: 40px;
  text-align: center;
}
#office .note p {
  display: inline-block;
  padding-left: .7em;
  font-size: .8rem;
  text-align: left;
  text-indent: -.7em;
}
#office .note p br {
  display: none;
}


@media screen and (min-width: 520px) {
  /**  intro  **/
  #intro nav {
    padding: 0 8%;
  }

  /**  お問い合わせフォーム  **/
  .inquiry-form {
    padding: 34px 0;
  }

  /**  施工例  **/
  #construction figure {
    margin: 50px 15% 0;
  }

  /**  造園  **/
  .common-layout .flexitem.-R .flexbox {
    margin: 0 8%;
  }

  /**  LINEで相談  **/
  #consultation {
    padding: 34px 0;
  }

  /**  設計  **/
  #design h2 + p {
    margin: 30px 5%;
  }
  #design figure {
    display: flex;
  }
  #design figure img {
    width: 50%;
  }
}


@media screen and (min-width: 960px) {
  main {
    /*background-color: #1a2322;*/
    background-image: url(/assets/img/kv-pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }

  /**  intro  **/
  #intro {
    padding: 50px 0 40px;
    background: none;
  }
  #intro .flexbox {
    display: flex;
    justify-content: space-between;
  }
  #intro .logo.-shichirakuen {
    width: 200px;
    margin: 0;
  }
  #intro nav {
    margin: 80px 0 0;
    padding: 0 3%;
  }
  #intro nav ul {
    width: 300px;
  }
  #intro nav ul li {
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #intro nav ul li a {
  }

  /* instagram */
  #instagram .instagram{
    display: grid;
    grid-template-columns: repeat(6,1fr);
  }

  /**  七楽園とは  **/
  #about {
    margin-top: -50px;
  }
  #about .flexbox {
    color: #fff;
  }
  #about .flexbox {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #about .flexitem.-L {
    width: auto;
    margin-right: 0;
    margin-left: 30px;
  }
  #about .flexitem.-R {
    width: auto;
    width: 620px;
    height: 300px;
    margin-left: 10%;
  }
  #about h2 {
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #about .flexitem.-R p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #about .sns-list {
    display: none;
  }

  /**  コンセプト  **/
  #concept {
    padding: 0 0 40px;
    background: #e9f3eb;
  }
  #concept .flexbox {
    display: flex;
    justify-content: space-between;
  }
  #concept .flexitem.-L .flexbox h2 {
    padding: 90px 0 0;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
  }
  #concept .flexitem.-L .flexbox h2::before {
    content: "";
    display: block;
    width: 1px;
    height: 80px;
    background: #090204;
    position: absolute;
    top: 0;
    left: .9em;
  }
  #concept .flexitem.-L .flexbox .-mincho {
    margin-top: 80px;
  }
  #concept .flexitem.-L .flexbox .-mincho p.sub {
    margin: 0 20px;
  }
  #concept .flexitem.-R {
    margin: 80px 6% 0;
  }
  #concept .concept-list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  #concept .concept-list dl {
    width: 32%;
  }
  #concept .concept-list dl + dl {
    margin-top: 0;
  }

  /**  お問い合わせフォーム  **/
  .inquiry-form {
    padding: 40px 0;
  }
  .inquiry-form a {
    max-width: 1000px;
    padding: 1.5em 3%;
  }

   /**  施工例  **/
   #construction figure {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
  }
  #construction figure img {
    width: 32%;
  }
  #construction figure img + img {
    margin-top: 0;
  }
  #construction #blog-link {
    margin-top: 85px;
  }
  .blog .swiper-pagination{
    margin-top: 45px;
  }
  .blog__title{
    font-size: 18px;
  }
  .blog__item{
    width: 335px;
    margin:0 calc(35px/2);
  }
  .blog__item:first-of-type{
    margin-left: 35px;
  }

  /**  造園  **/
  .common-layout {
    margin-top: 120px;
  }
  .common-layout .flexbox {
    display: flex;
    justify-content: space-between;
  }
  .common-layout .flexitem.-L {
    width: 41%;
  }
  .common-layout .flexitem.-R {
    width: 43%;
    margin: 0px 10% 0 6%;
  }
  .common-layout .flexitem.-R .flexbox {
    margin: 0;
  }
  .common-layout .flexitem.-R .flexbox h2 {
    width: auto;
    margin-right: 10%;
  }
  .common-layout .flexitem.-R .flexbox h2 span {
    font-size: 3.1rem;
  }
  #maintenance.common-layout .flexitem.-R .flexbox h2 {
    width: 5em;
  }
  #maintenance.common-layout .flexitem.-R .flexbox p {
    width: calc( 100% - 5em - 10% );
  }
  .common-layout .common-layout-list ul {
    margin: 60px 10% 0;
    border-top: none;
  }
  .common-layout .common-layout-list ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .common-layout .common-layout-list ul li dl {
    width: 50%;
  }
  .common-layout .common-layout-list ul li figure {
    width: 44%;
    margin-top: 0;
  }
  .common-layout .common-layout-list ul + p {
    margin: 60px 10% 0;
  }

  /**  LINEで相談  **/
  #consultation {
    margin-top: 60px;
    padding: 40px 0;
  }
  #consultation a {
    max-width: 1000px;
    padding: 1.5em 3%;
  }

  /**  よくいただくご質問  **/
  #faq {
    padding-bottom: 80px;
  }
  #faq .flexbox {
    max-width: 1080px;
    margin: 0 auto;
  }
  #faq .flexbox .flexitem.-R {
    max-width: 880px;
    margin-left: 10%;
  }
  #faq h2 {
    margin-left: 0;
    font-size: 2.5rem;
  }
  #faq .faq-list {
    margin-top: 80px;
  }
  #faq .faq-list .faq-category + .faq-category {
    margin-top: 60px;
  }
  #faq .faq-list h3 {
    font-size: 1.3rem;
  }
  #faq .faq-list dl dt {
    padding: 1em 9%;
    font-size: 1.5rem;
  }
  #faq .faq-list dl dt::before {
    width: 26px;
    height: 34px;
    left: 3.4%;
  }
  #faq .faq-list dl dt span.q-icon {
    right: 3.4%;
  }
  #faq .faq-list dl dd {
    padding: 2em 9%;
  }
  #faq .faq-list dl dd .flexbox {
    display: flex;
    justify-content: space-between;
  }
  #faq .faq-list dl dd .flexbox p {
    width: 56%;
  }
  #faq .faq-list dl dd .flexbox figure {
    margin-top: 0;
    width: 40%;
  }
  #faq .faq-list dl dd figure.column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  #faq .faq-list dl dd figure.column3 img {
    width: 33%;
  }
  #faq .faq-list dl dd figure.column3 img + img {
    margin-top: 0;
  }
  #faq .faq-list dl dd figure.column3 img:nth-child(n+4) {
    margin-top: .5%;
  }

  /**  ご依頼の流れ  **/
  #request {
    padding-bottom: 80px;
  }
  #request .flexbox {
    max-width: 1080px;
    margin: 0 auto;
  }
  #request .flexbox .flexitem.-R {
    max-width: 880px;
    margin-left: 10%;
  }
  #request h2 {
    margin-left: 0;
    font-size: 2.5rem;
  }
  #request .request-flow {
    margin-top: 80px;
    margin-right: 8%;
  }
  #request .request-flow dl dt {
    font-size: 1.5rem;
  }
  #request .request-flow dl dt span {
    font-size: 2rem;
  }

  /**  事業所概要  **/
  #office .office-list {
    max-width: 800px;
    margin: 60px auto;
  }
  #office .office-list dl.contents {
    display: flex;
  }
  #office .office-list dl.contents dd {
    width: calc( 100% - 6em );
    margin-top: 0;
  }
  #office .office-list dl.contents dd figure {
    width: 24%;
    margin-left: 1%;
  }
  #office .office-list dl.contents dd figure:nth-child(n+4) {
    margin-top: 0;
  }
  #office .office-list dl.contents dd figure:nth-child(3n+1) {
    margin-left: 1%;
  }
  #office .office-list dl.contents dd figure:nth-child(n+5) {
    margin-top: 1em;
  }
  #office .office-list dl.contents dd figure:nth-child(4n+1) {
    margin-left: 0;
  }
  #office .note p {
  }
  #office .note p br {
    display: block;
  }
}


@media screen and (min-width: 1120px) {
  /**  七楽園とは  **/
  #about {
    margin-top: -150px;
  }
}
