@charset "UTF-8";
/* ==========================================================================
   RESET
========================================================================== */
body,
div,
p,
ul,
ol,
dl,
form,
table,
fieldset,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  border: 0;
  padding: 0;
}

a {
  outline: 0;
}

em,
address {
  font-style: normal;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a img:hover {
  opacity: 0.7;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   COMMON STYLE
========================================================================== */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

a:hover {
  transition: 0.5s;
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.pc-area {
  display: block;
}

.sp-area {
  display: none;
}

.new-line {
  display: inline;
}

a[href^="tel:"] {
  pointer-events: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

html body#top {
  background-color: #00215b;
  color: #fff;
}
html body header {
  position: relative;
}
html body header .logo {
  width: 180px;
}
html body header .navbar {
  padding: 2rem 1rem 1rem;
  align-items: flex-end;
}
html body header .navbar .navbar-toggler-icon {
  background-image: none;
}
html body header .navbar .navbar-toggler {
  position: absolute;
  top: 23px;
  right: 15px;
}
html body header .pc-area::before {
  position: absolute;
  top: 23px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
html body header .pc-area #select_lang {
  color: #00215b;
  font-size: 24px;
  width: 62px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: solid 1px #00215b;
  outline: none;
  background: #fff;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 8px;
}
html body header .pc-area::-ms-expand {
  display: none;
}

@media screen and (max-width: 991px) {
  .pc-area {
    display: none;
  }

  .sp-area {
    display: block;
  }
  .sp-area::before {
    display: none;
  }
  .sp-area #select_lang {
    position: absolute;
    top: 24px;
    right: 75px;
    color: #00215b;
    border: solid 1px #00215b;
    width: 68px;
    padding: 3px 8px;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pc-area {
    display: block;
    margin-top: 5px;
  }
  .pc-area .sp-area {
    display: none;
  }
  .pc-area .nav-item:nth-last-child(1) {
    margin-left: 1rem;
  }
}
.navbar-nav {
  align-items: center;
}
.navbar-nav .nav-item {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  font-size: 16px;
  position: relative;
}
.navbar-nav .nav-item .nav-link {
  text-align: center;
}
.navbar-nav .nav-item .active {
  border-bottom: solid 5px #a72126;
}
.navbar-nav .nav-item .nav-link span {
  display: block;
  font-size: 12px;
}

header .hero {
  min-height: 0rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}
header .hero .text {
  position: absolute;
  top: 25%;
  left: 50%;
  font-size: 2.125rem;
  z-index: 2;
  letter-spacing: 0.5rem;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
header .hero video{
  width: 100%;
}

@media screen and (max-width: 768px) {
  html body header .logo {
    width: 140px;
  }

  html body header .navbar {
    padding: 1rem;
  }
  html body header .navbar .navbar-toggler {
    position: absolute;
    top: 23px;
    right: 10px;
  }

  html body header .hero .text {
    font-size: 2.5rem;
    text-align: center;
  }

  html body header .hero .text {
    font-size: 1.25rem;
    text-align: center;
  }
}
/* ==========================================================================
   トップ
========================================================================== */
#top main div.flex {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 6rem;
}
#top main h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  width: 50%;
}
#top main p {
  font-size: 1rem;
  line-height: 1.75;
  width: 40%;
}
#top main p span {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #top main div.flex {
    display: block;
  }
  #top main h1 {
    text-align: center;
    width: auto;
    margin-bottom: 2rem;
  }
  #top main p {
    width: auto;
  }
}
/* ==========================================================================
   ニセコ
========================================================================== */
main header img {
  width: 100%;
}

#niseko main header h1,
#location main header h1,
#access main header h1,
#investments main header h1,
#specifications main header h1,
#about main header h1 {
  font-size: 2.5rem;
  color: #00215b;
  font-weight: normal;
  margin: 2rem 0;
  text-align: center;
  letter-spacing: 0.25rem;
}

@media screen and (max-width: 767px) {
  #niseko main header h1,
#location main header h1,
#access main header h1,
#investments main header h1,
#specifications main header h1,
#about main header h1 {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
#niseko main header h2,
#location main header h2,
#access main header h2,
#investments main header h2,
#specifications main header h2,
#about main header h2 {
  font-size: 2rem;
  font-weight: normal;
  margin: 2rem 0 1rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #niseko main header h2,
#location main header h2,
#access main header h2,
#investments main header h2,
#specifications main header h2,
#about main header h2 {
    font-size: 1.5rem;
    margin: 1rem 0 1rem 0;
  }
}
#niseko main header p,
#access main header p,
#investments main header p {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}

#niseko .img-wrap {
  position: relative;
  margin-bottom: 3rem;
}
#niseko .img-wrap img {
  width: 100%;
  margin-bottom: 2rem;
}
#niseko .img-wrap .img08 {
  margin-bottom: 2rem;
}
#niseko .img-wrap01 .text01 {
  position: absolute;
  right: 0;
  top: 3vh;
}
#niseko .img-wrap02 .text02 {
  position: absolute;
  left: 0;
  top: 3vh;
}
#niseko .img-wrap div h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#niseko .img-wrap div p {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  #niseko .img-wrap div h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  #niseko .img-wrap div p {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .pc-area {
    display: none;
  }

  .sp-area {
    display: block;
  }

  #niseko .img-wrap img {
    margin: 1rem 0;
  }
  #niseko .img-wrap .text {
    text-align: center;
  }
  #niseko .img-wrap div p {
    text-align: left;
  }
}
/* ==========================================================================
   ロケーション
========================================================================== */
#location main header h3 {
  text-align: center;
  margin: 3rem 0;
}
#location section .flex img {
  width: 65%;
  margin: 1rem;
}
#location section .flex > div {
  width: 35%;
}
#location section .flex > div h4 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
#location section .flex > div p {
  font-size: 1rem;
  line-height: 2;
}
#location .map {
  margin: 5rem auto 2rem;
  text-align: center;
  max-width: 1270px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
#location .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#location .info h2 {
  font-size: 2.5rem;
  color: #00215b;
  font-weight: normal;
  margin: 2rem 0;
  text-align: center;
  letter-spacing: 0.25rem;
}
#location .info .table-group {
  margin-bottom: 3rem;
}
#location .info .table-group .pc-area {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
#location .info .table-group .sp-area {
  display: none;
}
#location .info .table-group table {
  margin: 0 2rem;
}
#location .info .table-group table th {
  font-weight: normal;
  padding: 5px;
}
#location .info .table-group table td {
  width: 90px;
  min-width: 74px;
  text-align: left;
  padding: 5px;
}
#location .info .img-group ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
#location .info .img-group li {
  width: 25%;
  padding: 0 1%;
}
#location .info .img-group li img {
  width: 87%;
  display: block;
}
#location .info .img-group li span {
  display: block;
  margin: 1rem;
}
#location .info .img-group > p {
  margin-bottom: 1rem;
}
#location .info .img-group > img {
  width: 100%;
}
#location footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #location section .flex {
    display: block;
  }
  #location main header h3 {
    margin: 1rem 0;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #location section .flex img {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #location section .flex > div {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #location section .flex > div h4 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #location section .flex > div p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #location .map {
    margin: 2rem auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  #location .info h2 {
    font-size: 1.75rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 991px) {
  #location .info .table-group .pc-area {
    display: none;
  }
  #location .info .table-group .sp-area {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #location .info .table-group {
    flex-wrap: wrap;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  #location .info .table-group table {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #location .info .table-group table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #location .info .img-group li {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #location .info .img-group li img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #location .info .img-group li span {
    margin: 0 0 1rem 0;
  }
}
/* ==========================================================================
   アクセス
========================================================================== */
#access section .bg {
  background: url(../images/access/2x/bg01@2x.png) no-repeat top right;
  background-size: contain;
}
#access section .flex {
  justify-content: center;
}
#access section .box {
  margin-bottom: 0;
}
#access section .box h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#access section .box p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
#access section .box > div {
  margin: 1rem;
}
#access section .box img {
  width: 100%;
}
#access section .box01 {
  margin-top: -12vh;
}
#access section .box01 img {
  width: 50%;
}
#access section .box02 {
  margin-bottom: 5rem;
}
#access section .box02 > div:nth-of-type(1) {
  width: 35%;
}
#access section .box02 > div:nth-of-type(2) {
  width: 30%;
}
#access section .box02 > div:nth-of-type(3) {
  width: 35%;
}
#access section .box02 > div:nth-of-type(1) {
  margin-top: -2rem;
}
#access section .box02 > div:nth-of-type(3) {
  margin-top: 5rem;
}
#access section .box03 {
  margin-top: -10vh;
}
#access section .box03 > div:nth-of-type(1) {
  width: 40%;
}
#access section .box03 > div:nth-of-type(2) {
  width: 60%;
}
#access section .box03 > div:nth-of-type(1) img {
  margin-top: -12rem;
}
#access section .box03 div img {
  margin-bottom: 2rem;
}
#access section .box04 {
  align-items: flex-start;
}
#access section .box04 div:nth-of-type(1) {
  width: 50%;
}
#access section .box04 div:nth-of-type(1) img:nth-of-type(1) {
  width: 88%;
}
#access section .box04 div:nth-of-type(2) {
  width: 50%;
}
#access section .box04 img {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1700px) {
  #access section .box01 {
    margin-top: -7vh;
  }
}
@media screen and (max-width: 991px) {
  #access section .box01 {
    margin-top: -6vh;
  }
}
@media screen and (max-width: 767px) {
  #access section .box01 {
    margin-top: -9vh;
  }
}
@media screen and (max-width: 767px) {
  #access section .box p {
    line-height: 1.75;
    margin-bottom: 1rem;
    text-align: left;
  }
  #access section .box01 {
    margin-top: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  #access section .box01 img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #access section .box01,
#access section .box02,
#access section .box03 {
    margin-bottom: 1rem;
  }
  #access section .box02 {
    margin-bottom: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  #access section .box02 > div:nth-of-type(1) {
    width: 100%;
    margin-top: 0;
  }
  #access section .box02 > div:nth-of-type(2) {
    width: 100%;
  }
  #access section .box > div {
    margin: 0 0 1rem 0;
  }
  #access section .box02 > div:nth-of-type(3) {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #access section .box03 {
    margin-top: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  #access section .box03 > div:nth-of-type(1), #access section .box03 > div:nth-of-type(2) {
    width: 100%;
  }
  #access section .box03 > div:nth-of-type(1) img {
    margin-top: 0;
  }
  #access section .box03 div img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #access section .box04 {
    flex-wrap: wrap;
    text-align: center;
  }
  #access section .box04 div:nth-of-type(1), #access section .box04 div:nth-of-type(2) {
    width: 100%;
  }
  #access section .box04 img {
    margin-bottom: 1rem;
  }
}
/* ==========================================================================
   投資環境
========================================================================== */
#investments section .box {
  margin-bottom: 3rem;
}
#investments section .box > div {
  margin: 0 1rem;
}
#investments section .box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#investments section .box h3 span {
  font-size: 1.25rem;
}
#investments section .box p {
  font-size: 1rem;
  line-height: 2.5;
  margin-bottom: 2rem;
}
#investments section .box img {
  width: 100%;
}
#investments section .box01 > img {
  width: 65%;
}
#investments section .box01 > div {
  width: 35%;
}
#investments section .box02 {
  align-items: flex-end;
}
#investments section .box02 > div {
  width: 55%;
}
#investments section .box02 > img {
  width: 45%;
}
#investments section .box03 {
  align-items: flex-start;
}
#investments section .box03 > div {
  width: 55%;
}
#investments section .box03 > img {
  width: 35%;
}
#investments section .box04 > div {
  width: 35%;
}
#investments section .box04 > img {
  width: 65%;
}
#investments section > p {
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  #investments section .box {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  #investments section .box p {
    line-height: 2;
    margin-bottom: 1rem;
  }
  #investments section .box > div,
#investments section .box > img {
    margin: 0 0 1rem 0;
  }
  #investments section .box01 > div {
    width: 100%;
    order: 1;
  }
  #investments section .box01 > img {
    width: 100%;
    order: 2;
  }
  #investments section .box h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #investments section .box02 {
    align-items: initial;
    flex-wrap: wrap;
  }
  #investments section .box02 > div,
#investments section .box02 > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #investments section .box03 {
    align-items: initial;
    flex-wrap: wrap;
    justify-content: initial;
  }
  #investments section .box03 > div,
#investments section .box03 > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #investments section .box04 > div,
#investments section .box04 > img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #investments section > p {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   物件情報
========================================================================== */
#specifications section {
  margin-bottom: 3rem;
}
#specifications section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #231815;
  text-align: center;
}
#specifications section p {
  font-size: 1.25rem;
  line-height: 2.5;
  margin-bottom: 2rem;
  text-align: center;
}
#specifications section h4 {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  margin: 3rem 0;
}
#specifications section h4 span {
  padding: 1rem;
  border-top: dotted 3px #333;
  border-bottom: dotted 3px #333;
}
#specifications section p span {
  padding: 0.25rem 1rem;
  border: solid 1px #231815;
}
#specifications .map {
  margin: 0 auto 1.5rem;
  text-align: center;
  max-width: 1270px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
#specifications .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#specifications section .box02 div {
  text-align: center;
}
#specifications section .box02 img {
  width: 100%;
}
#specifications section .box03 > div {
  justify-content: space-evenly;
}
#specifications section table {
  width: 40%;
  background: #231815;
  border-collapse: separate;
  border-spacing: 1px;
}
#specifications section th {
  font-size: 1.25rem;
  background: #efefef;
  font-weight: bold;
  width: 30%;
  text-align: center;
  padding: 0.5rem;
}
#specifications section td {
  font-size: 1.25rem;
  background: #fff;
  text-align: center;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  #specifications section h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #specifications section h3 {
    margin-bottom: 1rem;
  }
  #specifications section p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #specifications section .box03 > div {
    justify-content: initial;
    flex-wrap: wrap;
  }
  #specifications section table {
    width: 100%;
  }
}
/* ==========================================================================
   事業主
========================================================================== */
#about main header,
#about .box {
  margin-bottom: 3rem;
}
#about .box01 {
  text-align: center;
}
#about h1,
#about h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #231815;
  text-align: center;
}
#about p {
  font-size: 1.25rem;
  line-height: 2.5;
  margin-bottom: 2rem;
  text-align: center;
}
#about .box01 img {
  margin-bottom: 2rem;
}
#about .box01 a {
  color: #231815;
}
#about .box02 ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
#about .box02 li {
  width: 39%;
  margin: 0 2.5rem 2rem;
}
#about .box02 li h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#about .box02 li img {
  margin-bottom: 1rem;
  width: 100%;
}
#about .box02 li p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  #about main header,
#about h1,
#about h2 {
    margin-bottom: 1rem;
  }
  #about .box01 img {
    margin-bottom: 1rem;
    max-width: 70px;
  }
  #about p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #about .box02 ul {
    flex-wrap: wrap;
    align-items: initial;
  }
  #about .box02 li {
    width: 100%;
    margin: 0 0 1rem;
  }
  #about .box02 li h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
/* ==========================================================================
   お問い合わせ
========================================================================== */
#contact main .row > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/contact/contact_bk.jpg);
  padding: 10rem 0;
}
#contact main h1 {
  text-align: center;
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  padding: 0.5rem 1rem;
  border: solid 1px #333;
  text-align: center;
}
.Form-Item-Label.isMsg {
  min-height: 216px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    min-height: initial;
    display: block;
    align-items: center;
    text-align: left;
  }
}
.Form-Item-Input {
  border: 1px solid #333;
  border-radius: 0;
  margin-left: 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 45px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #333;
  border-radius: 0;
  margin-left: 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    font-size: 16px;
  }
}
/* NGなら赤くする */
form input:focus:invalid {
  border: tomato 2px solid;
}
form input:focus:valid + .error .invalid {
  display: none;
}
form input:valid:not(:last-child) {
  border: seagreen 2px solid;
}

/* 操作中、入力値が正しい場合は、不正エラーを消す */
/* OKなら、その他のテキストボックス以外を緑にする */
#contact footer {
  margin-top: 0;
}

/* ==========================================================================
   FOOTER
========================================================================== */
html body footer {
  margin-top: 2rem;
  background-color: #898989;
}
html body footer .copy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0rem;
  padding-right: 0rem;
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html body footer {
    margin-top: 1rem;
  }
}
/* ==========================================================================
   Helper classes
========================================================================== */
.clear {
  clear: both;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*--    段落行揃え   --*/
.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}
/*# sourceMappingURL=index.css.map */