@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

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

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.note {
  font-size: 14px;
  line-height: 1.6;
  margin-left: 1em;
}
.note li {
  margin: 0 0 .5em;
  text-indent: -1em;
}
.note li:last-of-type {
  margin-bottom: 0;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

.red {
  color: #e82a00;
}

.btn a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  padding: 1rem 0;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#87a432), to(#848f02));
  background: linear-gradient(to bottom, #87a432 0%, #848f02 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a:hover {
  opacity: 0.9;
}

/*=======================================
	layout
=======================================*/
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #999;
  border-top: none;
}

header {
  background: url("../images/header_bg.jpg") no-repeat left bottom;
  background-size: 65% auto;
  height: 150px;
  color: #093;
  line-height: 1.2;
  text-align: right;
  padding: 20px 40px 0;
}
header p {
  font-size: 14px;
}
header h1 {
  font-size: 30px;
  font-weight: bold;
  margin: .6rem 0;
}
header .address {
  display: none;
}
header ul {
  font-weight: bold;
}
header ul li:first-child {
  color: #e82a00;
  margin-bottom: .2rem;
}

.g_nav {
  padding: 10px 20px 20px;
}
.g_nav .g_nav_btn {
  display: none;
}
.g_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.4;
}
.g_nav li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 2px;
}
.g_nav li a {
  display: block;
  padding: .5rem 0;
  color: #222;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.g_nav li a:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 6px);
  background: #838e00;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g_nav li a:hover {
  background: #faedd7;
}
.g_nav li a:hover:before {
  background: #e82a00;
}
.g_nav li.current a {
  background: #faedd7;
  cursor: default;
}
.g_nav li.current a:before {
  background: #e82a00;
}

main {
  padding: 0 40px;
}
main h1 {
  background: #093;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

footer {
  text-align: center;
  line-height: 1.2;
  padding: 2rem 0;
  margin-top: 3rem;
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer p {
  font-size: 12px;
  color: #666;
}
footer .mail_copy {
  margin-top: .5rem;
}
footer .mail_copy a {
  color: #666;
}

/*=======================================
	home
=======================================*/
.home main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home main .nav {
  width: 200px;
  margin-right: 30px;
}
.home main .nav li {
  margin-bottom: .5rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.home main .nav li a {
  display: block;
  padding: .5rem 0 .5rem 25px;
  color: #222;
  background: #efefef;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(204, 204, 204, 0.6) 2px, rgba(204, 204, 204, 0.6) 3px);
}
.home main .nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #a6635a;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home main .nav li a:hover {
  opacity: .8;
}
.home main .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home main .contents .btn {
  margin: 1.5rem 0;
}

/*=======================================
	kaisha
=======================================*/
.kaisha main h1 {
  margin-bottom: 2rem;
}
.kaisha main h2 {
  border: 1px solid #ccc;
  border-left: 10px solid #346702;
  color: #093;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#fdffd1), to(#ffffff));
  background: linear-gradient(to right, #fdffd1 0%, #ffffff 100%);
}
.kaisha main section {
  margin-bottom: 4rem;
}
.kaisha main section .inner {
  padding: 0 2rem;
}
.kaisha main table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.6;
}
.kaisha main tr {
  border-bottom: 1px solid #ccc;
}
.kaisha main th, .kaisha main td {
  padding: .6rem 1rem;
}
.kaisha main th {
  width: 30%;
  text-align: left;
  background: #f5f5fa;
  border-right: 1px solid #ccc;
}

/*=======================================
	shouhin
=======================================*/
.shouhin main h1 + p {
  margin-bottom: 1rem;
  text-align: center;
}
.shouhin main section {
  margin: 0 0 2rem;
}
.shouhin main section a {
  text-decoration: none;
  color: #333;
}
.shouhin main section h2 {
  background: #dfdfff;
  border: 1px solid #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: .5rem 1rem;
  margin-bottom: 10px;
}
.shouhin main section h2 span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.shouhin main section h2 span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: #ff6633;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shouhin main section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shouhin main section li {
  width: 30%;
  margin: 0 6px 12px;
  padding: 1rem .5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666;
}
.shouhin main section li a {
  cursor: pointer;
}
.shouhin main section h3 {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.shouhin main section .row2 h3 {
  min-height: 2.8em;
}
.shouhin main section:nth-child(even) h2 {
  background: #e0e0d1;
}

.modal-content {
  width: 50%;
  margin: 0;
  padding: 1.5rem;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 30;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-content .h {
  background: #6666ff;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  padding: 1rem;
}
.modal-content figure {
  margin: 1rem 0;
}
.modal-content p {
  text-align: left;
  margin-bottom: 1rem;
}
.modal-content .btn_close a {
  display: inline-block;
  background: #ddd;
  line-height: 1.2;
  padding: .5rem 1.5rem;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-content .btn_close a:hover {
  opacity: .8;
}

#modal-overlay {
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.75);
}

/*=======================================
	access
=======================================*/
.access main p {
  text-align: center;
}
.access main h1 + p {
  color: #093;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.access main .btn {
  margin-top: 1rem;
}

/*=======================================
	contact
=======================================*/
.contact main input[type="text"],
.contact main input[type="email"],
.contact main input[type="tel"],
.contact main textarea {
  width: 100%;
  padding: .6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.contact main textarea {
  min-height: 10em;
}
.contact main h1 {
  margin-bottom: 2rem;
}
.contact main dl {
  max-width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact main dt, .contact main dd {
  margin-bottom: 1rem;
}
.contact main dt {
  width: 35%;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.contact main dt span {
  display: inline-block;
  background: #e82a00;
  color: #fff;
  font-size: .7em;
  line-height: 1.2;
  padding: .2rem .4rem;
  margin-left: .5rem;
  border-radius: 3px;
}
.contact main dd {
  width: 65%;
}
.contact main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact main li {
  margin: 0 .5rem;
}

.contact main.check form {
  margin-top: 1rem;
}
.contact main.check td table th, .contact main.check td table td {
  padding: 1rem;
}
.contact main.check ul {
  margin-top: 2rem;
}

.contact .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: .5rem;
}
.contact .copyright a {
  color: #666;
}

.contact main.thanks p {
  text-align: center;
}
.contact main.thanks .link {
  text-align: center;
  margin-top: 2rem;
}

/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  html {
    font-size: calc(100vw / ( 640 / 26 ));
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .note {
    font-size: calc(100vw / ( 640 / 24 ));
  }

  /*=======================================
  	layout
  =======================================*/
  header {
    background: none;
    height: auto;
    padding: 0;
  }
  header p {
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: calc(100vw / ( 640 / 20 ));
    padding: .3rem;
  }
  header .txt {
    padding: 1rem calc(100vw / ( 640 / 40 ));
    background: url("../images/header_bg.jpg") no-repeat left bottom;
    background-size: 80% auto;
  }
  header h1 {
    font-size: calc(100vw / ( 640 / 38 ));
    margin: 0 0 .6rem;
  }
  header ul {
    font-size: calc(100vw / ( 640 / 24 ));
  }

  .g_nav {
    padding: 0;
    position: relative;
  }
  .g_nav .g_nav_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #093;
    color: #fff;
    height: calc(100vw / ( 640 / 70 ));
    padding: 0 calc(100vw / ( 640 / 40 ));
    line-height: 1.2;
    position: relative;
  }
  .g_nav .g_nav_btn:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 20 ));
    height: calc(100vw / ( 640 / 20 ));
    border-right: calc(100vw / ( 640 / 4 )) solid #fff;
    border-bottom: calc(100vw / ( 640 / 4 )) solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 46%;
    right: calc(100vw / ( 640 / 40 ));
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .g_nav .g_nav_btn.active:after {
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
  .g_nav .inner {
    position: absolute;
    top: calc(100vw / ( 640 / 70 ));
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .g_nav .inner.active {
    max-height: 50vh;
  }
  .g_nav ul {
    display: block;
    padding: 1.5rem;
    background: #efefef;
    border-bottom: 1px solid #ccc;
  }
  .g_nav li {
    width: auto;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    background: #fff;
  }
  .g_nav li a {
    padding: .8rem 0;
  }
  .g_nav li a:before {
    width: calc(100vw / ( 640 / 6 ));
    height: 80%;
    left: calc(100vw / ( 640 / 10 ));
  }

  main {
    padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 40 )) 0;
  }
  main h1 {
    font-size: calc(100vw / ( 640 / 30 ));
  }

  footer p {
    font-size: calc(100vw / ( 640 / 18 ));
  }

  .btn a {
    font-size: calc(100vw / ( 640 / 34 ));
  }

  /*=======================================
  	home
  =======================================*/
  .home main .flex {
    display: block;
  }
  .home main .nav {
    display: none;
  }
  .home main .contents .btn {
    margin: 1.5rem 0;
  }

  /*=======================================
  	kaisha
  =======================================*/
  .kaisha main h2 {
    border-left: calc(100vw / ( 640 / 10 )) solid #346702;
    font-size: calc(100vw / ( 640 / 30 ));
    margin-bottom: 1rem;
  }
  .kaisha main section .inner {
    padding: 0;
  }
  .kaisha main table {
    border: none;
  }
  .kaisha main th, .kaisha main td {
    display: block;
    padding: 0;
  }
  .kaisha main th {
    width: auto;
    background: none;
    border-right: none;
    padding-top: 1rem;
    font-weight: bold;
  }
  .kaisha main tr:first-of-type th {
    padding-top: 0;
  }
  .kaisha main td {
    padding-bottom: 1rem;
  }

  /*=======================================
  	shouhin
  =======================================*/
  .shouhin main h1 + p {
    text-align: left;
    line-height: 1.6;
  }
  .shouhin main section h2 {
    font-size: calc(100vw / ( 640 / 28 ));
    margin-bottom: calc(100vw / ( 640 / 20 ));
  }
  .shouhin main section h2 span {
    padding-left: calc(100vw / ( 640 / 40 ));
  }
  .shouhin main section h2 span:before {
    width: calc(100vw / ( 640 / 20 ));
    height: calc(100vw / ( 640 / 20 ));
  }
  .shouhin main section ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shouhin main section li {
    width: calc(50% - calc(100vw / ( 640 / 10 )));
    margin: 0 0 calc(100vw / ( 640 / 20 ));
  }
  .shouhin main section li:nth-child(odd) {
    margin-right: calc(100vw / ( 640 / 20 ));
  }
  .shouhin main section h3 {
    font-size: calc(100vw / ( 640 / 24 ));
  }

  .modal-content {
    width: 90%;
    padding: 1rem;
  }
  .modal-content .h {
    font-size: 1em;
  }
  .modal-content p {
    font-size: calc(100vw / ( 640 / 24 ));
  }

  /*=======================================
  	access
  =======================================*/
  .access main h1 + p {
    font-size: 1rem;
  }

  /*=======================================
  	contact
  =======================================*/
  .contact main textarea {
    min-height: 6em;
  }
  .contact main dl {
    display: block;
  }
  .contact main dt {
    width: auto;
    padding: 0;
    margin-bottom: .6rem;
  }
  .contact main dd {
    width: auto;
  }

  .contact main.check table {
    width: 100%;
  }
  .contact main.check td table {
    font-size: calc(100vw / ( 640 / 24 ));
  }
  .contact main.check td table th, .contact main.check td table td {
    display: block;
    padding: .5rem;
  }
  .contact main.check td table td {
    padding-bottom: 1rem;
  }

  .contact .copyright {
    font-size: calc(100vw / ( 640 / 20 ));
  }

  .contact main.thanks .link {
    text-align: center;
    margin-top: 2rem;
  }
}
