@charset "UTF-8";
.mrgB1em {
  margin-bottom: 1.2em; }

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
  vertical-align: baseline;
  font-size: 100%; }

body {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1; }

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

nav ul, ol, ul, li {
  list-style: none !important; }

blockquote, q {
  quotes: none; }

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

a {
  background: transparent;
  vertical-align: baseline; }
  a:hover {
    text-decoration: underline; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both; }

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: ""; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  clear: both;
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*----------------------------------------------------
  element style
----------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

input, textarea {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

a:link {
  color: #333; }
a:visited {
  color: #333; }
a:hover {
  color: #f63;
  text-decoration: none; }
a:active {
  color: #00f; }

/*----------------------------------------------------
  header & main
----------------------------------------------------*/
.page {
  width: 100%;
  margin: 0;
  padding: 0; }
  .page .site {
    width: 100%;
    background: url(../images/bg.jpg) 0 0 repeat; }
    .page .site header.header {
      padding: 10px 0 5px;
      border-bottom: 10px solid #990000; }
      .page .site header.header hgroup {
        width: 960px;
        margin: 0 auto;
        padding: 0 0 5px;
        overflow: hidden;
        background: url(../images/headerImg.png) 540px 0 no-repeat; }
        .page .site header.header hgroup .logo {
          width: 430px;
          float: left;
          font-size: 12px;
          font-weight: normal; }
          .page .site header.header hgroup .logo span {
            display: block;
            padding: 10px 0 0; }
        .page .site header.header hgroup .thm {
          width: 530px;
          float: right;
          text-align: right; }
          .page .site header.header hgroup .thm p.teg {
            padding: 0 0 10px; }
    .page .site div.catch {
      clear: both;
      width: 100%;
      padding: 0 0 13px;
      background: url(../images/hana_bg.jpg) center bottom repeat-x #fff; }
      .page .site div.catch .hero {
        width: 960px;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        .page .site div.catch .hero dl.links {
          width: 180px;
          float: left;
          margin: 0;
          padding: 0; }
          .page .site div.catch .hero dl.links dt {
            margin: 0;
            padding: 0;
            text-align: left; }
          .page .site div.catch .hero dl.links dd {
            margin: 0;
            padding: 0;
            text-align: left; }
        .page .site div.catch .hero div.main {
          width: 780px;
          float: right; }
          .page .site div.catch .hero div.main p.thm {
            padding: 60px 0 0 20px; }
        .page .site div.catch .hero .img {
          position: absolute;
          bottom: 140px;
          right: 40px; }

/*----------------------------------------------------
  common & page
----------------------------------------------------*/
.site .content {
  clear: both;
  width: 960px;
  margin: 0 auto; }
  .site .content .navi {
    width: 900px;
    margin: 20px auto 0;
    padding: 5px 0;
    background: #fff; }
    .site .content .navi ul {
      overflow: hidden; }
      .site .content .navi ul li {
        width: 215px;
        float: left;
        padding: 0 5px; }
    .site .content .navi .mpasLink {
      clear: both;
      text-align: center;
      padding: 10px 0 0; }
  .site .content .topBox {
    clear: both;
    width: 900px;
    margin: 30px auto 0;
    border: 5px solid #fff;
    position: relative;
    background: url(../images/pt_1.jpg) 0 0 repeat; }
    .site .content .topBox header {
      text-align: center;
      padding: 10px 0;
      line-height: 1.4; }
      .site .content .topBox header h1.title {
        position: relative;
        z-index: 10;
        margin: 0;
        padding: 0; }
      .site .content .topBox header p.arrow {
        position: relative;
        z-index: 10;
        margin: 0;
        padding: 0; }
      .site .content .topBox header h3.thm {
        position: relative;
        z-index: 4; }
    .site .content .topBox dl.box {
      width: 826px;
      margin: 0 auto 20px; }
      .site .content .topBox dl.box dt {
        text-align: center; }
      .site .content .topBox dl.box dd {
        width: 800px;
        margin: 20px auto 40px;
        font-size: 20px; }
    .site .content .topBox .num {
      width: 147px;
      height: 147px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 5;
      background: url(../images/num01.png) 0 0 no-repeat; }
  .site .content .secondBox {
    clear: both;
    width: 900px;
    margin: 30px auto 0;
    border: 5px solid #fff;
    position: relative;
    background: url(../images/pt_2.jpg) 0 0 repeat; }
    .site .content .secondBox header {
      text-align: center;
      padding: 0;
      position: relative;
      z-index: 10; }
      .site .content .secondBox header h1.title {
        padding: 20px 0; }
    .site .content .secondBox ul.int {
      clear: both; }
      .site .content .secondBox ul.int li {
        width: 200px;
        float: left;
        padding: 11px; }
    .site .content .secondBox p.thm {
      clear: both;
      padding: 20px 0;
      text-align: center; }
    .site .content .secondBox p.btn {
      padding: 0 0 20px;
      text-align: center; }
    .site .content .secondBox .num {
      width: 147px;
      height: 147px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 5;
      background: url(../images/num02.png) 0 0 no-repeat; }
  .site .content .thirdBox {
    clear: both;
    width: 960px;
    margin: 30px auto 0; }
    .site .content .thirdBox h1.title {
      margin: 0;
      padding: 0; }
    .site .content .thirdBox p {
      margin: 0;
      padding: 0;
      line-height: 0; }
  .site .content .voiceBox {
    clear: both;
    width: 900px;
    margin: 30px auto 0;
    border: 5px solid #fff;
    position: relative;
    background: url(../images/pt_5.jpg) 0 0 repeat; }
    .site .content .voiceBox header {
      text-align: center;
      padding: 20px 0; }
    .site .content .voiceBox ul li {
      text-align: center;
      padding: 0 0 30px; }
  .site .content .flowBox {
    clear: both;
    width: 900px;
    margin: 30px auto 0;
    border: 5px solid #decf93;
    position: relative;
    background: #fff; }
    .site .content .flowBox header {
      text-align: center;
      background: #decf93; }
      .site .content .flowBox header h1.title {
        padding: 10px 0; }
    .site .content .flowBox .int {
      clear: both;
      width: 850px;
      margin: 20px auto; }
      .site .content .flowBox .int .topStep01 {
        display: block;
        width: 850px;
        height: 50px;
        background: url(../images/flowStep01.jpg) 0 0 no-repeat; }
      .site .content .flowBox .int .topStep02 {
        display: block;
        width: 850px;
        height: 50px;
        background: url(../images/flowStep02.jpg) 0 0 no-repeat; }
      .site .content .flowBox .int .topStep03 {
        display: block;
        width: 850px;
        height: 50px;
        background: url(../images/flowStep03.jpg) 0 0 no-repeat; }
      .site .content .flowBox .int .inn {
        width: 850px;
        background: url(../images/flowBoxLine.jpg) right top repeat-y; }
        .site .content .flowBox .int .inn p {
          padding: 20px 30px;
          font-size: 18px; }
          .site .content .flowBox .int .inn p span {
            display: block;
            padding: 20px 0 0; }
      .site .content .flowBox .int .btmArr {
        display: block;
        width: 850px;
        height: 21px;
        background: url(../images/flowBoxArr.jpg) right 0 no-repeat; }
      .site .content .flowBox .int .btmLa {
        display: block;
        width: 850px;
        height: 8px;
        background: url(../images/flowBoxBtn.jpg) right 0 no-repeat; }
    .site .content .flowBox .box01 p {
      padding: 20px 30px 60px !important;
      background: url(../images/flowIcon01.jpg) 600px 20px no-repeat; }
    .site .content .flowBox .box02 p {
      padding: 20px 30px 30px !important;
      background: url(../images/flowIcon02.jpg) 630px 20px no-repeat; }
    .site .content .flowBox h3.sub {
      clear: both;
      background: #decf93;
      padding: 5px 0;
      text-align: center; }
    .site .content .flowBox div.mapInt {
      overflow: hidden; }
      .site .content .flowBox div.mapInt .map {
        width: 408px;
        float: left;
        padding: 60px 10px; }
      .site .content .flowBox div.mapInt .shops {
        width: 440px;
        float: right; }
        .site .content .flowBox div.mapInt .shops h4 {
          font-size: 20px;
          padding: 10px 0 0 13px; }
        .site .content .flowBox div.mapInt .shops h5 {
          display: block;
          margin: 5px 0;
          padding: 5px 0 0 10px;
          border-top: 2px solid #decf93; }
        .site .content .flowBox div.mapInt .shops dl.line {
          padding: 15px 10px;
          border-bottom: 2px dashed #ece4c2; }
          .site .content .flowBox div.mapInt .shops dl.line dt {
            font-size: 20px;
            font-weight: bold; }
            .site .content .flowBox div.mapInt .shops dl.line dt span {
              color: #900; }
          .site .content .flowBox div.mapInt .shops dl.line dd {
            font-size: 16px; }
        .site .content .flowBox div.mapInt .shops dl.last {
          border: none; }
  .site .content .faqBox {
    clear: both;
    width: 900px;
    margin: 30px auto 0;
    overflow: hidden; }
    .site .content .faqBox header {
      padding: 20px 0;
      text-align: center; }
      .site .content .faqBox header h1.title {
        padding: 0 0 20px; }
      .site .content .faqBox header p.thm {
        padding: 0; }
    .site .content .faqBox div.left {
      width: 48%;
      float: left; }
    .site .content .faqBox div.right {
      width: 48%;
      float: right; }
    .site .content .faqBox dl.int {
      padding: 15px 0;
      margin: 15px 0; }
      .site .content .faqBox dl.int dt {
        padding: 10px 0; }
      .site .content .faqBox dl.int dd {
        font-size: 16px;
        padding: 0; }
        .site .content .faqBox dl.int dd span {
          color: #900;
          font-size: 24px;
          font-family: Bitter, Georgia, serif, "Source Sans Pro", "Hiragino Mincho ProN", Helvetica, sans-serif; }
    .site .content .faqBox dl.fr {
      height: 140px;
      padding: 15px 0;
      margin: 0 0 15px;
      background: url(../images/lineBorder.png) left bottom repeat-x; }
    .site .content .faqBox dl.last {
      height: 200px;
      padding: 15px 0;
      margin: 15px 0;
      background: url(../images/lineBorder.png) left top repeat-x; }
    .site .content .faqBox dl.se {
      height: 290px; }
  .site .content .shadow {
    clear: both;
    display: block;
    height: 20px;
    background: url(../images/shadow.jpg) top center no-repeat; }
.site div.areaFooter {
  clear: both;
  width: 900px;
  margin: 30px auto 0;
  border-radius: 8px;
  background: #decf93; }
  .site div.areaFooter .inner {
    padding: 10px;
    text-align: center; }
    .site div.areaFooter .inner p.link {
      padding: 20px 0; }
    .site div.areaFooter .inner p.thm {
      width: 840px;
      padding: 5px 0;
      margin: 0 auto;
      background: #f9266c;
      font-size: 24px;
      color: #fff; }
    .site div.areaFooter .inner p.tel {
      padding: 20px 0; }

/*----------------------------------------------------
  form
----------------------------------------------------*/
.form {
  clear: both;
  padding: 30px 0; }
  .form .contactBox {
    width: 900px;
    margin: 0 auto; }
    .form .contactBox header {
      text-align: center; }
      .form .contactBox header h1.title {
        padding: 0 0 20px; }
    .form .contactBox .tel {
      padding: 10px 0;
      font-size: 24px;
      width: 772px;
      margin: 0px auto;
      text-align: left; }
      .form .contactBox .tel span {
        font-size: 14px;
        padding: 0 0 0 20px; }
    .form .contactBox .formBox {
      width: 772px;
      margin: 0 auto; }
      .form .contactBox .formBox p.text {
        font-family: Bitter, Georgia, serif, "Source Sans Pro", "Hiragino Mincho ProN", Helvetica, sans-serif;
        padding: 10px 0 30px;
        font-size: 12px; }
        .form .contactBox .formBox p.text span {
          color: #900; }
      .form .contactBox .formBox ul {
        clear: both;
        padding: 10px 0;
        font-size: 18px; }
        .form .contactBox .formBox ul li {
          float: left;
          width: 500px; }
          .form .contactBox .formBox ul li span {
            color: #900; }
        .form .contactBox .formBox ul li.name {
          width: 250px;
          padding: 8px; }
        .form .contactBox .formBox ul li.add {
          width: 250px;
          padding: 8px; }
        .form .contactBox .formBox ul li.tels {
          width: 250px;
          padding: 8px;
          font-size: 18px; }
        .form .contactBox .formBox ul li.mail {
          width: 250px;
          padding: 8px; }
        .form .contactBox .formBox ul li.mailk {
          width: 250px;
          padding: 8px; }
        .form .contactBox .formBox ul li.area {
          float: none;
          padding: 8px; }
        .form .contactBox .formBox ul li.areaBox {
          float: right; }
      .form .contactBox .formBox p.form_btn {
        clear: both;
        padding: 20px 0; }

.errs {
  clear: both;
  padding: 30px 0;
  text-align: center; }
  .errs h3 {
    font-size: 24px;
    padding: 30px 0;
    text-align: center; }
  .errs p.errFont {
    color: #900;
    text-align: center;
    padding: 0 0 10px;
    font-size: 16px; }
  .errs input[type=button] {
    cursor: pointer;
    width: 240px;
    height: 54px;
    border: 2px solid #900;
    color: #fff;
    border-radius: 8px;
    font-size: 30px;
    background: #900; }
    .errs input[type=button]:hover {
      background: #600;
      border: 2px solid #600; }

/*----------------------------------------------------
  footer
----------------------------------------------------*/
footer {
  clear: both;
  width: 100%;
  margin: 50px 0 0;
  background: url(../images/bg.jpg) 0 0 repeat; }
  footer div.top {
    width: 900px;
    margin: 20px auto 0;
    padding: 30px;
    border-bottom: 1px solid #c0b188; }
    footer div.top h1 {
      width: 435px;
      float: left; }
    footer div.top p.tel {
      width: 417px;
      float: right;
      padding: 15px 0;
      font-size: 12px; }
    footer div.top p.teg {
      clear: both;
      text-align: right; }
  footer div.copy {
    width: 900px;
    margin: 0 auto;
    border-top: 1px solid #fff; }
    footer div.copy p {
      padding: 20px 0;
      text-align: center;
      font-family: Bitter, Georgia, serif, "Source Sans Pro", "Hiragino Mincho ProN", Helvetica, sans-serif;
      letter-spacing: 2px; }

/*----------------------------------------------------
  search
----------------------------------------------------*/
.contentTitle {
  clear: both;
  width: 960px;
  margin: 30px auto 0; }
  .contentTitle p.thm {
    font-size: 38px;
    text-align: center;
    padding: 20px 0;
    font-family: Bitter, Georgia, serif, "Source Sans Pro", "Hiragino Mincho ProN", Helvetica, sans-serif; }
  .contentTitle div.search {
    padding: 10px;
    text-align: right;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #eff1d9 10%, #daddbb 100%);
    background: linear-gradient(to bottom, #eff1d9 10%, #daddbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff1d9', endColorstr='#daddbb',GradientType=0 ); }
    .contentTitle div.search input {
      width: 200px;
      border-radius: 10px;
      padding: 4px 10px 4px 25px;
      border: 2px solid transparent;
      background-image: url(../images/search.png);
      background-position: 5px center;
      background-repeat: no-repeat; }

table {
  width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left; }
  table th {
    padding: 6px;
    background: #ebf4dd;
    border: 1px solid #ccc;
    font-size: 16px;
    text-align: left; }
  table td {
    padding: 6px;
    background: #fbfdf7;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: left; }

.thcol2 {
  background: #ffefd7; }

.tdcol2 {
  background: #fffcf7; }

.shadows {
  clear: both;
  display: block;
  height: 20px;
  background: url(../images/shadow.jpg) top center no-repeat; }

.prevbtn {
  padding: 30px 0;
  text-align: center;
  clear: both; }

.kimonoBtn {
  text-align: center; }
  .kimonoBtn a {
    display: block;
    padding: 8px 8px 0;
    width: 300px;
    height: 45px;
    border: 2px solid #900;
    color: #fff;
    border-radius: 8px;
    font-size: 30px;
    margin: 50px auto 0;
    background: #900;
    text-decoration: none; }
    .kimonoBtn a:hover {
      background: #600;
      border: 2px solid #600; }

footer.kimono {
  margin: 0 !important;
  padding: 50px 0 0; }

.none {
  display: none; }

/*----------------------------------------------------
  thanks
----------------------------------------------------*/
.thanks .thm {
  text-align: center;
  font-size: 24px;
  padding: 50px 0; }
.thanks .prev {
  text-align: center; }
  .thanks .prev a {
    display: block;
    padding: 8px 8px 0;
    width: 350px;
    height: 40px;
    border: 2px solid #900;
    color: #fff;
    border-radius: 8px;
    font-size: 24px;
    margin: 50px auto 0;
    background: #900;
    text-decoration: none; }
    .thanks .prev a:hover {
      background: #600;
      border: 2px solid #600; }

/*----------------------------------------------------
  commons
----------------------------------------------------*/
/* text-align
-------------------- */
.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

.align_left {
  text-align: left; }

/* font-color
-------------------- */
.colors_f09 {
  color: #ff0099 !important; }

.colors_f60 {
  color: #ff6600 !important; }

.colors_a90 {
  color: #a90000 !important; }

/* font-siz
-------------------- */
.font_wb {
  font-weight: bold !important; }

.font_nm {
  font-weight: normal !important; }

/* font-size
-------------------- */
.font_size12 {
  font-size: 12px !important; }

.font_size13 {
  font-size: 13px !important; }

.font_size14 {
  font-size: 14px !important; }

.font_size15 {
  font-size: 15px !important; }

.font_size16 {
  font-size: 16px !important; }

/* letter-spacing
-------------------- */
.les-2p {
  letter-spacing: 2px; }

.les-1p {
  letter-spacing: 1px; }

.les_0p {
  letter-spacing: 0px; }

.les_1p {
  letter-spacing: -1px; }

.les_2p {
  letter-spacing: -2px; }

/* padding
-------------------- */
.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pm10 {
  padding-bottom: 10px; }

.pm15 {
  padding-bottom: 15px; }

.pm20 {
  padding-bottom: 20px; }

.pm25 {
  padding-bottom: 25px; }

.pm30 {
  padding-bottom: 30px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

/* float
-------------------- */
.flo_right {
  float: right; }

.flo_left {
  float: left; }

.flo_none {
  float: none; }

.flo_cl {
  clear: both; }

/* display
-------------------- */
.display_none {
  display: none; }

.display_block {
  display: block; }

.clear {
  clear: both; }

.hide {
  display: none; }

/* list_style
-------------------- */
ul.list_disc {
  list-style-type: disc !important; }

/* icon
-------------------- */
p.icon_blank {
  background: url(/common/images/icon_blank.jpg) 5px 7px no-repeat; }

p.icon_arrow {
  background: url(/common/images/icon_arrow.png) 5px 7px no-repeat; }

ul.check_icon li {
  background: url(/common/images/check_icon.png) 5px 7px no-repeat; }

.ovHid {
  overflow: hidden;
  *zoom: 1; }

/*----------------------------------------------------
	=forms - for common
----------------------------------------------------*/
.formBox input[type=text],
.formBox input[type=tel],
.formBox input[type=email],
.formBox input[type=password],
.formBox input[type=date],
.formBox textarea,
.formBox select {
  padding: 6px !important;
  border: 1px solid #c4c4c4 !important;
  background: #fff !important;
  color: #666 !important;
  width: 500px;
  height: 20px; }

.formBox textarea {
  height: 200px; }

.formBox #zip {
  width: 240px; }

.form_btn {
  text-align: center;
  padding: 10px; }
  .form_btn input[type=submit] {
    cursor: pointer;
    width: 200px;
    height: 54px;
    border: 2px solid #900;
    color: #fff;
    border-radius: 8px;
    font-size: 30px;
    background: #900; }
    .form_btn input[type=submit]:hover {
      background: #600;
      border: 2px solid #600; }

/*.form_btn { text-align: center; cursor: pointer;
	input[type=submit] { width: 300px; height: 54px; border: 2px solid #ccc; color: #000;
		background: #fdfdfd;
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #fdfdfd),
			color-stop(1.00, #eeeeee)
		);
		background: linear-gradient(
			to bottom,
			#fdfdfd 0%,
			#eeeeee 100%
		);
		font-size: $base_size_ones;
		&:hover { 
			background: #fff;
			border: 2px solid #333;
			color: #333;
		}
	}
	button[disabled],input[disabled] { width: 300px; height: 54px; border: 2px solid #ccc; color: #ccc;
		background: #fdfdfd;
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #fdfdfd),
			color-stop(1.00, #eeeeee)
		);
		background: linear-gradient(
			to bottom,
			#fdfdfd 0%,
			#eeeeee 100%
		);
		&:hover {  width: 300px; height: 54px; border: 2px solid #ccc; color: #ccc;
			background: #fdfdfd;
			background: -webkit-gradient(
				linear, left top, left bottom,
				color-stop(0.00, #fdfdfd),
				color-stop(1.00, #eeeeee)
			);
			background: linear-gradient(
				to bottom,
				#fdfdfd 0%,
				#eeeeee 100%
			);
		}
	}
}*/
/*.edu_btn { clear: both; overflow: hidden; padding: 10px 0;
  .submit_btn { width: 265px; float: left;
  	input[type=submit] { display: block; width: 265px; height: 63px; text-indent: -9999px; font-size: 1px; border: none;}
  }
  .reset_btn { width: 265px; float: right;
  	input[type=reset] { display: block; width: 265px; height: 63px; text-indent: -9999px; font-size: 1px; border: none;}
  }
}*/
/*----------------------------------------------------
	=forms - for common
----------------------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("fontello/fontello.eot");
  src: url("fontello/fontello.eot?#iefix") format("embedded-opentype"), url("fontello/fontello.woff") format("woff"), url("fontello/fontello.ttf") format("truetype"), url("fontello/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello-social';
  src: url("fontello/fontello-social.eot");
  src: url("fontello/fontello-social.eot?#iefix") format("embedded-opentype"), url("fontello/fontello-social.woff") format("woff"), url("fontello/fontello-social.ttf") format("truetype"), url("fontello/fontello-social.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  line-height: 1em; }

[class^="icon-s-"]:before,
[class*=" icon-s-"]:before {
  font-family: 'fontello-social';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  line-height: 1em; }

.icon-left-big:before {
  content: '\e806'; }

.icon-up-big:before {
  content: '\e804'; }

.icon-right-big:before {
  content: '\e805'; }

.icon-down-big:before {
  content: '\e807'; }

.icon-down-open:before {
  content: '\e800'; }

.icon-left-open:before {
  content: '\e801'; }

.icon-right-open:before {
  content: '\e803'; }

.icon-up-open:before {
  content: '\e802'; }

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt; }

  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */ }

  a {
    text-decoration: none; }

  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none; }

  .site {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    max-width: 100%; }

  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    text-align: left; }

  .site-header h1 {
    text-align: left;
    font-size: 21pt;
    line-height: 1; }

  .site-header h2 {
    color: #000;
    text-align: left;
    font-size: 10pt; }

  .site-header h1 a,
  .site-header h2 a {
    color: #000; }

  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none; }

  .wrapper {
    border-top: none;
    box-shadow: none; }

  .site-content {
    margin: 0;
    width: auto; }

  .singular .entry-header .entry-meta {
    position: static; }

  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%; }

  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt; }

  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt; }

  .author-description {
    float: none;
    width: auto; }

  /* Comments */
  .commentlist > li.comment {
    position: relative;
    width: auto;
    background: none; }

  .commentlist .avatar {
    top: 2.2em;
    left: 2.2em;
    width: 39px;
    height: 39px; }

  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem; } }

/*map 2015/08/20*/
.float_l {
	float: left;
	}

.clear_box{
	clear:both;
    overflow: hidden;
}

.area_box {

	//padding-left:20px;
	//padding-right:20px;
	background-color:#FFF;
	

	}

.area_box_shop{
	width:275px;
	height:286px;
	margin-bottom:20px;
	border: 1px solid #DECF93;

	}

.area_box_shop_title {
	background-image:url(../images/shop_title.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	padding-left:10px;