@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

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

::selection {
  background: #fff7f2;
}

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

.pcnone {
  display: none;
}

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

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

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

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

@media screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

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

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 65.5% !important;
}

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

body {
  position: relative;
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0;
  font-weight: 500;
  color: #111;
  word-wrap: break-word;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 20px;
}

.inner2 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

.inner720 {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 20px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1020px;
  padding: 105px 20px 70px 20px;
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 87px 30px 70px;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding: 116px 30px 40px;
  }
}

.index_contents #contents {
  padding-top: 0;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 1s;
  transition: 1s;
}

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

@media 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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media 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 {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header #hedFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
}

#global_header #hedFixed #hedInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 20px;
  background: #111;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo {
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .eigyo {
    width: 100%;
  }
}

#global_header #hedFixed #hedInfo dl {
  display: inline-block;
}

#global_header #hedFixed #hedInfo dl:after {
  content: "|";
  display: inline-block;
  padding-right: 4px;
}

@media screen and (max-width: 640px) {
  #global_header #hedFixed #hedInfo dl:last-of-type {
    width: 100%;
  }
}

#global_header #hedFixed #hedInfo dl:last-of-type:after {
  display: none;
}

#global_header #hedFixed #hedInfo dl dt, #global_header #hedFixed #hedInfo dl dd {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1000px) {
  #global_header #hedFixed #hedInfo dl dt, #global_header #hedFixed #hedInfo dl dd {
    font-size: 13px;
  }
}

#global_header #hedFixed #hedInfo .contWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .contWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

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

#global_header #hedFixed #hedInfo .contWrap a {
  display: block;
  color: #fff;
  text-align: center;
}

#global_header #hedFixed #hedInfo .contWrap .telSt {
  width: 162px;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .contWrap .telSt {
    width: 100%;
  }
}

#global_header #hedFixed #hedInfo .contWrap .telSt a {
  margin: 0;
  padding: 7px 5px;
  background: #606060;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .contWrap .telSt a {
    padding: 13px 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  #global_header #hedFixed #hedInfo .contWrap .telSt a {
    font-size: 18px;
  }
}

#global_header #hedFixed #hedInfo .contWrap .telSt a i {
  margin-right: 10px;
}

#global_header #hedFixed #hedInfo .contWrap .cont {
  width: 118px;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .contWrap .cont {
    width: 100%;
  }
}

#global_header #hedFixed #hedInfo .contWrap .cont a {
  padding: 1.5px 5px;
  background: #ff2d34;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hedInfo .contWrap .cont a {
    padding: 10px 5px;
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  #global_header #hedFixed #hedInfo .contWrap .cont a {
    padding: 9px 5px;
    font-size: 16px;
  }
}

#global_header #hedFixed #hedInfo .contWrap .cont a:hover {
  opacity: 1;
  background: #ff8006;
}

#global_header #hedFixed .hedInner {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed .hedInner {
    padding-right: 0;
  }
}

#global_header #hedFixed .hedInner .siteID {
  width: 26%;
  max-width: 355px;
}

@media screen and (max-width: 1000px) {
  #global_header #hedFixed .hedInner .siteID {
    width: 36%;
  }
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed .hedInner .siteID {
    width: 380px;
  }
}

@media screen and (max-width: 640px) {
  #global_header #hedFixed .hedInner .siteID {
    width: 250px;
  }
}

#global_header #hedFixed .hedInner .siteID a {
  display: block;
  opacity: 1;
}

#global_header #hedFixed .hedInner .navWrapper .navwrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#global_header #hedFixed .hedInner .navWrapper .navwrap nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#global_header #hedFixed .hedInner .navWrapper .navwrap nav ul li a {
  display: block;
  padding: 15.5px 20px;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1200px) {
  #global_header #hedFixed .hedInner .navWrapper .navwrap nav ul li a {
    padding: 15.5px 10px;
  }
}

@media screen and (max-width: 1000px) {
  #global_header #hedFixed .hedInner .navWrapper .navwrap nav ul li a {
    padding: 15.5px 6px;
  }
}

#global_header #hedFixed .hedInner .navWrapper .navwrap nav ul li a .ja {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}

.spNav {
  display: none;
}

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

.peNone > a {
  pointer-events: none;
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
@media screen and (max-width: 834px) {
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .global-menu-btn {
    position: relative;
    z-index: 11;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 60px;
    background: #333;
    cursor: pointer;
  }
  .global-menu-btn .menu-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 20px;
  }
  .global-menu-btn .menu-trigger i {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
  }
  .global-menu-btn .menu-trigger i:nth-child(1) {
    top: 0;
    -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
  }
  .global-menu-btn .menu-trigger i:nth-child(2) {
    top: 9px;
    opacity: 1;
    width: 20px;
  }
  .global-menu-btn .menu-trigger i:nth-child(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 .75s forwards;
            animation: menu-bar02 .75s forwards;
  }
  .navdamy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  #global_header #hedFixed #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 60px;
    z-index: 14;
  }
  #global_header #hedFixed #hednav .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
  }
  #global_header #hedFixed #hednav .wrapper .navwrap {
    -webkit-transform: translateX(240%);
            transform: translateX(240%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 300px;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    padding-top: 60px;
    border-top: 28px solid #111;
    background: #fff;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrapper .navwrap {
    border-top: 56px solid #111;
  }
}

@media screen and (max-width: 834px) {
  #global_header #hedFixed #hednav .wrapper .navwrap nav {
    width: 100%;
  }
  #global_header #hedFixed #hednav .wrapper .navwrap nav > ul {
    display: block;
  }
  #global_header #hedFixed #hednav .wrapper .navwrap nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #111;
    text-align: left;
  }
  #global_header #hedFixed #hednav .wrapper .navwrap nav > ul > li:first-of-type {
    border-top: 1px solid #111;
  }
  #global_header #hedFixed #hednav .wrapper .navwrap nav > ul > li > a {
    padding: 24px 22px;
    line-height: 1;
  }
}

@media screen and (max-width: 834px) and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrapper .navwrap nav > ul > li > a {
    padding: 16px 22px;
  }
}

@media screen and (max-width: 834px) {
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(9px) rotate(0);
              transform: translateY(9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-9px) rotate(0);
              transform: translateY(-9px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg);
    }
  }
  .MenuOpened {
    z-index: 13 !important;
    display: block;
  }
  .MenuOpened .global-menu-btn {
    z-index: 11;
    background: #111;
  }
  .MenuOpened .global-menu-btn i:nth-child(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
            animation: active-menu-bar01 .75s forwards;
  }
  .MenuOpened .global-menu-btn i:nth-child(2) {
    opacity: 0;
  }
  .MenuOpened .global-menu-btn i:nth-child(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
            animation: active-menu-bar03 .75s forwards;
  }
  .MenuOpened .wrapper {
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .MenuOpened .wrapper .navwrap {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    overflow: initial;
    height: 100vh !important;
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  #global_header #hedFixed #hednav .wrapper .navwrap {
    height: 100%;
    overflow-y: auto;
  }
}

/* ----------------------------------------------------------
mainarea
---------------------------------------------------------- */
#mainArea {
  overflow: hidden;
  position: relative;
  margin: 105px 0 70px 0;
}

@media screen and (max-width: 834px) {
  #mainArea {
    margin-top: 87px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea {
    margin: 116px 0 40px 0;
  }
}

#mainArea #slider {
  width: 100%;
}

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

#mainArea #slider li img {
  width: 100% !important;
  height: 31.3vw !important;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (max-width: 834px) {
  #mainArea #slider li img {
    min-height: 500px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea #slider li img {
    min-height: 350px;
  }
}

#mainArea .mainTxt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 100%;
}

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

footer#global_footer a {
  font-size: 13px;
  color: #111;
  text-decoration: none;
}

footer#global_footer #copy {
  display: block;
  padding: 1.5px 20px;
  background: #111;
  font-size: 13px;
  color: #fff;
}

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

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

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

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

.con_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.con_01 .txtBox {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .con_01 .txtBox {
    width: 100%;
  }
}

.con_01 .txtBox .title {
  padding-left: 10px;
  border-left: 3px solid #111;
}

.con_01 .txtBox .title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.con_01 .txtBox .title h2 {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .con_01 .txtBox .title img {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .con_01 .txtBox .title img {
    margin: 0 auto 0 0;
  }
}

.con_01 .imgBox {
  position: relative;
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 640px) {
  .con_01 .imgBox {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.con_01 .imgBox:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 110px;
  height: 110px;
  background: url("../images/contents/ill_greet.png");
  background-repeat: no-repeat;
  background-size: cover;
}

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

.con_02 li {
  position: relative;
}

.con_02 li img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (max-width: 640px) {
  .con_02 li img {
    height: 75vw !important;
  }
}

.con_02 li .bgHw {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  height: 90%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 640px) {
  .con_02 li .bgHw {
    padding: 20px;
  }
}

.con_02 li .bgHw .koda {
  display: block;
  margin-bottom: 20px;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 46px;
  font-weight: bold;
}

.con_02 li .bgHw .koda .txtBox {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 23px;
  background: #111;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  vertical-align: top;
}

.con_02 li .bgHw .koda .txtBox:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 90px;
  height: 17px;
  display: inline-block;
  background: url("../images/contents/ttl_feature.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.con_02 li .bgHw h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .con_02 li .bgHw h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.con_02 li .bgHw h2::first-letter {
  color: #ff8006;
}

.con_02 li .bgHw h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 3px;
  display: block;
  background: #111;
}

@media screen and (max-width: 640px) {
  .con_02 li .bgHw h2:before {
    bottom: -10px;
  }
}

@media screen and (max-width: 640px) {
  .con_02 li .bgHw p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.con_03 {
  counter-reset: number 0;
}

@media screen and (max-width: 640px) {
  .con_03 .slick-slider {
    padding-top: 25.5%;
  }
}

.con_03 .slick-track li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .con_03 .slick-track li article {
    display: block;
  }
}

.con_03 .slick-track li article img {
  padding: 7px;
  border: 1px solid #ccc;
  margin-right: 4%;
  background: #fff;
}

.con_03 .slick-track li article > div {
  position: relative;
  width: 48%;
  padding: 30px 0;
  border-top: 3px solid #4f4f4f;
  border-bottom: 3px solid #4f4f4f;
}

@media screen and (max-width: 834px) {
  .con_03 .slick-track li article > div {
    padding: 24px 0;
  }
}

@media screen and (max-width: 640px) {
  .con_03 .slick-track li article > div {
    width: 100%;
    margin-top: 15px;
  }
}

.con_03 .slick-track li article > div:before, .con_03 .slick-track li article > div:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/contents/line_triangle_bk.png");
}

.con_03 .slick-track li article > div:before {
  top: 6px;
}

.con_03 .slick-track li article > div:after {
  bottom: 6px;
}

.con_03 .slick-track li article > div .txtBox {
  position: relative;
}

.con_03 .slick-track li article > div .txtBox:before {
  content: "おすすめメニュー";
  position: absolute;
  top: 0;
  right: 50px;
  width: 158px;
  height: 32px;
  background: url("../images/contents/ttl_reco.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  font-size: 11px;
  font-weight: bold;
  color: #ddd;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .con_03 .slick-track li article > div .txtBox:before {
    right: auto;
    left: 0;
  }
}

.con_03 .slick-track li article > div .txtBox:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 46px;
  font-weight: bold;
  color: #ddd;
}

@media screen and (max-width: 834px) {
  .con_03 .slick-track li article > div .txtBox:after {
    right: auto;
    left: 166px;
  }
}

.con_03 .slick-track li article > div .txtBox h2 {
  margin-bottom: 7px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .con_03 .slick-track li article > div .txtBox h2 {
    padding-top: 38px;
    font-size: 20px;
  }
}

.con_03 .slick-track li article > div .txtBox p {
  font-size: 14px;
}

.con_03 .slick-track li article > div .txtBox .priceBox {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .con_03 .slick-track li article > div .txtBox .priceBox {
    margin-top: 10px;
  }
}

.con_03 .slick-track li article > div .txtBox .priceBox .tax {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
}

.con_03 .slick-dots li img {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.con_04 .flexBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con_04 .flexBox .imgBox {
  width: 64%;
}

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

.con_04 .flexBox .txtBox {
  width: 26%;
  margin-right: 10%;
  color: #fff;
}

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

.con_04 .flexBox .txtBox .title h2 {
  margin-top: 10px;
  padding: 3.5px 5px;
  background: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #111;
  line-height: 1;
}

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

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

.con_05 .box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  border: 1px solid #1b1b1b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 640px) {
  .con_05 .box {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

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

@media screen and (max-width: 640px) {
  .con_05 .box:last-of-type {
    margin-bottom: 0;
  }
}

.con_05 .box a {
  padding: 3.5% 0;
  border: 5px solid #fff;
}

.con_05 .box:hover {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}

.con_06 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.con_06 .bgWh {
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 640px) {
  .con_06 .bgWh {
    padding: 30px;
  }
}

.con_06 .bgWh .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #111;
}

.con_06 .bgWh .blogBox {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 10px;
}

.con_06 .bgWh .blogBox .blog_list {
  display: block !important;
  border: none !important;
}

.con_06 .bgWh .blogBox .blog_list > div {
  border: none !important;
}

.con_06 .bgWh .blogBox .blog_list > div .blog_photo {
  display: none !important;
}

.con_06 .bgWh .blogBox .blog_list > div .blog_text {
  width: 100% !important;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.con_06 .bgWh .blogBox .blog_list > div .blog_text a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 7.5px 25px 7.5px 0;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .con_06 .bgWh .blogBox .blog_list > div .blog_text a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.con_06 .bgWh .blogBox .blog_list > div .blog_text a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  color: #606060;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.con_06 .bgWh .blogBox .blog_list > div .blog_text a .blog_date {
  min-width: 100px;
  color: #111 !important;
}

@media screen and (max-width: 640px) {
  .con_06 .bgWh .blogBox .blog_list > div .blog_text a .blog_date {
    width: 100%;
  }
}

.con_06 .bgWh .blogBox .blog_list > div .blog_text a h3 {
  width: 100%;
  margin: 0;
  font-size: 16px;
}

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

.con_07 .imgBox {
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 640px) {
  .con_07 .imgBox {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}

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

.con_07 .txtBox {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .con_07 .txtBox {
    width: 100%;
  }
}

.con_07 .txtBox .wrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.con_07 .txtBox .wrap h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 7px;
  background: #ccc;
}

.con_07 .txtBox .wrap p {
  font-size: 14px;
  line-height: 1.5;
}

.con_07 .txtBox .wrap p .en {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #919191;
}

.con_07 .txtBox .wrap dl dt, .con_07 .txtBox .wrap dl dd {
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  line-height: 1.5;
}

.con_07 .txtBox .wrap dl dt {
  min-width: 60px;
}

.con_07 .txtBox .wrap.pTxt h3 {
  margin-bottom: 5px;
}

.con_07 .txtBox .contWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con_07 .txtBox .contWrap ul li {
  float: none !important;
  margin-right: 20px;
}

.con_07 .txtBox .contWrap ul li .telSt {
  display: block;
}

.con_07 .txtBox .contWrap ul li .telSt a {
  margin: 0;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.con_07 .txtBox .contWrap ul li .cont {
  display: block;
}

.con_07 .txtBox .contWrap ul li .cont a {
  display: block;
  padding: 3.5px 15px;
  background: #ff2d34;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

.con_07 .txtBox .contWrap ul li .cont a:hover {
  opacity: 1;
  background: #111;
}

.con_08 {
  position: relative;
  text-align: center;
}

.con_08:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
}

.con_08 h2 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #fff;
}

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

.con_09 .sns_list > div {
  display: block !important;
  border: none !important;
}

.con_09 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.con_09 .sns_text {
  display: none !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

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

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #111;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

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

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 h2 {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .title_01 h2 {
    font-size: 25px;
  }
}

.title_01._common {
  position: relative;
}

.title_01._common article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.title_01._common article h2 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .title_01._common article h2 {
    margin-top: 5px;
    font-size: 16px;
  }
}

.title_01._common article p {
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .title_01._common article p {
    font-size: 22px;
  }
}

.title_01._about h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.title_01._about h2:first-letter {
  color: #ff8006;
}

.title_01._about h2:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 30px;
  height: 3px;
  display: block;
  background: #111;
}

.title_02._common article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 15px 15px 32px;
  border: 1px solid #111;
}

@media screen and (max-width: 640px) {
  .title_02._common article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.title_02._common article:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 7px;
  height: 27px;
  border-radius: 7px;
  background: #111;
}

@media screen and (max-width: 640px) {
  .title_02._common article:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.title_02._common article h2 {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .title_02._common article h2 {
    margin: 0;
    font-size: 16px;
  }
}

.title_02._common article p {
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
}

@media screen and (max-width: 640px) {
  .title_02._common article p {
    font-size: 22px;
  }
}

.title_02._area h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #111;
  font-size: 26px;
}

@media screen and (max-width: 640px) {
  .title_02._area h2 {
    font-size: 22px;
  }
}

.title_01.h1txt {
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center right;
}

@media screen and (max-width: 640px) {
  .title_01.h1txt {
    margin-bottom: 40px;
    background: #333 !important;
  }
}

.title_01.h1txt article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 400px;
  padding: 40px;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .title_01.h1txt article {
    width: 100%;
    padding: 0;
  }
}

.title_01.h1txt article p {
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 640px) {
  .title_01.h1txt article p {
    text-align: center !important;
  }
}

.title_01.h1txt article h1 {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .title_01.h1txt article h1 {
    margin-top: 12px;
    text-align: center !important;
  }
}

.title_01.h1txt article:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .title_01.h1txt article:before {
    display: none;
  }
}

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

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

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

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

.liDots li {
  position: relative;
  margin-right: 50px;
  padding-left: 20px;
}

.liDots li:last-of-type {
  margin-right: 0;
}

.liDots li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.bgCover {
  background-size: cover;
}

.slider02 .slick-initialized .slick-slide {
  outline: none;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-initialized .slick-slide {
    padding: 0 !important;
  }
}

.slider02 .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-slide:not(.slick-center) {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: none;
    transition: none;
  }
}

.slider02 .slick-arrow {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.slider02 .slick-arrow:before {
  opacity: 1;
  display: block;
  width: 40px !important;
  background: #111;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-arrow:before {
    width: 30px !important;
  }
}

.slider02 .slick-next {
  right: 4% !important;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-next {
    right: -10px !important;
  }
}

.slider02 .slick-next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 40px !important;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-next:before {
    font-size: 30px !important;
  }
}

.slider02 .slick-prev {
  left: 3% !important;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-prev {
    left: -20px !important;
  }
}

.slider02 .slick-prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 40px;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .slider02 .slick-prev:before {
    font-size: 30px;
  }
}

.slider03 .slick-initialized .slick-slide {
  outline: none;
}

.slider03 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider03 .slick-arrow {
  display: none !important;
}

.slider03 .slick-list .slick-track img {
  width: 48% !important;
  height: 16.2vw !important;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (max-width: 834px) {
  .slider03 .slick-list .slick-track img {
    height: 30vw !important;
    min-height: 290px;
  }
}

@media screen and (max-width: 640px) {
  .slider03 .slick-list .slick-track img {
    width: 100% !important;
    height: 60vw !important;
    min-height: 225px;
  }
}

.slider03 .slick-dots {
  bottom: auto;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
}

@media screen and (max-width: 640px) {
  .slider03 .slick-dots {
    width: 100%;
  }
}

.slider03 .slick-dots li {
  width: 31%;
  height: 5.1vw;
  min-height: 100px;
  margin: 0 3.5% 3.5% 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .slider03 .slick-dots li {
    height: 10vw;
    min-height: 65px;
  }
}

@media screen and (max-width: 640px) {
  .slider03 .slick-dots li {
    height: 19vw;
    min-height: 72px;
  }
}

.slider03 .slick-dots li:nth-of-type(3n) {
  margin-right: 0;
}

.slider03 .slick-dots img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

.loop .slick-track img {
  width: 100% !important;
  height: 20vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

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

.img02 ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}

.img02 ul li:nth-of-type(even) {
  margin-right: 0;
}

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

.img03 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 5px;
  background: #111;
  border: 1px solid #ccc;
}

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

.img03 ul li:nth-of-type(3n) {
  margin-right: 0;
}

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

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

.img03 ul li img {
  width: 100% !important;
  height: 15.7vw !important;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: center top;';
}

@media screen and (max-width: 834px) {
  .img03 ul li img {
    height: 29vw !important;
    min-height: 180px;
  }
}

@media screen and (max-width: 640px) {
  .img03 ul li img {
    height: 43vw !important;
    min-height: 140px;
  }
}

.btn_bk01 a {
  display: inline-block;
  padding: 12px 76px;
  background: #111;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}

.btn_bk01 a:hover {
  opacity: 1;
  background: #ff8006;
}

.btn_wh01 a {
  display: block;
  padding: 12px 10px;
  background: #fff;
  border-radius: 20px;
  letter-spacing: 0.2em;
  color: #111;
  line-height: 1;
}

.btn_wh01 a:hover {
  opacity: 1;
  background: #ff8006;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .tabBr br {
    display: none;
  }
}

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

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

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

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

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

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 210, 185, 0)), color-stop(60%, #ffd2b9));
  background: linear-gradient(rgba(255, 210, 185, 0) 60%, #ffd2b9 60%);
}

.gmap iframe {
  vertical-align: bottom;
}

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

.anc {
  clear: inherit !important;
}

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

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

@media screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
    margin: 0;
  }
}

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

.breadcrumb .pankuzu li {
  display: inline-block;
}

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

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

@media screen and (max-width: 640px) {
  .about_01 {
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }
}

.about_01 img {
  width: 65% !important;
}

@media screen and (max-width: 834px) {
  .about_01 img {
    width: 55% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .about_01 img {
    width: 100% !important;
  }
}

.about_01 .imgR, .about_01 .imgL {
  margin: 0 0 0 4%;
}

@media screen and (max-width: 640px) {
  .about_01 .imgR, .about_01 .imgL {
    margin: 0 auto 20px auto;
  }
}

.about_01 .imgL {
  margin: 0 4% 0 0;
}

@media screen and (max-width: 640px) {
  .about_01 .imgL {
    margin: 0 auto 20px auto;
  }
}

.about_01 .imgL ~ div {
  margin: 0 0 0 auto;
}

.about_01 h2 {
  width: 31%;
}

@media screen and (max-width: 834px) {
  .about_01 h2 {
    width: 41%;
  }
}

@media screen and (max-width: 640px) {
  .about_01 h2 {
    width: 100%;
  }
}

.about_01 article > div {
  width: 31%;
}

@media screen and (max-width: 834px) {
  .about_01 article > div {
    width: 41%;
  }
}

@media screen and (max-width: 640px) {
  .about_01 article > div {
    width: 100%;
  }
}

.about_02 {
  position: relative;
  margin-top: 100px;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .about_02 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 640px) {
  .about_02 {
    margin-top: 40px;
  }
}

.about_02:before, .about_02:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  background: url("../images/contents/line_triangle_bk.png");
}

.about_02:before {
  top: 35px;
}

.about_02:after {
  bottom: 35px;
}

.contWrap02 {
  border: 4px solid #ccc;
  outline: 2px solid #ccc;
  outline-offset: -10px;
}

.contWrap02 .contBtn 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .contWrap02 .contBtn ul {
    display: block;
  }
}

.contWrap02 .contBtn ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .contWrap02 .contBtn ul li {
    width: 100%;
    margin-top: 0;
  }
}

.contWrap02 .contBtn ul li:nth-of-type(3n) {
  margin-right: 0;
}

.contWrap02 .contBtn a {
  display: block;
  padding: 12px 5px;
  background: #111;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.contWrap02 .contBtn a span {
  display: block;
}

.contWrap02 .contBtn a:hover {
  opacity: 1;
  background: #ff8006;
}

.contWrap02 .contBtn .telSt {
  display: block;
}

.contWrap02 .contBtn .telSt a {
  margin: 0;
  padding: 0;
  background: none;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #111;
}

@media screen and (max-width: 1000px) {
  .contWrap02 .contBtn .telSt a {
    font-size: 31px;
  }
}

@media screen and (max-width: 834px) {
  .contWrap02 .contBtn .telSt a {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .contWrap02 .contBtn .telSt a {
    font-size: 30px;
  }
}

.contWrap02 .contBtn .telSt a:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 25px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .contWrap02 .contBtn .telSt a:before {
    font-size: 24px;
  }
}

@media screen and (max-width: 834px) {
  .contWrap02 .contBtn .telSt a:before {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 640px) {
  .contWrap02 .contBtn .telSt a:before {
    font-size: 22px;
  }
}

.contWrap02 .contBtn .cont a {
  background: #ff2d34;
}

.contWrap02 .contBtn .cont a:hover {
  opacity: 1;
  background: #ff8006;
}

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

.tab_hed ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 15px;
  display: block;
  padding: 8px 3px;
  background: #111;
  color: #fff;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center !important;
  line-height: 1.5;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .tab_hed ul li {
    width: 32%;
    margin-right: 2%;
  }
}

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

.tab_hed ul li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .tab_hed ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
}

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

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

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

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

.tab_hed ul li .en {
  display: block;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
}

.tab_hed ul li:hover {
  opacity: 0.8;
}

.tab_hed ul li.active {
  background: #ff8006;
}

.tab_hed ul li.active:hover {
  opacity: 1;
}

.tab_body .title {
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
}

.tab_body .title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 640px) {
  .tab_body .title article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tab_body .title article p {
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 640px) {
  .tab_body .title article p {
    font-size: 28px;
  }
}

.tab_body .title article h2 {
  margin-left: 7px;
}

@media screen and (max-width: 640px) {
  .tab_body .title article h2 {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: right !important;
  }
}

.tab_body .sub_title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 7px 10px;
  border-left: 4px solid #111;
  background: #f5f5f5;
}

.tab_body .sub_title article p {
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
}

@media screen and (max-width: 640px) {
  .tab_body .sub_title article p {
    font-size: 24px;
  }
}

.tab_body .sub_title article h3 {
  margin-left: 10px;
}

.tab_body .h4wrap {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
}

.tab_body .h4wrap .en {
  display: inline-block;
  margin-right: 10px;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .tab_body .h4wrap .en {
    font-size: 18px;
  }
}

.tab_body .h4wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 2px;
  background: #111;
}

.tab_body .tab .flexBox .box {
  position: relative;
  border: 1px solid #ccc;
  width: 23.875%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .tab_body .tab .flexBox .box {
    width: 32% !important;
    margin-right: 2% !important;
  }
}

@media screen and (max-width: 834px) {
  .tab_body .tab .flexBox .box {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

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

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

@media screen and (max-width: 1000px) {
  .tab_body .tab .flexBox .box:nth-of-type(4n) {
    margin-right: 2% !important;
  }
}

@media screen and (max-width: 640px) {
  .tab_body .tab .flexBox .box:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .tab_body .tab .flexBox .box:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .tab_body .tab .flexBox .box:nth-of-type(3n) {
    margin-right: 4% !important;
  }
}

@media screen and (max-width: 834px) {
  .tab_body .tab .flexBox .box:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

.tab_body .tab .flexBox .box td {
  padding: 0 !important;
  border: none !important;
}

.tab_body .tab .flexBox .box 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 screen and (max-width: 1000px) {
  .tab_body .tab .flexBox .box td img {
    height: 16.2vw !important;
  }
}

@media screen and (max-width: 834px) {
  .tab_body .tab .flexBox .box td img {
    height: 24.2vw !important;
    min-height: 160px;
  }
}

@media screen and (max-width: 640px) {
  .tab_body .tab .flexBox .box td img {
    height: 47.2vw !important;
  }
}

.tab_body .tab .flexBox .box h3 {
  position: relative;
  margin: 5px 0;
  padding-left: 42px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.tab_body .tab .flexBox .box h3 .foodNo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.tab_body .tab .flexBox .box h3 br {
  display: none;
}

.tab_body .tab .flexBox .box p {
  font-size: 13px;
  line-height: 1.5;
}

.tab_body .tab .flexBox .box .priceBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .tab_body .tab .flexBox .box .priceBox {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.tab_body .tab .flexBox .box .priceBox div {
  padding: 7px 10px;
  color: #ff2d34;
  line-height: 1.3;
}

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

.tab_body .setMenu .set02 .box {
  width: 48% !important;
  margin-right: 4% !important;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

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

@media screen and (max-width: 1000px) {
  .tab_body .setMenu .set02 .box:nth-of-type(3n) {
    margin-right: 4% !important;
  }
}

@media screen and (max-width: 834px) {
  .tab_body .setMenu .set02 .box:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}

.tab_body .setMenu .set02 .box:nth-of-type(even) {
  margin-right: 0 !important;
}

.tab_body .setMenu .set02 .box td {
  padding: 0 !important;
  border: none !important;
}

.tab_body .setMenu .set02 .box 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;';
}

.tab_body .setMenu .set02 .box .imgBox {
  padding-right: 10px !important;
}

.tab_body .setMenu .set02 .box h5 {
  position: relative;
  margin: 5px 0;
  padding-left: 42px;
  font-size: 15px;
  font-weight: bold;
}

.tab_body .setMenu .set02 .box h5 .foodNo {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.tab_body .setMenu .set02 .box h5 br {
  display: none;
}

.tab_body .setMenu .set02 .box p {
  font-size: 13px;
  line-height: 1.5;
}

.tab_body .setMenu .set02 .box .pdB5 {
  padding-bottom: 5px !important;
}

.tab_body .setMenu .set02 .box .setBg {
  padding: 10px !important;
}

.tab_body .setMenu .set02 .box .priceBox {
  position: static;
  bottom: auto;
  right: auto;
}

.tab_body .setMenu .set02 .box .priceBox div {
  padding: 7px 10px;
  font-weight: bold;
  color: #ff2d34;
  line-height: 1.3;
}

.tab_body .setMenu .set03 .box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .tab_body .setMenu .set03 .box {
    width: 48% !important;
    margin-right: 4% !important;
  }
}

@media screen and (max-width: 640px) {
  .tab_body .setMenu .set03 .box {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.tab_body .setMenu .set03 .box:nth-of-type(4n) {
  margin-right: 2% !important;
}

@media screen and (max-width: 834px) {
  .tab_body .setMenu .set03 .box:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

.tab_body .setMenu .set03 .box:nth-of-type(3n) {
  margin-right: 0;
}

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

@media screen and (max-width: 834px) {
  .tab_body .setMenu .set03 .box:nth-of-type(even) {
    margin-right: 0 !important;
  }
}

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

@media screen and (max-width: 1000px) {
  .tab_body .setMenu .set03 .box td img {
    height: 16.2vw !important;
  }
}

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

.tab_body .setMenu .set03 .box td h4 {
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
}

.tab_body .setMenu .set03 .box td h4 .foodNo {
  display: inline-block;
  width: 35px;
  margin-right: 3px;
  border-radius: 3px;
  background: #ededed;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.tab_body .setMenu .set03 .box td h4 br {
  display: none;
}

.tab_body .setMenu .set03 .box td p {
  font-size: 13px;
  line-height: 1.5;
}

.tab_body .setMenu .set03 .box .pdB5 {
  padding-bottom: 5px !important;
}

.tab_body .setMenu .set03 .box .setBg {
  padding: 10px !important;
}

.tab_body .setMenu .set03 .box .priceBox {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .tab_body .setMenu .set03 .box .priceBox {
    position: static;
    bottom: auto;
    right: auto;
  }
}

.tab_body .setMenu .set03 .box .priceBox div {
  padding: 7px 10px;
  font-weight: bold;
  color: #ff2d34;
  line-height: 1.3;
}

.tab_body .setMenu .set03 .box .h4wrap:before {
  display: none;
}

.noNum h3 {
  padding-left: 0 !important;
}

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

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

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

.telSt a {
  display: inline-block;
  margin-right: 15px;
  font-size: 34px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .telSt a {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
}

.mail.title {
  display: none !important;
}

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

.con_area01 .imgBox {
  width: 50%;
  margin-right: 10%;
}

@media screen and (max-width: 640px) {
  .con_area01 .imgBox {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.con_area01 .txtBox {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .con_area01 .txtBox {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .event_con01 {
    margin-bottom: 10px;
    padding: 20px;
    border: 4px double #ccc;
  }
}

@media screen and (max-width: 640px) {
  .event_con01:last-of-type {
    margin-bottom: 0;
  }
}

.event_con01 td {
  border: none !important;
  border-bottom: 1px dotted #ccc !important;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .event_con01 td {
    padding: 10px 5px !important;
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .event_con01 td {
    padding: 3px 10px !important;
    border-bottom: 0 !important;
    font-size: 16px;
  }
}

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

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

.event_con02 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  .event_con02 ul li {
    width: 48%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 640px) {
  .event_con02 ul li {
    width: 100%;
    margin-right: 0;
  }
}

.event_con02 ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .event_con02 ul li:nth-of-type(3n) {
    margin-right: 4%;
  }
}

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

.event_con02 ul li p {
  position: relative;
  padding: 2px 0 2px 23px;
}

.event_con02 ul li p:before {
  content: "●";
  color: #333;
  position: absolute;
  top: 2px;
  left: 0;
}

.blog#global_header {
  overflow: hidden;
}

.blog .ttl01.h1txt {
  width: 100%;
}

.blog a {
  color: #111 !important;
}

.blog #hedInfo a {
  color: #fff !important;
}

.blog .title_01._blog {
  margin-top: 105px;
  padding: 5.15% 1.6%;
  background: url("../images/contents/bgTtl02.jpg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center right;
}

@media screen and (max-width: 834px) {
  .blog .title_01._blog {
    margin-top: 87px;
    padding: 7.4% 3%;
  }
}

@media screen and (max-width: 640px) {
  .blog .title_01._blog {
    margin: 116px 0  40px 0;
    padding: 30px;
    background: #111 !important;
  }
}

.blog .title_01._blog p {
  position: relative;
  width: 400px;
  padding: 40px;
  background: #111;
  font-family: "Didact Gothic", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .blog .title_01._blog p {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

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

@media screen and (max-width: 640px) {
  .blog .title_01._blog p .ja {
    margin-top: 12px;
    text-align: center;
  }
}

.blog .title_01._blog p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .blog .title_01._blog p:before {
    display: none;
  }
}

.blog div#form_calendar table tbody tr td:hover {
  background: rgba(17, 17, 17, 0.2) !important;
}

.blog aside div#form_calendar {
  min-width: auto !important;
}

.blog aside div#form_calendar table thead tr th {
  font-size: 10px;
}

.blog aside nav > div {
  padding: 7px 10px;
  background: #111;
  color: #fff;
  line-height: 1.5;
}

.blog aside nav ul li {
  padding: 0;
  border-top: 0 !important;
}

.blog aside nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}

.blog aside nav ul li a:hover {
  color: #111;
}

.blog aside nav .pages li a {
  font-size: 12px;
  color: #5e5e5e;
}

.blog aside nav .pages li a .translate {
  font-size: 16px;
  color: #111;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.blog aside nav .pages li a:hover {
  color: #111;
}

.blog aside nav .pages li a:hover .translate {
  color: #111;
}

.blog #contents {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    min-width: auto !important;
  }
}

.blog #contents .date {
  margin-bottom: 10px;
  color: #5e5e5e !important;
  line-height: 1;
  text-align: right;
}

.blog #contents h1, .blog #contents h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.blog #contents h1:first-letter, .blog #contents h2:first-letter {
  font-size: 1.5em;
}

.blog #contents article > ul li {
  margin-right: 7px;
}

.blog #contents article > ul a {
  padding: 3px 7px;
  background: #eee;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
}

.blog #contents article .detail {
  margin-top: 5px !important;
}

.blog #contents article .flex_images {
  display: block !important;
}

.blog #contents article .flex_images img {
  display: inline-block !important;
  width: 48%;
  margin: 0 3% 0 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .blog #contents article .flex_images img {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents article .flex_images img {
    margin-right: 1%;
  }
}

.blog #contents article .flex_images img:nth-of-type(even) {
  margin-right: 0;
}

.blog #contents article .imgR, .blog #contents article .imgL {
  margin: 0 0 10px 20px;
}

@media screen and (max-width: 640px) {
  .blog #contents article .imgR, .blog #contents article .imgL {
    margin: 0 auto 20px auto;
  }
}

.blog #contents article .imgL {
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 640px) {
  .blog #contents article .imgL {
    margin: 0 auto 20px auto;
  }
}

.blog #copy a {
  color: #fff !important;
}

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

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

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

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

@media only screen and (max-width: 1025px) {
  .fadein {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.inview {
  position: relative;
  opacity: 0;
  -webkit-transition: .4s .4s;
  transition: .4s .4s;
  overflow: hidden;
}

@media only screen and (max-width: 1025px) {
  .inview {
    opacity: 1;
  }
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#111), to(transparent));
  background: linear-gradient(to left, #111, transparent);
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 2s;
  transition: 2s;
  visibility: initial !important;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show {
  opacity: 1;
}
/*# sourceMappingURL=assets.css.map */