/**
* 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: #566960;
  background: #FFF;
  font-family: "ibm-plex-sans-jp", 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;
}

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;
}

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

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

/*
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;
}

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

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

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

.en01 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en02 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en03 {
  font-family: "seitu-variable", sans-serif;
  font-variation-settings: "wght" 736;
}

.mincho01 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 0.15em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1280px;
  width: 100%;
  z-index: 1000000000;
  background-color: #fff;
}
header.spmenu_opened .wrapper .ham .barbox .bar.bar01 {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.spmenu_opened .wrapper .ham .barbox .bar.bar02 {
  opacity: 0;
}
header.spmenu_opened .wrapper .ham .barbox .bar.bar03 {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.spmenu_opened .wrapper .ham p.closed {
  opacity: 0;
}
header.spmenu_opened .wrapper .ham p.opened {
  opacity: 1;
}
header .wrapper {
  height: 170px;
  width: 100%;
  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;
  padding: 0 35px 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .logo {
  width: 276px;
  display: block;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .ham {
  width: 90px;
  height: 71px;
  position: relative;
  margin-left: calc(100% - 356px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .wrapper .ham:hover {
  cursor: pointer;
  opacity: 0.6;
}
header .wrapper .ham .barbox {
  width: 18px;
  height: 22px;
  position: relative;
  margin: 0 auto;
}
header .wrapper .ham .barbox .bar {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #566960;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header .wrapper .ham .barbox .bar.bar01 {
  top: 0;
}
header .wrapper .ham .barbox .bar.bar02 {
  top: 50%;
  margin-top: -1px;
}
header .wrapper .ham .barbox .bar.bar03 {
  bottom: 0;
}
header .wrapper .ham p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  letter-spacing: 8px;
  font-size: 21px;
  padding-left: 8px;
}
header .wrapper .ham p.closed {
  opacity: 1;
}
header .wrapper .ham p.opened {
  opacity: 0;
  letter-spacing: 6px;
  padding-left: 6px;
}
header .spmenu {
  width: 550px;
  background-color: #e8e5df;
  z-index: 100000;
  position: fixed;
  top: 170px;
  right: 0;
  padding: 60px 20px 60px 90px;
  display: none;
}
header .spmenu .spwrapper ul li + li {
  margin-top: 30px;
}
header .spmenu .spwrapper ul li a {
  display: block;
  text-decoration: none;
  color: #566960;
}
header .spmenu .spwrapper ul li a .en {
  font-size: 32px;
  letter-spacing: 7px;
}
header .spmenu .spwrapper ul li a .name {
  font-size: 16px;
  letter-spacing: 3px;
}

main {
  margin-top: 170px;
  padding-top: 50px;
  background-color: #eae7e1;
  background-image: url(../images/bg_main.png);
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -170px;
  left: 0;
}
main section.ttl_section .wrapper {
  width: 1029px;
  height: 461px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
main section.ttl_section .wrapper .txtbox h2 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  letter-spacing: 10px;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
main section.ttl_section .wrapper .txtbox .en {
  font-size: 102px;
  line-height: 100%;
  color: #fff;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
footer .wrapper .contactbox {
  background-color: #cfdfd9;
  padding: 110px 0 100px;
}
footer .wrapper .contactbox .contactbox__inner {
  width: 960px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .wrapper .contactbox .contactbox__inner .photo {
  width: 424px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 100px;
}
footer .wrapper .contactbox .contactbox__inner .txtbox {
  width: 436px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 40px;
}
footer .wrapper .contactbox .contactbox__inner .txtbox .t01 {
  font-size: 32px;
  letter-spacing: 10px;
}
footer .wrapper .contactbox .contactbox__inner .txtbox .t02 {
  font-size: 22px;
  letter-spacing: 10px;
  margin-top: 10px;
}
footer .wrapper .contactbox .contactbox__inner .txtbox .t03 {
  font-size: 15px;
  line-height: 180%;
  margin-top: 20px;
}
footer .wrapper .contactbox .contactbox__inner .telbox {
  width: 388px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 30px;
  margin-left: 136px;
}
footer .wrapper .contactbox .contactbox__inner .telbox .btn_contact {
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: #566960;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  padding: 34px 0 34px 45px;
  letter-spacing: 5px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 42px auto;
  background-repeat: no-repeat;
  background-position: center right 30px;
}
footer .wrapper .contactbox .contactbox__inner .telbox .tel {
  margin-top: 40px;
}
footer .wrapper .contactbox .contactbox__inner .telbox .tel a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  font-weight: 500;
  color: #566960;
  letter-spacing: 6px;
}
footer .wrapper .contactbox .contactbox__inner .telbox .tel a img {
  width: 32px;
  display: inline-block;
  vertical-align: top;
  margin: -3px 20px 0 0;
}
footer .wrapper .contactbox .contactbox__inner .telbox .time {
  text-align: right;
  font-size: 21px;
  letter-spacing: 5px;
  padding-right: 25px;
  margin-top: 10px;
}
footer .wrapper .contactbox .contactbox__inner .gmap {
  width: 436px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 20px;
}
footer .wrapper .contactbox .contactbox__inner .gmap .box {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .wrapper .contactbox .contactbox__inner .gmap .box:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
footer .wrapper .contactbox .contactbox__inner .gmap .box iframe {
  width: 100% !important;
  display: block !important;
  height: 250px !important;
}
footer .wrapper .infobox {
  background-color: #eae7e1;
  padding: 45px 40px;
}
footer .wrapper .infobox .infobox__inner {
  width: 960px;
  margin: 0 auto;
}
footer .wrapper .infobox .infobox__inner .dl01 {
  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;
}
footer .wrapper .infobox .infobox__inner .dl01 dt {
  width: 210px;
  padding: 3px 0;
  border-right: 1px solid #566960;
}
footer .wrapper .infobox .infobox__inner .dl01 dt a {
  width: 172px;
  display: block;
}
footer .wrapper .infobox .infobox__inner .dl01 dt a img {
  width: 100%;
  display: block;
}
footer .wrapper .infobox .infobox__inner .dl01 dd {
  width: calc(100% - 210px);
  padding-left: 35px;
}
footer .wrapper .infobox .infobox__inner .dl01 dd p {
  font-size: 12px;
  line-height: 20px;
}
footer .wrapper .infobox .infobox__inner .linklist {
  width: 100%;
  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: 50px;
}
footer .wrapper .infobox .infobox__inner .linklist li dl dt a {
  font-size: 12px;
  text-decoration: none;
  color: #566960;
}
footer .wrapper .infobox .infobox__inner .linklist li dl dd {
  margin-top: -3px;
}
footer .wrapper .infobox .infobox__inner .linklist li dl dd p {
  line-height: 100%;
  margin-top: 8px;
}
footer .wrapper .infobox .infobox__inner .linklist li dl dd p a {
  font-size: 12px;
  text-decoration: none;
  color: #566960;
  padding-left: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
footer .wrapper .infobox .infobox__inner .linklist li dl dd p a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #566960;
  position: absolute;
  top: 7px;
  left: 0;
}
footer .wrapper .copy {
  background-color: #566960;
  height: 30px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1.5px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 375px;
    width: 100%;
    z-index: 1000000000;
  }
  header.spmenu_opened .wrapper .ham .barbox .bar.bar01 {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header.spmenu_opened .wrapper .ham .barbox .bar.bar02 {
    opacity: 0;
  }
  header.spmenu_opened .wrapper .ham .barbox .bar.bar03 {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header.spmenu_opened .wrapper .ham p.closed {
    opacity: 0;
  }
  header.spmenu_opened .wrapper .ham p.opened {
    opacity: 1;
  }
  header .wrapper {
    height: 70px;
    width: 100%;
    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;
    padding: 0 15px 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper .logo {
    width: 160px;
    display: block;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .ham {
    width: 60px;
    height: 45px;
    position: relative;
    margin-left: calc(100% - 220px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    padding-top: 2px;
  }
  header .wrapper .ham:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  header .wrapper .ham .barbox {
    width: 15px;
    height: 17px;
    position: relative;
    margin: 0 auto;
  }
  header .wrapper .ham .barbox .bar {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #566960;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header .wrapper .ham .barbox .bar.bar01 {
    top: 0;
  }
  header .wrapper .ham .barbox .bar.bar02 {
    top: 50%;
    margin-top: -1px;
  }
  header .wrapper .ham .barbox .bar.bar03 {
    bottom: 0;
  }
  header .wrapper .ham p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    letter-spacing: 4px;
    font-size: 16px;
    padding-left: 4px;
    line-height: 100%;
  }
  header .wrapper .ham p.closed {
    opacity: 1;
  }
  header .wrapper .ham p.opened {
    opacity: 0;
    letter-spacing: 4px;
    padding-left: 4px;
  }
  header .spmenu {
    width: 550px;
    background-color: #e8e5df;
    z-index: 100000;
    position: fixed;
    top: 70px;
    left: 0;
    right: auto;
    width: 100%;
    min-width: 375px;
    padding: 30px 30px;
    display: none;
  }
  header .spmenu .spwrapper ul li + li {
    margin-top: 25px;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #566960;
  }
  header .spmenu .spwrapper ul li a .en {
    font-size: 20px;
    letter-spacing: 4px;
  }
  header .spmenu .spwrapper ul li a .name {
    font-size: 12px;
    line-height: 100%;
    margin-top: 2px;
    letter-spacing: 2px;
  }
  main {
    margin-top: 70px;
    padding-top: 0;
    background-color: #eae7e1;
    background-image: url(../images/bg_main.png);
    background-size: 100% 80px;
    background-repeat: no-repeat;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -70px;
    left: 0;
  }
  main section.ttl_section {
    padding: 0 20px;
  }
  main section.ttl_section .wrapper {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  main section.ttl_section .wrapper .txtbox h2 {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    letter-spacing: 6px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  main section.ttl_section .wrapper .txtbox .en {
    font-size: 40px;
    line-height: 100%;
    color: #fff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  }
  footer .wrapper .contactbox {
    padding: 40px 20px;
  }
  footer .wrapper .contactbox .contactbox__inner {
    width: 100%;
    display: block;
  }
  footer .wrapper .contactbox .contactbox__inner .photo {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer .wrapper .contactbox .contactbox__inner .txtbox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
    text-align: center;
  }
  footer .wrapper .contactbox .contactbox__inner .txtbox .t01 {
    font-size: 24px;
    letter-spacing: 7px;
    padding-left: 7px;
  }
  footer .wrapper .contactbox .contactbox__inner .txtbox .t02 {
    font-size: 16px;
    letter-spacing: 5px;
    margin-top: 4px;
    padding-left: 5px;
  }
  footer .wrapper .contactbox .contactbox__inner .txtbox .t03 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox {
    width: 300px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 30px auto 0;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox .btn_contact {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #566960;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    padding: 24px 0 24px 20px;
    letter-spacing: 5px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox .tel {
    margin-top: 20px;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox .tel a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    color: #566960;
    letter-spacing: 4px;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox .tel a img {
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin: -3px 15px 0 0;
  }
  footer .wrapper .contactbox .contactbox__inner .telbox .time {
    text-align: right;
    font-size: 14px;
    letter-spacing: 2px;
    padding-right: 13px;
    margin-top: 0;
  }
  footer .wrapper .contactbox .contactbox__inner .gmap {
    width: 100%;
    margin-top: 25px;
  }
  footer .wrapper .contactbox .contactbox__inner .gmap .box {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.85;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .wrapper .contactbox .contactbox__inner .gmap .box:hover {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
  footer .wrapper .contactbox .contactbox__inner .gmap .box iframe {
    width: 100% !important;
    display: block !important;
    height: 250px !important;
  }
  footer .wrapper .infobox {
    background-color: #eae7e1;
    padding: 45px 20px 40px;
  }
  footer .wrapper .infobox .infobox__inner {
    width: 100%;
    margin: 0 auto;
  }
  footer .wrapper .infobox .infobox__inner .dl01 {
    display: block;
  }
  footer .wrapper .infobox .infobox__inner .dl01 dt {
    width: 100%;
    padding: 3px 0;
    border: none;
  }
  footer .wrapper .infobox .infobox__inner .dl01 dt a {
    width: 172px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .infobox .infobox__inner .dl01 dt a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .infobox .infobox__inner .dl01 dd {
    margin: 20px auto 0;
    width: 300px;
    padding-left: 15px;
  }
  footer .wrapper .infobox .infobox__inner .dl01 dd p {
    font-size: 12px;
    line-height: 20px;
  }
  footer .wrapper .infobox .infobox__inner .linklist {
    display: none;
  }
  footer .wrapper .copy {
    background-color: #566960;
    height: 20px;
  }
}