@charset "UTF-8";
/* "body"
-------------------------------------------------- */
body {
  color: #231815;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  text-align: center;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }

/* "a" Tag
-------------------------------------------------- */
a {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

a::before, a::after {
  -webkit-transition: all .3s;
  transition: all .3s; }

a:link, a:visited {
  color: #076462;
  text-decoration: none; }

a:active, a:hover {
  color: #EA5514;
  text-decoration: underline; }

a:hover img {
  opacity: 0.6; }

/* "div/p" Tag
-------------------------------------------------- */
div {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1em;
  padding: 0; }

/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.566666666666667; }

/* "hr" Tag
-------------------------------------------------- */
hr {
  margin-bottom: 25px; }

/* "img" Tag
-------------------------------------------------- */
img {
  border: 0; }

/* "em/strong" Tag
-------------------------------------------------- */
em {
  font-style: italic;
  font-weight: normal; }

strong {
  font-style: normal;
  font-weight: bold; }

/* form
-------------------------------------------------- */
form label {
  display: block;
  padding: 0;
  font-weight: bold;
  line-height: 2.215; }

form label.checkbox {
  display: inline-block;
  padding: 0;
  font-weight: normal;
  margin-left: 5px; }

form label.radio {
  display: inline-block;
  padding: 0;
  font-weight: normal; }

fieldset {
  border: 0; }

form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px; }

form p small {
  font-size: 0.75em;
  color: #777; }

form input,
form select,
form textarea,
form .wysiwyg {
  padding: 6px;
  font-size: 13px;
  border: 1px solid #d5d5d5;
  color: #231815; }

form input[type="file"] {
  border: 0; }

form input[type="checkbox"] {
  float: left;
  margin-right: 5px; }

form input[type="checkbox"] + label {
  font-weight: normal; }

form input[type="submit"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form input[type="button"] {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form button {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

form textarea {
  width: 90% !important;
  font-family: Arial, Helvetica, sans-serif; }

form select {
  padding: 4px;
  background: #fff; }

form input[type="checkbox"],
form input[type="radio"] {
  padding: 0;
  background: none;
  border: 0; }

.need {
  color: #FF0000; }

/* table
-------------------------------------------------- */
table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px; }
  table thead th {
    color: #FFF;
    background: #076462;
    text-align: center;
    font-weight: normal;
    padding: 10px; }
    table thead th:first-child {
      text-align: left; }
  table tbody th {
    border-bottom: 1px solid #E6E6E5;
    text-align: left;
    padding: 10px;
    font-weight: normal;
    color: #076462;
    min-width: 120px; }
    @media screen and (max-width: 767px) {
      table tbody th {
        padding: 0; } }
  table tbody td {
    border-bottom: 1px solid #E6E6E5;
    text-align: center;
    padding: 10px; }
    @media screen and (max-width: 767px) {
      table tbody td {
        padding-right: 0; } }

/* notification
-------------------------------------------------- */
.notification {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid;
  font-size: 13px; }
  .notification div {
    display: block;
    font-style: normal;
    padding: 10px;
    line-height: 1.5em; }
    .notification div p {
      margin: 0; }
  .notification.attention {
    border-color: #e6db55;
    color: #666452; }
    .notification.attention div {
      background: #fffbcc; }
      .notification.attention div i {
        color: #b8af44; }
  .notification.information {
    border-color: #a2b4ee;
    color: #585b66; }
    .notification.information div {
      background: #dbe3ff; }
      .notification.information div i {
        color: #8190be; }
  .notification.success {
    border-color: #9adf8f;
    color: #556652; }
    .notification.success div {
      background: #d5ffce; }
      .notification.success div i {
        color: #7bb272; }

.error {
  background: #ffcece;
  border-color: #df8f8f;
  color: #665252; }

.alert {
  color: #dc143c;
  font-weight: bold; }

/* ==================================================
以下、ブロックごとの指定
================================================== */
/* コンテナ
-------------------------------------------------- */
.container-fluid {
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 991px) {
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px; } }

.container {
  width: 1080px; }
  @media screen and (max-width: 1199px) {
    .container {
      width: 100%;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

/* ヘッダー（上部）
-------------------------------------------------- */
header {
  z-index: 1000; }

.headerTop {
  height: 76px;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .headerTop {
      height: 56px; } }
  .headerTop .h1 {
    line-height: 76px;
    margin-bottom: 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .headerTop .h1 {
        line-height: 56px; } }
    .headerTop .h1 img {
      width: 413px; }
      @media screen and (max-width: 991px) {
        .headerTop .h1 img {
          width: 300px; } }
      @media screen and (max-width: 350px) {
        .headerTop .h1 img {
          width: 250px; } }
  .headerTop .btnBlock .inner {
    float: right;
    width: 550px;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .headerTop .btnBlock .inner {
        position: fixed;
        left: 0;
        bottom: 0;
        float: none;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
        max-width: 100%;
        width: 100%;
        z-index: 100;
        /* height: $height_ht + 15; */
        height: 45px;
        padding-bottom: 5px;
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .headerTop .btnBlock .inner {
      padding-top: 5px; } }
    @media screen and (max-width: 767px) {
        .headerTop .btnBlock .inner a {
          color: #231815; }
          .headerTop .btnBlock .inner a:hover {
            text-decoration: none; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .headerTop .btnBlock .inner div {
      width: 100%;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .headerTop .btnBlock .inner div .hidden-lg-down {
      display: inline-block !important; } }

    .headerTop .btnBlock .inner p {
      margin-bottom: 0;
      line-height: 1.2; }
      .headerTop .btnBlock .inner p.fnt-small {
        letter-spacing: 0.01em; }

.btn-reserve {
  background: #F5F5F5;
  border: 1px solid #C9CACA;
  box-shadow: 0 1px #B3B3B3;
  color: #231815 !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 0;
  float: right; }
  .btn-reserve:hover {
    text-decoration: none;
    background: rgba(245, 245, 245, 0.6); }
  @media screen and (max-width: 767px) {
    .btn-reserve {
      float: none;
      margin-bottom: 5px; } }

i.fa-phone {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* ヘッダー（グローバルメニュー）
-------------------------------------------------- */
.globalMenu {
  height: 70px;
  z-index: 100;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }
  @media screen and (max-width: 1199px) {
    .globalMenu {
      width: 100%;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (max-width: 767px) {
    .globalMenu {
      height: auto;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; } }
  .globalMenu ul {
    display: table;
    margin: 0 auto;
    width: 1080px;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .globalMenu ul {
        width: 100%;
        border-right: 0;
        border-left: 0; } }
    .globalMenu ul::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 20px;
      width: 1px; }
    .globalMenu ul::before {
      background: #231815; }
    .globalMenu ul li {
      line-height: 1;
      float: left;
      margin-right: 0;
      color: #231815;
      padding-right: 0;
      width: 179px;
      position: relative; }
      .globalMenu ul li else {
        border-right: 1px solid #231815; }
      .globalMenu ul li a {
        color: #231815 !important; }
      .globalMenu ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
      @media screen and (max-width: 1199px) {
        .globalMenu ul li {
          width: calc(100% / 6 - 1px); } }
      @media screen and (max-width: 767px) {
        .globalMenu ul li {
          float: none;
          height: 50px;
          line-height: 50px;
          margin-right: 0;
          padding-right: 0;
          text-align: left;
          border-right: 0;
          width: 100%; } }
      .globalMenu ul li::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 20px;
        width: 1px; }
      .globalMenu ul li::after {
        background: #231815; }
      .globalMenu ul li a {
        color: #231815;
        text-decoration: none;
        width: 100%;
        display: block;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .globalMenu ul li a {
            color: #FFF !important;
            background: rgba(7, 100, 98, 0.9) url(../img/next_white.svg) no-repeat 95% 50%;
            height: 50px;
            border-bottom: 1px solid #FFF;
            padding-left: 5%;
            background-size: 20px 20px; } }
        .globalMenu ul li a span {
          font-size: 12px; }
          @media screen and (max-width: 767px) {
            .globalMenu ul li a span {
              margin-left: 5px; } }
      .globalMenu ul li.dropdown {
        position: relative; }
        @media screen and (max-width: 767px) {
          .globalMenu ul li.dropdown {
            height: auto; } }
        .globalMenu ul li.dropdown a {
          position: relative; }
          .globalMenu ul li.dropdown a::after {
            content: ' ';
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            height: 10px;
            width: 10px; }
          @media screen and (max-width: 767px) {
            .globalMenu ul li.dropdown a {
              background: rgba(7, 100, 98, 0.7) url(../img/below_white.svg) no-repeat 95% 50%;
              background-size: 20px 20px; } }
          .globalMenu ul li.dropdown a::after {
            background: url(../img/dropdown.svg) no-repeat; }
            @media screen and (max-width: 767px) {
              .globalMenu ul li.dropdown a::after {
                background: none; } }
        .globalMenu ul li.dropdown .dropdown-child {
          display: block;
          position: absolute;
          top: 100%;
          left: 0;
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
          height: auto;
          width: auto; }
        .globalMenu ul li.dropdown ul.dropdown-child {
          display: none;
          width: 100%;
          padding-top: 10px; }
          @media screen and (max-width: 767px) {
            .globalMenu ul li.dropdown ul.dropdown-child {
              position: relative;
              -ms-transform: translateX(0);
              -webkit-transform: translateX(0);
              transform: translateX(0);
              padding-top: 0; } }
          .globalMenu ul li.dropdown ul.dropdown-child::before {
            background: none; }
          .globalMenu ul li.dropdown ul.dropdown-child li {
            float: none;
            margin-right: 0;
            padding-right: 0;
            border-right: 0;
            line-height: 2;
            border-bottom: 1px solid #FFF;
            width: 100%; }
            @media screen and (max-width: 767px) {
              .globalMenu ul li.dropdown ul.dropdown-child li {
                height: 50px;
                line-height: 50px; } }
            .globalMenu ul li.dropdown ul.dropdown-child li::after {
              background: none; }
            .globalMenu ul li.dropdown ul.dropdown-child li a {
              background: rgba(7, 100, 98, 0.7);
              padding: 0;
              color: #FFF !important;
              font-size: 16px; }
              @media screen and (max-width: 767px) {
                .globalMenu ul li.dropdown ul.dropdown-child li a {
                  color: #076462 !important;
                  padding: 0;
                  padding-left: 5%;
                  background: rgba(255, 255, 255, 0.9) url(../img/next_green.svg) no-repeat 95% 50%;
                  background-size: 20px 20px;
                  border-bottom: 1px solid #076462; } }
              .globalMenu ul li.dropdown ul.dropdown-child li a:hover {
                background: rgba(7, 100, 98, 0.9); }
                @media screen and (max-width: 767px) {
                  .globalMenu ul li.dropdown ul.dropdown-child li a:hover {
                    background: rgba(7, 100, 98, 0.3) url(../img/next_green.svg) no-repeat 95% 50%;
                    background-size: 20px 20px; } }
              .globalMenu ul li.dropdown ul.dropdown-child li a::after {
                background: none; }
  .globalMenu .navbar-toggler {
    cursor: pointer;
    font-size: 30px;
    margin-top: 10px;
    color: #231815 !important;
    right: 0;
    -ms-transform: translateY(-55px);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px); }

/* パンくず
-------------------------------------------------- */
.bread_wrap {
  margin-bottom: 2.5em; }
  body.home .bread_wrap {
    margin-bottom: 0; }
  .bread_wrap .bread {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    max-width: 96%;
    padding: 0.4em 0 0.4em;
    font-size: 12px;
    margin-bottom: 0.5em;
    text-align: right; }
    .bread_wrap .bread li {
      display: inline-block;
      line-height: 1.3em; }
      .bread_wrap .bread li a {
        color: #666; }
        .bread_wrap .bread li a:hover {
          text-decoration: none; }

/* メインカラム
-------------------------------------------------- */
main {
  overflow-x: hidden; }
  main section {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      main section {
        padding-top: 25px;
        padding-bottom: 25px; } }
  main h2 {
    font-size: 28px;
    padding-top: 20px;
    margin-bottom: 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }
    @media screen and (max-width: 767px) {
      main h2 {
        margin-bottom: 7px;
        font-size: 21px; } }
  main p.title_bottom {
    text-align: center !important;
    font-size: 16px;
    color: #076462;
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }
    @media screen and (max-width: 767px) {
      main p.title_bottom {
        margin-bottom: 20px; } }
    main p.title_bottom.alignleft {
      text-align: left !important; }
  main p {
    text-align: left; }
  main .contentBox {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 40px 25px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      main .contentBox {
        padding: 20px 15px; } }
    main .contentBox p:last-child {
      margin-bottom: 0; }
  main .simpleBox {
    padding: 30px 25px;
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (max-width: 767px) {
      main .simpleBox {
        padding: 20px 15px; } }
    main .simpleBox p:last-child {
      margin-bottom: 0; }
  main .greenBox {
    padding: 30px 25px;
    background: rgba(7, 100, 98, 0.2); }
    @media screen and (max-width: 767px) {
      main .greenBox {
        padding: 20px 15px; } }
    main .greenBox p:last-child {
      margin-bottom: 0; }
  main a.noBox {
    display: block;
    height: 100%;
    color: #231815; }
    main a.noBox:hover {
      text-decoration: none; }
  main .outlineBox {
    text-align: left;
    padding: 20px 30px 0;
    background: rgba(7, 100, 98, 0.2);
    height: 100%; }
    @media screen and (max-width: 767px) {
      main .outlineBox {
        padding: 10px 15px 0; } }

/* ページタイトル
-------------------------------------------------- */
.page-title {
  height: 100px;
  background: url(../img/slide2.jpg) no-repeat 50% 50%;
  background-size: cover; }
  .page-title .mask {
    height: 100px;
    background: rgba(35, 24, 21, 0.8);
    position: relative; }
    .page-title .mask .inner {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: auto;
      width: 100%; }
    .page-title .mask h1.inner {
      color: #FFF;
      font-size: 32px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }
      @media screen and (max-width: 767px) {
        .page-title .mask h1.inner {
          font-size: 21px; } }

/* ページャー 
-------------------------------------------------- */
#pager ul.dispTable li {
  float: left;
  margin-right: 12px; }
  #pager ul.dispTable li:last-child {
    margin-right: 0; }
  #pager ul.dispTable li span {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #B3B3B3;
    font-weight: bold;
    color: #B3B3B3; }
    #pager ul.dispTable li span.current {
      background: #076462;
      border: 1px solid #076462;
      color: #FFF; }
  #pager ul.dispTable li a {
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #076462;
    font-weight: bold;
    color: #076462; }
    #pager ul.dispTable li a:hover {
      text-decoration: none;
      background: rgba(7, 100, 98, 0.2); }

/* フッター
-------------------------------------------------- */
footer .footerBottom {
  background: #595757;
  font-size: 14px;
  color: #FFF;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    footer .footerBottom {
      padding-bottom: 96px; } }
  footer .footerBottom ul {
    display: table;
    margin: 0 auto 20px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      footer .footerBottom ul {
        padding-left: 15px;
        padding-right: 15px; } }
    footer .footerBottom ul li {
      float: left;
      margin-right: 15px;
      color: #FFF;
      padding-right: 15px;
      border-right: 1px solid #FFF; }
      footer .footerBottom ul li else {
        border-right: 1px solid #FFF; }
      footer .footerBottom ul li a {
        color: #FFF !important; }
      footer .footerBottom ul li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
      @media screen and (max-width: 767px) {
        footer .footerBottom ul li {
          margin-bottom: 10px; } }
  footer .footerBottom p {
    text-align: center;
    margin-bottom: 0; }
footer .toTop {
  position: fixed;
  bottom: 12px;
  right: 12px; }
  @media screen and (max-width: 767px) {
    footer .toTop {
      bottom: 47px;
      right: 7px; } }
  footer .toTop a {
    background: #3E3A39;
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      footer .toTop a {
        width: 32px;
        height: 32px;
        line-height: 32px; } }
    footer .toTop a:hover {
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
      footer .toTop a img {
        width: 50%;
        height: 50%; } }

/* ==================================================
以下、装飾の指定
================================================== */
/* 頻出
-------------------------------------------------- */
.btn-basic {
  background: #F1AB3E;
  border: 1px solid #F1AB3E;
  box-shadow: 0 1px #ED8F26;
  color: #FFF !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: bold;
  position: relative; }
  .btn-basic:hover {
    text-decoration: none;
    background: rgba(241, 171, 62, 0.6); }
  .btn-basic::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(-150%, -50%);
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    height: 20px;
    width: 20px; }
  .btn-basic::after {
    background: url(../img/next_white.svg) no-repeat;
    background-size: 100% 100%; }

.btn-simple {
  background: none;
  border: 1px solid #076462;
  box-shadow: 0 1px rgba(7, 100, 98, 0.2);
  color: #076462 !important;
  border-radius: 5px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  padding: 2px 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  border-radius: 0;
  font-weight: bold;
  position: relative; }
  .btn-simple:hover {
    text-decoration: none; }
  .btn-simple::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(-150%, -50%);
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    height: 20px;
    width: 20px; }
  .btn-simple::after {
    background: url(../img/next_green.svg) no-repeat;
    background-size: 100% 100%; }

.fas, .far {
  margin-right: 5px; }

/* 文字装飾
-------------------------------------------------- */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }

.color-green {
  color: #076462; }

.color-orange {
  color: #F1AB3E; }

.fnt-bold {
  font-weight: bold; }

.fnt-small {
  font-size: 14px; }

.fnt-normal {
  font-size: 16px; }

.fnt-big {
  font-size: 18px; }

.fnt-huge {
  font-size: 28px; }
  @media screen and (max-width: 767px) {
    .fnt-huge {
      font-size: 21px; } }

.fnt-mega {
  font-size: 32px; }
  @media screen and (max-width: 767px) {
    .fnt-mega {
      font-size: 24px; } }

.linemarker {
  background: linear-gradient(transparent 50%, #EFEA3A 50%); }

.underline {
  text-decoration: underline; }

.noborder {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

ul.disc li {
  list-style: disc;
  text-align: left;
  margin-left: 1em;
  font-size: 14px; }

/* 回りこみ
-------------------------------------------------- */
.right {
  float: right !important; }

.left {
  float: left !important; }

.alignright {
  text-align: right !important; }

.alignleft {
  text-align: left !important; }

.aligncenter {
  text-align: center !important; }

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div, [class*=" line-"] div {
  margin-right: 2%;
  float: left; }

[class^="line-"] div:last-child, [class*=" line-"] div:last-child {
  margin-right: 0; }

.line-2 div {
  width: 49%; }

.line-3 div {
  width: 32%; }

.line-4 div {
  width: 23.5%; }

/* width
-------------------------------------------------- */
.w10p {
  width: 10%; }
  @media screen and (max-width: 767px) {
    .w10p {
      width: 100%; } }

.w20p {
  width: 20%; }
  @media screen and (max-width: 767px) {
    .w20p {
      width: 100%; } }

.w30p {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .w30p {
      width: 100%; } }

.w40p {
  width: 40%; }
  @media screen and (max-width: 767px) {
    .w40p {
      width: 100%; } }

.w50p {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .w50p {
      width: 100%; } }

.w60p {
  width: 60%; }
  @media screen and (max-width: 767px) {
    .w60p {
      width: 100%; } }

.w70p {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .w70p {
      width: 100%; } }

.w80p {
  width: 80%; }
  @media screen and (max-width: 767px) {
    .w80p {
      width: 100%; } }

.w90p {
  width: 90%; }
  @media screen and (max-width: 767px) {
    .w90p {
      width: 100%; } }

.w100p {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .w100p {
      width: 100%; } }

/* height
-------------------------------------------------- */
.h100 {
  height: 100px; }

.h200 {
  height: 200px; }

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

/* display
-------------------------------------------------- */
.dispBlock {
  display: block !important; }

.dispNone {
  display: none !important; }

.dispTable {
  display: table !important;
  margin-left: auto;
  margin-right: auto; }
