@charset "UTF-8";
/* Font */
/* Color */
/****************************************/
/* Reset CSS */
/****************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

main {
  display: block; }

/****************************************/
/* Base */
/****************************************/
body {
  background: #FFF;
  color: #333;
  font-family: "Roboto", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 200%;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  transition: all 0.4s; }

img {
  width: 100%; }

.block-inner {
  padding: 0 100px; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.reverse {
  flex-direction: row-reverse; }

h2.title {
  margin: 0 auto 60px;
  padding-top: 80px;
  width: 340px; }

h3.title {
  text-align: center;
  font-size: 54px;
  line-height: 1.2em;
  margin-bottom: 40px; }

.btn {
  width: 300px; }
  .btn a {
    background: transparent;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 16px;
    text-align: center;
    border-radius: 5px; }
  .btn-white a {
    border: solid 1px #FFF;
    color: #FFF; }
    .btn-white a:hover {
      background: #FFF;
      border: solid 1px #FFF;
      color: #557524; }
  .btn-green a {
    border: solid 1px #557524;
    color: #557524; }
    .btn-green a:hover {
      background: #557524;
      color: #FFF; }
  .btn-red a {
    border: solid 1px #e02f31;
    color: #e02f31; }
    .btn-red a:hover {
      background: #e02f31;
      color: #FFF; }

.spt-fnt {
  font-family: "Dancing Script", cursive;
  font-weight: normal; }

.bg-gray {
  background: url(../images/common/bg_concept_white.jpg) no-repeat center center;
  background-size: cover; }

.bg-gray2 {
  background: url(../images/common/bg_shopping.jpg) no-repeat center top;
  background-size: cover; }

.bg-brown {
  background: url(../images/common/bg_concept_brown.jpg) no-repeat center center;
  background-size: cover; }

.bg-green {
  background: url(../images/common/bg_concept_green.jpg) no-repeat center center;
  background-size: cover; }

.image-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform-origin: bottom center;
  transform: scale(1, 1);
  transition: all 1.2s; }

.mask-hide {
  transform: scale(1, 0);
  opacity: 0.1; }

.shadow-show {
  box-shadow: 20px 20px 50px rgba(69, 54, 10, 0.3); }

.anno {
  font-size: 13px;
  text-align: right;
  width: 100%; }

.t-red {
  font-weight: bold;
  color: #e02f31; }

/****************************************/
/* header */
/****************************************/
header .page-title {
  margin: 100px 100px 0; }
  header .page-title h1 {
    margin: 0 auto;
    padding: 140px 0;
    width: 440px; }
header nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  min-width: 1200px;
  height: 80px;
  width: 100%;
  z-index: 100; }
  header nav .sp-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #FFF;
    z-index: 100; }
    header nav .sp-nav-btn {
      display: block;
      position: absolute;
      width: 30px;
      height: 28px;
      top: 16px;
      left: 16px; }
      header nav .sp-nav-btn a {
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: inline-block; }
        header nav .sp-nav-btn a span {
          box-sizing: border-box;
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #45360a;
          border-radius: 4px; }
          header nav .sp-nav-btn a span:nth-of-type(1) {
            top: 0; }
          header nav .sp-nav-btn a span:nth-of-type(2) {
            top: 13px; }
          header nav .sp-nav-btn a span:nth-of-type(3) {
            bottom: 0; }
        header nav .sp-nav-btn a.active span:nth-of-type(1) {
          transform: translateY(13px) rotate(-45deg); }
        header nav .sp-nav-btn a.active span:nth-of-type(2) {
          opacity: 0; }
        header nav .sp-nav-btn a.active span:nth-of-type(3) {
          transform: translateY(-13px) rotate(45deg); }
  header nav .sp-nav-content {
    display: none;
    background: #557524;
    margin-top: 60px;
    width: 100%;
    padding-bottom: 40px; }
    header nav .sp-nav-content .sp-nav-list {
      padding-top: 40px; }
      header nav .sp-nav-content .sp-nav-list li {
        margin: 0 5% 20px;
        text-align: center; }
        header nav .sp-nav-content .sp-nav-list li:last-child {
          margin: 0 5%; }
        header nav .sp-nav-content .sp-nav-list li a {
          display: block;
          color: #FFF;
          font-size: 16px;
          font-weight: bold; }
          header nav .sp-nav-content .sp-nav-list li a i {
            padding-right: 5px; }
  header nav .nav-content {
    background: #FFF;
    justify-content: space-between;
    height: 100%; }
    header nav .nav-content ul li {
      display: inline-block; }
    header nav .nav-content .sns-list {
      width: 300px;
      text-align: left;
      box-sizing: border-box;
      padding: 20px 0 20px 50px; }
      header nav .nav-content .sns-list-title {
        position: relative;
        margin-right: 50px; }
        header nav .nav-content .sns-list-title:after {
          content: "";
          position: absolute;
          width: 30px;
          height: 1px;
          top: 12px;
          left: 58px;
          border-bottom: 1px solid #b1cc89; }
      header nav .nav-content .sns-list li {
        font-size: 22px; }
        header nav .nav-content .sns-list li a {
          background: transparent;
          font-size: 18px;
          width: 38px;
          height: 38px;
          display: block;
          border-radius: 50%;
          border: solid 1px #557524;
          color: #557524;
          text-align: center; }
          header nav .nav-content .sns-list li a i {
            line-height: 37px; }
          header nav .nav-content .sns-list li a:hover {
            background: #557524;
            color: #FFF; }
    header nav .nav-content .nav-list {
      position: absolute;
      left: 50%;
      width: 548px;
      transform: translateX(-50%);
      line-height: 80px; }
      header nav .nav-content .nav-list li {
        padding: 0 22px;
        text-align: center; }
        header nav .nav-content .nav-list li a {
          color: #333; }
          header nav .nav-content .nav-list li a:hover {
            color: #88b04b; }
      header nav .nav-content .nav-list-icon {
        position: relative;
        top: 16px;
        width: 120px !important; }
        header nav .nav-content .nav-list-icon a {
          display: block; }
          header nav .nav-content .nav-list-icon a:hover {
            opacity: 0.6; }
          header nav .nav-content .nav-list-icon a img {
            width: 86px;
            text-align: center; }
    header nav .nav-content .contact-list {
      width: 300px;
      text-align: right;
      box-sizing: border-box;
      padding: 20px 50px 20px 0; }
      header nav .nav-content .contact-list-title {
        position: relative;
        margin-right: 50px; }
        header nav .nav-content .contact-list-title:after {
          content: "";
          position: absolute;
          width: 30px;
          height: 1px;
          top: 12px;
          left: 70px;
          border-bottom: 1px solid #b1cc89; }
      header nav .nav-content .contact-list li {
        font-size: 22px; }
        header nav .nav-content .contact-list li a {
          background: transparent;
          font-size: 18px;
          width: 38px;
          height: 38px;
          display: block;
          border-radius: 50%;
          border: solid 1px #557524;
          color: #557524;
          text-align: center; }
          header nav .nav-content .contact-list li a i {
            line-height: 37px; }
          header nav .nav-content .contact-list li a:hover {
            background: #557524;
            color: #FFF; }

/****************************************/
/* footer */
/****************************************/
footer {
  background: url(../images/common/bg_concept_brown.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 40px; }
  footer .logo {
    margin: 0 auto 40px;
    width: 320px; }
  footer .footer-list {
    text-align: center;
    margin-bottom: 60px; }
    footer .footer-list li {
      display: inline-block;
      margin: 0 10px; }
      footer .footer-list li a {
        padding: 0 10px;
        color: #FFF; }
        footer .footer-list li a:hover {
          color: #b1cc89; }
  footer .copylight {
    font-size: 12px;
    text-align: center;
    color: #FFF; }

/****************************************/
/* Media Query */
/****************************************/
@media screen and (max-width: 1367px) {
  .block-inner {
    padding: 0 33px; } }
@media screen and (max-width: 767px) {
  /* Base */
  body {
    min-width: 100%; }

  .block-inner {
    padding: 0 5%; }

  .flex {
    display: block; }

  h2.title {
    width: 70%;
    margin: 0 auto 40px;
    padding-top: 60px; }

  h3.title {
    font-size: 38px; }

  .btn {
    width: 100%; }

  /* header */
  header .page-title {
    margin: 60px 5% 0; }
    header .page-title h1 {
      margin: 0 auto;
      padding: 80px 0;
      width: 70%; }
  header nav {
    min-width: auto;
    height: 80px; }
    header nav .sp-nav {
      display: block; }
    header nav .nav-content {
      display: none; }

  /* footer */
  footer .footer-list li {
    display: block;
    margin: 0 0 10px; } }
