/*
Theme Name: thankyou-monodukuri
Author: ojo
Version: 1.0
*/
.gnav {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .gnav {
    position: absolute;
    max-width: 1100px;
  }
}
.gnav .copy {
  display: none;
}
@media screen and (min-width: 800px) {
  .gnav .copy {
    display: inherit;
    color: #000;
    font-size: 1.2rem;
  }
}
.gnav .nav-box {
  background-color: #002f7b;
  display: flex;
  flex-direction: row;
  height: 80px;
  width: 100%;
}
.gnav .nav-box .container {
  margin: 0;
  padding: 50px 30px 50px 95px;
}
@media screen and (min-width: 800px) {
  .gnav .nav-box {
    height: 116px;
  }
}
.gnav .nav-box h1 {
  margin: 0;
  padding: 10px 0 10px 10px;
}
@media screen and (min-width: 800px) {
  .gnav .nav-box h1 {
    padding: 10px 0 10px 30px;
  }
}
@media screen and (min-width: 800px) {
  .gnav .nav-box {
    height: auto;
    display: flex;
    justify-content: space-between;
  }
}

.gnav-top .copy {
  color: #fff;
}
.gnav-top .nav-box {
  background-color: #002f7b;
}
@media screen and (min-width: 800px) {
  .gnav-top .nav-box {
    background-color: rgba(0, 47, 123, 0.8);
  }
}

.menu {
  display: none;
}
@media screen and (min-width: 800px) {
  .menu {
    display: flex;
    width: 700px;
    justify-content: space-between;
  }
}
.menu li {
  list-style: none;
}
.menu li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: all .3s ease;
}
.menu li a:hover::after {
  transform: scaleX(1);
}

header .wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  height: 50px;
  width: 115px;
}
@media screen and (min-width: 800px) {
  .logo {
    height: 90px;
    width: 205px;
  }
}

.main_img {
  background-size: contain;
  height: 40vh;
  background: url(./img/KANAGATABS.JPG) no-repeat center;
  position: relative;
}
@media screen and (min-width: 800px) {
  .main_img {
    height: 60vh;
    background-size: cover;
  }
}

.info_area {
  width: 100%;
  height: 500px;
  background: url(./img/DSC_0024S_02.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.outer {
  width: 100%;
  display: table;
}

.info_txt {
  display: table-cell;
  vertical-align: middle;
  height: 500px;
  color: #fff;
}
.info_txt P {
  margin-bottom: 30px;
  font-size: 2rem;
}

.button {
  max-width: 400px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 70px;
  margin: 0 auto;
  border-radius: 0.5rem;
}
.button a {
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
}
.button:hover {
  background: #002F7B;
  border-color: #002F7B;
  color: #fff;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.content-area {
  font-size: 1.8rem;
  line-height: 2.7rem;
  max-width: 1072px;
  margin: 0 auto;
  padding: 50px 0;
}
.content-area a:hover {
  opacity: 0.6;
}
.content-area h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  .content-area h1 {
    margin-bottom: 80px;
  }
}

table {
  margin: 10px 0;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  width: 100%;
}
table th {
  width: 30%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table td {
  width: 70%;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

dt {
  margin: 40px 20px 0;
}

dd {
  margin: 10px 20px;
}

.contact {
  background: #eee;
  width: 100%;
  height: auto;
}

h2 {
  font-weight: 800;
  color: #002F7B;
}

.page-id-154 .content-area, .post-type-archive-product .content-area, .error .content-area {
  padding: 20px 0;
}
@media screen and (min-width: 800px) {
  .page-id-154 .content-area, .post-type-archive-product .content-area, .error .content-area {
    padding: 200px 0;
  }
}

.thumb {
  text-align: center;
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .thumb {
    padding-top: 80px;
  }
}
.thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

footer {
  color: #fff;
  background: #B9B9B9;
  height: 300px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
footer .wrap ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  footer .wrap ul {
    display: flex;
    width: 270px;
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .wrap ul li {
  list-style: none;
}
footer p {
  text-align: center;
}

.page-id-25 table {
  border-collapse: collapse;
  width: calc(94% - 2px);
  margin: auto;
}
.page-id-25 table th, .page-id-25 table td {
  padding: 20px;
  border: 1px solid #999;
  width: calc(100% - 50px);
}
@media screen and (min-width: 800px) {
  .page-id-25 table th, .page-id-25 table td {
    width: auto;
  }
}
.page-id-25 table th {
  background-color: #eee;
  width: 25%;
}
.page-id-25 table td {
  width: 75%;
}
.page-id-25 input {
  width: calc(100% - 20px);
  padding: 10px;
}
.page-id-25 input[type="submit"] {
  display: block;
  width: 30%;
  margin: 30px auto;
}
.page-id-25 textarea {
  width: calc(100% - 20px);
  padding: 10px;
}
.page-id-25 .red {
  font-size: 1.4rem;
  color: red;
}
.page-id-25 table {
  width: 90%;
}
.page-id-25 table th, .page-id-25 table td {
  width: calc(100% - 42px);
  display: block;
  border-top: none;
}
@media screen and (min-width: 800px) {
  .page-id-25 table th, .page-id-25 table td {
    width: auto;
    display: table-cell;
  }
}
@media screen and (min-width: 800px) {
  .page-id-25 table th {
    width: 200px;
  }
}
.page-id-25 table input, .page-id-25 table textarea {
  width: calc(100% - 25px);
}
.page-id-25 table textarea {
  border: 1px solid #ddd;
}

.single-area {
  padding: 20px 0;
  max-width: 1072px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 800px) {
  .single-area {
    padding: 200px 0 80px;
  }
}
.single-area img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .single-area img {
    width: auto;
  }
}

.gray {
  color: #3F3F3F;
}
.gray i {
  padding-right: 10px;
}

.post-type-archive-qa .qa {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.post-type-archive-qa .qa:last-of-type {
  border-bottom: 1px solid #ccc;
}
.post-type-archive-qa .qa a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
.post-type-archive-qa .qa li {
  border-top: 1px dashed #ccc;
  padding: 12px;
}
.post-type-archive-qa label {
  display: block;
  padding: 12px;
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.post-type-archive-qa .menu_bar {
  display: none;
}
.post-type-archive-qa .qa ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
.post-type-archive-qa .thumb {
  text-align: center;
  padding-top: 0px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .post-type-archive-qa .thumb {
    padding-top: 80px;
  }
}
.post-type-archive-qa .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.post-type-archive-qa .qa-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .post-type-archive-qa .qa-flex {
    flex-direction: row;
    position: relative;
  }
}
.post-type-archive-qa .qa-icon {
  margin: 1em 0;
  width: 85px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
.post-type-archive-qa .qa-txt {
  margin-left: 1em;
}
.post-type-archive-qa .qa-btn {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 35px;
  width: 15px;
  height: 15px;
  position: absolute;
}

.post-type-archive-product .content-area {
  max-width: 1200px;
}

.product-img {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.product-img a {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 90%;
  line-height: 0;
}
@media screen and (min-width: 480px) {
  .product-img a {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  .product-img a {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1072px) {
  .product-img a {
    width: 25%;
  }
}
.product-img a img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

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