@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*mediaquery*/
/*set*/
/*margin*/
.mauto {
  margin: 0 auto; }

.mt0 {
  margin-top: 0; }

.mt05 {
  margin-top: 0.5em; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mb0 {
  margin-bottom: 0; }

.mb05 {
  margin-bottom: 0.5em; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.mr0 {
  margin-right: 0; }

.mr05 {
  margin-right: 0.5em; }

.mr1 {
  margin-right: 1em; }

.mr2 {
  margin-right: 2em; }

.ml0 {
  margin-left: 0; }

.ml05 {
  margin-left: 0.5em; }

.ml1 {
  margin-left: 1em; }

.ml2 {
  margin-left: 2em; }

/*width*/
.w100 {
  width: 100%; }

.w90 {
  width: 90%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

.w60 {
  width: 60%; }

.w55 {
  width: 55%; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w35 {
  width: 35%; }

.w30 {
  width: 30%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

@media screen and (max-width: 640px) {
  .w100, .w90, .w80, .w70, .w60, .w55, .w50, .w45, .w40, .w35, .w30, .w20, .w10 {
    width: 100%; } }

/*img*/
img {
  display: block; }

/*text*/
.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

.txtl {
  text-align: left; }

/*font-size*/
.fs15 {
  font-size: 1.5em; }

.fs13 {
  font-size: 1.3em; }

.fs09 {
  font-size: 0.9em; }

.fs08 {
  font-size: 0.8em; }

/*float*/
.fl {
  float: left; }
  @media screen and (max-width: 640px) {
    .fl {
      float: none; } }

.fr {
  float: right; }
  @media screen and (max-width: 640px) {
    .fr {
      float: none; } }

.single_content address, .single_content blockquote, .single_content dd, .single_content div, .single_content dl, .single_content dt, .single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6, .single_content noframes, .single_content ol, .single_content p, .single_content ul, .single_content center, .single_content dir, .single_content hr, .single_content menu, .single_content pre {
  display: block;
  unicode-bidi: embed; }

.single_content li {
  display: list-item;
  line-height: 1.3; }

.single_content table {
  display: table; }

.single_content tr {
  display: table-row; }

.single_content thead {
  display: table-header-group; }

.single_content tbody {
  display: table-row-group; }

.single_content tfoot {
  display: table-footer-group; }

.single_content col {
  display: table-column; }

.single_content colgroup {
  display: table-column-group; }

.single_content td, .single_content th {
  display: table-cell; }

.single_content caption {
  display: table-caption; }

.single_content th {
  font-weight: bolder;
  text-align: center; }

.single_content caption {
  text-align: center; }

.single_content h1 {
  font-size: 2em;
  margin: .67em 0; }

.single_content h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.single_content h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.single_content h4, .single_content p, .single_content blockquote, .single_content ul, .single_content fieldset, .single_content form, .single_content ol, .single_content dl, .single_content dir, .single_content menu {
  margin: 1.12em 0; }

.single_content h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.single_content h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6, .single_content b, .single_content strong {
  font-weight: bolder; }

.single_content blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.single_content cite, .single_content em, .single_content var, .single_content address {
  font-style: italic; }

.single_content pre, .single_content tt, .single_content code, .single_content kbd, .single_content samp {
  font-family: monospace; }

.single_content pre {
  white-space: pre; }

.single_content button, .single_content textarea, .single_content input, .single_content select {
  display: inline-block; }

.single_content big {
  font-size: 1.17em; }

.single_content small, .single_content sub, .single_content sup {
  font-size: .83em; }

.single_content sub {
  vertical-align: sub; }

.single_content sup {
  vertical-align: super; }

.single_content table {
  border-spacing: 2px; }

.single_content thead, .single_content tbody, .single_content tfoot {
  vertical-align: middle; }

.single_content td, .single_content th, .single_content tr {
  vertical-align: inherit; }

.single_content s, .single_content strike, .single_content del {
  text-decoration: line-through; }

.single_content hr {
  border: 1px inset; }

.single_content ol, .single_content ul, .single_content dir, .single_content menu, .single_content dd {
  margin-left: 1.5em; }

.single_content ol {
  list-style-type: decimal;
  line-height: 1.3; }

.single_content ol ul, .single_content ul ol, .single_content ul ul, .single_content ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.single_content u, .single_content ins {
  text-decoration: underline; }

.single_content br:before {
  content: "\A";
  white-space: pre-line; }

.single_content center {
  text-align: center; }

.single_content :link, .single_content :visited {
  text-decoration: underline; }

.single_content :focus {
  outline: thin dotted invert; }

.single_content ul {
  list-style: disc;
  line-height: 1.3; }

.single_content img {
  display: inline; }

.single_content p {
  line-height: 1.3; }

/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #8C6239;
  text-decoration: none; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  height: 100%;
  position: relative; }

body {
  position: relative;
  color: #5F4B3E;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media all and (-ms-high-contrast: none) {
  body {
    position: relative;
    color: #5F4B3E;
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
.inner {
  width: calc(100% - 50px);
  max-width: 1240px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      width: calc(100% - 30px); } }

a.btn_link {
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold; }
  a.btn_link:hover {
    color: #999; }

a:hover img {
  opacity: 0.85; }

/*pagetop*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px; }
  .pagetop a {
    display: block;
    opacity: 0.5;
    width: 50px; }
    .pagetop a:hover {
      opacity: 0.85; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%; } }
/* -------------------------------- 
header components 
--------------------------------- */
header {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #8C6239;
  overflow: hidden; }
  header .inner {
    padding: 20px 0;
    overflow: hidden; }
    @media screen and (max-width: 320px) {
      header .inner {
        width: calc(100% - 30px); } }
    header .inner h1 {
      max-width: 328px;
      float: left; }
      @media screen and (max-width: 640px) {
        header .inner h1 {
          width: 65%; }
          header .inner h1 img {
            max-height: 42px; } }
    header .inner div.header_right {
      float: right; }
      @media screen and (max-width: 640px) {
        header .inner div.header_right {
          width: 35%;
          text-align: right; } }
      header .inner div.header_right div.tel {
        font-size: 0;
        line-height: 64px;
        display: inline-block;
        margin-right: 30px; }
        @media screen and (max-width: 640px) {
          header .inner div.header_right div.tel {
            line-height: 1em;
            margin-right: 10px;
            font-size: 0; } }
        header .inner div.header_right div.tel .tel_icon {
          display: inline-block;
          margin-right: 14px;
          vertical-align: middle; }
          @media screen and (max-width: 640px) {
            header .inner div.header_right div.tel .tel_icon {
              margin-right: 0;
              max-height: 38px;
              margin-top: -4px; } }
          @media screen and (max-width: 320px) {
            header .inner div.header_right div.tel .tel_icon {
              max-height: 35px; } }
        header .inner div.header_right div.tel .tel_text {
          display: inline-block;
          vertical-align: middle; }
          header .inner div.header_right div.tel .tel_text .tel_time {
            margin-top: 7px; }
          @media screen and (max-width: 640px) {
            header .inner div.header_right div.tel .tel_text {
              display: none; } }
      header .inner div.header_right .hamburger {
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px; }
        @media screen and (max-width: 320px) {
          header .inner div.header_right .hamburger {
            margin-top: 2px; } }

/*スマホタブレット*/
/*----------ハンバーガーアイコン----------*/
.hamburger,
.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  	/*position: absolute;
  	top: 25px;
      right: 25px;*/
  width: 40px;
  height: 32px;
  z-index: 99999;
  position: relative; }
  @media screen and (max-width: 320px) {
    .hamburger {
      width: 36px; } }

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #5F4B3E; }

.hamburger span:nth-of-type(1) {
  top: 0; }

.hamburger span:nth-of-type(2) {
  top: 13px; }

.hamburger span:nth-of-type(3) {
  bottom: 0; }

.hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg); }

.hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg); }

/*----------ナビゲーション----------*/
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99998; }

#navigation .navigation_inner {
  display: table;
  width: 100%;
  height: 100%; }

#navigation .navigation_inner .navigation_menu {
  display: table-cell;
  vertical-align: middle; }

#navigation .navigation_inner .navigation_menu .navigation_item {
  width: 90%;
  height: auto;
  margin: 16px auto 0 auto; }

#navigation .navigation_inner .navigation_menu .navigation_item:first-child {
  margin-top: 0;
  text-align: center;
  font-size: 1em;
  color: #8C6239;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    #navigation .navigation_inner .navigation_menu .navigation_item:first-child {
      font-size: 1em; } }

#navigation .navigation_inner .navigation_menu .navigation_item a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center; }
  @media screen and (max-width: 640px) {
    #navigation .navigation_inner .navigation_menu .navigation_item a {
      font-size: 1.2em;
      line-height: 30px; } }

/* -------------------------------- 
index components 
--------------------------------- */
div.top {
  position: relative;
  padding-top: 35.42%; }
  @media screen and (max-width: 640px) {
    div.top {
      padding-top: 39%; } }
  div.top img {
    position: absolute; }
  div.top img.top_img {
    width: 64.42%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 640px) {
      div.top img.top_img {
        width: 70%; } }
  div.top img.top_text {
    width: 37.64%;
    top: 12%;
    right: 4.5%; }
    @media screen and (max-width: 640px) {
      div.top img.top_text {
        width: 40%;
        top: 6%;
        right: 3.5%; } }
  div.top img.illust01 {
    width: 19%;
    bottom: -2%;
    right: 23%; }
    @media screen and (max-width: 640px) {
      div.top img.illust01 {
        width: 21%;
        bottom: -5%;
        right: 25%; } }
  div.top img.illust_w {
    width: 25.28%;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 640px) {
      div.top img.illust_w {
        width: 28%; } }

section h2 {
  font-size: 0; }
  section h2 img {
    display: inline-block;
    vertical-align: middle; }
    section h2 img.icon {
      margin-right: 23px; }
    @media screen and (max-width: 768px) {
      section h2 img {
        max-height: 27px; }
        section h2 img.icon {
          max-height: 72px;
          margin-right: 23px; } }
    @media screen and (max-width: 640px) {
      section h2 img {
        max-height: 14px; }
        section h2 img.icon {
          max-height: 36px;
          margin-right: 12px; } }
    @media screen and (max-width: 320px) {
      section h2 img {
        margin: auto;
        display: block; }
        section h2 img.icon {
          width: 45px;
          height: auto;
          max-height: 200%;
          margin: 0 auto 12px auto; } }
section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: .5em;
  letter-spacing: 0; }
  @media screen and (max-width: 768px) {
    section h3 {
      font-size: 20px; } }
  @media screen and (max-width: 640px) {
    section h3 {
      font-size: 18px; } }
  @media screen and (max-width: 320px) {
    section h3 {
      text-align: center;
      font-size: 16px; } }
section .left {
  float: left;
  width: calc(50% - 45px);
  margin-right: 45px;
  position: relative; }
  @media screen and (max-width: 768px) {
    section .left {
      width: calc(50% - 20px);
      margin-right: 20px; } }
  @media screen and (max-width: 640px) {
    section .left {
      float: none;
      width: 100%;
      margin-right: 0;
      /*margin-bottom: 50px;*/
      padding-bottom: 30px;
      border-bottom: 1px solid #5F4B3E; } }
  section .left::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #5F4B3E;
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      section .left::after {
        right: -20px; } }
    @media screen and (max-width: 640px) {
      section .left::after {
        /*width: 100%;
        height: 1px;
        left: 0;
        right: 0;
        top: auto;
        bottom: -25px;*/
        display: none; } }
section .right {
  float: left;
  width: calc(50% - 45px );
  margin-left: 45px;
  position: relative; }
  @media screen and (max-width: 768px) {
    section .right {
      width: calc(50% - 20px );
      margin-left: 20px; } }
  @media screen and (max-width: 640px) {
    section .right {
      width: 100%;
      margin-left: 0; } }
  section .right::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #5F4B3E;
    position: absolute;
    left: -46px;
    top: 0;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      section .right::before {
        left: -21px; } }
    @media screen and (max-width: 640px) {
      section .right::before {
        display: none; } }
section .content {
  width: calc(100% - 50px);
  margin: auto; }
  @media screen and (max-width: 768px) {
    section .content {
      width: calc(100% - 30px); } }
section dl dt {
  float: left;
  width: 4.3em; }
section dl dd {
  margin-left: 4.3em; }

section#about {
  background: url(../img/border.png) 0 bottom repeat-x #FFF7E9;
  padding: 85px 0 50px 0;
  margin-top: -4%; }
  @media screen and (max-width: 640px) {
    section#about {
      padding: 30px 0 30px 0; } }
  section#about div.content {
    max-width: 1200px;
    font-size: 0; }
    section#about div.content p.about_text {
      font-size: 20px;
      color: #5F4B3E;
      line-height: 2em;
      padding: 1em 0 0 0;
      width: 63%;
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        section#about div.content p.about_text {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        section#about div.content p.about_text {
          font-size: 14.5px;
          width: 52%; } }
      @media screen and (max-width: 640px) {
        section#about div.content p.about_text {
          font-size: 14px;
          width: 100%; } }
      section#about div.content p.about_text img {
        float: right;
        width: 25%;
        margin: 20px 0 0 0; }
        @media screen and (max-width: 768px) {
          section#about div.content p.about_text img {
            margin: 10px 0 0 0; } }
    section#about div.content p.about_img {
      vertical-align: top;
      display: inline-block;
      width: 36%;
      text-align: center;
      overflow: hidden;
      font-size: 20px;
      padding: 1em 0; }
      @media screen and (max-width: 1024px) {
        section#about div.content p.about_img {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        section#about div.content p.about_img {
          font-size: 14.5px;
          width: 48%; } }
      @media screen and (max-width: 640px) {
        section#about div.content p.about_img {
          font-size: 14px;
          width: 100%; } }
      section#about div.content p.about_img img {
        margin: 0;
        float: right;
        max-width: 329px;
        width: 76.2%; }
        @media screen and (max-width: 768px) {
          section#about div.content p.about_img img {
            width: 90%; } }
        @media screen and (max-width: 640px) {
          section#about div.content p.about_img img {
            width: 100%;
            float: none;
            margin: auto;
            max-width: 100%; } }

section#service {
  background: url(../img/border.png) 0 bottom repeat-x; }
  section#service h2 {
    padding-top: 60px; }
    @media screen and (max-width: 640px) {
      section#service h2 {
        padding-top: 30px; } }
  section#service .inner {
    overflow: hidden;
    /*padding: 60px 0;*/
    padding: 0 0 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      section#service .inner {
        padding: 0 0 30px 0; } }
    section#service .inner div div.content {
      width: calc(100% - 50px);
      margin: 1.2em auto 1em auto;
      font-size: 20px;
      color: #5F4B3E;
      line-height: 2em; }
      @media screen and (max-width: 1024px) {
        section#service .inner div div.content {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        section#service .inner div div.content {
          font-size: 14.5px;
          width: calc(100% - 30px); } }
      @media screen and (max-width: 640px) {
        section#service .inner div div.content {
          font-size: 14px;
          margin: 1.2em auto 0 auto; } }
    section#service .inner div img.service_icon {
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        section#service .inner div img.service_icon {
          width: 30%; } }
      @media screen and (max-width: 640px) {
        section#service .inner div img.service_icon {
          width: 25%; } }
    section#service .inner .left {
      position: relative; }
      section#service .inner .left ul li {
        text-indent: -1em;
        padding-left: 1em; }
      section#service .inner .left img.service_icon {
        bottom: 10px; }
      section#service .inner .left::after {
        top: 60px;
        height: calc(100% - 60px); }
        @media screen and (max-width: 640px) {
          section#service .inner .left::after {
            height: 1px; } }
    section#service .inner .right {
      position: relative; }
      section#service .inner .right p {
        padding-bottom: 2em;
        padding-right: 3.5em; }
        @media screen and (max-width: 1024px) {
          section#service .inner .right p {
            padding-right: 0; } }
        @media screen and (max-width: 640px) {
          section#service .inner .right p {
            padding-bottom: 3.5em; } }
      section#service .inner .right::before {
        top: 60px;
        height: calc(100% - 60px); }
        @media screen and (max-width: 640px) {
          section#service .inner .right::before {
            height: 1px; } }

section#outline {
  background: url(../img/border.png) 0 bottom repeat-x #FFF7E9; }
  section#outline h2 {
    padding-top: 60px; }
    @media screen and (max-width: 640px) {
      section#outline h2 {
        padding-top: 30px; } }
  section#outline .inner {
    overflow: hidden;
    /*padding: 60px 0;*/
    padding: 0 0 60px 0; }
    @media screen and (max-width: 640px) {
      section#outline .inner {
        /*padding: 30px 0;*/
        padding: 0 0 30px 0; } }
    section#outline .inner div div.content {
      width: calc(100% - 50px);
      margin: 1.2em auto 1em auto;
      font-size: 20px;
      color: #5F4B3E;
      line-height: 2em; }
      @media screen and (max-width: 1024px) {
        section#outline .inner div div.content {
          font-size: 19px; } }
      @media screen and (max-width: 768px) {
        section#outline .inner div div.content {
          font-size: 14.5px;
          width: calc(100% - 30px); } }
      @media screen and (max-width: 640px) {
        section#outline .inner div div.content {
          font-size: 14px;
          margin: 1.2em auto 0 auto; } }
      section#outline .inner div div.content ul li a {
        text-decoration: underline;
        margin-left: 1em;
        display: block; }
        section#outline .inner div div.content ul li a:hover {
          text-decoration: none; }
      section#outline .inner div div.content ul li::before {
        content: '・';
        width: 1em;
        float: left; }
    section#outline .inner div.left::after {
      top: 60px;
      height: calc(100% - 60px); }
      @media screen and (max-width: 640px) {
        section#outline .inner div.left::after {
          height: 1px; } }
    section#outline .inner div.right::before {
      top: 60px;
      height: calc(100% - 60px); }
      @media screen and (max-width: 640px) {
        section#outline .inner div.right::before {
          height: 1px; } }

section#access .inner {
  overflow: hidden;
  padding: 60px 0;
  font-size: 20px;
  line-height: 2em; }
  @media screen and (max-width: 1024px) {
    section#access .inner {
      font-size: 19px; } }
  @media screen and (max-width: 768px) {
    section#access .inner {
      font-size: 14.5px; } }
  @media screen and (max-width: 640px) {
    section#access .inner {
      font-size: 14px;
      padding: 30px 0; } }
  section#access .inner div.wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      section#access .inner div.wrap {
        margin-top: 20px; } }
    section#access .inner div.wrap div.left {
      margin-top: 25px;
      float: none;
      padding-bottom: calc(312px + 2em);
      position: relative; }
      @media screen and (max-width: 640px) {
        section#access .inner div.wrap div.left {
          margin-top: 0;
          padding-bottom: 30px; } }
    section#access .inner div.wrap div.right {
      margin-top: 25px;
      float: none;
      padding-bottom: calc(312px + 2em);
      position: relative; }
      @media screen and (max-width: 640px) {
        section#access .inner div.wrap div.right {
          margin-top: 30px;
          padding-bottom: 0; } }
    section#access .inner div.wrap div .gm {
      position: absolute;
      width: calc(100% - 50px);
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0 25px; }
      section#access .inner div.wrap div .gm iframe {
        width: 100%;
        height: 312px;
        vertical-align: bottom; }
      @media screen and (max-width: 768px) {
        section#access .inner div.wrap div .gm {
          width: calc(100% - 30px);
          margin: 0 14.5px; } }
      @media screen and (max-width: 640px) {
        section#access .inner div.wrap div .gm {
          width: 100%;
          margin: 20px 0 0 0;
          position: relative; } }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  background: url(../img/border.png) 0 0 repeat-x #FFF7E9;
  text-align: center;
  font-size: 14px;
  padding: 45px 0;
  color: #000; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 30px 0;
      font-size: 12px; } }
