@charset "UTF-8";
/* CSS Document */
/*def end*/
/*share*/
::selection {
  background: rgba(42, 85, 136, 0.6);
  /* Safari */
  color: white; }

::-moz-selection {
  background: rgba(42, 85, 136, 0.6);
  /* Firefox */
  color: white; }

html, body {
  height: 100%; }

*, *::before, *::after {
  box-sizing: border-box; }

a {
  text-decoration: underline;
  color: black; }
  a:hover {
    text-decoration: none; }

li {
  list-style-type: none; }

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: normal; }

body {
  font-family: "Roboto Condensed", "Meiryo", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.opening {
  background: #2a5588;
  color: white; }

#wrapper {
  max-width: 950px;
  width: 90%;
  margin: 0 auto; }

header {
  position: fixed;
  z-index: 100;
  padding: 1.6vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  header img {
    width: 250px;
    float: left; }
  @media all and (max-width: 640px) {
    header {
      padding-left: .5vh; }
      header img {
        width: 145px; } }

.sp {
  display: none; }
  @media all and (max-width: 640px) {
    .sp {
      display: block; } }

#nav_btn {
  display: none;
  top: 0;
  position: fixed;
  z-index: 100;
  right: 3%;
  left: auto; }
  #nav_btn img {
    width: 20px; }
  @media all and (max-width: 640px) {
    #nav_btn {
      display: block;
      right: 0;
      padding: 10px 3%; } }

#mail {
  float: right; }

nav#global_nav {
  float: right; }
  nav#global_nav li {
    margin-left: 1.5em;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px; }
    nav#global_nav li a {
      color: black;
      text-decoration: none; }
      nav#global_nav li a:hover {
        text-decoration: underline; }
    nav#global_nav li#close {
      display: none; }
  @media all and (max-width: 640px) {
    nav#global_nav {
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      transition: all .3s ease-in-out;
      background-color: white;
      visibility: hidden;
      opacity: 0;
      z-index: 100; }
      nav#global_nav ul {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        width: 100%; }
        nav#global_nav ul li {
          margin-left: 0; }
      nav#global_nav.is-visible_smp {
        visibility: visible;
        opacity: 1; }
      nav#global_nav li {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-bottom: .1em; }
        nav#global_nav li a {
          display: block;
          padding: 1em 0;
          -webkit-text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          -moz-text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          filter: dropshadow(color=white, offx=0, offy=1, positive=1), dropshadow(color=white, offx=0, offy=0, positive=1), dropshadow(color=white, offx=0, offy=-1, positive=1), dropshadow(color=white, offx=-1, offy=-1, positive=1), dropshadow(color=red, offx=1, offy=1, positive=1); }
        nav#global_nav li#close {
          display: block;
          padding: 1em 0;
          color: black;
          -webkit-text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          -moz-text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          text-shadow: 0px 1px 1px white,0px 0px 1px white,1px 0px 1px white,0px -1px 1px white,1px 1px 3px black,1px 1px 3px black;
          filter: dropshadow(color=white, offx=0, offy=1, positive=1), dropshadow(color=white, offx=0, offy=0, positive=1), dropshadow(color=white, offx=0, offy=-1, positive=1), dropshadow(color=white, offx=-1, offy=-1, positive=1), dropshadow(color=red, offx=1, offy=1, positive=1); } }

#content {
  position: relative;
  z-index: 10; }

.img_box_full {
  width: 100%;
  min-height: 45vh;
  background: url(../img/takumi_bg2.jpg) top center;
  background-size: cover; }

#home {
  background: url(../img/takumi_bg.jpg) top center;
  background-size: cover;
  background-blend-mode: color;
  background-attachment: fixed;
  z-index: 1;
  height: 100vh;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1; }
  #home #home_content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    #home #home_content img {
      width: 100%;
      max-width: 600px; }
    #home #home_content p {
      font-size: 1.5em;
      line-height: 1.5em;
      font-weight: bold;
      filter: dropshadow(color=white, offx=0, offy=1, positive=1), dropshadow(color=white, offx=0, offy=0, positive=1), dropshadow(color=white, offx=0, offy=-1, positive=1), dropshadow(color=white, offx=-1, offy=-1, positive=1), dropshadow(color=red, offx=1, offy=1, positive=1); }
      @media all and (max-width: 640px) {
        #home #home_content p {
          font-size: 1em; } }
  #home.op {
    opacity: 0; }
  @media all and (max-width: 640px) {
    #home {
      background: url(../img/takumi_bg.jpg) center center;
      background-size: cover; } }

.text_box,
.img_box {
  margin-bottom: 2em; }

.center {
  text-align: center; }
  @media all and (max-width: 640px) {
    .center {
      text-align: left; } }

#map {
  width: 100%;
  height: 400px;
  margin-bottom: 3em; }

.crossfader {
  position: relative;
  height: 540px;
  margin-left: 10px; }
  @media all and (max-width: 640px) {
    .crossfader {
      height: 150px; } }

.crossfader img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  cursor: pointer; }

.crossfader .active {
  z-index: 10;
  opacity: 1.0; }

.crossfader .last-active {
  z-index: 9; }

section {
  overflow: hidden;
  padding: 15vh 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2em;
  line-height: 1.5em; }
  @media all and (max-width: 640px) {
    section {
      padding: 10vh 0;
      font-size: .9em; } }
  section ._title {
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center; }
    section ._title h2 {
      color: #2a5588;
      font-weight: bold;
      display: inline-block; }
    section ._title h3 {
      color: #2a5588;
      font-weight: bold;
      padding-bottom: .5em;
      padding-top: 2em; }
    @media all and (max-width: 640px) {
      section ._title {
        font-size: 1.2em; } }
  section ._subtitle {
    text-align: center;
    margin: 6vh auto 3vh; }
    section ._subtitle span {
      border-bottom: dashed thin grey;
      display: inline-block; }
  section ._content {
    width: 90%;
    max-width: 950px;
    margin: 0 auto; }
    section ._content h4 {
      font-weight: bold; }
    section ._content p {
      padding: 0;
      margin: 0;
      margin-bottom: 1em; }
    section ._content dl {
      width: 85%;
      margin: 0 auto; }
      section ._content dl dt {
        float: left;
        clear: both;
        width: 20%; }
      section ._content dl dd {
        margin-bottom: 1vh;
        margin-left: 25%; }
      @media all and (max-width: 640px) {
        section ._content dl {
          width: 100%;
          text-align: left; }
          section ._content dl dt {
            width: 100%;
            float: none;
            font-weight: bold; }
          section ._content dl dd {
            margin-left: 0;
            margin-bottom: 1em;
            border-bottom: thin dotted black;
            padding-bottom: 1em; } }
    section ._content ._left {
      width: 50%;
      float: left; }
    section ._content ._right {
      width: 50%;
      float: right; }
  @media all and (max-width: 640px) {
    section#access ._content dl dd {
      border-bottom: none; } }
  section#aisatsu {
    background: rgba(206, 202, 201, 0.3); }
    section#aisatsu ._content {
      width: 600px;
      max-width: 90%;
      margin: 0 auto; }
    section#aisatsu .sign {
      text-align: right;
      letter-spacing: .1em; }
      section#aisatsu .sign span {
        letter-spacing: .15em;
        margin-left: .5em;
        font-size: 1.4em; }
  section#hajimeni ._content {
    width: 600px;
    max-width: 90%; }
  section#work {
    background: rgba(206, 202, 201, 0.1); }
    section#work ._content ._left, section#work ._content ._right {
      padding: 0 5%; }
      @media all and (max-width: 640px) {
        section#work ._content ._left, section#work ._content ._right {
          float: none;
          width: 100%; } }
    section#work p {
      text-align: center; }
    section#work li:before {
      content: "・ "; }
    section#work li:nth-child(even) {
      background: rgba(128, 128, 128, 0.3); }
  section#contact {
    background: rgba(206, 202, 201, 0.3); }
    section#contact ._content p {
      width: 80%;
      margin: 0 auto 5vh;
      text-align: center; }
      @media all and (max-width: 640px) {
        section#contact ._content p {
          width: 100%; } }
      section#contact ._content p.phone a {
        font-size: 1.2em; }
    section#contact ._content i.fa {
      margin-right: .5em; }

footer {
  width: 100%;
  text-align: center;
  margin-bottom: 3vh;
  padding-top: 3vh; }
  footer p {
    line-height: 1.5em;
    font-size: .8em;
    padding: 0;
    margin: 0; }
  @media all and (max-width: 640px) {
    footer {
      bottom: 10px; } }

form input[type="radio"] {
  margin-right: 5px; }
form input[type="text"], form textarea {
  background: rgba(128, 128, 128, 0.4) bottom left;
  width: 85%;
  font-size: 12px;
  margin: 0 auto 10px;
  border: thin solid rgba(255, 255, 255, 0);
  border-bottom: thin grey solid;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  form input[type="text"]:focus, form textarea:focus {
    outline: none;
    color: white;
    background: darkgray;
    border: thin solid white; }
form textarea {
  min-height: 100px; }
form button {
  width: 68%;
  padding: 15px;
  margin: 0 auto 10px;
  border: none;
  background: black;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px white solid;
  cursor: pointer; }
  form button:hover {
    background: darkgray;
    color: white; }
@media all and (max-width: 640px) {
  form input[type="text"], form textarea {
    width: 100%; }
  form button {
    width: 100%; } }

/*# sourceMappingURL=base.css.map */
