@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Muli:400,400i';

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
 /* background: #fff url('../images/bg.jpg') no-repeat fixed left bottom;
  background-size: cover;*/
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;}
.bg {
    width:100vw;
    background: #84b9cb url('../images/bg.jpg') no-repeat fixed left bottom;
    background-size: cover;
}
*, *::before, *::after {
  box-sizing: border-box;

}


/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #698aab;
}
.heading::before {
  bottom: 5px;
}
.button {
  display: inline-block;
  width: 200px;
  padding: 18px 26px;     /* ぷっくり */
  border-radius: 999px;       /* ぷっくり */
  background-color: #afa58d;
  color: #2f4f4f;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2em;
 box-shadow:
    0 5px 0 rgba(0, 0, 0, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.25);

  transition: all 0.15s ease;

  
}
.button:hover {
  opacity: 0.9;
  transform: translateY(2px);
  box-shadow:
    0 3px 0 rgba(0, 0, 0, 0.25),
    0 6px 12px rgba(0, 0, 0, 0.25);

}
.button:active {
  transform: translateY(5px);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.25),
    0 3px 6px rgba(0, 0, 0, 0.25);
}

.button-showy {
  background-color: #ffd700;
}
.button-ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.button-ghost2 {
  border: 1px solid #dda0dd;
  background-color: #dda0dd;
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  padding: 170px 30px 80px;
}
.header2 {
  padding: 12px 0;
}
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
　vertical-align: middle;
}
.site-title {
  margin: 50px 0 40px;
  font-size: 7.6rem;
	text-shadow: 1px 1px 3px #888; 
}
.site-description {
  margin-bottom: 50px;
  color: #fff;
  font-size: 1.6rem;
}
.buttons .button {
  margin: 10px;
}


/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 80px 30px;
  background-color: #84b9cb;
  color: #fff;
}
.about-text {
  margin: 30px 0;
  line-height: 2.5;
}
.about-image {
  display: block;
  width: 50%;
  margin: 0 0 10%;
}

/* --------------------------------
 * altoinfo
 * -------------------------------- */
.altoinfo {
  padding: 80px 0;
  background-color: #84b9cb;
  color: #fff;
}
.altoinfo-table {
  border-collapse: collapse;
  display: table;
  width: 80%;
  margin: 30px auto 0;
  position: relative;

  }

.altoinfo-tab-pane {
  padding-top: 30px;
  padding-bottom: 30px; 
}


.altoinfo table td, table th {
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
}
.altoinfo table th {
  background-color: #8da0b6;
}

/* --------------------------------
 *work1
 * -------------------------------- */
.work1 {
position: relative;
padding-bottom: 50px;
padding-top: 30px;
padding-left: 0;
padding-right: 0;
overflow: hidden;
background-color: #fff;
color: #333;
}
.work1_image {
	float: left;
    margin-right: 10px;
	 width: 50%;
  height: 100%;
}
.work1_text {
	margin: 30px 0;
  line-height: 2.5;
}
.work1_summary {
	overflow: hidden;
}
.work1_heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.work1 iframe,
.work1 object,
.work1 embed {
position: absolute;
top: 0;
left: 10%;
width: 80%;
height: 0%;
}

/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
  padding: 80px 0 150px;
  text-shadow: 1px 1px 3px #888;
}
.contact-form {
  width: 50%;
  margin: 50px auto 0;
}
.contact-form input[type=text],
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5) inset;
}
.contact-form textarea {
  height: 150px;
}
.contact-form input[type=submit] {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background-color: #778899;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background-color: #7B68EE;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 12px 0;
  font-size: 1.3rem;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */
/* @media (max-width: 1024px) {
  body {
    background: #29274b url('../images/bg_sp.png') no-repeat fixed left bottom;
  }
} */
@media (max-width: 1024px) {
  .bg {
    background: none;
  }
  .bg::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: #698aab url('../images/bg_sp.png') center/cover no-repeat ;
    -webkit-background-size:cover;
    font-size: 1.3rem;
  }  
  .heading {
    margin-top: 20px;
    font-size: 2.5rem;
  }
  .button:hover {
    opacity: 1;
  }

  /* --- header --- */
  .header {
    padding-top: 60px;
  }
  .header2 {
    padding-top: 12px;
  }
  .site-title-sub {
    font-size: 1.7rem;
  }
  .site-title-sub::before,
  .site-title-sub::after {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
  .site-title {
    margin-top: 35px;
    font-size: 5rem;
  }

  /* --- about --- */
  .about-text {
    line-height: 1.8;
  }

  /* --- works --- */
  .works-wrapper,
  .work-box {
    display: block;
  }
  .work-image {
    display: none;
  }
  .work-description {
    position: relative;
  }
  .work-box::after {
    top: 0;
    height: 100%;
    background-size: cover;
    transform: none;
  }

/* --- partners --- */
  .partners-wrapper,
  .partners-box {
    display: block;
  }
  .partners-box {
    margin: 40px auto;
  }
  .partners-image
	{
    width: 100px;
    height: 100px;
    font-size: 5rem;
    line-height: 92px;
  }
  .partners-text {
    margin: 0;
  }
  /* --- altoinfo --- */
  .altoinfo-wrapper,
  .work-box {
	display: block;
  }
  .altoinfo-description {
    position: relative;
  }
  /* --- contact --- */
  .contact {
    padding-bottom: 80px;
  }
  .contact-form {
    width: 80%;
  }
}
