/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype"); }
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype"); }
.flex, .access_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

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

.flex_center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_center_wrap, .potal_block ul {
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_right, .access_box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.flex_between_wrap, .around_block ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_reverse_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.fade {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s; }

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

/* top header
**********************************************************************/
.feature_area_c {
  background-image: url(../../access/images/main.jpg);
  background-position: left center; }

.copy_block {
  padding: 40px 0 0;
  text-align: center; }
  .copy_block .txt_box {
    display: inline-block;
    position: relative; }
    .copy_block .txt_box h2 {
      font-size: 185%;
      line-height: 1.6em;
      padding: 0 0 0 30px; }
    .copy_block .txt_box p {
      font-size: 131%;
      line-height: 2.5em; }
  @media all and (max-width: 768px) {
    .copy_block {
      padding: 20px 0 0;
      text-align: left; }
      .copy_block .txt_box h2 {
        font-size: 154%;
        padding: 0 0 10px 0px; }
      .copy_block .txt_box p {
        line-height: 1.8em; } }

.gmap {
  width: 100%;
  height: 600px; }
  @media all and (max-width: 768px) {
    .gmap {
      height: 360px; } }

.access_area {
  padding: 50px 10px 10px; }

.access_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }

.access_box {
  padding: 0 0 40px; }
  .access_box ul {
    padding: 10px 25px 0 0; }
    .access_box ul li {
      padding: 0 0 0 16px; }
      .access_box ul li a {
        display: block;
        background-image: url(../images/arrow02.png);
        background-repeat: no-repeat;
        background-position: 0 2px;
        padding: 0 0 0 10px;
        color: #303EF8; }
  @media all and (max-width: 768px) {
    .access_box ul {
      padding: 5px 0px 0 0; } }

.access_ttl {
  border-bottom: #CCC dotted 1px;
  padding: 0 0 5px; }
  .access_ttl h3 {
    font-size: 170%;
    line-height: 1.0em; }
  .access_ttl .pict {
    padding: 0 10px 0 0; }

.flow_box {
  padding: 10px 0 0;
  text-align: center;
  max-width: 960px;
  height: auto;
  margin: 0 auto; }
  .flow_box img {
    width: 100%;
    height: auto; }

.around_area {
  padding: 0 10px; }

.around_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  .around_block .ttl_box {
    text-align: center; }
    .around_block .ttl_box h2 {
      font-size: 185%;
      line-height: 1.6em;
      padding: 15px 0 10px; }
    .around_block .ttl_box p {
      font-size: 131%;
      line-height: 1.6em; }
  .around_block ul {
    padding: 10px 0 0; }
    .around_block ul li {
      width: 232px;
      height: auto;
      padding: 10px 0; }
      .around_block ul li a {
        color: #333; }
      .around_block ul li .img_box img {
        width: 100%;
        height: auto;
        padding: 0 0 7px; }
      .around_block ul li .txt_box h3 {
        font-size: 131%;
        line-height: 1.1em;
        background-image: url(../images/point01.png);
        background-repeat: no-repeat;
        background-size: 18px auto;
        padding: 0 0 0 24px; }
      .around_block ul li .txt_box p {
        line-height: 1.5em;
        padding: 8px 0 0; }
  @media all and (max-width: 768px) {
    .around_block ul li {
      width: 48%; } }

.potal_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center; }
  .potal_block h3 {
    font-size: 162%;
    display: inline-block;
    padding: 0 30px 5px;
    border-bottom: #CCC dotted 1px;
    line-height: 1.1em; }
  .potal_block ul {
    padding: 5px 0 0; }
    .potal_block ul li {
      padding: 10px; }
      .potal_block ul li a {
        display: block;
        border: #CCC solid 1px; }
