@charset "UTF-8";
/* CSS Document */
br {
  letter-spacing: 0; }

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 10px; }

body {
  background: #000;
  font-family: 'メイリオ','Meiryo', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1;
  color: #666;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 1.8rem; }

*::-ms-backdrop, body {
  background-attachment: scroll; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul li {
  list-style: none; }

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;
  border: 0;
  font-size: 100%;
  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 #000;
  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; }

img, picture {
  font-size: 0;
  width: 100%;
  line-height: 0;
  display: block; }

input[type='submit'] {
  -webkit-appearance: none !important; }

html, body, header, footer, main, article, section, div, p, span, h1, h2, h3, h4, h5, h6, ul, li, a, dl, dt, dd, nav {
  box-sizing: border-box;
  position: relative; }

input, textarea, select, option, button, picture {
  box-sizing: border-box; }

html {
  width: 100vw;
  max-width: 1920px;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  html body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #313131;
    background: #fff; }
  html a {
    text-decoration: none; }
  html .sp {
    display: none; }

.contents {
  width: 1400px;
  margin: 0 auto;
  z-index: 2; }

#page-top {
  background: #313131;
  position: fixed;
  right: -5px;
  bottom: 3%;
  opacity: 0;
  transform: translateY(100px);
  z-index: 12;
  border-radius: 5px;
  width: 75px;
  height: 65px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #page-top i {
    padding: 15px 0 3px; }

#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
.header {
  width: 100vw;
  height: 80px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: #fff; }
  .header__logo img {
    width: 5.5rem;
    padding: 0 2.5rem 0 2rem; }
  .header__logo a {
    display: flex;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 900;
    color: #313131;
    align-items: center; }
    .header__logo a span {
      font-family: 'Lato', sans-serif;
      font-size: 2.4rem;
      font-weight: 900;
      padding-right: 0.5rem; }
  .header__nav {
    display: flex; }
  .header__list {
    display: flex;
    font-size: 1.8rem;
    align-items: center; }
    .header__list .bou {
      padding: 0 1rem; }
    .header__list li a {
      color: #313131;
      font-weight: 700;
      padding: 0 0.5rem;
      display: flex; }
      .header__list li a p {
        font-weight: 700; }
      .header__list li a:hover {
        color: #fbb13d;
        transition: 0.3s ease; }
    .header__list .widemargin {
      padding-left: 2rem; }
    .header__list .nowpage {
      padding-bottom: 8px;
      border-bottom: 5px solid #fbb13d; }
  .header__res {
    background: #fbb13d;
    font-size: 1.8rem;
    border-radius: 60px;
    padding: 1.5rem 3rem;
    margin: 2rem 3rem 2rem 4.5rem; }
    .header__res a {
      color: #fff;
      font-weight: 700;
      display: flex;
      align-items: center; }
      .header__res a img {
        padding-right: 1.5rem;
        width: 32px; }
    .header__res:hover {
      background: #313131;
      transition: 0.3s ease; }
  .header .navimg1 {
    height: 21px;
    width: auto;
    padding-right: .5rem;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);*/ }
  .header .navimg2 {
    height: 21px;
    width: auto;
    padding-right: .5rem; }

#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

.main_title {
  display: flex;
  justify-content: space-between;
  color: #313131;
  padding-top: 5rem; }
  .main_title h3 {
    font-size: 4.794rem;
    font-weight: 700;
    padding-left: 7.5rem; }
    .main_title h3 span {
      display: block;
      font-size: 1.868rem;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      padding-bottom: 1rem; }
    .main_title h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0.7rem;
      transform: skewX(-20deg);
      width: 22px;
      height: 67px;
      margin: 0 auto;
      background-color: #313131;
      z-index: 1; }
    .main_title h3::after {
      content: '';
      position: absolute;
      top: 1.05rem;
      left: 1.5rem;
      transform: skewX(-20deg);
      width: 22px;
      height: 67px;
      margin: 0 auto;
      background-color: #fbb13d;
      z-index: 2; }
  .main_title p {
    border-bottom: 2px solid #fbb13d;
    font-weight: 500;
    font-size: 2.4rem;
    display: flex;
    align-items: center; }

.main_2ndtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 120px 0 60px; }
  .main_2ndtitle h3 {
    color: #313131;
    font-size: 4.2rem;
    font-weight: 700;
    padding-bottom: 20px;
    margin: auto; }
  .main_2ndtitle img {
    width: 220px;
    margin: auto; }
  .main_2ndtitle p {
    color: #313131;
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    padding-top: 20px; }

.main_3rdtitle {
  display: flex;
  justify-content: space-between;
  color: #313131;
  padding-bottom: 2.5rem; }
  .main_3rdtitle h3 {
    font-size: 3.2rem;
    font-weight: 500; }
  .main_3rdtitle p {
    font-size: 1.861rem;
    font-family: 'Lato', sans-serif;
    display: flex;
    align-self: flex-end; }

.main {
  overflow: hidden;
  width: 100vw;
  margin-top: 80px; }
  .main__vis {
    padding: 1.5625vw 0;
    position: relative; }
  .main__text {
    position: absolute;
    top: 29%;
    left: 0; }
    .main__text h1 {
      font-size: 1.666vw;
      color: #313131;
      padding: .9375vw 0 0 6.5104vw;
      font-weight: 500;
      z-index: 4; }
    .main__text::before {
      content: '';
      position: absolute;
      top: 0%;
      left: -1%;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      width: 60vw;
      height: 3.90625vw;
      z-index: 3;
      background: #fbb13d; }
  .main__info {
    position: absolute;
    top: 34%;
    left: 0; }
    .main__info h2 {
      font-size: 2.2979vw;
      padding: 3.125vw 0 0 6.5104vw;
      color: #fff;
      font-weight: 700;
      line-height: 8rem;
      z-index: 5; }
      .main__info h2 span {
        font-size: 3.2828vw;
        font-weight: 700; }
    .main__info::before {
      content: '';
      position: absolute;
      top: 0%;
      left: -9%;
      -webkit-transform: skewX(-15deg);
      transform: skewX(-15deg);
      width: 64vw;
      height: 13.54166vw;
      z-index: 2;
      background-color: rgba(49, 49, 49, 0.8); }
  .main__car {
    position: absolute;
    bottom: -22%;
    left: 53%;
    width: 31.75vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  .main__left {
    position: absolute;
    top: 0;
    right: 16%;
    width: 26vw;
    z-index: 4; }
  .main__right {
    position: absolute;
    bottom: 0%;
    right: 3%;
    width: 26vw;
    z-index: 5; }

.garage ul {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 65px; }
  .garage ul li {
    width: 49.479167vw;
    height: 27.343vw;
    margin-bottom: 1.041667vw;
    overflow: hidden; }
    .garage ul li:nth-child(3) {
      margin-bottom: 0; }
    .garage ul li:nth-child(4) {
      margin-bottom: 0; }
    .garage ul li a {
      display: block; }
      .garage ul li a::after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 43%;
        -webkit-transform: skewX(-30deg) translate(-50%, -50%);
        transform: skewX(-30deg) translate(-50%, -50%);
        width: 26.0416vw;
        height: 12.22395vw;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.6); }
    .garage ul li img {
      position: relative;
      display: block;
      z-index: 1;
      object-fit: cover;
      object-position: center;
      transition: 0.4s ease; }
    .garage ul li:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .garage ul li div {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 3; }
      .garage ul li div h4 {
        font-size: 1.875vw;
        color: #fff;
        font-weight: 500;
        width: 15.625vw;
        padding-bottom: 10px;
        border-bottom: 1px solid #fbb13d;
        line-height: 2.4vw; }
      .garage ul li div p {
        font-size: .9375vw;
        color: #fbb13d;
        font-family: 'Lato', sans-serif;
        padding-top: 10px; }

.sale {
  width: 100vw; }
  .sale::before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 895px 100vw 0 0;
    border-color: transparent #fbb13d transparent transparent; }
  .sale__list {
    display: flex;
    justify-content: space-between; }
    .sale__list > li {
      width: 450px;
      background: #fff; }
      .sale__list > li .gree {
        height: 320px; }
      .sale__list > li h4 {
        text-align: center;
        font-size: 2.4rem;
        font-weight: 700;
        padding: 1.5rem 0; }
      .sale__list > li h5 {
        font-size: 1.8rem;
        text-align: center;
        border: 2px solid #313131;
        padding: 5px 0 10px;
        width: 420px;
        font-weight: 500;
        margin: 0 auto 1rem; }
        .sale__list > li h5 span {
          font-size: 3.2rem;
          font-weight: 700;
          padding: 0 5px;
          font-family: 'Lato', sans-serif; }
  .sale__info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.5rem 1.5rem; }
    .sale__info li {
      padding-bottom: 1rem; }
      .sale__info li span {
        font-weight: 700; }
      .sale__info li:nth-child(1) {
        width: 210px; }
      .sale__info li::before {
        content: '■';
        color: #fbb13d;
        padding-right: 0.5rem; }
  .sale__button {
    padding: 70px 0 135px; }
    .sale__button a {
      text-align: center;
      display: flex;
      color: #fff;
      border: 4px solid #fff;
      padding: 2.5rem 0;
      width: 600px;
      font-size: 2.8rem;
      margin: auto; }
      .sale__button a p {
        font-weight: 700;
        width: 600px;
        text-align: center; }
      .sale__button a i {
        position: absolute;
        right: 5%;
        top: 33.3333%; }
    .sale__button:hover a {
      letter-spacing: .4rem;
      transition: .3s ease; }

.rent ul {
  display: flex;
  justify-content: space-between;
  padding-top: 75px; }
  .rent ul li {
    width: 680px;
    overflow: hidden; }
    .rent ul li img {
      height: 400px;
      object-fit: cover;
      transition: 0.4s ease; }
    .rent ul li h4 {
      font-size: 3.6rem;
      color: #313131;
      display: flex;
      justify-content: space-between;
      padding: 2rem 0;
      border-bottom: 4px solid #fbb13d;
      font-weight: 500; }
      .rent ul li h4::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        transform: rotate(180deg);
        border-style: solid;
        border-width: 25px 25px 0 0;
        border-color: #fbb13d transparent transparent transparent; }
      .rent ul li h4 span {
        font-size: 2rem;
        font-family: 'Lato', sans-serif;
        display: flex;
        align-self: flex-end;
        padding-right: 3rem; }
    .rent ul li:nth-child(2) img {
      width: 110%; }
    .rent ul li:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.comp {
  padding-top: 110px;
  padding-bottom: 125px; }
  .comp .contents {
    background: #f2f2f2;
    padding: 100px 100px 145px 100px; }
    .comp .contents dl {
      border-bottom: 1px solid #313131;
      display: flex;
      padding: 2rem 0; }
      .comp .contents dl dt {
        font-weight: 500;
        width: 16rem; }
        .comp .contents dl dt::before {
          content: '■';
          color: #fbb13d;
          padding: 0 0.5rem; }
      .comp .contents dl dd {
        font-weight: 500; }
        .comp .contents dl dd a {
          color: #313131; }

.footer iframe {
  width: 100vw;
  height: 400px; }
.footer__nav {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  background: #313131; }
  .footer__nav ul {
    display: flex; }
    .footer__nav ul li:not(:last-child)::after {
      content: '|';
      padding: 0 2rem;
      color: #fff; }
    .footer__nav ul li a {
      color: #fff;
      font-size: 1.6rem; }
      .footer__nav ul li a:hover {
        color: #fbb13d;
        transition: 0.3s ease; }
.footer__cre {
  background: #fbb13d;
  display: flex;
  justify-content: center;
  padding: 20px 0; }

@media screen and (max-width: 1400px) {
  html {
    max-width: 1400px; }
    html .sp {
      display: block; }
    html .pc {
      display: none; }

  .contents {
    width: 91.333vw; }

  .openbtn1 {
    display: block;
    position: relative;
    background: #313131;
    cursor: pointer;
    width: 80px;
    height: 80px;
    z-index: 3; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 26px;
      height: 2px;
      background: #fff;
      width: 28px; }
      .openbtn1 span:nth-of-type(1) {
        top: 21px; }
      .openbtn1 span:nth-of-type(2) {
        top: 30px; }
      .openbtn1 span:nth-of-type(3) {
        top: 38px; }
      .openbtn1 span:nth-of-type(3)::after {
        content: "Menu";
        position: absolute;
        top: 15px;
        left: -4px;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Noto Sans JP', sans-serif;
        text-transform: capitalize; }

  .active span:nth-of-type(1) {
    top: 30%;
    left: 26px;
    transform: translateY(6px) rotate(-45deg);
    width: 28px; }
  .active span:nth-of-type(2) {
    opacity: 0; }
  .active span:nth-of-type(3) {
    top: 45%;
    left: 26px;
    transform: translateY(-6px) rotate(45deg);
    width: 28px; }
  .active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 14px;
    left: 15px; }

  .header {
    height: 80px;
    border-bottom: none; }
    .header .nowpage {
      padding-bottom: 0;
      border-bottom: none; }
    .header__logo img {
      width: 7.3333vw;
      padding: 0 2.666vw 0 3.333vw; }
    .header__logo a {
      font-size: 2.666vw; }
      .header__logo a span {
        font-size: 3.2vw;
        padding-right: 0.6666vw; }
    .header__nav {
      display: none;
      position: fixed;
      top: 80px;
      left: 0;
      z-index: 20;
      background: #313131; }
    .header__list {
      flex-direction: column;
      font-size: 2.4vw;
      align-items: center; }
      .header__list li {
        width: 100vw;
        border-bottom: 1px solid #fff;
        padding: 2vw 0;
        text-align: center;
        /*&:not(:last-child)::after{
          content: '';
          padding: 0;
        }*/ }
        .header__list li a {
          color: #fff;
          font-weight: 500;
          padding: 0;
          display: flex;
          justify-content: center; }
          .header__list li a p {
            display: flex;
            flex-direction: column; }
          .header__list li a span {
            color: #fbb13d;
            font-size: 1.8666vw;
            padding-top: .6vw;
            font-family: 'Lato', sans-serif; }
      .header__list .widemargin {
        padding-left: 0; }
    .header h5 {
      color: #fff;
      font-size: 3.202vw;
      text-align: center;
      padding: 8.5vw 0 2vw; }
      .header h5 span {
        padding-right: .8vw;
        font-family: 'Lato', sans-serif; }
    .header p {
      color: #fff;
      font-size: 2.134vw;
      text-align: center; }
    .header .tel {
      color: #fff;
      display: block;
      text-align: center;
      font-size: 3.202vw;
      text-align: center;
      font-family: 'Lato', sans-serif;
      padding: 2vw 0 1.3333vw; }
    .header__res {
      display: block;
      background: #fbb13d;
      font-size: 2.43333vw;
      padding: 2vw 12.6666vw;
      margin: 3.33333vw auto 11.3333vw;
      max-width: 46vw; }
      .header__res a {
        display: flex;
        color: #fff;
        font-weight: 700; }
        .header__res a img {
          padding-right: 1.3333vw;
          width: 4.8vw; }
    .header #page-top i {
      padding: 15px 0 3px;
      font-size: 16px; }
    .header #page-top p {
      font-size: 16px; }
    .header .navimg1 {
      height: 7.44vw;
      position: absolute;
      top: 50%;
      left: 25%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .header .navimg2 {
      height: 7.44vw;
      position: absolute;
      top: 50%;
      left: 34%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

  .panelactive {
    display: block; }

  .spmenu {
    display: flex;
    justify-content: center; }
    .spmenu .nav__sp {
      background: #fbb13d; }
      .spmenu .nav__sp a {
        color: #fff;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80px;
        height: 80px;
        padding-top: 18px;
        font-size: 16px; }
        .spmenu .nav__sp a img {
          padding-bottom: 9px;
          width: 32px; }

  .main_title {
    flex-direction: column;
    padding-top: 8vw; }
    .main_title h3 {
      font-size: 4.8vw;
      padding-left: 6vw;
      padding-bottom: 2.666vw;
      border-bottom: 2px solid #fbb13d; }
      .main_title h3 span {
        font-size: 2.1333vw;
        padding-bottom: 0.8vw; }
      .main_title h3::before {
        top: 0;
        left: 0.5%;
        width: 2vw;
        height: 6.4vw; }
      .main_title h3::after {
        top: 13%;
        left: 1.5%;
        width: 2vw;
        height: 6.4vw; }
    .main_title p {
      border-bottom: none;
      padding-top: 2.666vw;
      margin: auto;
      font-size: 2.666vw; }

  .main_2ndtitle {
    padding: 10vw 0 4vw; }
    .main_2ndtitle h3 {
      font-size: 4.8vw;
      padding-bottom: 2.66vw; }
    .main_2ndtitle img {
      width: 29.3333vw; }
    .main_2ndtitle p {
      font-size: 2.4vw;
      padding-top: 2.666vw; }

  .main_3rdtitle {
    display: flex;
    justify-content: space-between;
    color: #313131;
    padding-bottom: 2vw; }
    .main_3rdtitle::before {
      width: 83.666vw; }
    .main_3rdtitle::after {
      width: 70vw; }
    .main_3rdtitle h3 {
      font-size: 3.7346vw; }
    .main_3rdtitle p {
      font-size: 2.134667vw; }

  .main__vis {
    width: 100vw;
    height: 100vw;
    padding: 0; }
  .main__text {
    position: absolute;
    top: 10%;
    left: 0; }
    .main__text h1 {
      font-size: 3.1986vw;
      padding: 2.4vw 0 2.4vw 3.3333vw; }
    .main__text::before {
      content: '';
      position: absolute;
      top: 0%;
      left: -4%;
      width: 63vw;
      height: 11.3333vw;
      z-index: 3;
      background: #fbb13d; }
  .main__info {
    position: absolute;
    top: 19%;
    left: 0; }
    .main__info h2 {
      font-size: 3.7333vw;
      padding: 5.333vw 0 0 3.3333vw;
      line-height: 8vw; }
      .main__info h2 span {
        font-size: 7.61066vw; }
    .main__info::before {
      content: '';
      position: absolute;
      top: 0%;
      left: -9%;
      width: 80vw;
      height: 33.3333vw; }
  .main__car {
    position: absolute;
    bottom: -10%;
    left: 46%;
    width: 50vw;
    z-index: 6; }
  .main__left {
    position: absolute;
    top: 0;
    right: -7%;
    width: 46vw; }
  .main__right {
    position: absolute;
    bottom: 0%;
    right: -10%;
    width: 46vw;
    z-index: 4; }

  .garage ul {
    width: 91.333vw;
    flex-direction: column;
    padding-top: 4vw;
    margin: auto; }
    .garage ul li {
      width: 91.333vw;
      height: 52vw;
      margin-bottom: 1.33333vw; }
      .garage ul li:nth-child(3) {
        margin-bottom: 1.33333vw; }
      .garage ul li:nth-child(4) {
        margin-bottom: 0; }
      .garage ul li a::after {
        top: 50%;
        left: 43%;
        width: 50vw;
        height: 23.333vw; }
      .garage ul li img {
        max-width: 91.333vw;
        max-height: 52vw; }
      .garage ul li div h4 {
        font-size: 3.7333vw;
        width: 30.666vw;
        padding-bottom: 0.6666vw;
        line-height: 5.4vw;
        margin: auto; }
      .garage ul li div p {
        font-size: 1.8666vw;
        padding-top: 1.3333vw; }

  .sale {
    overflow-y: hidden; }
    .sale::before {
      content: '';
      position: absolute;
      top: 0%;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 178vw 122vw 0 0; }
    .sale__list {
      flex-wrap: wrap; }
      .sale__list > li {
        width: 44.666vw;
        margin-bottom: 3.33333vw; }
        .sale__list > li .gree {
          height: 32vw; }
        .sale__list > li h4 {
          font-size: 2.666vw;
          padding: 2.6666vw 0; }
        .sale__list > li h5 {
          font-size: 2.1333vw;
          padding: 1.3333vw 0;
          width: 42.666vw;
          margin: 0 auto 2vw; }
          .sale__list > li h5 span {
            font-size: 3.7333vw;
            padding: 0 0.66666vw; }
    .sale__info {
      flex-direction: column;
      padding: 0 0 0.6vw 1.6666vw; }
      .sale__info li {
        padding-bottom: 1.7333vw;
        font-size: 2.136vw; }
        .sale__info li:nth-child(1) {
          width: auto; }
        .sale__info li::before {
          padding-right: 0.5rem; }
    .sale__button {
      padding: 6.6666vw 0 14.666vw; }
      .sale__button a {
        padding: 3.333vw 0;
        width: 70.666vw;
        font-size: 2.666vw; }
        .sale__button a p {
          width: 70.666vw; }
        .sale__button a i {
          position: absolute;
          right: 5%;
          top: 33.3333%; }

  .rent ul {
    flex-direction: column;
    padding-top: 2.666vw; }
    .rent ul li {
      width: 90.6666vw;
      padding-bottom: 2.6666vw; }
      .rent ul li img {
        height: 53.333vw; }
      .rent ul li h4 {
        font-size: 3.73333vw;
        padding: 2.6666vw 0; }
        .rent ul li h4::after {
          border-width: 25px 25px 0 0; }
        .rent ul li h4 span {
          font-size: 2.13333vw;
          padding-right: 4vw; }

  .comp {
    padding-top: 8vw;
    padding-bottom: 12vw; }
    .comp .contents {
      padding: 6vw 4vw 6.6666vw 4vw; }
      .comp .contents dl {
        padding: 2vw 1vw;
        font-size: 2.13333vw; }
        .comp .contents dl dt {
          width: 21.333vw; }
          .comp .contents dl dt::before {
            padding: 0 0.6666vw; }

  .footer iframe {
    width: 100vw;
    height: 53.3333vw; }
  .footer__nav {
    display: flex;
    justify-content: center;
    padding: 0;
    background: #313131; }
    .footer__nav ul {
      display: flex;
      flex-wrap: wrap;
      padding: 2.66666vw 2.666vw 5.3333vw; }
      .footer__nav ul li {
        width: 47vw;
        padding: 1.333vw 0; }
        .footer__nav ul li:not(:last-child)::after {
          content: '';
          padding: 0; }
        .footer__nav ul li::before {
          content: '▶';
          padding: 0 0.666vw;
          color: #fff;
          font-size: 2.13333vw; }
        .footer__nav ul li a {
          font-size: 2.13333vw; }
  .footer__cre {
    font-size: 2.1333vw;
    padding: 2.66666vw 0; } }
@media screen and (max-width: 525px) {
  .header {
    height: 50px; }
    .header__logo a {
      font-size: 3.0769vw; }
    .header__nav {
      top: 50px; }
    .header__list {
      font-size: 3.6vw; }
      .header__list li a span {
        font-size: 3.0769vw; }
    .header p {
      font-size: 3.0769vw; }
    .header .tel {
      font-size: 4.2vw; }
    .header__res {
      font-size: 3.6vw;
      padding: 2vw 8.6666vw; }

  .main {
    margin-top: 50px; }

  .spmenu .nav__sp a {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    font-size: 10px; }
    .spmenu .nav__sp a img {
      padding-bottom: 5px;
      width: 22px; }

  .openbtn1 {
    width: 50px;
    height: 50px; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 2px;
      background: #fff;
      width: 45%; }
      .openbtn1 span:nth-of-type(1) {
        top: 13px; }
      .openbtn1 span:nth-of-type(2) {
        top: 19px; }
      .openbtn1 span:nth-of-type(3) {
        top: 25px; }
      .openbtn1 span:nth-of-type(3)::after {
        content: "Menu";
        position: absolute;
        top: 8px;
        left: -2px;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        font-family: 'Noto Sans JP', sans-serif;
        text-transform: capitalize; }

  .active span:nth-of-type(1) {
    top: 10px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .active span:nth-of-type(2) {
    opacity: 0; }
  .active span:nth-of-type(3) {
    top: 22px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%; }
  .active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 9px; }

  .main_title h3 span {
    font-size: 3.0769vw; }
  .main_title p {
    font-size: 3.0769vw; }

  .main_2ndtitle p {
    font-size: 3.0769vw; }

  .main_3rdtitle p {
    font-size: 3.0769vw; }

  .garage ul {
    width: 91.333vw;
    padding-top: 4vw; }
    .garage ul li {
      width: 91.333vw;
      height: 52vw;
      margin-bottom: 1.33333vw; }
      .garage ul li:nth-child(3) {
        margin-bottom: 1.33333vw; }
      .garage ul li:nth-child(4) {
        margin-bottom: 0; }
        .garage ul li:nth-child(4) div p {
          right: 5%; }
      .garage ul li div p {
        font-size: 2.9769vw;
        padding-top: 1.6666vw; }
      .garage ul li::after {
        top: 50%;
        left: 43%;
        width: 50vw;
        height: 23.333vw; }

  .sale__list > li h4 {
    font-size: 3.0769vw; }
  .sale__list > li h5 {
    font-size: 3.0769vw; }
  .sale__info li {
    font-size: 3.0769vw; }
  .sale::before {
    border-width: 192vw 139vw 0 0; }
  .sale__button {
    padding: 4.6666vw 0 6.666vw; }
    .sale__button a {
      width: 68.666vw; }
      .sale__button a p {
        width: 68.666vw; }

  .rent ul li h4 {
    font-size: 3.73333vw; }
    .rent ul li h4 span {
      font-size: 3.0769vw; }

  .comp .contents dl {
    font-size: 3.0769vw; }
    .comp .contents dl dt {
      width: 22vw; }
    .comp .contents dl dd {
      width: 64vw; }

  .footer__nav ul li {
    padding: 0.6666vw 0; }
    .footer__nav ul li::before {
      font-size: 3.0769vw; }
    .footer__nav ul li a {
      font-size: 3.0769vw; }
  .footer__cre {
    font-size: 3.0769vw; } }
.arr {
  padding: 0 1.5rem; }

.sub__vis {
  margin-top: 80px;
  height: 300px;
  text-align: center; }
  .sub__vis .addimg {
    z-index: 11;
    max-width: 20.83333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sub__vis .addimg__p {
    padding: 200px 0 30px; }
  .sub__vis h2 {
    font-size: 4.8rem;
    font-weight: 700;
    color: #fff;
    padding: 120px 0 30px;
    z-index: 2; }
  .sub__vis p {
    font-size: 1.87rem;
    color: #fbb13d;
    font-family: 'Lato', sans-serif;
    z-index: 2; }
  .sub__vis::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .sub__vis::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
.sub .pana-vis::before {
  background-image: url("../img/pana/title1.jpg"); }
.sub .gar-vis::before {
  background-image: url("../img/gar/title2.jpg"); }
.sub__pan {
  display: flex;
  font-size: 1.6rem;
  padding-top: 3rem; }
  .sub__pan a {
    color: #fbb13d; }

.pana__list > li {
  padding: 60px 100px;
  border: 1px solid #fbb13d;
  margin-bottom: 5rem; }
.pana__list .pana__gree {
  border: none;
  margin-bottom: 0; }
.pana__listtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem; }
  .pana__listtitle--l {
    display: flex; }
    .pana__listtitle--l h4 {
      font-size: 3.2rem;
      font-weight: 700;
      padding-right: 2rem; }
      .pana__listtitle--l h4 span {
        font-family: 'Lato', sans-serif;
        font-weight: 700; }
    .pana__listtitle--l p {
      font-size: 2rem;
      background: #fbb13d;
      border-radius: 20px;
      color: #fff;
      padding: 5px 25px; }
      .pana__listtitle--l p span {
        font-family: 'Lato', sans-serif; }
  .pana__listtitle--r {
    font-size: 2rem;
    font-weight: 500; }
.pana__info {
  display: flex;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem; }
  .pana__info--l img {
    width: 560px; }
  .pana__info--r table {
    margin-bottom: 2rem; }
  .pana__info--r tr {
    width: 560px; }
    .pana__info--r tr th {
      font-size: 2.4rem;
      font-weight: 500;
      color: #fff;
      background: #313131;
      text-align: center;
      padding: 1rem 0;
      width: 560px;
      border: 1px solid #313131; }
    .pana__info--r tr td {
      text-align: center;
      border: 1px solid #313131;
      font-weight: 500; }
    .pana__info--r tr .or {
      background: #feefd8; }
    .pana__info--r tr .gr {
      background: #f2f2f2; }
    .pana__info--r tr .dff {
      padding: 1rem 0;
      font-size: 2.012rem; }
      .pana__info--r tr .dff span {
        font-size: 1.6rem;
        color: #ea5413; }
    .pana__info--r tr .wide {
      padding: 3rem 0;
      font-size: 2.012rem; }
      .pana__info--r tr .wide span {
        font-size: 3.2rem;
        font-family: 'Lato', sans-serif; }
    .pana__info--r tr .mid {
      padding: 2rem 0;
      font-size: 2rem; }
      .pana__info--r tr .mid span {
        font-family: 'Lato', sans-serif; }
.pana__button {
  width: 560px;
  background: #fbb13d;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  padding: 2.8rem 0;
  margin: auto; }
  .pana__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 98%;
    height: 85%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.pana__att {
  text-align: center;
  font-size: 1.6rem; }
  .pana__att::before {
    content: '※';
    color: #ea5413; }
.pana__gree {
  background: #f2f2f2; }
  .pana__gree .pana__att {
    padding: 1rem 0; }
  .pana__gree h4 {
    font-size: 3.2rem;
    font-weight: 700; }
.pana__2ndlist {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0; }
  .pana__2ndlist > li {
    width: 390px; }
    .pana__2ndlist > li p {
      font-size: 2.012rem;
      font-weight: 500;
      text-align: center;
      background: #fff;
      padding: 2rem 0; }
.pana__boldor {
  font-size: 2.4rem;
  font-weight: 500;
  color: #ea5413;
  text-align: center;
  padding-bottom: 3.5rem; }

.guide .contents {
  width: 1200px; }
.guide__list li h4 {
  background: #313131;
  color: #fff;
  font-size: 2.4rem;
  padding: 1.3rem 0 1.3rem 3rem;
  font-weight: 500; }
  .guide__list li h4::before {
    content: '';
    position: absolute;
    background: #fbb13d;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%; }
.guide__list li p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 1rem 0 2rem 1rem; }
  .guide__list li p span {
    color: #ea5413; }
.guide__list--3 {
  padding-bottom: 5rem; }
.guide__list--4 {
  padding-bottom: 9.5rem; }
.guide table {
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.6rem; }
  .guide table th {
    padding: 1.3rem 0;
    font-size: 2rem;
    width: 1000px;
    font-weight: 500;
    border: 1px solid #313131; }
  .guide table td {
    padding: 1rem 0;
    border: 1px solid #313131;
    line-height: 1.5;
    vertical-align: middle; }
    .guide table td span {
      font-size: 2rem;
      color: #ea5413;
      font-family: 'Lato', sans-serif; }
    .guide table td .fontN {
      font-family: 'Noto Sans JP', sans-serif; }
.guide__table--1 th {
  background-image: linear-gradient(-45deg, #e1f5c5 25%, #d8f1b6 25%, #d8f1b6 50%, #e1f5c5 50%, #e1f5c5 75%, #d8f1b6 75%, #d8f1b6);
  background-size: 10px 10px; }
.guide__table--1 .cle {
  background: #fffdeb; }
  .guide__table--1 .cle span {
    color: #313131; }
.guide__table--1 .row3 {
  vertical-align: middle; }
.guide__table--1 .botnone {
  border-bottom: none; }
.guide__table--2 th {
  background-image: linear-gradient(-45deg, #c6ecef 25%, #bce8ec 25%, #bce8ec 50%, #c6ecef 50%, #c6ecef 75%, #bce8ec 75%, #bce8ec);
  background-size: 10px 10px; }
.guide__table--3 th {
  background-image: linear-gradient(-45deg, #fcd5b3 25%, #fbceaa 25%, #fbceaa 50%, #fcd5b3 50%, #fcd5b3 75%, #fbceaa 75%, #fbceaa);
  background-size: 10px 10px; }

@media screen and (max-width: 1400px) {
  .arr {
    padding: 0 2vw; }

  .sub__vis {
    height: 26.666vw; }
    .sub__vis .addimg {
      max-width: 40vw; }
    .sub__vis .addimg__p {
      padding: 17.333vw 0 2vw; }
    .sub__vis h2 {
      font-size: 4.804vw;
      padding: 9.333vw 0 2vw; }
    .sub__vis p {
      font-size: 2.134667vw; }
  .sub__pan {
    width: 74.666vw;
    font-size: 1.8666vw;
    padding-top: 2vw;
    justify-content: center;
    margin: auto; }

  .pana .contents {
    width: 94vw; }
  .pana__list > li {
    padding: 3.3333vw 2.666vw;
    margin-bottom: 4.6666vw; }
    .pana__list > li .sp {
      font-size: 2.4vw;
      text-align: right;
      font-weight: 500;
      padding-top: 2.6666vw; }
  .pana__list .pana__gree {
    margin-bottom: 0; }
  .pana__listtitle {
    padding-bottom: 0; }
    .pana__listtitle--l h4 {
      font-size: 3.732vw;
      padding-right: 1.333vw; }
    .pana__listtitle--l p {
      font-size: 2.134667vw;
      padding: 0.6666vw 2.66666vw; }
    .pana__listtitle--r {
      font-size: 2.39866vw; }
  .pana__info {
    padding-top: 4vw;
    padding-bottom: 2.66666vw;
    flex-direction: column; }
    .pana__info--l img {
      width: 74.6666vw;
      margin: 0 auto 4vw; }
    .pana__info--r table {
      margin: 0 auto 2.6666vw; }
    .pana__info--r tr {
      width: 74.6666vw; }
      .pana__info--r tr th {
        width: 74.6666vw;
        font-size: 2.6653vw;
        padding: 2vw 1vw; }
      .pana__info--r tr .dff {
        padding: 1.33333vw 0;
        font-size: 2.3986vw;
        width: 37.3333vw; }
        .pana__info--r tr .dff span {
          font-size: 2.3986vw; }
      .pana__info--r tr .wide {
        padding: 2.6666vw 0;
        font-size: 2.3986vw; }
        .pana__info--r tr .wide span {
          font-size: 3.732vw; }
      .pana__info--r tr .mid {
        padding: 2vw 1vw;
        font-size: 2.3986vw; }
  .pana__button {
    width: 74.6666vw;
    font-size: 2.6653vw;
    padding: 3.6vw 0; }
  .pana__att {
    text-align: left;
    width: 74.6666vw;
    font-size: 1.866vw;
    margin: auto;
    line-height: 2.6vw; }
  .pana__gree h4 {
    font-size: 3.732vw; }
  .pana__2ndlist {
    flex-direction: column;
    justify-content: center;
    padding: 2vw 0; }
    .pana__2ndlist > li {
      width: 74.666vw;
      padding: 0;
      margin: 1.3333vw auto;
      background: #fff; }
      .pana__2ndlist > li img {
        width: 52.666vw;
        margin: auto; }
      .pana__2ndlist > li p {
        font-size: 2.684vw;
        padding: 2.666vw 0; }
  .pana__boldor {
    font-size: 2.6573vw;
    padding-bottom: 3.3333vw; }

  .guide .contents {
    width: 94.6666vw; }
  .guide__list li h4 {
    font-size: 2.6666vw;
    padding: 1.333vw 0 1.333vw 2.6666vw; }
    .guide__list li h4::before {
      width: 1.3333vw; }
  .guide__list li p {
    font-size: 2.1333vw;
    line-height: 4vw;
    padding: 3.333vw 1.3333vw; }
  .guide__list--3 {
    padding-bottom: 4vw; }
  .guide__list--4 {
    padding-bottom: 4vw; }
  .guide table {
    margin: 0 auto 4vw;
    font-size: 1.86666vw; }
    .guide table th {
      padding: 2vw 1vw;
      font-size: 2.4vw;
      width: 94.6666vw; }
    .guide table td {
      padding: 2vw 1vw;
      line-height: 1.5; }
      .guide table td span {
        font-size: 2.666vw; } }
@media screen and (max-width: 525px) {
  .sub__vis {
    margin-top: 50px; }
    .sub__vis p {
      font-size: 3.0769vw; }
  .sub__pan {
    font-size: 3.0769vw; }

  .pana__list > li .sp {
    font-size: 3.0769vw; }
  .pana__listtitle--l p {
    font-size: 3.0769vw; }
  .pana__info--r tr th {
    font-size: 3.2vw; }
  .pana__info--r tr .dff {
    font-size: 3.0769vw; }
    .pana__info--r tr .dff span {
      font-size: 3.0769vw; }
  .pana__info--r tr .wide {
    font-size: 3.0769vw; }
    .pana__info--r tr .wide span {
      font-size: 3.732vw; }
  .pana__info--r tr .mid {
    font-size: 3.0769vw; }
  .pana__button {
    font-size: 3.0769vw; }
  .pana__att {
    font-size: 3.0769vw;
    line-height: 1.5; }
  .pana__2ndlist > li p {
    font-size: 3.0769vw; }
  .pana__boldor {
    font-size: 3.0769vw; }

  .smsp {
    display: none; }

  .guide__list li p {
    font-size: 3.0769vw; } }
.gar__info {
  width: 700px; }
  .gar__info::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    transform: rotate(180deg);
    border-style: solid;
    border-width: 360px 360px 0 0;
    border-color: #fbb13d transparent transparent transparent;
    z-index: -1; }
  .gar__info h3 {
    font-size: 3.2rem;
    font-weight: 700;
    padding-top: 7rem;
    text-align: center;
    line-height: 4.8rem; }
  .gar__info p {
    font-size: 1.8rem;
    padding: 5rem 10rem;
    line-height: 2.4rem; }
  .gar__info img {
    position: absolute;
    height: 103px;
    width: auto; }
  .gar__info .icon1 {
    top: 5%;
    left: 5%; }
  .gar__info .icon2 {
    top: 5%;
    right: 5%; }
  .gar__info .icon3 {
    top: 5%;
    left: 5%; }
  .gar__info .icon4 {
    top: 5%;
    right: 5%; }
.gar ul li {
  display: flex;
  height: 360px;
  margin-top: 7rem; }
  .gar ul li:nth-child(even) {
    flex-direction: row-reverse; }
    .gar ul li:nth-child(even) .gar__info::after {
      transform: rotate(-90deg);
      left: 0; }
  .gar ul li .key {
    width: 700px;
    object-fit: cover;
    overflow: hidden;
    object-position: bottom; }
  .gar ul li:nth-child(2) .key img {
    width: 110%;
    position: absolute;
    bottom: 0;
    left: 0; }

.ga-sale .sale__list {
  flex-wrap: wrap;
  padding-bottom: 5px; }
  .ga-sale .sale__list > li {
    margin-bottom: 65px; }

.addtext {
  font-size: 2.4rem;
  padding-bottom: 6.5rem;
  text-align: center;
  font-weight: 600;
  color: red; }

@media screen and (max-width: 1400px) {
  .gar .contents {
    width: 94vw; }
  .gar__info {
    width: 94vw; }
    .gar__info::after {
      border-width: 36.333vw 36.333vw 0 0; }
    .gar__info h3 {
      font-size: 3.73333vw;
      font-weight: 500;
      padding-top: 8.6666vw;
      line-height: 5vw; }
    .gar__info p {
      font-size: 2.1333vw;
      padding: 4vw 14vw 8vw;
      line-height: 1.5; }
    .gar__info img {
      height: 13.3333vw; }
    .gar__info .icon1 {
      top: 5%;
      left: 0%; }
    .gar__info .icon2 {
      top: 5%;
      right: 0%; }
    .gar__info .icon3 {
      top: 5%;
      left: 0%; }
    .gar__info .icon4 {
      top: 5%;
      right: 0%; }
  .gar ul li {
    flex-direction: column;
    height: auto;
    margin-top: 4.6666vw; }
    .gar ul li:nth-child(even) {
      flex-direction: column; }
    .gar ul li .key {
      width: 94vw;
      height: 48vw;
      object-fit: cover; }

  .ga-sale .sale__list {
    flex-wrap: wrap;
    padding-bottom: 0; }
    .ga-sale .sale__list > li {
      margin-bottom: 6.6666vw; }

  .addtext {
    font-size: 2.66666vw;
    padding-bottom: 6.66666vw; } }
@media screen and (max-width: 525px) {
  .gar__info p {
    font-size: 3.0769vw;
    padding: 4vw 10vw 8vw; } }
.inq {
  margin: 120px 0; }
  .inq .contents {
    background: #f2f2f2;
    text-align: center;
    padding: 5rem 0; }
    .inq .contents span {
      font-family: 'Lato', sans-serif;
      font-weight: 900; }
    .inq .contents h3 {
      font-size: 3.6rem;
      padding: 2rem 0;
      font-weight: 700; }
    .inq .contents a {
      font-size: 3.8rem;
      color: #fbb13d;
      font-weight: 900; }

@media screen and (max-width: 1400px) {
  .inq {
    margin: 6vw 0; }
    .inq .contents {
      padding: 5vw 0; }
      .inq .contents h3 {
        font-size: 4.2vw;
        padding: 3vw 0; }
      .inq .contents a {
        font-size: 4.6vw; } }
.pri {
  margin: 120px 0; }
  .pri .contents {
    background: #f2f2f2;
    text-align: start;
    padding: 5rem 10rem; }
  .pri__main > li {
    padding: 2rem 0; }
    .pri__main > li h3 {
      font-size: 3.6rem;
      padding-bottom: 2rem;
      font-weight: 700; }
    .pri__main > li div {
      font-size: 2rem;
      line-height: 1.5;
      padding: 0 1rem; }
  .pri__sub {
    font-size: 1.8rem;
    padding: 2rem; }
    .pri__sub > li {
      padding: .5rem 0; }
      .pri__sub > li::before {
        content: '・'; }
  .pri__nun {
    font-size: 1.8rem;
    padding: 2rem;
    counter-reset: count 0; }
    .pri__nun > li {
      padding: .5rem 0; }
      .pri__nun > li::before {
        content: counter(count) ". ";
        counter-increment: count 1; }

@media screen and (max-width: 1400px) {
  .pri {
    margin: 6vw 0; }
    .pri .contents {
      padding: 5vw 2vw; }
    .pri__main > li {
      padding: 2.6666vw 0; }
      .pri__main > li h3 {
        font-size: 4.8vw;
        padding-bottom: 2.6666vw; }
      .pri__main > li div {
        font-size: 2.66666vw;
        padding: 0 1.33333vw; }
    .pri__sub {
      font-size: 2.4vw;
      padding: 2.666666vw; }
      .pri__sub > li {
        padding: .6666vw 0; }
    .pri__nun {
      font-size: 2.4vw;
      padding: 2.66666vw; }
      .pri__nun > li {
        padding: .6666vw 0; } }
@media screen and (max-width: 525px) {
  .pri__main > li div {
    font-size: 3.544vw; }
  .pri__sub {
    font-size: 3.2vw; }
  .pri__nun {
    font-size: 3.2vw; } }
