@charset "UTF-8";
body {
  background-color: #fff; }

/* .inner
------------------------------------------------------------*/
.inner {
  max-width: 980px;
  margin: auto; }
  @media only screen and (min-width: 1170px) {
    .inner {
      max-width: 1140px; } }

/* ヘッダー
------------------------------------------------------------*/
#header {
  border-top: solid 3px #FBE80F;
  border-bottom: solid 1px #E6E6E6;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 979px) {
    #header {
      min-height: 50px; } }
  #header .inner {
    position: relative;
    padding: 20px; }
    @media only screen and (max-width: 979px) {
      #header .inner {
        padding: 10px 15px;
        position: static; } }
  #header .catchCopy {
    margin-bottom: 15px;
    text-align: right;
    font-size: 12px; }
    @media only screen and (max-width: 979px) {
      #header .catchCopy {
        margin: 5px 0 0;
        text-align: left;
        font-size: 0.9rem;
        max-width: 80%; } }
  #header .siteTitle {
    float: left;
    max-width: 80%;
    max-height: 60px;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0;
    overflow: hidden;
    z-index: 99;
    font-size: 34px; }
    @media only screen and (max-width: 979px) {
      #header .siteTitle {
        float: none; } }
    @media only screen and (max-width: 480px) {
      #header .siteTitle {
        margin: 0;
        height: 30px;
        line-height: 30px;
        font-size: 24px; } }
    #header .siteTitle span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; }
    #header .siteTitle a {
      text-decoration: none;
      font-family: "Abel", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
      color: #333; }
      @media only screen and (max-width: 480px) {
        #header .siteTitle a {
          font-weight: bold; } }
      #header .siteTitle a:hover {
        opacity: 0.6; }
    #header .siteTitle img {
      height: 50px;
      width: auto; }
      @media only screen and (max-width: 480px) {
        #header .siteTitle img {
          height: auto;
          width: 80%; } }
  #header #gNavi {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 979px) {
      #header #gNavi {
        position: absolute;
        right: 0;
        left: 0;
        bottom: auto; } }
    #header #gNavi > ul > li > a:hover, #header #gNavi > li.active > a {
      color: orange; }
      #header #gNavi > ul > li > a:hover:after, #header #gNavi > li.active > a:after {
        content: "";
        background-color: orange;
        height: 3px;
        position: absolute;
        bottom: -23px;
        left: 0;
        right: 0; }
        @media only screen and (max-width: 979px) {
          #header #gNavi > ul > li > a:hover:after, #header #gNavi > li.active > a:after {
            height: 0; } }
    @media only screen and (max-width: 979px) {
      #header #gNavi > ul {
        width: 100%;
        position: absolute;
        display: none;
        height: auto;
        z-index: 999;
        margin: 10px 0 0; } }
    #header #gNavi > ul > li {
      float: left;
      position: relative; }
      @media only screen and (max-width: 979px) {
        #header #gNavi > ul > li {
          float: none;
          margin-left: 0;
          border-top: solid 1px #EEE;
          background: #FFF; } }
      #header #gNavi > ul > li > a {
        text-decoration: none;
        line-height: 1.2;
        display: block;
        position: relative;
        padding: 0 18px;
        margin-bottom: 20px;
        border-right: solid 1px #ccc;
        color: #333;
        font-size: 12px; }
        @media only screen and (min-width: 1170px) {
          #header #gNavi > ul > li > a {
            font-size: 14px; } }
        @media only screen and (max-width: 979px) {
          #header #gNavi > ul > li > a {
            margin-bottom: 0;
            padding: 15px 10px;
            border-right: none;
            color: #333;
            font-size: 12px;
            font-size: 1.2rem; } }
      #header #gNavi > ul > li:first-child a {
        border-left: solid 1px #ccc; }
        @media only screen and (max-width: 979px) {
          #header #gNavi > ul > li:first-child a {
            border-left: none; } }
    #header #gNavi > ul ul {
      position: absolute;
      left: 0;
      right: 0;
      display: none;
      line-height: 1.5em;
      z-index: 9999; }
      #header #gNavi > ul ul a {
        font-weight: bold;
        background-color: #EEE;
        color: #333;
        text-decoration: none;
        padding: 5px 10px;
        display: block;
        font-size: 8px;
        font-size: 0.8rem;
        border-top: solid 1px #DDD; }
      #header #gNavi > ul ul:first-child a {
        border-top: none; }
      #header #gNavi > ul ul:last-child a {
        border-bottom: none; }
      @media only screen and (max-width: 979px) {
        #header #gNavi > ul ul {
          display: block !important;
          position: static; }
          #header #gNavi > ul ul a {
            font-size: 9px;
            font-size: 0.9rem;
            padding: 15px 10px; } }
  @media only screen and (max-width: 979px) {
    #header .btn {
      position: absolute;
      width: 70px;
      height: 50px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer;
      z-index: 99; } }
  @media only screen and (max-width: 979px) {
    #header .btn:before {
      content: '';
      height: 3px;
      width: 22px;
      background: #FBE80F;
      display: block;
      position: absolute;
      top: 8px;
      right: 0;
      left: 0;
      margin: auto;
      box-shadow: 0 8px 0 #FBE80F, 0 16px 0 #FBE80F;
      -webkit-box-shadow: 0 7px 0 #FBE80F, 0 14px 0 #FBE80F;
      -moz-box-shadow: 0 8px 0 #FBE80F, 0 16px 0 #FBE80F;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; } }
  @media only screen and (max-width: 979px) {
    #header .btn:after {
      content: 'MENU';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 5px;
      font-size: 8px;
      font-size: 0.8rem;
      text-align: center; } }

/* フッター
------------------------------------------------------------*/
.modUebUebFooterSection {
  background-color: #333;
  color: #FFF; }

#fbBlock {
  margin-left: auto;
  margin-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1000; }
  @media only screen and (max-width: 480px) {
    #fbBlock iframe {
      width: 290px !important; } }

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

address,
em {
  font-style: normal; }

strong,
th {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th {
  text-align: left; }

hr,
legend {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

img,
fieldset {
  border: 0; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

li {
  list-style-type: none; }

input[type="submit"], button, label, select {
  cursor: pointer; }

input[type="submit"]:hover, button:hover {
  outline: none; }

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

/* link
------------------------------------------------------------*/
a {
  outline: none;
  color: orange;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: orange; }

a:hover img {
  opacity: 0.6; }

/* Fonts
------------------------------------------------------------*/
html {
  font-size: 87%; }
  @media only screen and (min-width: 1170px) {
    html {
      /*font-size: 100%;*/ } }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 70%; } }

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word; }

body > div, input, button {
  font-family: "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.8;
  color: #333; }

/* title
------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
  font-family: "Lato", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", sans-serif; }

h2 {
  border-bottom: solid 2px #f5f5f5;
  padding: 0 0 5px 30px;
  margin-bottom: 20px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',"メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 979px) {
    h2 {
      margin-bottom: 15px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 0 5px 25px; } }
  h2:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #FBE80F;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media only screen and (max-width: 979px) {
      h2:before {
        top: 0.4em; } }
    @media only screen and (max-width: 480px) {
      h2:before {
        width: 15px;
        height: 15px; } }

h3 {
  border-bottom: solid 1px #E6E6E6;
  border-top: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  background-color: #fdfdfd;
  margin-bottom: 10px;
  padding: 5px 5px 5px 22px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 979px) {
    h3 {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 5px 5px 5px 20px; } }
  h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background-color: #5CB85C;
    font-weight: bold; }
    @media only screen and (max-width: 979px) {
      h3:before {
        font-size: 13px;
        font-size: 1.3rem; } }

h4 {
  margin-bottom: 1%;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

/*# sourceMappingURL=maps/common.css.map */
