@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden; }

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 {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%; }

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #000000; }
    .pankuzu a:hover {
      text-decoration: underline; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

.error_link a {
  display: inline-block;
  margin-top: 100px;
  color: #000000;
  text-decoration: underline; }
  .error_link a:hover {
    text-decoration: none; }

.map {
  margin: 100px auto; }

.map li {
  border-left: 5px solid #fdd000;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-of-type {
    display: none; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 13px; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 1; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }

#header {
  width: 100%;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    #header {
      padding-top: 68px; } }
  #header .inner {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      #header .inner {
        display: block;
        padding: 0 10px !important; } }
  @media only screen and (max-width: 768px) {
    #header #siteID {
      margin-bottom: 10px;
      text-align: left; } }
  @media only screen and (max-width: 468px) {
    #header #siteID {
      text-align: center; } }
  #header #siteID a {
    opacity: 1; }
  #header #hed_info {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header #hed_info {
        justify-content: flex-end; } }
    @media only screen and (max-width: 468px) {
      #header #hed_info {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 20px 10px;
        background-color: #fff;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); } }
    @media only screen and (max-width: 468px) {
      #header #hed_info .cont {
        width: 42%; } }
    #header #hed_info .cont a {
      display: block;
      width: 135px;
      margin-right: 10px;
      padding: 4px;
      background-color: #ff4b46;
      border-radius: 3px;
      border: 1px solid #ff4b46;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-align: center; }
      @media only screen and (max-width: 468px) {
        #header #hed_info .cont a {
          width: auto; } }
      #header #hed_info .cont a:hover {
        background-color: #fff;
        color: #ff4b46; }
    #header #hed_info .linkTel {
      width: 220px;
      border: 1px solid #ff4b46;
      border-radius: 3px;
      font-size: 22px;
      font-weight: bold;
      color: #ff4b46;
      text-align: center; }
      @media only screen and (max-width: 468px) {
        #header #hed_info .linkTel {
          width: 72%;
          border: none; } }
      #header #hed_info .linkTel:before {
        content: url(../images/common/icon_tel.png);
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        line-height: 1; }
        @media only screen and (max-width: 468px) {
          #header #hed_info .linkTel:before {
            display: none; } }
      #header #hed_info .linkTel a {
        display: block;
        border: 1px solid #ff4b46;
        border-radius: 3px;
        font-size: 22px;
        font-weight: bold;
        color: #ff4b46;
        text-align: center; }
        #header #hed_info .linkTel a:before {
          content: url(../images/common/icon_tel.png);
          display: inline-block;
          margin-right: 10px;
          vertical-align: middle;
          line-height: 1; }

#nav_global {
  background-color: #f2f2f2; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      #nav_global ul li:last-of-type {
        border-right: 1px solid rgba(0, 0, 0, 0.2); }
      #nav_global ul li a {
        display: block;
        padding: 7.5px 0;
        font-size: 18px;
        font-weight: bold;
        color: #000; }
        #nav_global ul li a i {
          display: block;
          margin-bottom: 5px;
          font-size: 33px;
          font-weight: 900;
          color: #fda100; }

#mainArea {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (max-width: 468px) {
    #mainArea {
      margin-bottom: 40px; } }
  #mainArea #slider {
    width: 66%;
    position: relative; }
    @media only screen and (max-width: 468px) {
      #mainArea #slider {
        width: 100%; } }
    #mainArea #slider li img {
      width: 100%;
      height: auto; }
  #mainArea .mainTxt {
    position: absolute;
    top: 0;
    right: 0;
    width: 36.4%;
    text-align: right; }
    @media only screen and (max-width: 468px) {
      #mainArea .mainTxt {
        position: static;
        width: 100%;
        background-color: #fdd000; } }
    #mainArea .mainTxt img {
      width: 100%; }

.mean-container .mean-bar {
  background: #fdd000 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #fda100 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }
  @media only screen and (max-width: 468px) {
    .mean-container .mean-nav ul li a {
      padding: 1.5% 5% !important; } }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin-top: auto;
  font-size: 13px;
  color: #000000; }
  footer#global_footer a {
    font-size: 13px;
    color: #000000;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #footer {
    padding: 30px 0;
    background-color: #fdd000; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #footer {
        padding-bottom: 80px; } }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #pagetop {
        bottom: 90px; } }
    footer#global_footer #pagetop i {
      font-size: 40px; }
  footer#global_footer .inner {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      footer#global_footer .inner {
        display: block; } }
  footer#global_footer address {
    text-align: left;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      footer#global_footer address {
        text-align: center; } }
    footer#global_footer address #fotID a {
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }
    footer#global_footer address .yubin {
      display: inline-block;
      margin-right: 15px;
      text-align: left; }
      @media only screen and (max-width: 468px) {
        footer#global_footer address .yubin {
          display: block;
          text-align: center; } }
    footer#global_footer address .linkTel {
      margin-left: 15px; }
  footer#global_footer #nav_footer {
    width: 49%; }
    footer#global_footer #nav_footer ul {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
    footer#global_footer #nav_footer li {
      margin-right: 20px;
      line-height: 2; }
      footer#global_footer #nav_footer li:last-of-type {
        margin-right: 0; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          opacity: 0.6; }
        footer#global_footer #nav_footer li a:before {
          content: "\f330";
          font-family: "Font Awesome 5 Pro";
          font-weight: 900;
          margin-right: 5px; }
  footer#global_footer #copy {
    display: block;
    padding: 8.5px; }
    footer#global_footer #copy a {
      text-decoration: none; }

/* index.html */
.index_contents #contents_wrap {
  margin-bottom: 70px; }

.con1_ttl {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
  padding: 1.1% 0; }
  .con1_ttl h2 {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 1px 1px 1px #000; }
    @media only screen and (max-width: 768px) {
      .con1_ttl h2 {
        font-size: 18px; } }
    .con1_ttl h2 .ttlRed01 {
      font-size: 50px;
      color: #ff150e; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con1_ttl h2 .ttlRed01 {
          font-size: 40px; } }
      @media only screen and (max-width: 468px) {
        .con1_ttl h2 .ttlRed01 {
          font-size: 28px; } }
    .con1_ttl h2 .ttlBk01 {
      font-size: 50px; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con1_ttl h2 .ttlBk01 {
          font-size: 40px; } }
      @media only screen and (max-width: 468px) {
        .con1_ttl h2 .ttlBk01 {
          font-size: 28px; } }
    .con1_ttl h2 .ttlOrg01 {
      font-size: 50px;
      color: #fda100; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con1_ttl h2 .ttlOrg01 {
          font-size: 40px; } }
      @media only screen and (max-width: 468px) {
        .con1_ttl h2 .ttlOrg01 {
          font-size: 28px; } }
    .con1_ttl h2:before {
      content: "";
      position: absolute;
      top: -34%;
      left: 11%;
      width: 14.5%;
      height: 170px;
      display: inline-block;
      background: url(../images/contents/top_hukidashi.png);
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .con1_ttl h2:before {
          top: -39%;
          left: 0;
          width: 19%; } }
      @media only screen and (max-width: 468px) {
        .con1_ttl h2:before {
          display: none; } }

.wrap_pnt {
  margin-top: 70px; }
  @media only screen and (max-width: 768px) {
    .wrap_pnt {
      margin: 70px 10px 0 10px; } }
  .wrap_pnt .box {
    flex: 1; }
    @media only screen and (max-width: 768px) {
      .wrap_pnt .box {
        flex: auto;
        margin-bottom: 20px; } }
    .wrap_pnt .box:nth-of-type(odd) {
      margin-bottom: 0; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_pnt .box:nth-of-type(odd) {
          margin-bottom: 20px; } }
  .wrap_pnt .ttl_pnt {
    position: relative;
    padding: 68.5px 0;
    background-color: #fdd000;
    border: 1px solid #000; }
    @media only screen and (max-width: 768px) {
      .wrap_pnt .ttl_pnt {
        padding: 30px 0; } }
    .wrap_pnt .ttl_pnt:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -12%;
      width: 0;
      height: 0;
      border-top: solid 19px transparent;
      border-right: solid 19px transparent;
      border-bottom: solid 19px transparent;
      border-left: solid 19px #fdd000; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_pnt .ttl_pnt:after {
          right: -10%; } }
      @media only screen and (max-width: 468px) {
        .wrap_pnt .ttl_pnt:after {
          display: none; } }
    .wrap_pnt .ttl_pnt h3 {
      font-weight: bold; }
    .wrap_pnt .ttl_pnt .sub {
      display: block;
      position: relative;
      font-style: oblique;
      font-size: 5.2vw;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .wrap_pnt .ttl_pnt .sub {
          font-size: 50px; } }
      .wrap_pnt .ttl_pnt .sub:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 1px;
        background-color: #000; }
        @media only screen and (max-width: 768px) {
          .wrap_pnt .ttl_pnt .sub:after {
            width: 50px; } }
  .wrap_pnt .txt_pnt {
    border: 1px solid #000; }
    @media only screen and (max-width: 468px) {
      .wrap_pnt .txt_pnt {
        padding: 30px; } }
    .wrap_pnt .txt_pnt div {
      display: table;
      max-width: 230px;
      height: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 468px) {
        .wrap_pnt .txt_pnt div {
          max-width: 100%; } }
    .wrap_pnt .txt_pnt p {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px; }
  .wrap_pnt .bg_pnt {
    flex: 2 !important;
    background-size: cover;
    background-position: center right; }
    @media only screen and (max-width: 768px) {
      .wrap_pnt .bg_pnt {
        flex: auto; } }

.wrap_bnr {
  margin-top: 70px; }
  .wrap_bnr .box {
    position: relative;
    display: table;
    background-size: cover;
    border-radius: 3px;
    border: 1px solid #000; }
    .wrap_bnr .box a {
      position: relative;
      z-index: 1;
      display: table-cell;
      padding: 12.4% 0;
      font-size: 22px;
      font-weight: bold;
      text-align: center; }
    .wrap_bnr .box:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 0;
      width: 75%;
      height: 50px;
      display: inline-block;
      background-color: rgba(253, 208, 0, 0.6);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .wrap_bnr .box:hover:before {
      width: 100%;
      height: 100%; }

.w_cale {
  margin-top: 30px; }

.ttl_cale h2, .ttl_cale02 h2 {
  display: inline-block;
  width: 600px;
  background-color: #fff;
  margin: 0 auto 30px auto;
  border-radius: 35px;
  font-size: 26px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .ttl_cale h2, .ttl_cale02 h2 {
      width: 100%; } }
  @media only screen and (max-width: 468px) {
    .ttl_cale h2, .ttl_cale02 h2 {
      font-size: 24px; } }
  .ttl_cale h2:before, .ttl_cale02 h2:before, .ttl_cale h2:after, .ttl_cale02 h2:after {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px; }
    @media only screen and (max-width: 468px) {
      .ttl_cale h2:before, .ttl_cale02 h2:before, .ttl_cale h2:after, .ttl_cale02 h2:after {
        font-size: 24px; } }
  .ttl_cale h2:before, .ttl_cale02 h2:before {
    margin-right: 10px; }
  .ttl_cale h2:after, .ttl_cale02 h2:after {
    margin-left: 5px; }

@media only screen and (max-width: 768px) {
  .cale iframe {
    width: 100% !important;
    height: 400px !important; } }

.wrap_cont {
  background-size: cover;
  margin-top: 70px;
  padding: 50px 0; }
  .wrap_cont h2 {
    margin-bottom: 50px;
    padding: 6px 0;
    background: -moz-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4) 50%, transparent);
    background: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4) 50%, transparent);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4) 50%, transparent);
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.9); }
    @media only screen and (max-width: 468px) {
      .wrap_cont h2 {
        font-size: 30px; } }

.contBtn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 468px) {
    .contBtn {
      display: block; } }
  .contBtn .box {
    width: 48%;
    margin-right: 4%; }
    @media only screen and (max-width: 468px) {
      .contBtn .box {
        width: 100%;
        margin-bottom: 20px; } }
    .contBtn .box:nth-of-type(even) {
      margin-right: 0; }
    .contBtn .box a {
      display: block;
      padding: 15px 0;
      background-color: #fdd000;
      border: 1px solid #fff;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.3; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .contBtn .box a {
          font-size: 18px; } }
      .contBtn .box a:hover {
        background-color: rgba(255, 255, 255, 0.7); }
  .contBtn .btnNet a:before {
    content: "\f1b9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 200;
    font-size: 40px;
    margin-right: 20px;
    vertical-align: middle; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .contBtn .btnNet a:before {
        font-size: 20px;
        margin-right: 10px; } }
  .contBtn .linkTel {
    padding: 15px 0;
    background-color: #fdd000;
    border: 1px solid #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .contBtn .linkTel {
        font-size: 20px; } }
    @media only screen and (max-width: 468px) {
      .contBtn .linkTel {
        padding: 0;
        border: none;
        font-size: 20px; } }
    .contBtn .linkTel:before {
      content: "\f098";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 40px;
      margin-right: 20px;
      vertical-align: middle; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .contBtn .linkTel:before {
          margin-right: 10px;
          font-size: 20px; } }
      @media only screen and (max-width: 468px) {
        .contBtn .linkTel:before {
          display: none; } }
    .contBtn .linkTel a {
      display: block;
      padding: 15px 0;
      background-color: #fdd000;
      border: 1px solid #fff;
      font-size: 26px;
      font-weight: bold; }
      .contBtn .linkTel a:before {
        content: "\f098";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 40px;
        margin-right: 20px;
        vertical-align: middle; }

.ttl_news h2 {
  margin: 70px auto 20px auto;
  border-bottom: 3px dotted #fda100;
  font-size: 26px;
  font-weight: bold; }
  .ttl_news h2:before {
    content: "\f4a6";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 15px;
    color: #fda100; }

.wrap_news {
  height: 150px;
  overflow-x: auto; }
  @media only screen and (max-width: 468px) {
    .wrap_news {
      height: 300px; } }
  .wrap_news .box {
    margin-bottom: 20px; }
    .wrap_news .box td {
      padding: 2px 30px !important; }
      @media only screen and (max-width: 468px) {
        .wrap_news .box td {
          padding: 10px !important; } }
      .wrap_news .box td:first-of-type {
        width: 130px;
        padding: 2px 0 !important;
        background-color: #f2f2f2;
        text-align: center; }
        @media only screen and (max-width: 468px) {
          .wrap_news .box td:first-of-type {
            padding: 10px !important; } }

/* delivery.html */
.wrap_btn .box a {
  display: block;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: bold; }
  .wrap_btn .box a:hover {
    background-color: #fff; }

.wrap_box01 {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #ccc; }
  .wrap_box01 h4 {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    background-color: rgba(253, 208, 0, 0.5); }
  .wrap_box01 .bg_wh01 {
    padding: 20px;
    background-color: #fff; }
  .wrap_box01 .linkTel02 {
    display: inline-block;
    width: 250px;
    margin: 20px auto;
    padding: 10px;
    background-color: #ff4b46;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      .wrap_box01 .linkTel02 {
        width: 100%;
        padding: 0;
        background-color: none;
        box-shadow: none; } }
    .wrap_box01 .linkTel02 a {
      display: block;
      width: 100%;
      padding: 10px;
      background-color: #ff4b46;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-align: center; }
  .wrap_box01 .bg_gry01 {
    margin: 0 20px 20px 20px;
    padding: 2%;
    background-color: #f2f2f2; }
    .wrap_box01 .bg_gry01 h5 + br {
      display: none; }
    .wrap_box01 .bg_gry01 h5 {
      margin-bottom: 15px;
      border-bottom: 1px dotted #ccc;
      font-weight: bold; }

.bg_gry02 {
  padding: 70px 0;
  background-color: #f2f2f2; }

/* howto.html */
.wrap_btn02 {
  margin-top: 30px; }
  .wrap_btn02 .box {
    padding: 10px;
    background-color: #ff4b46;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_btn02 .box {
        font-size: 22px;
        text-shadow: none;
        letter-spacing: 0; } }
    @media only screen and (max-width: 468px) {
      .wrap_btn02 .box {
        padding: 0;
        box-shadow: none; } }
    .wrap_btn02 .box .sub {
      font-size: 20px; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .wrap_btn02 .box .sub {
          font-size: 16px; } }
    .wrap_btn02 .box a {
      display: block;
      padding: 10px;
      background-color: #ff4b46;
      border-radius: 3px;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      line-height: 1.3;
      letter-spacing: 0.1em;
      text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }

.fax {
  width: 48%;
  margin-top: 30px;
  padding: 10px;
  background-color: #fda100;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .fax {
      font-size: 22px;
      text-shadow: none;
      letter-spacing: 0; } }
  @media only screen and (max-width: 468px) {
    .fax {
      width: 100%; } }
  .fax .sub {
    font-size: 20px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .fax .sub {
        font-size: 16px; } }

/* price.html */
@media screen and (min-width: 469px) and (max-width: 768px) {
  .tbl_price {
    overflow-x: auto;
    white-space: nowrap; } }
@media only screen and (max-width: 768px) {
  .tbl_price table {
    table-layout: auto !important; } }
.tbl_price td {
  padding: 20px !important;
  text-align: center; }
  @media only screen and (max-width: 468px) {
    .tbl_price td {
      padding: 10px 5px !important; } }
.tbl_price tr:first-of-type td {
  background-color: #fda100;
  font-weight: bold; }

.wrap_sumou01 {
  margin-top: 30px;
  padding: 4%;
  background-color: #ff4b46;
  border: 7px double #fff; }
  .wrap_sumou01 h4 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #fdd000; }
    @media only screen and (max-width: 768px) {
      .wrap_sumou01 h4 {
        font-size: 20px; } }

.kakaku01 {
  font-size: 22px;
  font-weight: bold; }
  .kakaku01 h5 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold; }
  .kakaku01 h5 + br {
    display: none; }
  .kakaku01 .txt {
    display: inline-block;
    margin-right: 10px;
    font-size: 46px;
    color: #fdd000;
    text-shadow: 1px 1px 2px #000000;
    letter-spacing: 1px; }

.wrap_tokuten {
  margin-top: 20px; }
  .wrap_tokuten .box {
    padding: 2%;
    border: 2px solid #fdd000;
    border-radius: 10px;
    background-color: rgba(253, 208, 0, 0.2); }
    .wrap_tokuten .box tr:first-of-type td {
      text-align: center !important; }
    .wrap_tokuten .box h5 {
      margin-bottom: 10px;
      padding: 3px;
      background-color: #fdd000;
      border-radius: 10px;
      font-weight: bold; }
    .wrap_tokuten .box h6 {
      margin-top: 10px;
      font-weight: bold; }
    .wrap_tokuten .box h6 + br {
      display: none; }
  .wrap_tokuten .shaken {
    font-weight: bold;
    color: #ff150e; }
    .wrap_tokuten .shaken .sub {
      color: #000000; }

.wrap_shaken {
  padding: 4%;
  border: 1px solid #ccc; }
  .wrap_shaken h5 {
    font-size: 20px;
    font-weight: bold; }

.wrap_shaken02 {
  align-items: center; }
  .wrap_shaken02 .box {
    flex: 1; }
    .wrap_shaken02 .box:first-of-type {
      flex: 1; }
    .wrap_shaken02 .box:nth-of-type(2) {
      flex: 0.1;
      background: none;
      border: none;
      font-size: 30px;
      font-weight: bold;
      color: #000000; }
    .wrap_shaken02 .box:nth-of-type(3) {
      flex: 2; }

.pntTxt01 {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 2px solid #fda100;
  font-size: 18px;
  font-weight: bold; }

/* faq.html */
.faqQ {
  margin-top: 50px; }
  .faqQ h2 {
    padding: 10px;
    background-color: #fda100;
    font-weight: bold; }
    .faqQ h2:before {
      content: "Q";
      display: inline-block;
      width: 42px;
      margin-right: 10px;
      background-color: #fff;
      border-radius: 50%;
      font-size: 25px;
      color: #fda100;
      text-align: center; }

.faqA {
  padding: 20px 0; }
  .faqA:before {
    content: "A";
    display: inline-block;
    width: 27px;
    margin-right: 10px;
    background-color: #ff4b46;
    border-radius: 50%;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      .faqA:before {
        width: 23px; } }

/* yoyaku.html */
.ttl_cale02 h2 {
  background-color: #fda100; }
  .ttl_cale02 h2:before, .ttl_cale02 h2:after {
    display: none; }

.style_form th, .style_form td {
  padding: 10px !important; }
@media only screen and (max-width: 468px) {
  .style_form th {
    text-align: left !important; } }

.contact_txt a {
  text-decoration: underline; }
  .contact_txt a:hover {
    text-decoration: none; }

/* bg_100per */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

/* box */
.flex02 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 468px) {
    .flex02 {
      display: block; } }
  .flex02 .box {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 468px) {
      .flex02 .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .flex02 .box:nth-of-type(even) {
      margin-right: 0; }
    .flex02 .box img {
      width: 100% !important; }

.flex03 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 468px) {
    .flex03 {
      display: block; } }
  .flex03 .box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px; }
    @media only screen and (max-width: 468px) {
      .flex03 .box {
        width: 100%;
        margin-right: 0; } }
    .flex03 .box:nth-of-type(3n) {
      margin-right: 0; }
    .flex03 .box img {
      width: 100% !important; }

.flex04 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 468px) {
    .flex04 {
      display: block; } }
  .flex04 .box {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .flex04 .box {
        width: 47%;
        margin-right: 6%; } }
    @media only screen and (max-width: 468px) {
      .flex04 .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .flex04 .box:nth-of-type(4n) {
      margin-right: 0; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .flex04 .box:nth-of-type(even) {
        margin-right: 0; } }
    .flex04 .box img {
      width: 100% !important; }

.flex06 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 468px) {
    .flex06 {
      display: block; } }
  .flex06 .box {
    width: 16.7%; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .flex06 .box {
        width: 50%; } }
    @media only screen and (max-width: 468px) {
      .flex06 .box {
        width: 100% !important; } }
    .flex06 .box img {
      width: 100% !important; }

/* title */
.ttl01 h1 {
  position: relative;
  padding: 30px 0 50px 0;
  background-color: #fdd000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em; }
  @media only screen and (max-width: 468px) {
    .ttl01 h1 {
      font-size: 20px; } }
  .ttl01 h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    display: block;
    background-color: #000000; }
.ttl01 h2 {
  margin: 70px auto 20px auto;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3; }
  @media only screen and (max-width: 468px) {
    .ttl01 h2 {
      font-size: 18px; } }
.ttl01 h3 {
  margin: 50px auto 10px auto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em; }
.ttl01 h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em; }
.ttl01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fdd000; }
.ttl01 h3 {
  display: inline-block;
  background-color: #fda100;
  border-radius: 35px;
  padding: 10px 20px;
  color: #fff;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 468px) {
    .ttl01 h3 {
      display: block;
      text-align: center; } }
  .ttl01 h3 .sub {
    display: block;
    font-size: 13px;
    color: #000000;
    text-shadow: none; }
.ttl01 h5 {
  position: relative;
  margin: 50px auto 20px auto;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold; }
  .ttl01 h5:after {
    position: absolute;
    bottom: -1px;
    content: "";
    display: block;
    width: 20%;
    border-bottom: solid 1px #fdd000; }
  .ttl01 h5 .sub {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #444; }

.ttl02 h3 {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  background-color: rgba(253, 161, 0, 0.7);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3; }
.ttl02 h3 > br {
  display: none; }
  @media only screen and (max-width: 468px) {
    .ttl02 h3 > br {
      display: block; } }
.ttl02 h4 {
  margin: 50px auto 20px auto;
  padding: 5px 5px 5px 10px;
  background-color: #fdd000;
  border-left: 5px solid #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .tab_flow h3 {
    display: flow-root; } }

/* common */
.anc {
  margin-top: -60px;
  padding-top: 60px; }

.max870 {
  max-width: 870px;
  margin: 0 auto; }

.mg_t0 {
  margin-top: 0; }
  .mg_t0 h2, .mg_t0 h3, .mg_t0 h4 {
    margin-top: 0; }

.img_l img {
  max-width: 30% !important;
  width: 100% !important;
  margin-left: 20px !important; }
  @media only screen and (max-width: 468px) {
    .img_l img {
      max-width: 100% !important;
      margin-left: 0 !important; } }

.wrap_ylw {
  background-color: #fdd000;
  padding: 50px 0; }

.tbl_st02 td {
  padding: 20px !important; }
  .tbl_st02 td:first-of-type {
    width: 30%;
    background-color: #fda100;
    font-weight: bold; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .tbl_st03 {
    overflow-x: auto;
    white-space: nowrap; } }
@media only screen and (max-width: 768px) {
  .tbl_st03 table {
    table-layout: auto !important; } }
.tbl_st03 td {
  padding: 10px !important;
  text-align: center !important; }

.center {
  text-align: center !important; }

/*# sourceMappingURL=common.css.map */
