@charset "utf-8";

/* base */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
}
html {
  font-size: 10px;
}
body {
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}
section {
  position: relative;
}

.text, .number, select, textarea {
  position: relative;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 5px 5px 5px 5px;
  border: 1px solid #222222;
}
.text, .number, select {
  height: 32px;
}
textarea {
  height: 150px;
}
.input_big {
  width: 50%;
}
.input_medium {
  width: 25%;
}
.input_small {
  width: 10%;
}
.select_small {
  width: 10%;
  top: 2px;
}
.button {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 20px 4px 20px;
  border: 2px solid #222222;
  border-radius: 4px;
  color: #222222;
  background-color: #e2d9c8;
  text-align: center;
}
.button:hover {
  color: #e2d9c8;
  background-color: #222222;
}




/* Header */
header {
  position: relative;
  width: 100%;
  background: url("../img/header_background.jpg") no-repeat center 100%;
}
header.header_top {
/*
  height: 100vh;
*/
  height: 50vh;
  /*
  background-attachment: fixed;
  */
  background-size: cover;
}
header.header_common {
  background-size: cover;
}
header h1 {
  padding: 20px 0 25px 0;
}
header.header_top h1 {
  text-shadow: 3px 6px 3px #222222;
  position: absolute;
  left: 5vw;
  /*
  bottom: 15vh;
  */
  bottom: 5vh;
}
header.header_common h1 {
  text-shadow: 2px 5px 3px #222222;
  width: 100%;
  text-align: center;
}

header h1 a {
  color: #eee8da;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
header.header_top h1 a {
  font-size: 56px;
}
header.header_common h1 a {
  font-size: 38px;
}



/* animation */
._transitionNormal {
  -webkit-transition: all 1.0s ease;
     -moz-transition: all 1.0s ease;
      -ms-transition: all 1.0s ease;
       -o-transition: all 1.0s ease;
          transition: all 1.0s ease;
}
._transitionLink {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
._transitionButton {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}




/* Main */
main {
  position: relative;
  width: 100%;
  padding: 20px 0 50px 0;
}
article {
  position: relative;
  width: 100%;
}



/* Home */
.sec_home {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
}

.sec_home .introduction {
  width: 94%;
  margin: 0 auto 0 auto;
  padding: 15px 20px;
  border: 10px solid #e2d9c8;
  font-size: 14px;
}
.sec_home .introduction p {
  font-size: 14px;
  padding: 5px 0;
}
.sec_home .introduction p.introduction_big {
  font-size: 18px;
  font-weight: bold;
}

.sec_home .contents_group {
  width: 100%;
  padding: 30px 2% 0 2%;
}
.sec_home .contents_group h2 {
  font-size: 1.5vw;
  font-weight: bold;
}
.sec_home .contents_group ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.sec_home .contents_group ul li {
  float: left;
  display: block;
  /*
  width: 19.9%;
  */
  width: 49.9%;
  padding: 10px 0 0 0;
}
.sec_home .contents_group ul li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 5px 0 7px 0;
  width: 96%;
  font-size: 1.26vw;
  background-color: #e2d9c8;
  text-align: center;
}
.sec_home .contents_group ul li:hover a {
  color: #e2d9c8;
  background-color: #222222;
}




/* Footer */
footer {
  position: relative;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  text-align: center;
  background: url("../img/footer_background.jpg") no-repeat center top;
}




/* responsive */
@media (min-width: 769px) {
  /* base */
  .visible_in_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  /* base */
  .visible_in_pc {
    display: none;
  }
  textarea {
    height: 120px;
  }
  .input_big {
    width: 100%;
  }
  .input_medium {
    width: 50%;
  }
  .input_small {
    width: 20%;
  }
  .select_small {
    width: 20%;
  }
  .button {
    font-size: 16px;
    padding: 4px 30px 4px 30px;
  }
  .button:hover {
    color: #222222;
    background-color: #e2d9c8;
  }
  
  
  
  
  /* Header */
  header {
    /*
    background: url("../img/header_background.jpg") no-repeat center 100%;
    */
  }
  header.header_top {
    /*
    height: 60vh;
    */
    height: 40vh;
  }
  header h1 {
    padding: 15px 0 20px 0;
  }
  header.header_top h1 {
    text-shadow: 2px 4px 3px #222222;
    left: 5vw;
    bottom: 10vh;
  }
  
  header.header_top h1 a {
    font-size: 36px;
  }
  header.header_common h1 a {
    font-size: 28px;
  }
  
  
  
  
  /* Home */
  .sec_home .introduction {
    width: 92%;
  }
  .sec_home .contents_group {
    padding: 30px 3% 0 3%;
  }
  .sec_home .contents_group h2 {
    font-size: 3.8vw;
  }
  .sec_home .contents_group ul li {
    /*
    width: 49.9%;
    */
    width: 100%;
    padding: 8px 0 0 0;
  }
  .sec_home .contents_group ul li a {
    padding: 5px 0 5px 0;
    width: 96%;
    font-size: 3.2vw;
    font-weight: bold;
  }
  
  
  
  
  /* Footer */
  footer {
    font-size: 12px;
    /*
    background: url("../img/footer_background.jpg") no-repeat 70% center;
    */
  }
}