@charset "UTF-8";
/*■01.RESET HTML*/
html {
  background-color: #fff;
  font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  position: relative;
  margin: 0 auto;
  color: #242424;
  word-wrap: break-word; }

p, li, pre, td, th, dt, dd {
  line-height: 1.5; }

#wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  word-wrap: break-word; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media, .media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■04.LAYOUT*/
.hidden {
  display: none; }

.container {
  padding: 0 2%;
  position: relative; }

.font13pc {
  font-size: 13px; }

.font14pc {
  font-size: 100%; }

.font15pc {
  font-size: 107%; }

.font16pc {
  font-size: 114%; }

.font17pc {
  font-size: 121%; }

.font18pc {
  font-size: 129%; }

.font19pc {
  font-size: 136%; }

.font20pc {
  font-size: 143%; }

.font21pc {
  font-size: 150%; }

.font22pc {
  font-size: 157%; }

.font23pc {
  font-size: 164%; }

.font24pc {
  font-size: 171%; }

.font25pc {
  font-size: 179%; }

.font26pc {
  font-size: 186%; }

.font27pc {
  font-size: 193%; }

.font28pc {
  font-size: 200%; }

.font29pc {
  font-size: 207%; }

.font30pc {
  font-size: 214%; }

.font31pc {
  font-size: 221%; }

.font32pc {
  font-size: 229%; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around; }

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial; }

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start; }

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch; }

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline; }

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial; }

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*■06.LAYOUT*/
/*HEADER*/
header {
  z-index: 999;
  position: relative; }
  header .h_header {
    padding: 20px 10px 18px;
    background: url(../common_img/f_bg01.png) top left; }
    header .h_header .h_logo {
      float: left;
      width: 52%; }
    header .h_header .h_btn {
      width: 25%;
      float: right; }
      header .h_header .h_btn li {
        display: inline-block;
        float: left;
        width: 46%;
        text-align: center;
        margin-right: 8%; }
        header .h_header .h_btn li:last-child {
          margin-right: 0; }
    header .h_header .h_nav {
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      width: 100%;
      display: none;
      z-index: 999; }
      header .h_header .h_nav h3 {
        font-size: 171%;
        text-align: center;
        color: #fff;
        padding: 10px;
        background: #ff9e52;
        position: relative; }
        header .h_header .h_nav h3 .acco_box {
          position: absolute;
          top: 10px;
          right: 0; }
          header .h_header .h_nav h3 .acco_box img {
            width: 50%; }
      header .h_header .h_nav ul.sub_menu {
        border: 1px solid #0a0a0a;
        border-top: 1px solid #ff9e52;
        padding: 15px 15px 6%; }
        header .h_header .h_nav ul.sub_menu li {
          width: 100%;
          border-bottom: 1px dotted #6e6e6e;
          position: relative;
          padding: 10px; }
          header .h_header .h_nav ul.sub_menu li a {
            color: #6e6e6e;
            text-decoration: none;
            display: block;
            font-size: 129%;
            font-weight: bold;
            font-family: "Yu Mincho" , "游明朝体" , YuMincho, "HGS明朝E" , "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    header .h_header .acco_box {
      cursor: pointer; }
      header .h_header .acco_box.opened {
        cursor: pointer; }

/*■footer*/
footer {
  margin-top: 4%; }
  footer .ftop {
    background: url(../common_img/f_bg01.png) top center;
    background-size: 15px;
    padding: 40px 10px 30px;
    text-align: center;
    position: relative; }
    footer .ftop .page_up {
      position: fixed;
      top: 15%;
      right: -500px;
      z-index: 99;
      width: 20%; }
    footer .ftop .flogo {
      margin-bottom: 2%; }
      footer .ftop .flogo img {
        width: 53%; }
    footer .ftop p {
      margin-bottom: 3.9%; }
    footer .ftop .fmap {
      margin-bottom: 20px;
      border: 7px solid #fff; }
      footer .ftop .fmap iframe {
        width: 100%;
        height: 238px; }
    footer .ftop .fbtn {
      margin-bottom: 0; }
      footer .ftop .fbtn img {
        width: 52%; }
  footer .ffoot {
    background: #704e3b;
    padding: 3% 2% 1%; }
    footer .ffoot ul {
      width: 50%;
      float: left; }
      footer .ffoot ul li {
        line-height: 1.5;
        margin-bottom: 4.3%;
        text-align: left; }
        footer .ffoot ul li a {
          color: #fff;
          font-size: 107%; }
    footer .ffoot ul:nth-child(2) {
      padding-left: 18%; }


.indent{
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

/*■07.FIX RESPONSIVE*/

/*# sourceMappingURL=base.css.map */
