/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #292929;
  background: #FFF;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1200px;
}

/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
}
/* ------------------------------
 width: all
------------------------------ */
body {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
body.effected {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}
header .wrapper {
  height: 50px;
  background-color: #fff;
  padding: 10px 0 0 20px;
  position: relative;
}
header .wrapper .logo01 {
  width: 58px;
  display: block;
}
header .wrapper .logo01 img {
  width: 100%;
  display: block;
}
header .wrapper .home {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 20px;
}
header .wrapper .home a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #292929;
  font-weight: bold;
}
header .fixlink01 {
  width: 130px;
  display: block;
  position: fixed;
  top: 140px;
  right: 0;
  z-index: 1000;
}
header .fixlink01 img {
  width: 100%;
  display: block;
}

header .fixlink02 {
  width: 130px;
  display: block;
  position: fixed;
  top: 340px;
  right: 0;
  z-index: 1000;
}
header .fixlink02 img {
  width: 100%;
  display: block;
}

main {
  margin-top: 50px;
}
main section.s01 {
  height: 750px;
  background-image: url(../images/s0101.jpg);
  background-size: cover;
  background-position: top 0 left 0;
  position: relative;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 240px 0 0 140px;
}
main section.s01 .wrapper::before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 580px);
  background-color: #9D9389;
  z-index: 1;
}
main section.s01 .wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  background-color: #9B8162;
  z-index: 2;
}
main section.s01 .wrapper .msg01 {
  width: 648px;
  display: block;
  color: #fff;
}
main section.s01 .wrapper h1 {
  font-size: 98px;
  color: #fff;
}
main section.s02 {
  padding: 100px 0 120px;
}
main section.s02 .wrapper {
  width: 1026px;
  margin: 0 auto;
}
main section.s02 .wrapper h2 {
  font-size: 68px;
  letter-spacing: 6px;
}
main section.s02 .wrapper .t01 {
  font-size: 24px;
  line-height: 220%;
  margin-top: 10px;
}
main section.s02 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
main section.s02 .wrapper ul li {
  width: 500.5px;
}
main section.s02 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper ul li:nth-child(odd) dl dt {
  padding-left: calc(50% - 640px);
}
main section.s03 .wrapper ul li:nth-child(odd) dl dt .txtbox {
  padding-left: 40px;
}
main section.s03 .wrapper ul li:nth-child(even) dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper ul li:nth-child(even) dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s03 .wrapper ul li:nth-child(5n+1) {
  background-color: #948065;
}
main section.s03 .wrapper ul li:nth-child(5n+2) {
  background-color: #292929;
}
main section.s03 .wrapper ul li:nth-child(5n+3) {
  background-color: #978d84;
}
main section.s03 .wrapper ul li:nth-child(5n+4) {
  background-color: #948065;
}
main section.s03 .wrapper ul li:nth-child(5n) {
  background-color: #292929;
}
main section.s03 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s03 .wrapper ul li dl dt {
  width: calc(50% + 100px);
  padding-left: 100px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1px;
          order: 1px;
}
main section.s03 .wrapper ul li dl dt .txtbox {
  width: 600px;
}
main section.s03 .wrapper ul li dl dt .txtbox .t01 {
  color: #fff;
  font-size: 58px;
  letter-spacing: 5px;
}
main section.s03 .wrapper ul li dl dt .txtbox .t02 {
  font-size: 22px;
  line-height: 220%;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 2px;
}
main section.s03 .wrapper ul li dl dd {
  width: calc(50% - 100px);
  height: 756px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper ul li dl dd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

main section.s04-0 {
  margin-top: 80px;
}
main section.s04-0 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s04-0 .wrapper img {
 width: 700px;
 margin: 0 auto;
 display: block;
}

main section.s04 {
  padding: 60px 0;
}
main section.s04 .wrapper {
  width: 1000px;
  margin: 0 auto;
}
main section.s04 .wrapper h3 {
  text-align: center;
  font-size: 56px;
  letter-spacing: 5px;
}
main section.s04 .wrapper table {
  width: 100%;
  margin-top: 70px;
}
main section.s04 .wrapper table tr th {
  width: 55%;
  font-size: 28px;
  vertical-align: top;
  line-height: 160%;
  padding: 10px 0;
}
main section.s04 .wrapper table tr td {
  font-size: 28px;
  vertical-align: top;
  line-height: 160%;
  padding: 10px 0;
  text-align: right;
}
main section.s05 .wrapper .gmapbox {
  position: relative;
  width: 100% !important;
  height: 860px !important;
  /*
            &:after {
              content: "";
              width: 100%;
              height: 100%;
              display: block;
              background-color: #784500;
              position: absolute;
              top: 0;
              left: 0;
              mix-blend-mode: hue;
              pointer-events: none;
            }
  */
}
main section.s05 .wrapper .gmapbox iframe {
  width: 100% !important;
  height: 860px !important;
  display: block;
}
main section.s05 .wrapper .t01 {
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
}
main section.s05 .wrapper .t02 {
  text-align: center;
  margin-top: 80px;
}
main section.s05 .wrapper .t02 a {
  text-decoration: none;
  border-bottom: 1px solid #292929;
  font-size: 36px;
  color: #292929;
  font-weight: 500;
}

footer .wrapper {
  padding: 120px 0 100px;
}
footer .wrapper .logo {
  width: 300px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
  }
  header .wrapper {
    height: 40px;
    background-color: #fff;
    padding: 8px 0 0 10px;
    position: relative;
  }
  header .wrapper .logo01 {
    width:45px;
    display: block;
  }
  header .wrapper .logo01 img {
    width: 100%;
    display: block;
  }
  header .wrapper .home {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  header .wrapper .home a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #292929;
    font-weight: bold;
  }
  header .fixlink01 {
    width: 70px;
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 1000;
  }
  header .fixlink01 img {
    width: 100%;
    display: block;
  }
  
  header .fixlink02 {
    width: 70px;
    display: block;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1000;
  }
  header .fixlink02 img {
    width: 100%;
    display: block;
  }
  
  main {
    margin-top: 40px;
  }
  main section.s01 {
    height: 400px;
    background-image: url(../images/s0101.jpg);
    background-size: cover;
    background-position: top 0 center;
    position: relative;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 170px 0 0 50px;
  }
  main section.s01 .wrapper::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    background-color: #9D9389;
    z-index: 1;
  }
  main section.s01 .wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    background-color: #9B8162;
    z-index: 2;
  }
  main section.s01 .wrapper .msg01 {
    width: 300px;
    display: block;
    color: #fff;
  }
  main section.s01 .wrapper h1 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    margin-top: 20px;
  }
  main section.s02 {
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h2 {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
  }
  main section.s02 .wrapper .t01 {
    font-size: 16px;
    line-height: 180%;
    margin-top: 15px;
  }
  main section.s02 .wrapper ul {
    margin-top: 15px;
    display: block;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    margin-top: 15px;
  }
  main section.s02 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper ul li {
    padding: 40px 0;
  }
  main section.s03 .wrapper ul li:nth-child(odd) dl dt {
    padding: 0;
  }
  main section.s03 .wrapper ul li:nth-child(odd) dl dt .txtbox {
    padding-left: 0;
  }
  main section.s03 .wrapper ul li:nth-child(even) dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
  }
  main section.s03 .wrapper ul li:nth-child(even) dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 0 40px;
  }
  main section.s03 .wrapper ul li:nth-child(5n+1) {
    background-color: #948065;
  }
  main section.s03 .wrapper ul li:nth-child(5n+2) {
    background-color: #292929;
  }
  main section.s03 .wrapper ul li:nth-child(5n+3) {
    background-color: #978d84;
  }
  main section.s03 .wrapper ul li:nth-child(5n+4) {
    background-color: #948065;
  }
  main section.s03 .wrapper ul li:nth-child(5n) {
    background-color: #292929;
  }
  main section.s03 .wrapper ul li dl {
    display: block;
  }
  main section.s03 .wrapper ul li dl dt {
    width: 100%;
    padding-left: 0px;
  }
  main section.s03 .wrapper ul li dl dt .txtbox {
    width: 100%;
    padding: 0 20px !important;
    margin-top: 20px;
  }
  main section.s03 .wrapper ul li dl dt .txtbox .t01 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper ul li dl dt .txtbox .t02 {
    font-size: 14px;
    line-height: 180%;
    color: #fff;
    margin-top: 10px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper ul li dl dd {
    width: 100%;
    height: auto;
    padding-right: 40px;
  }
  main section.s03 .wrapper ul li dl dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  
  
  main section.s04-0 {
  margin-top: 30px;
}
main section.s04-0 .wrapper {
  width: 100%;
  margin: 0 auto;
}
main section.s04-0 .wrapper img {
 width: 90%;
 margin: 0 auto;
 display: block;
}


  main section.s04 {
    padding: 50px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
  }
  main section.s04 .wrapper table {
    width: 100%;
    margin-top: 30px;
  }
  main section.s04 .wrapper table tr th {
    width: calc(100vw - 180px);
    font-size: 14px;
    vertical-align: top;
    line-height: 160%;
    padding: 10px 0;
    font-weight: 500;
  }
  main section.s04 .wrapper table tr td {
    font-size: 14px;
    vertical-align: top;
    line-height: 160%;
    padding: 10px 0;
    text-align: right;
  }
  main section.s05 .wrapper .gmapbox {
    position: relative;
    width: 100% !important;
    height: 300px !important;
    /*
              &:after {
                content: "";
                width: 100%;
                height: 100%;
                display: block;
                background-color: #784500;
                position: absolute;
                top: 0;
                left: 0;
                mix-blend-mode: hue;
                pointer-events: none;
              }
    */
  }
  main section.s05 .wrapper .gmapbox iframe {
    width: 100% !important;
    height: 300px !important;
    display: block;
  }
  main section.s05 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }
  main section.s05 .wrapper .t02 {
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
  }
  main section.s05 .wrapper .t02 a {
    text-decoration: none;
    border-bottom: 1px solid #292929;
    font-size: 22px;
    color: #292929;
    line-height: 180%;
    font-weight: 500;
  }
  footer .wrapper {
    padding: 50px 20px;
  }
  footer .wrapper .logo {
    width: 203.5px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
  }
}