@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-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: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

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;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.inner1200 {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .inner1200 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    margin-bottom: 50px;
  }
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.breadcrumb {
  margin: 0 0 50px auto;
  text-align: right;
}

.pankuzu {
  max-width: 1000px;
  margin: 0 0 0 auto;
  font-size: 13px;
  color: #333;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #333;
  text-decoration: none;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}

.error_link h1 {
  margin-bottom: 50px;
  font-size: 30px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #333;
}

.error_link a:hover {
  text-decoration: underline;
}

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: 80%;
}

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: underline;
  -webkit-transition: all .8s;
  transition: all .8s;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .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;
}

.fEn {
  font-family: "Righteous", cursive;
}

@media only screen and (max-width: 640px) {
  .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 {
  position: relative;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 50px;
}

header#global_header:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  height: 13px;
  background: url(../images/common/hedLine.png) repeat-x;
}

.innerHed {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .innerHed {
    padding: 0 20px;
  }
}

#global_header .entra .siteID {
  margin: 0 auto;
}

#global_header section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 40px;
}

@media only screen and (max-width: 640px) {
  #global_header section {
    display: block;
    padding-bottom: 30px;
  }
}

#global_header section .siteID a {
  opacity: 1;
}

#global_header section .hedR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1000px) {
  #global_header section .hedR {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR {
    display: block;
    margin-top: 20px;
  }
}

#global_header section .hedR .info {
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .info {
    margin-right: 0;
  }
}

#global_header section .hedR .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .info dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

#global_header section .hedR .info dl:last-of-type {
  margin-bottom: 0;
}

#global_header section .hedR .info dl dt, #global_header section .hedR .info dl dd {
  font-weight: bold;
  line-height: 1;
}

#global_header section .hedR .info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  margin-right: 10px;
  padding: 2px;
  background: #333;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

#global_header section .hedR .contWrap {
  min-width: 250px;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap li {
    width: 50%;
  }
}

#global_header section .hedR .contWrap li:first-of-type {
  margin-bottom: 1px;
  text-align: right;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap li:first-of-type {
    display: none;
  }
}

#global_header section .hedR .contWrap li a:hover {
  opacity: 1;
}

#global_header section .hedR .contWrap .fEn {
  margin-bottom: 5px;
  text-align: right;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap .fEn {
    margin-bottom: 0;
    text-align: center;
  }
}

#global_header section .hedR .contWrap .fEn a {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap .fEn a {
    padding: 23px 3px;
    background: #111;
    color: #fff;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap .fEn a {
    padding: 16px 3px;
    font-size: 18px;
  }
}

#global_header section .hedR .contWrap .rese a {
  display: block;
  padding: 8px 3px;
  border-radius: 3px;
  background: #dd2f2f;
  font-weight: bold;
  color: #ffff;
  text-decoration: none;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  #global_header section .hedR .contWrap .rese a {
    padding: 26px 3px;
    border-radius: 0;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .hedR .contWrap .rese a {
    padding: 17px 3px;
    font-size: 14px;
  }
}

#global_header section .hedR .contWrap .rese a .ja {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

#global_header nav {
  border-bottom: 2px solid #111;
}

@media only screen and (max-width: 834px) {
  #global_header nav {
    border: none;
  }
}

#global_header nav #gnavi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#global_header nav #gnavi li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

#global_header nav #gnavi li a {
  display: block;
  padding: 20px 0;
  font-family: "Righteous", cursive;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

#global_header nav #gnavi li a .ja {
  display: block;
  margin-top: 5px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  #global_header nav #gnavi li a .ja {
    display: inline-block;
    margin-left: 15px;
  }
}

#global_header nav #gnavi li a:hover {
  opacity: 1;
  color: #f27b23;
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

#mainArea {
  overflow: hidden;
  position: relative;
}

#mainArea #slider {
  width: 100%;
}

#mainArea #slider .slick-slide {
  outline: none;
}

#mainArea #slider li img {
  width: 100%;
  height: auto;
}

#mainArea.entra .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  #mainArea.entra .mainTxt {
    padding: 0 20px;
  }
}

.fixBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
}

@media only screen and (max-width: 834px) {
  .fixBtn {
    width: 100%;
  }
}

.fixBtn a {
  display: block;
  padding: 15px 3px;
  background: #dd2f2f;
  font-family: "Righteous", cursive;
  font-size: 18px;
  color: #fff !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .fixBtn a {
    padding: 8px 3px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
}

.fixBtn a .ja {
  display: block;
  margin-top: 7px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .fixBtn a .ja {
    margin-top: 5px;
  }
}

.is-scrolled #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

.is-scrolled #hedFixed nav #gnavi {
  max-width: 1220px;
  margin: 0 auto;
}

.is-scrolled #hedFixed nav #gnavi li a {
  padding: 10px 0;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  .nav-toggle {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 10px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: #f27b23;
  }
  #nav-toggle span {
    width: 30px;
    height: 3px;
    left: 10px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
  #nav-toggle span:nth-child(2) {
    top: 23px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 22px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #global_header nav {
    z-index: 999;
  }
  /* nav */
  #global_header nav {
    overflow-x: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    background: #fff;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  }
  #global_header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    list-style: none;
  }
  #global_header nav ul li {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  #global_header nav ul li a {
    display: block;
    padding: 18px 20px !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    text-align: left;
    color: #333 !important;
  }
  #global_header nav ul li:first-of-type a {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
  .open #global_header nav {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.open #global_header nav {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  color: #333;
  text-decoration: none;
}

footer#global_footer .fotMenu {
  padding: 20px 0 10px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotMenu {
    border-top: 0;
  }
}

footer#global_footer .fotMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  footer#global_footer .fotMenu ul {
    display: none;
  }
}

footer#global_footer .fotMenu li {
  padding: 0 17px;
}

footer#global_footer .fotMenu li a {
  text-decoration: none;
}

footer#global_footer .fotAdd {
  padding-top: 70px;
  padding-bottom: 30px;
}

footer#global_footer .fotAdd .box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotAdd .box {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer .fotAdd .box {
    width: 100%;
    margin-right: 0;
  }
}

footer#global_footer .fotAdd .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotAdd .box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer .fotAdd .box:nth-of-type(even) {
    margin-right: 0;
  }
}

footer#global_footer .fotAdd .box p {
  margin-bottom: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

footer#global_footer .fotAdd .box p a {
  display: block;
  font-family: "Righteous", cursive;
  font-size: 22px;
  color: #111;
  line-height: 1.3;
}

footer#global_footer .fotAdd .box p a .ja {
  display: block;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

footer#global_footer .fotAdd .box p a:hover {
  opacity: 1;
  color: #dd2f2f;
}

footer#global_footer .fotAdd .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

footer#global_footer .fotAdd .box dl dt, footer#global_footer .fotAdd .box dl dd {
  font-size: 14px;
}

footer#global_footer .fotAdd .box dl dt {
  width: 80px;
  font-weight: bold;
}

footer#global_footer #copy {
  display: block;
  padding: 11px 10px;
  background: #333;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer #copy {
    padding-bottom: 81px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #copy {
    padding-bottom: 61px;
  }
}

footer#global_footer #copy a {
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.topTtl h2 {
  position: relative;
  padding-top: 85px;
  font-family: "Righteous", cursive;
  font-size: 30px;
  color: #111;
  line-height: 1;
}

.topTtl h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 63px;
}

.topTtl h2 br {
  display: none;
}

.topTtl h2 .ja {
  display: block;
  margin-top: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.topTtl h2 .ja:before, .topTtl h2 .ja:after {
  content: "-";
  display: inline-block;
}

.topTtl h2 .ja:before {
  margin-right: 7px;
}

.topTtl h2 .ja:after {
  margin-left: 8px;
}

.iconOrg h2:before {
  background: url(../images/contents/iconTtl.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.iconWh h2 {
  color: #fff;
}

.iconWh h2:before {
  background: url(../images/contents/iconTtlWh.png) no-repeat;
  background-position: center;
  background-size: contain;
}

/* contents */
.entraGreet .inner1200 {
  position: relative;
}

.entraGreet .inner1200:before, .entraGreet .inner1200:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 159px;
  height: 243px;
}

.entraGreet .inner1200:before {
  top: -20px;
  right: 0;
  background: url(../images/contents/illGreetR.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.entraGreet .inner1200:after {
  bottom: -20px;
  left: 0;
  background: url(../images/contents/illGreetL.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.entraGreet .inner1200 .inner {
  padding: 0 !important;
}

.entraGreet .flexBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entraGreet .txtBox {
  width: 45%;
  margin-right: 5%;
}

@media only screen and (max-width: 640px) {
  .entraGreet .txtBox {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.entraGreet .txtBox h2 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #111;
  font-size: 30px;
  font-weight: bold;
  color: #111;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .entraGreet .txtBox h2 {
    text-align: center !important;
  }
}

.entraGreet .txtBox h2 .fEn {
  display: inline-block;
  margin-left: 7px;
  font-size: 32px;
}

.entraGreet .txtBox h2 .subWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .entraGreet .txtBox h2 .subWrap {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .entraGreet .txtBox h2 .subWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.entraGreet .txtBox h2 .sub {
  display: block;
  margin: 15px 10px 0 0;
  padding: 0 13px;
  background: #e5e5e5;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .entraGreet .txtBox h2 .sub {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .entraGreet .txtBox h2 .sub {
    font-size: 14px;
  }
}

.entraGreet .txtBox h2 .sub:last-of-type {
  margin-right: 0;
}

.entraGreet .imgBox {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .entraGreet .imgBox {
    width: 100%;
  }
}

.entraGreet .imgBox img {
  width: 100% !important;
}

.entrDarea .btn01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entrDarea .btn01 ul li {
  width: 14.8%;
  margin-right: 2.24%;
  margin-bottom: 15px;
  line-height: 1.5;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  .entrDarea .btn01 ul li {
    width: 32%;
    margin-right: 2%;
  }
}

.entrDarea .btn01 ul li:nth-of-type(6n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .entrDarea .btn01 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.entrDarea .btn01 ul li span {
  display: block;
  padding: 8px 3px;
  background: #333;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
}

.entrDarea .btn01 ul li .active {
  background: #f27b23;
}

.entrDarea .wrapArea02 {
  border: 1px solid #d5d5d5;
}

.entrDarea .wrapArea02 .pTxt, .entrDarea .wrapArea02 .pTxt div {
  display: block !important;
}

.entrDarea .wrapArea02 .btn02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entrDarea .wrapArea02 .btn02 ul li {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 15px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .entrDarea .wrapArea02 .btn02 ul li {
    width: 32%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .entrDarea .wrapArea02 .btn02 ul li {
    width: 48%;
    margin-right: 4%;
  }
}

.entrDarea .wrapArea02 .btn02 ul li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .entrDarea .wrapArea02 .btn02 ul li:nth-of-type(5n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .entrDarea .wrapArea02 .btn02 ul li:nth-of-type(5n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .entrDarea .wrapArea02 .btn02 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .entrDarea .wrapArea02 .btn02 ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.entrDarea .wrapArea02 .btn02 ul li a {
  display: block;
  padding: 3px;
  background: #333;
  border-radius: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.entrDarea .wrapArea02 .btn02 ul li .active {
  background: #f27b23;
}

.entrDarea .tab_body .active {
  display: block !important;
}

.shopBox,
.shopBox02 {
  padding: 50px 45px 50px 45px;
  background: url(../images/contents/kagiTopLeft.png), url(../images/contents/kagiTopRight.png), url(../images/contents/kagiBottomRight.png), url(../images/contents/kagiBottomLeft.png);
  background-repeat: no-repeat;
  background-position: top 6px left 6px, top 6px right 6px, bottom 6px right 6px, bottom 6px left 6px;
  border: 4px solid #333;
}

@media only screen and (max-width: 640px) {
  .shopBox,
  .shopBox02 {
    padding: 35px 25px;
  }
}

.shopBox .box,
.shopBox02 .box {
  width: 48%;
  margin-right: 4%;
}

@media only screen and (max-width: 640px) {
  .shopBox .box,
  .shopBox02 .box {
    width: 100%;
    margin-right: 0;
  }
}

.shopBox .box:nth-of-type(even),
.shopBox02 .box:nth-of-type(even) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .shopBox .infoBox,
  .shopBox02 .infoBox {
    margin-bottom: 20px;
  }
}

.shopBox .shopName,
.shopBox02 .shopName {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Righteous", cursive;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.shopBox .shopName br,
.shopBox02 .shopName br {
  display: none;
}

.shopBox .shopName .ja,
.shopBox02 .shopName .ja {
  display: block;
  margin-top: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.shopBox .shopName:before,
.shopBox02 .shopName:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/contents/bdrWh.png);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .shopName img,
  .shopBox02 .shopName img {
    max-width: 100% !important;
  }
}

.shopBox .info,
.shopBox02 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopBox .info dl,
.shopBox02 .info dl {
  width: 100%;
  margin-bottom: 12px;
}

@media only screen and (max-width: 834px) {
  .shopBox .info dl,
  .shopBox02 .info dl {
    display: block !important;
  }
}

.shopBox .info dl dt, .shopBox .info dl dd,
.shopBox02 .info dl dt,
.shopBox02 .info dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1;
}

.shopBox .info dl dt,
.shopBox02 .info dl dt {
  min-width: 90px;
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  .shopBox .info dl dt,
  .shopBox02 .info dl dt {
    width: auto !important;
    margin-bottom: 10px;
  }
}

.shopBox .info dl dt span,
.shopBox02 .info dl dt span {
  display: block;
  width: 100%;
  margin-right: 7px;
  padding: 3px;
  background: #333;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .info dl dt span,
  .shopBox02 .info dl dt span {
    display: inline-block;
    min-width: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .info dl dt span,
  .shopBox02 .info dl dt span {
    display: block;
    padding: 5px 10px;
    text-align: left !important;
  }
}

.shopBox .info02 dl,
.shopBox02 .info02 dl {
  display: inline-block;
  width: auto !important;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .shopBox .info02 dl,
  .shopBox02 .info02 dl {
    display: block;
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}

.shopBox .info02 dl dt, .shopBox .info02 dl dd,
.shopBox02 .info02 dl dt,
.shopBox02 .info02 dl dd {
  display: inline-block !important;
}

@media only screen and (max-width: 640px) {
  .shopBox .info02 dl dt, .shopBox .info02 dl dd,
  .shopBox02 .info02 dl dt,
  .shopBox02 .info02 dl dd {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .info02 dl dt,
  .shopBox02 .info02 dl dt {
    margin-bottom: 10px;
  }
}

.shopBox .btnShop ul,
.shopBox02 .btnShop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopBox .btnShop ul li,
.shopBox02 .btnShop ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}

.shopBox .btnShop ul li:nth-of-type(even),
.shopBox02 .btnShop ul li:nth-of-type(even) {
  margin-right: 0;
}

.shopBox .btnShop ul li a,
.shopBox02 .btnShop ul li a {
  display: block;
  padding: 9px 3px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

.shopBox .btnShop ul li a .ja,
.shopBox02 .btnShop ul li a .ja {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

.shopBox .btnShop ul li .btnOrg a,
.shopBox02 .btnShop ul li .btnOrg a {
  background: #f27b23;
}

.shopBox .btnShop ul li .btnYlw a,
.shopBox02 .btnShop ul li .btnYlw a {
  background: #f2b523;
}

.shopBox .btnShop ul li .telBox,
.shopBox02 .btnShop ul li .telBox {
  display: block;
  font-family: "Righteous", cursive;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.shopBox .btnShop ul li .telBox a,
.shopBox02 .btnShop ul li .telBox a {
  display: block;
  padding: 0;
  font-size: 25px;
  color: #333;
  line-height: 1;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .shopBox .btnShop ul li .telBox a,
  .shopBox02 .btnShop ul li .telBox a {
    font-size: 21px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .btnShop ul li .telBox a,
  .shopBox02 .btnShop ul li .telBox a {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .btnShop ul li .telBox a,
  .shopBox02 .btnShop ul li .telBox a {
    font-size: 37px;
  }
}

.shopBox .btnShop03 ul li,
.shopBox02 .btnShop03 ul li {
  float: none !important;
}

.shopBox .btnShop03 ul li .telBox,
.shopBox02 .btnShop03 ul li .telBox {
  display: block;
  font-family: "Righteous", cursive;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.shopBox .btnShop03 ul li .telBox a,
.shopBox02 .btnShop03 ul li .telBox a {
  display: block;
  padding: 0;
  font-size: 25px;
  color: #333;
  line-height: 1;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .shopBox .btnShop03 ul li .telBox a,
  .shopBox02 .btnShop03 ul li .telBox a {
    font-size: 21px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .btnShop03 ul li .telBox a,
  .shopBox02 .btnShop03 ul li .telBox a {
    font-size: 32px;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .btnShop03 ul li .telBox a,
  .shopBox02 .btnShop03 ul li .telBox a {
    font-size: 37px;
  }
}

.shopBox .btnShop03 ul li .btnRed a,
.shopBox02 .btnShop03 ul li .btnRed a {
  display: block;
  padding: 15px 3px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .btnShop03 ul li .btnRed a,
  .shopBox02 .btnShop03 ul li .btnRed a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) {
  .shopBox .btnShop02 ul,
  .shopBox02 .btnShop02 ul {
    display: block;
  }
}

.shopBox .btnShop02 ul li,
.shopBox02 .btnShop02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 834px) {
  .shopBox .btnShop02 ul li,
  .shopBox02 .btnShop02 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.shopBox .btnShop02 ul li:nth-of-type(even), .shopBox .btnShop02 ul li:last-of-type,
.shopBox02 .btnShop02 ul li:nth-of-type(even),
.shopBox02 .btnShop02 ul li:last-of-type {
  margin-right: 0;
}

.shopBox .btnShop02 ul li:last-of-type,
.shopBox02 .btnShop02 ul li:last-of-type {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .shopBox .btnShop02 ul li:last-of-type,
  .shopBox02 .btnShop02 ul li:last-of-type {
    width: 100%;
  }
}

.shopBox .btnShop02 ul li .telBox a,
.shopBox02 .btnShop02 ul li .telBox a {
  font-size: 24px;
}

@media only screen and (max-width: 920px) {
  .shopBox .btnShop02 ul li .telBox a,
  .shopBox02 .btnShop02 ul li .telBox a {
    font-size: 21px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .btnShop02 ul li .telBox a,
  .shopBox02 .btnShop02 ul li .telBox a {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .btnShop02 ul li .telBox a,
  .shopBox02 .btnShop02 ul li .telBox a {
    font-size: 33px;
  }
}

.shopBox .btnShop02 ul li .btnRed a,
.shopBox02 .btnShop02 ul li .btnRed a {
  font-size: 16px;
  line-height: 1.3;
}

.shopBox .telSt dl,
.shopBox02 .telSt dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.shopBox .telSt dl dt, .shopBox .telSt dl dd,
.shopBox02 .telSt dl dt,
.shopBox02 .telSt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1;
}

.shopBox .telSt dl dt,
.shopBox02 .telSt dl dt {
  margin-right: 4%;
  padding: 17px 3px !important;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .telSt dl dt,
  .shopBox02 .telSt dl dt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .telSt dl dt,
  .shopBox02 .telSt dl dt {
    font-size: 16px;
  }
}

.shopBox .telSt dl dd,
.shopBox02 .telSt dl dd {
  font-family: "Righteous", cursive;
  font-size: 28px;
}

@media only screen and (max-width: 1000px) {
  .shopBox .telSt dl dd,
  .shopBox02 .telSt dl dd {
    font-size: 23px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .telSt dl dd,
  .shopBox02 .telSt dl dd {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 640px) {
  .shopBox .telSt dl dd,
  .shopBox02 .telSt dl dd {
    font-size: 4.9vw;
  }
}

.shopBox .telSt dl dd a,
.shopBox02 .telSt dl dd a {
  display: block;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox .gmap iframe,
  .shopBox02 .gmap iframe {
    height: 458px;
  }
}

.shopBox.current {
  display: block !important;
}

@media only screen and (max-width: 834px) {
  .shopBox02 ul li .btnRed a {
    padding: 15px 3px;
  }
}

@media only screen and (max-width: 834px) {
  .shopBox02 ul li .btnRed a br {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox02 .gmap iframe {
    height: 318px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox03 {
    display: block !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox03 .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox03 .box .btnShop02 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox03 .box .btnShop02 ul li {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .shopBox03 .box .btnShop02 ul li:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.topList .flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .flexBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.topList .box03 {
  position: relative;
}

@media only screen and (max-width: 920px) {
  .topList .box03 {
    padding: 30px 20px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .box03 {
    width: 49% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .box03:nth-of-type(3n) {
    margin-right: 2% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .box03:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.topList .box03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: url(../images/contents/lineEle01.png);
}

.topList .box03:last-of-type {
  margin-right: 0;
}

.topList .shopName h3 {
  font-family: "Righteous", cursive;
  font-size: 22px;
  color: #111;
  line-height: 1;
}

.topList .shopName h3 .ja {
  display: block;
  margin-top: 7px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.topList .gmap {
  border: 1px solid #ccc;
}

.topList .info {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .topList .info {
    margin-bottom: 30px;
  }
}

.topList .info dl {
  margin-bottom: 1px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .info dl {
    display: block !important;
    margin-bottom: 10px;
  }
}

.topList .info dl dt, .topList .info dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1.5;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .info dl dt, .topList .info dl dd {
    width: 100% !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .topList .info dl dt, .topList .info dl dd {
    line-height: 2;
  }
}

.topList .info dl dt {
  min-width: 90px;
  font-weight: bold;
}

.topList .info dl dd .sub {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .topList .info dl:first-of-type dd br {
    display: none !important;
  }
}

.topList .btnShop li {
  float: none !important;
  margin-bottom: 10px;
}

.topList .btnShop li:last-of-type {
  margin-bottom: 0;
}

.topList .btnShop li a {
  display: block;
  padding: 8px 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.topList .btnShop li .btnOrg a {
  background: #f27b23;
}

.topList .btnShop li .btnRed a {
  background: #dd2f2f;
}

.topList .btnShop li .telBox {
  display: block;
  font-family: "Righteous", cursive;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .topList .btnShop li .telBox {
    line-height: 1.7;
  }
}

.topList .btnShop li .telBox a {
  display: inline-block;
  padding: 0;
  font-size: 25px;
  color: #333;
  line-height: 1;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .topList .btnShop li .telBox a {
    font-size: 21px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topList .btnShop li .telBox a {
    display: block;
    font-size: 26px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .topList .btnShop li .telBox a {
    display: block;
    font-size: 30px;
    text-align: center;
  }
}

.topNews {
  border-top: 3px solid #6f4d1c;
}

.topNews .ttl {
  text-align: center !important;
}

.topNews h2 {
  position: relative;
  display: inline-block;
  font-family: "Righteous", cursive;
  font-size: 30px;
  color: #6f4d1c;
  line-height: 1;
}

.topNews h2:before, .topNews h2:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 49px;
}

@media only screen and (max-width: 640px) {
  .topNews h2:before, .topNews h2:after {
    width: 40px;
    height: 33px;
  }
}

.topNews h2:before {
  left: -80px;
  background: url(../images/contents/ttlLeafL.png);
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .topNews h2:before {
    left: -52px;
  }
}

.topNews h2:after {
  right: -80px;
  background: url(../images/contents/ttlLeafR.png);
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .topNews h2:after {
    right: -52px;
  }
}

.topNews h2 .ja {
  display: block;
  margin-top: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.topNews h2 .ja:before, .topNews h2 .ja:after {
  content: "-";
  display: inline-block;
}

.topNews h2 .ja:before {
  margin-right: 7px;
}

.topNews h2 .ja:after {
  margin-left: 8px;
}

.topNews .newsTxt .scroll {
  max-height: 230px;
  overflow-x: auto;
}

.topNews .newsTxt dl {
  margin-right: 10px;
  padding: 20px 0 15px 0;
  border-bottom: 2px dotted #6f4d1c;
}

@media only screen and (max-width: 640px) {
  .topNews .newsTxt dl {
    display: block !important;
  }
}

.topNews .newsTxt dl dt, .topNews .newsTxt dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  color: #6f4d1c;
  line-height: 1.5;
}

.topNews .newsTxt dl dt {
  font-family: "Righteous", cursive;
}

.newsTxt .scroll::-webkit-scrollbar {
  width: 10px;
}

.newsTxt .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.newsTxt .scroll::-webkit-scrollbar-thumb {
  background-color: #6f4d1c;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.topInsta .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

.topInsta .sns_list > div {
  width: 16.6%;
  border: none !important;
}

@media only screen and (max-width: 834px) {
  .topInsta .sns_list > div {
    width: 33.3333%;
  }
}

.topInsta .sns_list .sns_photo {
  width: 100%;
  padding: 0;
}

.topInsta .sns_list .sns_photo img {
  width: 100% !important;
  height: 16.5vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topInsta .sns_list .sns_photo img {
    height: 30vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .topInsta .sns_list .sns_photo img {
    height: 32vw !important;
  }
}

.topInsta .sns_list .sns_text {
  display: none;
}

/* ------------------------------------------------------------
shop
------------------------------------------------------------ */
.wrapShopArea {
  border: 2px solid #333;
}

.wrapShopArea h3 {
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}

.wrapShopArea h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/contents/bdrWh.png);
}

.wrapShopArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapShopArea ul li {
  position: relative;
  margin-right: 35px;
  padding-left: 15px;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .wrapShopArea ul li {
    margin-right: 20px;
    line-height: 2;
  }
}

.wrapShopArea ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.deliMenu.btn01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.deliMenu.btn01 ul li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 15px;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li {
    width: 23.5%;
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu.btn01 ul li {
    width: 48%;
    margin-right: 4%;
  }
}

.deliMenu.btn01 ul li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li:nth-of-type(5n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu.btn01 ul li:nth-of-type(5n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu.btn01 ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.deliMenu.btn01 ul li span {
  display: block;
  padding: 8px 3px;
  background: #333;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
}

.deliMenu.btn01 ul li .active {
  background: #f27b23;
}

.deliMenu.tab_body02 .active {
  display: block !important;
}

.deliMenu.tab_body02 .active div {
  display: block !important;
}

.deliMenu.tab_body02 .active .flexBox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.deliMenu h3 {
  position: relative;
  border-bottom: 2px solid #cecece;
  font-size: 24px;
  font-weight: bold;
}

.deliMenu h3:before {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  display: block;
  width: 51px;
  height: 39px;
  background: url(../images/contents/ttlFlower.png) no-repeat;
}

.deliMenu .box04 {
  position: relative;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 960px) {
  .deliMenu .box04 {
    width: 32% !important;
    margin-right: 2% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .box04 {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu .box04 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 960px) {
  .deliMenu .box04:nth-of-type(4n) {
    margin-right: 2% !important;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu .box04:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 960px) {
  .deliMenu .box04:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .box04:nth-of-type(3n) {
    margin-right: 4% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .box04:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.deliMenu .box04 td {
  padding: 0 !important;
  border: none !important;
}

.deliMenu .box04 td img {
  width: 100% !important;
  height: 6.2vw !important;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 960px) {
  .deliMenu .box04 td img {
    height: 16.2vw !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .box04 td img {
    height: 24.2vw !important;
    min-height: 160px;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu .box04 td img {
    height: 47.2vw !important;
  }
}

.deliMenu .box04 h4 {
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

.deliMenu .box04 h4 .foodNo {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.deliMenu .box04 h4 br {
  display: none;
}

.deliMenu .box04 p {
  font-size: 13px;
  line-height: 1.5;
}

.deliMenu .box04 .priceBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .deliMenu .box04 .priceBox {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.deliMenu .box04 .priceBox div {
  padding: 7px 10px;
  font-weight: bold;
  color: #dd2f2f;
  line-height: 1.3;
}

.deliMenu .setMenu .ttl p {
  position: relative;
  padding-left: 17px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.deliMenu .setMenu .ttl p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 7px;
  background: #f27b23;
}

.deliMenu .setMenu .ttl02 p {
  border-bottom: 4px double #ccc;
  font-size: 18px;
  font-weight: bold;
  color: #f27b23;
}

.deliMenu .setMenu .bdrBk {
  border: 2px solid #ccc;
}

.deliMenu .setMenu .box02 {
  border: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .setMenu .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.deliMenu .setMenu .box02 td {
  padding: 0 !important;
  border: none !important;
}

.deliMenu .setMenu .box02 td img {
  width: 100% !important;
  height: 6.2vw !important;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

.deliMenu .setMenu .box02 .imgBox {
  padding-right: 10px !important;
}

.deliMenu .setMenu .box02 h4 {
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

.deliMenu .setMenu .box02 h4 .foodNo {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.deliMenu .setMenu .box02 h4 br {
  display: none;
}

.deliMenu .setMenu .box02 p {
  font-size: 13px;
  line-height: 1.5;
}

.deliMenu .setMenu .box02 .pdB5 {
  padding-bottom: 5px !important;
}

.deliMenu .setMenu .box02 .setBg {
  padding: 10px !important;
}

.deliMenu .setMenu .box02 .priceBox div {
  padding: 7px 10px;
  font-weight: bold;
  color: #dd2f2f;
  line-height: 1.3;
}

.deliMenu .setMenu .box03 {
  position: relative;
  border: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .setMenu .box03 {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .setMenu .box03:nth-of-type(3n) {
    margin-right: 4% !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu .setMenu .box03:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.deliMenu .setMenu .box03 td {
  padding: 0 !important;
  border: none !important;
}

.deliMenu .setMenu .box03 td img {
  width: 100% !important;
  height: 8vw !important;
  min-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media only screen and (max-width: 960px) {
  .deliMenu .setMenu .box03 td img {
    height: 16.2vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .deliMenu .setMenu .box03 td img {
    height: 60.2vw !important;
  }
}

.deliMenu .setMenu .box03 h4 {
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

.deliMenu .setMenu .box03 h4 .foodNo {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.deliMenu .setMenu .box03 h4 br {
  display: none;
}

.deliMenu .setMenu .box03 p {
  font-size: 13px;
  line-height: 1.5;
}

.deliMenu .setMenu .box03 .pdB5 {
  padding-bottom: 5px !important;
}

.deliMenu .setMenu .box03 .setBg {
  padding: 10px !important;
}

.deliMenu .setMenu .box03 .priceBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .deliMenu .setMenu .box03 .priceBox {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.deliMenu .setMenu .box03 .priceBox div {
  padding: 7px 10px;
  font-weight: bold;
  color: #dd2f2f;
  line-height: 1.3;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li {
    width: 23.5%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li:nth-of-type(5n) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .deliMenu.btn01 ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

.sideMenu .box02 {
  border: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .sideMenu .box02 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.sideMenu .box02 td {
  padding: 0 !important;
  border: none !important;
}

.sideMenu .box02 h4 {
  font-size: 15px;
  font-weight: bold;
}

.sideMenu .box02 h4 .foodNo {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
}

.sideMenu .box02 h4 br {
  display: none;
}

.sideMenu .box02 p {
  font-size: 13px;
  line-height: 1.5;
}

.sideMenu .box02 .priceBox div {
  font-weight: bold;
  color: #dd2f2f;
  line-height: 1.3;
}

/* ------------------------------------------------------------
instagram
------------------------------------------------------------ */
.instaSty .sns_list {
  display: block !important;
  border: none !important;
}

.instaSty .sns_list > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .instaSty .sns_list > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media only screen and (max-width: 640px) {
  .instaSty .sns_list > div {
    display: block !important;
  }
}

.instaSty .sns_list .sns_photo {
  width: 30%;
  margin-right: 2%;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .instaSty .sns_list .sns_photo {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.instaSty .sns_list .sns_text {
  width: 68%;
  padding: 0;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .instaSty .sns_list .sns_text {
    width: 100%;
  }
}

.instaSty .sns_list .sns_text .sns_date {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  line-height: 1;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.telSty p {
  font-family: "Righteous", cursive;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.telSty p a {
  display: block;
  padding: 0;
  font-size: 35px;
  color: #333;
  line-height: 1;
  text-align: left;
}

/* ------------------------------------------------------------
reservation.html
------------------------------------------------------------ */
.rese_shop .btnShop .btnRed a {
  font-size: 16px;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.annot {
  margin: 0 auto !important;
  text-align: right;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .flexBox {
    display: block;
  }
}

.flexBox .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box02:nth-of-type(even) {
  margin-right: 0;
}

.flexBox .box02 img {
  width: 100% !important;
}

.flexBox .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flexBox .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flexBox .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flexBox .box03 img {
  width: 100% !important;
}

.flexBox .box04 {
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flexBox .box04 {
    width: 100%;
    margin-right: 0;
  }
}

.flexBox .box04:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flexBox .box04:nth-of-type(even) {
    margin-right: 0;
  }
}

.flexBox .txtBox {
  width: 58%;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .flexBox .txtBox {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.flexBox .imgBox {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .flexBox .imgBox {
    width: 100%;
  }
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 26px;
  font-weight: bold;
}

.ttl01 h3 {
  font-size: 20px;
  font-weight: bold;
}

.ttl01 h4 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl01 h4 {
    font-size: 14px;
  }
}

.ttl01 h2 {
  position: relative;
  padding-left: 38px;
  border-bottom: 2px solid #ccc;
}

.ttl01 h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 27px;
  height: 40px;
  background: url(../images/contents/ttlBird.png) no-repeat;
}

.ttl01 h3 {
  position: relative;
  padding-left: 17px;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 7px;
  height: 20px;
  border-radius: 7px;
  background: #f27b23;
}

.ttl01 h4 {
  padding: 3px 10px;
  background: #dd2f2f;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .ttl01 h4 {
    padding: 3px 5px;
  }
}

.ttl02 h2 {
  font-size: 26px;
  font-weight: bold;
}

.ttl02 h3 {
  font-size: 20px;
  font-weight: bold;
}

.ttl02 h4 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .ttl02 h4 {
    font-size: 14px;
  }
}

.ttl02 h3 {
  position: relative;
  padding: 5px 15px 5px 21px;
  background: #d5d5d5;
}

.ttl02 h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 4px;
  height: 100%;
  background: #fff;
}

.iconpageTtl article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconpageTtl article:before, .iconpageTtl article:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 70px;
}

.iconpageTtl article:before {
  margin-right: 10px;
  background: url(../images/contents/icon_pagettlL.png) no-repeat;
  background-size: contain;
}

.iconpageTtl article:after {
  margin-left: 10px;
  background: url(../images/contents/icon_pagettlR.png) no-repeat;
  background-size: contain;
}

.iconpageTtl h1 {
  display: inline-block;
  font-family: "Righteous", cursive;
  font-size: 42px;
  color: #111;
  line-height: 1;
}

.iconpageTtl h1 br {
  display: none;
}

.iconpageTtl h1 .ja {
  display: block;
  margin-top: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.iconpageTtl h1 .ja:before, .iconpageTtl h1 .ja:after {
  content: "-";
  display: inline-block;
}

.iconpageTtl h1 .ja:before {
  margin-right: 7px;
}

.iconpageTtl h1 .ja:after {
  margin-left: 8px;
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btnBk a {
  display: inline-block;
  padding: 4px 70px;
  background: #333;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.btnBk a:hover {
  opacity: 1;
  background: #f27b23;
}

.btnRed a {
  display: block;
  padding: 20px 3px;
  background: #dd2f2f;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.btnOrg a {
  display: block;
  padding: 20px 3px;
  background: #f2b523;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.btnInsta a:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
@media only screen and (max-width: 1000px) {
  .tabBlk {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .spBlk {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tabLeft div {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .spLeft div {
    text-align: left !important;
  }
}

.bold div, .bold p {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .spFs14 {
    display: block;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left;
  }
}

.tbl01 td:first-of-type {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5) !important;
}

.tbl02 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl02 td:first-of-type div {
    text-align: left;
  }
}

/* ------------------------------------------------------------
list
------------------------------------------------------------ */
.kome li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.kome li:last-of-type {
  margin-bottom: 0;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/* ------------------------------------------------------------
background
------------------------------------------------------------ */
.bgCover {
  background-size: cover;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.gmap iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.anc {
  clear: inherit !important;
}

.anc > div {
  margin-top: -70px;
  padding-top: 70px;
}

.linkTel a {
  text-decoration: none;
}

.mgT70 {
  margin-top: 70px;
}

::-moz-selection {
  background: #ffdfc8;
}

::selection {
  background: #ffdfc8;
}

::-moz-selection {
  background: #ffdfc8;
}
/*# sourceMappingURL=assets.css.map */