@charset "UTF-8";
/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
}
/* top */
#top {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-color: #0C2313;
  position: relative;
  overflow: hidden;
  animation: .4s fadein .4s forwards;
  -webkit-animation: .4s fadein .4s forwards;
  opacity: 0;
}
#top #logo {
  position: absolute;
  bottom: 4%;
  right: 2.5%;
  width: 47.5%;
  min-width: 500px;
  z-index: 2;
  animation: .9s fadein .9s forwards;
  -webkit-animation: .9s fadein .9s forwards;
  opacity: 0;
}
#top #sisilarchitects {
  position: absolute;
  top: 5%;
  left: 2.5%;
  width: 220px;
  animation: .9s fadein .9s forwards;
  -webkit-animation: .9s fadein .9s forwards;
  opacity: 0;
}
#top #category {
  position: absolute;
  top: 15%;
  left: 2.5%;
  width: 100px;
  animation: .9s fadein .9s forwards;
  -webkit-animation: .9s fadein .9s forwards;
  opacity: 0;
}
#top #place {
  position: absolute;
  bottom: 4.5%;
  left: 2.5%;
  width: 260px;
  animation: .9s fadein .9s forwards;
  -webkit-animation: .9s fadein .9s forwards;
  opacity: 0;
}
/* introduction */
#introduction {
  width: 95%;
  margin: 10em auto;
}
#introduction div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
#introduction div h2 {
  margin-right: 6em;
  font-size: 1.6em;
}
#introduction div p {
  font-size: 1.15em;
  line-height: 2.3;
  padding-top: 6em;
}
/* profile */
#profile {
  width: 80%;
  margin: 10em auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border: 1px solid #0C2313;
  border-radius: 20px;
  padding: 4em 5%;
}
#profile figure {
  width: 30%;
  margin-right: 10%;
}
#profile div {
  width: 60%;
  text-align: left;
}
#profile div h3 {
  font-size: 1.4em;
  margin-bottom: 2em;
}
#profile div h3 span {
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
}
#profile div p {
  font-size: 1.1em;
  text-align: justify;
}
/* service */
#service {
  width: 80%;
  margin: 10em auto;
}
#service h2 {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
#service ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}
#service ul li {
  border: 1px solid #0C2313;
  border-radius: 30px;
  padding: 0.4em 2em;
  margin-right: 1.5em;
}
#service ul li:last-child {
  border: none;
  margin-right: 0;
  padding: 0;
}
#service #instagram {
  margin-top: 5em;
  background-color: #FFF;
  border-radius: 20px;
  padding: 4em 5% 5em;
}
#service #instagram h3 {
  font-size: 1.1em;
  margin-bottom: 2em;
}
#service #instagram .button {
  width: 500px;
}
#service #instagram .button span {
  width: 1.1em;
  margin-right: 0.5em;
  display: inline-block;
}
#service #instagram .button span img {
  width: auto;
  height: 100%;
}
/* contact */
#contact {
  width: 95%;
  margin: 10em auto;
}
#contact h2 {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
#contact div {
  font-size: 1.1em;
  line-height: 2;
  text-align: justify;
  width: 600px;
  margin: 0 auto;
}
#contact div #caption {
  font-size: 0.75em;
  text-align: left;
  margin-top: 3em;
}
#contact div #caption a {
  border-bottom: 1px dashed #0C2313;
}
/* form */
#form {
  width: 95%;
  margin: 10em auto;
}
#form h2 {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
/* access */
#access {
  width: 95%;
  margin: 10em auto;
}
#access h2 {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
#access p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  font-size: 1.1em;
  line-height: 2;
}
/* footer */
#footer {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-color: #E6E6E0;
}
#footer #ft_logo {
  position: absolute;
  bottom: 4%;
  right: 2.5%;
  width: 47.5%;
  min-width: 400px;
}
#footer #ft_sisilarchitects {
  position: absolute;
  top: 5%;
  left: 2.5%;
  width: 220px;
}
#footer #ft_category {
  position: absolute;
  top: 15%;
  left: 2.5%;
  width: 100px;
}
#footer #ft_instagram {
  position: absolute;
  bottom: 5%;
  left: 2.5%;
}
#footer #ft_instagram .button span {
  width: 1.1em;
  margin-right: 0.5em;
  display: inline-block;
}
#footer #ft_instagram .button span img {
  width: auto;
  height: 100%;
}
/* button */
.button {
  background-color: #0C2313;
  display: inline-block;
  border-radius: 30px;
  padding: 1.1em 5em;
  color: #F1F0EC;
  line-height: 1;
  font-size: 1.1em;
}
/* snow monkey form */
.snow-monkey-form {
  width: 600px;
  margin: 4em auto 0;
}
.smf-form .smf-item .smf-text-control__control {
  border: 1px solid #0C2313 !important;
  background-color: #FFF;
  color: #0C2313;
  font-size: 1em;
  letter-spacing: 0.01em;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  border-radius: 0;
}
.smf-form .smf-item .smf-textarea-control__control {
  border: 1px solid #0C2313 !important;
  background-color: #FFF;
  font-size: 1em;
  color: #0C2313;
  letter-spacing: 0.01em;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  border-radius: 0;
}
.smf-form--letter .smf-item {
  margin-bottom: 1em !important;
}
.smf-item__description {
  font-size: 0.9em !important;
}
.smf-item {
  margin: 1.5em 0;
}
.smf-item.info {
  margin: 0;
}
.smf-item__label {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.smf-action .smf-button-control__control {
  margin-top: 2em;
  background-color: #0C2313;
  background-image: none;
  border-radius: 30px;
  padding: 1.1em 5em;
  color: #F1F0EC;
  border: none !important;
  font-size: 1.1em;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: 'Zen Old Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* policy */
#policy {
  width: 600px;
  margin: 10em auto;
}
#policy h2 {
  font-size: 1.4em;
  margin-bottom: 2.5em;
}
#policy #text h3 {
  font-size: 1.3em;
  margin: 2.5em auto;
}
#policy #text h4 {
  font-size: 1.2em;
  margin: 2.5em auto;
}
#policy #text h5 {
  font-size: 1.2em;
  margin: 2.5em auto;
}
#policy #text p {
  text-align: left;
  margin: 1em auto;
}
#policy #close {
  text-align: center;
  margin: 5em auto 0;
  display: inline-block;
  border-bottom: 1px dashed #0C2313;
}