@charset "utf-8";
/* Reset Document */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
  font-size: 14px;
  color: #6A6A6A;
  line-height: 1.7;
  word-spacing: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.clearFix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1;
}

br.sp {
  display: none;
}

.sp {
  display: none;
}

/* Page CSS*/

.content {
  max-width: 1130px;
  margin: 0 auto;
  width: 96%;
}

/* -----
 * Header
----------------------------------------------------------------------------- */

.g-header .header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 35px;
}

.g-header .header-logo {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 120px;
  margin: 0;
}

.g-header .group-logo {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 140px;
  margin: 0;
}

#main {
  overflow: hidden;
  width: 100%;
}

#main .group {
  position: relative;
}

#main .group:before {
  position: absolute;
  bottom: 0;
  content: '';
  z-index: 0;
}

#main .group .content {
  position: relative;
  z-index: 1;
}

#main h2 {
  margin: 0 0 35px;
  text-align: center;
}

#main h2 span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 25px 0 0 0;
  font-weight: normal;
  color: #10C6CC;
}

#main h3 {
  font-size: 26px;
  margin: 0 0 25px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #88796F;
}

#main .txt {
  line-height: 2;
}

#mv {
  background: #10C6CC;
  text-align: right;
  line-height: 0;
}

#mv .inner {
  max-width: 1200px;
  padding: 75px 0 0 0;
  margin: 0 auto;
  width: 94%;
  position: relative;
}

#mv .img {
  width: 83.33%;
}

#mv .txt {
  position: absolute;
  top: 30px;
  left: 4.2%;
  width: 90%;
  max-width: 771px;
}

#intro {
  text-align: center;
  padding: 50px 0;
  background: #C5FFFF;
}

#intro:before {
  top: 130px;
  left: 0;
  right: 20vw;
  background: #fff;
}

#intro h3 {
  font-size: 36px;
  color: #88796F;
  line-height: 1.4;
}

#intro .txt {
  line-height: 2.8;
  font-size: 15px;
}


#movie {
  background: #88796F;
  color: #fff; 
  padding-bottom: 100px;
}

#movie h2 {
  padding-top: 35px;
}

#movie h2 span {
  color: #fff;
  margin: 0;
}

#movie .txt {
  text-align: center;
  margin-bottom: 50px;
}

#movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


#complete {
  padding: 60px 0 40px;
  background: #88796F;  
}

#complete:before {
  top: 125px;
  right: 27vw;
  left: 0;
  background: #fff;
}

#complete .content {
  display: flex;
  flex-wrap: wrap;
}

#complete .box-cont {
  width: 54%;
  max-width: 598px;
}

#complete .box-img {
  width: 46%;
  padding-left: 50px;
}

#project {
  padding: 60px 0;
  background: #10C6CC;
  color: #fff;
}

#project:before {
  top: 130px;
  right: 0;
  left: 20vw;
  background: #88796F;
}

#project .content {
  display: flex;
  flex-wrap: wrap;
}

#project h2 span, #project h3 {
  color: #fff;
}

#project .box-img {
  margin: 0 4.4% 0 1.3%;
  width: 41%;
}

#project .box-img figure:nth-of-type(1) {
  margin: 0 0 8px;
}

#project .box-cont {
  width: 53.3%;
  max-width: 560px;
}

#background {
  padding: 60px 0;
  background: #C5FFFF;
}

#background:before {
  top: 130px;
  left: 0;
  right: 20vw;
  background: #fff;
}

#background .box1 {
  position: relative;
  margin: 0 0 80px;
}

#background .box1 .box-cont {
  /* max-width: 560px; */
  padding: 0 1.3%;
  width: 75%;
}

#background .box1 .box-img {
  position: absolute;
  top: 0;
  right: -1.3%;
  width: 33.4%;
}

#background .box2 {
  position: relative;
}

#background .box2 .box-cont {
  width: 75%;
  padding: 0 0 0 1.3%;
  color: #64648C;
  font-size: 11px;
}

#background .box2 .box-cont ul {
  width: 410px;
  display: inline-block;
  vertical-align: top;
}

#background .box2 .box-cont li {
  display: flex;
  flex-wrap: wrap;
}

#background .box2 .box-cont li p:nth-of-type(1) {
  width: 120px;
}

#background .box2 .box-cont li p:nth-of-type(2) {
  width: calc(100% - 120px);
}

#background .box2 .box-cont li p:nth-of-type(2):before {
  content: ':';
  font-size: 11px;
  margin: 0 0.2em 0 0;
}

#background .box2 .box-cont li.col p:nth-of-type(1) {
  width: 100%;
}

#background .box2 .box-cont li.col p:nth-of-type(2) {
  margin: 0 0 0 120px;
}

#background .box2 .box-img {
  position: absolute;
  top: -30px;
  right: -1.3%;
  width: 25.8%;
}

#design {
  padding: 35px 0;
  background: #10C6CC;
}

#design:before {
  top: 105px;
  right: 0;
  left: 10vw;
  background: #fff;
}

#design .box-cont {
  width: 47%;
  padding: 0 1.3%;
  margin: 0 0 0 53%;
  text-align: center;
}

#design .box-cont .txt {
  display: inline-block;
  text-align: left;
}

#design .box-cont figure {
  margin: 80px 0 0 0;
}

#design .box-img {
  position: absolute;
  top: 70px;
  right: 47%;
  width: 61.1%;
}

#design .box-img p {
  color: #000;
  text-align: right;
  font-size: 12px;
  padding: 5px 0 0 0;
}

#layer {
  padding: 150px 0 95px;
  background: #88796F;
}

#layer:before {
  top: 75px;
  left: 0;
  right: 20vw;
  background: #10C6CC;
}

#layer h2 {
  margin: 0 0 50px;
}

#layer .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#layer .txt {
  width: 30%;
  margin: 0 0 0 1.3%;
  color: #fff;
}

#layer .img {
  width: 64.15%;
  display: flex;
  justify-content: space-between;
  margin: 0 1.5% 0 0;
}

#layer .img figure {
  width: 49.67%;
}

#brand {
  padding: 60px 0 40px;
  background: #C5FFFF;
}

#brand:before {
  top: 125px;
  right: 0;
  left: 20vw;
  background: #fff;
}

#brand .box-cont {
  margin: 0 0 0 46%;
  width: 54%;
  max-width: 480px;
}

#brand .box-img {
  position: absolute;
  top: 50%;
  left: -2%;
  width: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#floor {
  padding: 80px 0 0 0;
  background: #F2F3F3;
}

#floor .content {
  margin: 0 auto 0;
  padding-bottom: 130px;
}

#floor h3 {
  margin: 0 0 55px;
}

#floor .box {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#floor .box-cont {
  width: 38.5%;
}

#floor .box-inner {
  position: relative;
  padding: 40px;
  color: #000;
}

#floor .box-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 130%;
  content: '';
  z-index: 0;
}

#floor .box-inner * {
  position: relative;
  z-index: 1;
}

#floor .num {
  color: #fff;
  background: #10C6CC;
  padding: 2px 10px;
  margin: 0 0 10px;
  font-weight: bold;
}

#floor .tit {
  color: #10C6CC;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 10px;
}

#floor .box-img {
  width: 61.5%;
  z-index: 1;
  position: relative;
}

#floor .box1 {
  margin-bottom: 60px;
}

#floor .box1 .box-cont {
  margin: 50px 0 0 0;
}

#floor .box1 .box-inner:before {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#floor .box2 {
  margin-bottom: 60px;
}

#floor .box2 .box-cont {
  width: 46.1%;
}

#floor .box2 .box-inner {
  padding: 60px 40px 40px;
}

#floor .box2 .box-inner:before {
  left: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#floor .box2 .box-img {
  width: 53.9%;
  margin: 59px 0 0 0;
}

#floor .box3 {
  margin-bottom: 150px;
  position: relative;
}

#floor .box3 .box-inner {
  padding: 75px 40px 40px;
}

#floor .box3 .box-inner:before {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#floor .box-inner.box3-inner:before {
  width: 150%;
}

#floor .box3 .box-img {
  margin: 35px 0 0 0;
}

#floor .box-img.box3-img {
  z-index: 2;
  position: absolute;
  top: 235px;
  left: 235px;
}

#floor .box-img.box3-img img{
  width: 59%;
}

#floor .box4_6 {
  display: flex;
}

#floor .box4 {
  max-width: 440px;
  margin: 0 auto 0;
  position: relative;
}

#floor .box4 .box-inner:before {
  left: 0;
  width: 110%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#floor .box5 {
  margin-bottom: 50px;
}

#floor .box5 .box-cont {
  width: 51%;
}

#floor .box5 .box-inner {
  padding: 45px 40px 40px;
}

#floor .box5 .box-inner:before {
  right: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#floor .box5 .box-img {
  width: 49%;
  margin: 55px 0 0 0;
}

#floor .box5 .col {
  line-height: 1.5;
  margin: 0.2em 0 0 0;
}

#floor .box5 .col span {
  margin: 0 0 0 5em;
}

#floor .box6 {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

#floor .box6 .box-inner:before {
  left: 0;
  width: 110%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

#restspace {
  background: #10C6CC;
  color: #fff;
}

#restspace .content {
  padding: 50px 0;
}
#restspace h2 span {
  color: #fff;
}
#restspace h3 {
  color: #fff;
  margin-bottom: 80px;
}
#restspace .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
#restspace .box1 {
  padding-left: 50px;
}
#restspace .box2 {
  padding-right: 50px;
}
#restspace .box3 {
  display: flex;
}

#restspace .box3 .box-img {
  width: calc(33.33% - 20px);
  margin-right: 30px;
}
#restspace .box3 .box-img:last-child {
  margin-right: 0;
}

#restspace .box-img {
  width: 45%;
  position: relative;
}
#restspace .box-img:first-of-type img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#restspace .box-cont {
  width: 55%;
  color: #6A6A6A;
}

#restspace .box-cont .box-inner {
  padding: 25px 40px 40px;
  background: #fff;
}

#restspace .box-cont .box-inner h4 {
  color: #fff;
  background: #10C6CC;
  padding: 2px 10px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  text-align: center;
}

#restspace .box-cont .box-inner p {
  margin-top: 20px;
}


#convenience {
  padding: 60px 0 40px;
  background: #C5FFFF;
}

#convenience:before {
  top: 125px;
  right: 27vw;
  left: 0;
  background: #fff;
}


#convenience .content {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

#convenience .content h2 {
  text-align: left;
  margin-bottom: 70px;
}

#convenience .content h3 {
  text-align: left;
}

#convenience .box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

#convenience .box:nth-of-type(odd) .box-cont {
  padding-right: 70px;
}

#convenience .box:nth-of-type(even) .box-cont {
  padding-left: 70px;
}

#convenience .box:last-of-type {
  padding-bottom: 100px;
}


#convenience .box-cont {
  width: 57%;
}

#convenience .box-img {
  width: 43%;
}

#contact {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  padding: 0 0 75px;
  display: flex;
  flex-wrap: wrap;
  color: #000;
}

#contact h2 {
  text-align: center;
  width: 40%;
}

#contact .box-cont {
  width: 60%;
}

#contact .getokorozawa-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 90px;
}

#contact #info {
  padding: 0 0 30px;
  font-weight: bold;
}

#contact #info li {
  display: flex;
  margin: 0 0 20px;
}

#contact #info li p:nth-of-type(1) {
  width: 120px;
  padding: 0 0 0 45px;
}

#contact #info li p:nth-of-type(2) {
  width: calc(100% - 120px);
}

#contact #info li a {
  color: #009be4;
  font-weight: normal;
}

#contact #info li a:hover {
  text-decoration: underline;
}

#contact #info li:nth-of-type(1) p:nth-of-type(1) {
  background: url("../images/ic_address.gif") no-repeat left center;
}

#contact #info li:nth-of-type(2) p:nth-of-type(1) {
  background: url("../images/ic_url.gif") no-repeat left center;
}

#contact iframe {
  margin: 0 0 50px;
}

#contact .btn {
  display: block;
  width: 255px;
  line-height: 60px;
  border: 1px solid #808080;
  font-size: 16px;
  text-align: center;
  position: relative;
}

#contact .btn:before {
  content: '';
  display: block;
  width: 37px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 50%;
  right: -18px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

#contact .btn:hover {
  background: #808080;
  color: #fff;
}

#contact .btn:hover:before {
  right: 0;
}

/* ----------- Media ----------- */

@media (min-width:1201px) and (max-width:1400px) {
  #design .box-img {
    width: 58%;
  }
}

@media only screen and (max-width:1000px) {
  /* header{padding: 20px 10px;}     */
  #project .box-cont {
    width: 100%;
    margin: 0 auto 5vw;
    max-width: 1000px;
    padding: 0 0 0 20vw;
  }
  #project .box-img {
    width: 100%;
    order: 1;
    margin: 0;
    text-align: center;
  }
  #background .box1 .box-cont {
    width: 100%;
    margin: 0 auto 5vw;
    max-width: 1000px;
    padding: 0 20vw 0 0;
  }
  #background .box1 .box-img {
    position: static;
    width: 100%;
    text-align: right;
  }
  #background .box2 .box-cont {
    width: 100%;
    margin: 0 0 5vw;
    padding: 0;
  }
  #background .box2 .box-img {
    position: static;
    width: 97%;
    text-align: right;
  }
  #design .box-cont {
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0 0 0 10vw;
  }
  #design .box-img {
    position: static;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }
  #layer h2 {
    padding: 0 3% 0 0;
  }
  #layer .txt {
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0 20vw 0 0;
  }
  #layer .img {
    width: 100%;
    max-width: 724px;
    margin: 0 auto;
  }
  #brand .box-cont {
    width: 100%;
    margin: 0 auto 5vw;
    max-width: 1000px;
    padding: 0 0 0 20vw;
  }
  #brand .box-img {
    width: 90%;
    padding: 0 0 0 3%;
    margin: 0 auto;
    text-align: center;
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  #floor .box4_6 {
    display: block;
  }
  #floor .box4 {
    margin: 0 auto 70px;
  }
  #floor .box-inner {
    padding: 20px;
  }
  #floor .box2 .box-inner {
    padding: 40px 20px 20px;
  }
  #floor .box3 .box-inner {
    padding: 40px 20px 20px;
  }
  #floor .box5 .box-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 950px) {
  /* -----
     * Header
    ----------------------------------------------------------------------------- */
  .g-header .header-inner {
    width: 100%;
    padding: 20px 10px;
  }
}

@media only screen and (max-width:767px) {
  html {
    font-size: 3vw;
  }
  br.sp {
    display: block;
    height: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    width: 51.5%;
  }
  header #logo {
    max-width: 40%;
  }
  #mv {
    padding-bottom: 3px;
  }
  #mv .inner {
    padding: 12vw 0 0 0;
  }
  #mv .txt {
    top: 7vw;
  }
  #main h2 {
    margin: 0 0 5vw;
  }
  #main h2 span {
    font-size: 3.3vw;
    margin: 3vw 0 0 0;
  }
  #main h3 {
    font-size: 4.5vw;
    margin: 0 0 5vw;
  }
  #intro {
    padding: 12vw 10vw 12vw 0;
  }
  #intro:before {
    top: 24vw;
    right: 10vw;
  }
  #intro .content {
    width: 100%;
  }
  #intro h2 img {
    width: 78.92vw;
  }
  #intro h3 {
    font-size: 5vw;
  }
  #intro .txt {
    font-size: 3vw;
    line-height: 2.2;
  }
  #complete {
    padding: 7vw 0;
  }  
  #complete:before {
    top: 22vw;
    right: 10vw;
  } 
  #complete .box-cont {
    width: 90%;
    max-width: 767px;
  }
  #complete .box-cont .txt{
    margin-bottom: 5vw;
  }
  #complete .box-img {
    width: 96%;
    padding: 0;
  }
  #project {
    padding: 7vw 0;
  }
  #project:before {
    top: 22vw;
    left: 10vw;
  }
  #project .box-cont {
    padding: 0 0 0 10vw;
  }
  #project h2 img {
    width: 75vw;
  }
  #project .box-img .img_1 {
    width:  50%;
  }
  #background {
    padding: 12vw 0;
  }
  #background:before {
    top: 21.5vw;
    right: 10vw;
  }
  #background h2 img {
    width: 100%;
  }
  #background .box1 {
    margin: 0 0 7vw;
  }
  #background .box1 .box-cont {
    padding: 0 10vw 0 0;
  }
  #background .box1 .box-img img {
    width: 70%;
  }
  #background .box2 .box-cont {
    font-size: 2.5vw;
  }
  #background .box2 .box-cont ul {
    width: 100%;
  }
  #background .box2 .box-cont li p:nth-of-type(1) {
    width: 28%;
  }
  #background .box2 .box-cont li p:nth-of-type(2) {
    width: 72%;
  }
  #background .box2 .box-cont li.col p:nth-of-type(2) {
    margin: 0 0 0 28%;
  }
  #background .box2 .box-cont li p:nth-of-type(2):before {
    font-size: 2.5vw;
  }
  #background .box2 .box-img img {
    width: 70%;
  }
  #background .add_0610 {
    margin-top: 10vw;
  }
  #design {
    padding: 8vw 0;
  }
  #design:before {
    top: 22vw;
  }
  #design h2 img {
    width: 75vw;
  }
  #design .box-cont figure {
    margin: 10vw 0 0 0;
  }
  #design .box-img p {
    font-size: 2.5vw;
  }
  #layer {
    padding: 20vw 0 12vw;
  }
  #layer:before {
    top: 12vw;
    right: 10vw;
  }
  #layer .txt {
    padding: 0 10vw 0 0;
  }
  #layer .img {
    flex-wrap: wrap;
  }
  #layer .img figure {
    width: 100%;
    margin: 0 0 10px;
  }
  #brand {
    padding: 8vw 0;
  }
  #brand:before {
    top: 22vw;
    left: 10vw;
  }
  #brand h2 img {
    width: 65vw;
  }
  #brand .box-cont {
    padding: 0 0 0 10vw;
  }
  #floor {
    padding: 12vw 0 0;
  }
  #floor h2 img {
    width: 100%;
  }
  #floor .content {
    margin: 0 auto 0;
    padding-bottom: 100px;
  }
  #floor .box {
    margin: 0 0 7vw !important;
  }
  #floor .box-img {
    width: 100% !important;
    margin: 0 !important;
  }
  #floor .box-img img {
    width: 100%;
  }
  #floor .box-cont {
    width: 100% !important;
    margin: 0 !important;
  }
  #floor .box-inner {
    background: #fff;
    padding: 5vw !important;
  }
  #floor .box-inner:before {
    display: none;
  }
  #floor .tit {
    font-size: 3.8vw;
  }
  #floor .box2 .box-cont {
    order: 1;
  }
  #floor .box-img.box3-img {
    position: static;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #floor .box-img.box3-img img{
    width: 100%;
  }
  #floor .box4 {
    max-width: 767px;
    margin: 0 0 7vw;
  }
  #floor .box6 {
    max-width: 767px;
  }
  #restspace .box {
    margin-bottom: 7vw;
  }
  #restspace .box1,
  #restspace .box2 {
    padding: 0;
  }
  #restspace .box-cont,
  #restspace .box-img {
    width: 100%;
  }
  #restspace .box-img:first-of-type img {
    position: relative;
    top: auto;
    right: auto;
    transform: initial;
  }
  #restspace .box-img img {
    width: 100%;
  }
  #restspace .box2 .box-cont {
    order: 2;
  }
  #restspace .box3 {
    flex-direction: column;
  }
  #restspace .box3 .box-img {
    width: 100%;
    margin: 0 0 10px;
  }
  #restspace .box3 .box-img:last-child {
    margin: 0;
  }
  #restspace .box-cont .box-inner h4 {
    font-size: 14px;
  }

  #convenience {
    padding: 7vw 0;
  }
  #convenience:before {
    top: 22vw;
    right: 10vw;
  }
  #convenience .content {
    width: 96%;
  }
  #convenience .content h2 {
    margin-bottom: 5vw;
  }
  #convenience .box {
    margin-bottom: 7vw;
  }
  #convenience .box:nth-of-type(odd) .box-cont {
    padding-right: 0;
    order: 2;
  }
  #convenience .box:nth-of-type(even) .box-cont {
    padding-left: 0;
  }  
  #convenience .box:last-of-type {
    padding-bottom: 0;
  }
  #convenience .box-cont {
    width: 96%;
  }
  #convenience .box-img {
    width: 96%;
    margin-bottom: 5vw;
  }
  #convenience .box-img img {
    width: 100%;
  }
  #contact {
    padding: 12vw 0;
  }
  #contact h2 {
    width: 50%;
    max-width: 231px;
    margin: 12vw auto 8vw;
  }
  #contact .box-cont {
    width: 100%;
  }
  #contact .getokorozawa-img {
    margin-bottom: 0;
  }
  #contact #info {
    padding: 0 0 4vw;
  }
  #contact #info li {
    margin: 0 0 4vw;
    align-items: flex-start;
    font-size: 2.8vw;
  }
  #contact #info li p:nth-of-type(1) {
    width: 18vw;
    padding: 0 0 0 7vw;
  }
  #contact #info li p:nth-of-type(2) {
    width: 82vw;
  }
  #contact #info li:nth-of-type(1) p:nth-of-type(1) {
    background: url("../images/ic_address.gif") no-repeat left center/5vw auto;
  }
  #contact #info li:nth-of-type(2) p:nth-of-type(1) {
    background: url("../images/ic_url.gif") no-repeat left center/5vw auto;
  }
  #contact iframe {
    height: 100vw;
    margin: 0 0 7vw;
  }
  #contact .btn {
    font-size: 3.5vw;
    width: 60vw;
    line-height: 14vw;
    margin: 0 auto;
  }
  #contact .btn:before {
    width: 12vw;
    right: -6vw;
  }
  /* -----
   * Header
  ----------------------------------------------------------------------------- */
  .g-header .header-logo {
    width: 100px;
  }
  .g-header .group-logo {
    max-width: 50%;
  }
}


@media screen and (max-width: 550px) {
  #restspace h2 img {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  /* -----
     * Header
    ----------------------------------------------------------------------------- */
  .g-header .header-inner {
    width: 100%;
    padding: 20px 10px;
  }
  /* .g-header .header-logo {
    width: 51.5%;
  } */
  .g-header .group-logo {
    max-width: 40%;
  }
}