@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap");
.mainColor {
  color: #e31c24;
}

.bgMainColor {
  background-color: #e31c24;
}

.mainColorDeep {
  color: #001c56;
}

.bgMainColorDeep {
  background-color: #001c56;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: #f7d5d7;
}

.bgMainColorLight {
  background-color: #f7d5d7;
}

.mainColorExLight {
  color: #EDF0F1;
}

.bgMainColorExLight {
  background-color: #EDF0F1;
}

.mainColorUlLight {
  color: #F6F7F9;
}

.bgMainColorUlLight {
  background-color: #F6F7F9;
}

.subColor {
  color: #e75a24;
}

.bgSubColor {
  background-color: #e75a24;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.subColorLight {
  color: #595757;
}

.bgSubColorLight {
  background-color: #595757;
}

.compColor {
  color: #fff5dc;
}

.bgCompColor {
  background-color: #fff5dc;
}

.compColorDeep {
  color: #603813;
}

.bgCompColorDeep {
  background-color: #603813;
}

.grayColor {
  color: #a9a9a9;
}

.bgGrayColor {
  background-color: #a9a9a9;
}

.grayColorLight {
  color: #c9caca;
}

.bgGrayColorLight {
  background-color: #c9caca;
}

.bgGrayColorExLight {
  background-color: #f7f8f8;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgGrad {
  background: #00236a;
  background: radial-gradient(circle, #00236a 0%, #17003a 100%);
}

.bgGradLight {
  background: #0066bb;
  background: radial-gradient(circle, #00236a 0%, #17003a 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
.fontEn {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 400;
}

.fontNum {
  font-family: "Fira Sans", sans-serif;
}

.fontMain {
  font-family: "FOT-くろかね Std EB";
}

.gothic {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
body {
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: 300;
}

.lh_xxl {
  line-height: 2.5;
}

.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}

.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}

.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}

.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}

.lh_s * {
  line-height: 1.1;
}

.lh_xs {
  line-height: 0.7;
}

.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: 700 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM5 {
  font-size: 16px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS3 {
  font-size: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 9px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}

/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

p {
  margin-bottom: 10px;
}

.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #e31c24;
}

.linkA:hover {
  color: #e31c24;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}

/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}

/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}

/*横幅*/
.cnt {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1441px) {
  .cnt {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1740px;
  margin-right: 2%;
  margin-left: 2%;
}

@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cntFluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

.padding {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

@media only screen and (max-width: 767px) {
  .padding {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.paddingW {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.margin {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

@media only screen and (max-width: 767px) {
  .margin {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}

.marginW {
  margin-top: 16vw;
  margin-bottom: 16vw;
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgFixed {
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th {
  text-align: inherit;
  font-weight: normal;
}

.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media only screen and (max-width: 767px) {
  .shadowS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

@media only screen and (max-width: 767px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media only screen and (max-width: 767px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 55vw;
}

@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  -webkit-animation: anime 18s 0s infinite;
          animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
    background: linear-gradient(transparent 50%, #f4d862 0%);
    display: inline;
    */
  position: relative;
  display: inline-block;
  z-index: 10;
  /*
    &.white{
        background: linear-gradient(transparent 70%, $subColorDeep 0%);
    }
    */
}

.titleLine:after {
  content: '';
  display: inline-block;
  background-color: #fff5dc;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}

.titleLine.sub {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #e75a24));
  background: linear-gradient(transparent 70%, #e75a24 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}

.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #e31c24;
  border-radius: 50px;
}

.titleBd.compColor:before {
  background-color: #fff5dc;
}

.titleBd.white:before {
  background-color: #fff;
}

.titleBd.sub {
  display: block;
}

.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}

@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.titleBdCenter:after {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e31c24;
  border-radius: 2px;
}

.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titleBdLeft:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #e31c24;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}

.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #e31c24;
  display: inline-block;
}

.bdBox {
  border: 2px solid #e31c24;
}

/*ボタン*/
.button,
.submit-btn input {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  background-color: #603813;
  padding: 0.5em 1em 0.5em 2em;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 21px;
  border: 2px solid #603813;
  font-family: "FOT-くろかね Std EB";
  border-radius: 20px;
}

.button span,
.submit-btn input span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.button:before,
.submit-btn input:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  left: 5%;
  z-index: 1;
  font-size: 24px;
}

.button.button__white,
.submit-btn input.button__white {
  background-color: #fff;
  color: #e31c24;
  border: 2px solid #fff;
}

.button.button__white:hover,
.submit-btn input.button__white:hover {
  color: #fff;
  background-color: #603813;
}

.button.button__small,
.submit-btn input.button__small {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  padding: 0.1em 1em 0.1em 2em;
  font-size: 16px;
  display: block;
  border-radius: 10px;
}

.button:hover,
.submit-btn input:hover {
  color: #603813;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .button,
  .submit-btn input {
    font-size: 18px;
    padding: 0.3em 0.7em 0.3em 1.5em;
    border-radius: 15px;
  }
  .button:before,
  .submit-btn input:before {
    left: 6%;
    z-index: 1;
    font-size: 18px;
  }
}

.submit-btn {
  text-align: center;
  margin-top: 4%;
}

.submit-btn input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  cursor: pointer;
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
}

.overRayBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}

.open .overRayBox {
  cursor: url(../images/cross.svg), auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

html.open {
  overflow-y: hidden;
}

.overRayWrap {
  padding: 100px 15px 50px;
  overflow-y: scroll;
  height: 100%;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: static;
  cursor: pointer;
  z-index: 1001;
}

.menu-btn span {
  color: #fff;
}

.menu-btn span:after {
  content: attr(data-txt-menu);
}

.open .menu-btn span:after {
  content: attr(data-txt-close);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 33px;
  height: 20px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.menu-trigger span:nth-of-type(4) {
  background: none !important;
}

/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}

.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #e31c24;
}

.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}

.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}

.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid #e31c24;
}

.fixBarA {
  margin-right: 10px;
}

.fixBarA:hover {
  background-color: #fff;
  color: #e31c24;
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #e31c24;
  border-radius: 50px;
}

.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #e31c24;
  color: #e31c24;
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
/*Q&Aここから*/
.topQaBoxUl li:nth-child(2) hr {
  border-top: 1px solid #dadada;
}

.topQaBoxUl li {
  display: inline-block;
  vertical-align: middle;
}

.topQaBoxDl {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.topQaBoxDl dd {
  display: none;
  margin-top: 3%;
}

.topQaBoxDl dt {
  font-weight: normal;
}

.topQaBoxDl dt:hover {
  background: rgba(242, 203, 149, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.topQaBoxUl li:nth-child(3) {
  width: 74%;
}

.topQaBoxUl li:nth-child(1) {
  margin-right: 2%;
}

.topQaBoxUl li:nth-child(2) {
  width: 8%;
  margin-right: 2%;
}

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}

/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageAboutCompanyUl li {
  padding: 0.5em 0;
}

@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}

.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}

.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}

.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

.contactForm textarea {
  width: 100%;
  height: 14rem !important;
}

.contactForm input[type="checkbox"] {
  width: auto;
}

.mw_wp_form button {
  max-width: 70%;
  color: #fff;
  border-radius: 0;
  background: #deba29;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cform tr {
  border-bottom: solid 1px #e31c24;
}

.cform th {
  font-size: 14px;
  width: 35%;
  /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0 10px 15px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cform th {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

.cform th .title {
  width: 72%;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}

.cform th .required-srt {
  font-size: 12px;
  padding: 0.5em 1em;
  background: #ce0000;
  color: #fff;
  border-radius: 3px;
  margin-right: 0;
  width: 4.5em;
  vertical-align: middle;
  display: inline-block;
}

tr:last-child .cform th .required-srt {
  top: 41%;
}

@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
  }
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  padding: 3.5% 0;
}

@media only screen and (max-width: 767px) {
  .cform td {
    padding-bottom: 20px;
  }
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 2.5rem;
  background-color: #f7f8f8;
  border: 1px solid transparent;
  border-radius: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactFormPrivacyAlertBox {
  background-color: #f7f8f8;
  padding: 5%;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #DB4A39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.entry figcaption {
  font-size: 13px;
  color: gray;
}

.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}

.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}

.entry blockquote p {
  font-size: 14px;
}

.entry strong {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff7c0));
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}

.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}

.entry h2 {
  font-size: 32px;
  font-family: "FOT-くろかね Std EB";
  color: #e31c24;
  margin: 8% auto 3%;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 21px;
    margin: 12% auto 6%;
  }
}

.entry h3 {
  border-left: 4px solid #e31c24;
  font-size: 21px;
  margin: 4% auto 3%;
  font-weight: bold;
  padding-left: 0.5em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}

.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #e31c24;
  padding-bottom: 0.4em;
  color: #e31c24;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 15% auto 8%;
  }
}

.entry table td {
  border-right: 1px solid #d2d3d3;
  border-bottom: 1px solid #d2d3d3;
}

.entry table td:first-child {
  background-color: #f7f8f8;
  color: #515151;
  font-weight: bold;
  border-left: 1px solid #e31c24;
}

.entry table td:last-child {
  border-right: 1px solid #e31c24;
}

.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.entry table tr:first-child td,
.entry table tr:first-child th {
  background-color: #e31c24;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #e31c24;
}

.entry table tr:last-child td {
  border-bottom: 1px solid #e31c24;
}

@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}

.entry ul {
  margin-bottom: 2%;
}

.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}

.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  color: #e31c24;
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/*目次*/
.toc_number {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #f7f8f8;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}

#toc_container a {
  color: #e31c24;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #e31c24;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: rgba(204, 102, 153, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}

.entry img {
  margin: 2% auto 5%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover .lkc-title-text {
  color: #e31c24;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e31c24;
  border-radius: 10px;
  background-color: #f7d5d7;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #e31c24;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #e31c24;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}

.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #CC6699;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
@media only screen and (max-width: 767px) {
  .singleColumnArticle {
    margin-bottom: 10%;
  }
}

.singleColumnTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #e31c24;
  padding-bottom: 0.4em;
}

.singleColumnTitle:before {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  background: #e31c24;
  display: block;
  margin-right: .8em;
  max-width: 1.5em;
  width: 100%;
}

.singleColumnInfoUl .cate {
  background-color: #e31c24;
  border-radius: 25px;
  padding: 0.3em 0.7em;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cate {
    padding: 0.1em 0.7em;
  }
}

.singleColumnInfoUl .date {
  color: #c9caca;
  margin-right: 1em;
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}

@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}

.singleColumnShareButton > * {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}

.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}

.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}

.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}

.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}

.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #e31c24;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #e31c24;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #e31c24;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #e31c24;
}

.singleColumnWriterButton:hover {
  background: #e31c24;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}

.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}

.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}

.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}

.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}

.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}

.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f7f8f8;
  border-radius: 10px;
}

.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}

.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}

.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.next .singleColumnPrevNextArrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.articleListCard_img {
  padding-bottom: 66%;
}

.articleListCard_text {
  padding: 3% 5%;
}

.excerpt {
  color: #777777;
}

.articleListCard {
  margin-bottom: 10%;
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenation li {
  font-family: "Fira Sans", sans-serif;
  font-size: 2rem;
  margin: 0 1%;
  color: #fff;
  background: #e75a24;
  border-radius: 15px;
}

.pagenation li.active {
  cursor: not-allowed;
  color: #000;
  background: #f7f8f8;
  padding: 10px 20px;
}

.pagenation li.prev {
  display: none;
}

.pagenation li.next {
  display: none;
}

.pagenation li a {
  font-family: "Fira Sans", sans-serif;
  display: block;
  padding: 10px 20px;
  border-radius: 15px;
}

.pagenation li a:hover {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background: #e31c24;
}

@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
  .pagenation li.active {
    padding: 7px 12px;
  }
  .pagenation li a {
    padding: 7px 12px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #e31c24;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}

.sidebarBox .cat-item {
  font-size: 14px;
}

.sidebarBox .cat-item:not(:last-child) {
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
  }
}

.sidebarNewsUl .cat-item:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.sidebarNewsUl .cat-item p.mainColor {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebarNewsUl .cat-item a:hover p.mainColor {
  color: #f7d5d7;
}

.sidebarNewsUl .cat-item .date {
  font-weight: bold;
  color: #e31c24;
  font-family: "Fira Sans", sans-serif;
}

.sidebarRankingUl.sidebarNewsUl .cat-item:not(:last-child) {
  padding-bottom: 1rem;
}

.sidebarTitle {
  font-size: 14px;
}

.sidebarTitle .en {
  font-family: "FOT-くろかね Std EB";
  font-size: 32px;
  color: #e75a24;
  font-weight: bold;
  margin-right: 0.4em;
  letter-spacing: 0;
}

.sidebarRankingImg {
  width: 30%;
  padding-bottom: 30%;
  margin-right: 5%;
  border-radius: 5px;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 65%;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #e31c24;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #e31c24;
}

.sidebarTagWrap a:before {
  content: '#';
}

.sidebarTagWrap a:after {
  content: '/';
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #a9a9a9;
}

@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 共通
 *================================================*/
/*共通部分*/
body {
  color: #603813;
}

.orderBlock {
  display: none;
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

:-ms-input-placeholder {
  color: #d3d3d3;
}

::-ms-input-placeholder {
  color: #d3d3d3;
}

::placeholder {
  color: #d3d3d3;
}

.mw_wp_form_confirm .orderBlock {
  display: table-row;
}

.commonUl li {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #d1d1d1;
}

.commonUl li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #e31c24;
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 959px) {
  .commonUl li:before {
    font-size: 18px;
  }
}

.commonUl li span {
  font-size: 18px;
  margin-left: 45px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 959px) {
  .commonUl li span {
    font-size: 14px;
    margin-left: 30px;
  }
}

.commonUl.white li:before {
  color: #fff;
}

.bgTransBlack {
  background-color: rgba(0, 0, 0, 0.3);
}

.telA i {
  margin-right: 0.15em;
}

.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.externalLink:hover {
  color: #e31c24;
}

.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.textButton {
  font-size: 14px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 20px;
}

.textButton span {
  line-height: 1;
}

.textButton:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.textButton:before {
  width: 50px;
  height: 50px;
  content: "";
  background-color: #f7d5d7;
  z-index: -1;
  border-radius: 25px;
  left: -10%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.textButton:hover:before {
  width: 120%;
}

@media only screen and (max-width: 767px) {
  .textButton {
    font-size: 12px;
  }
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.verticalReverse {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .verticalPc {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.textBox {
  letter-spacing: 0.25em;
}

.textBox p {
  font-weight: bold;
  line-height: 2;
}

.bgShowy {
  position: relative;
}

.bgShowy::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./../img/bg_showy.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .bgShowy::before {
    background-size: contain;
  }
}

.wave {
  position: relative;
}

.wave::after, .wave::before {
  width: 100%;
  height: 30px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.wave.wave__bottom::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(.././img/wave.svg);
  bottom: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center bottom;
}

.wave.wave__top::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(.././img/wave.svg);
  top: -30px;
  background-position: center top;
}

.wave.wave__reverse::after {
  bottom: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.wave.wave__reverse::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}

.wave.wave__comp::before {
  background-image: url(.././img/wave_comp.svg);
}

.wave.wave__comp::after {
  background-image: url(.././img/wave_comp.svg);
}

.wave.wave__main::before {
  background-image: url(.././img/wave_main.svg);
}

.wave.wave__main::after {
  background-image: url(.././img/wave_main.svg);
}

@media only screen and (max-width: 767px) {
  .wave::after, .wave::before {
    height: 15px;
  }
  .wave.wave__bottom::after {
    bottom: -15px;
  }
  .wave.wave__top::before {
    top: -15px;
  }
  .wave.wave__reverse::after {
    bottom: 0;
  }
  .wave.wave__reverse::before {
    top: 0;
  }
}

.textSpanJs span {
  line-height: 1;
}

.textSpanJs span:nth-child(even) {
  color: #e75a24;
}

/*==================================================
 * ヘッダー
 *================================================*/
.logo {
  width: 260px;
}

.logo.logo__footer {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 180px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .logo {
    width: 220px;
  }
}

.overRayMenuUl > li {
  position: relative;
}

.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.overRayMenuUl > li a {
  padding: 2rem 3rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overRayMenuUl > li a span {
  display: block;
  text-align: left;
  letter-spacing: 0.015em;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

header {
  margin-top: 30px;
}

.home header {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  header {
    margin-top: 0;
    background-color: #fff;
    padding: 20px 10px;
  }
}

.headerInfoUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .headerInfoUnit {
    margin-bottom: 0;
  }
}

.headerInfoLinkCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .headerInfoLinkCard {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
  }
}

.headerInfoLogoCard {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .headerInfoLogoCard {
    width: auto;
  }
}

.headerInfoButton {
  background-color: #e31c24;
  padding: 0.1em 0.5em;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.headerInfoButton.contact {
  background-color: #e75a24;
}

a:hover .headerInfoButton {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.headerInfoSnsBox {
  background-color: #fff;
  border-radius: 15px;
  margin-left: 1.5em;
  padding: 0 1em;
}

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

.headerInfoSnsUl li a i {
  font-size: 32px;
  padding: 0.3em 0.3em;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.headerInfoSnsUl li a:hover i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.headerInfoSnsUl li.twitter a i {
  color: #1da1f2;
}

.headerInfoSnsUl li.insta a i {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  /* Also define standard property for compatibility */
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headerInfoContactCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .headerInfoContactCard {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
  }
}

.headerInfoContactTelBox {
  margin-right: 20px;
  text-align: right;
}

.headerInfoContactTelBox .tel {
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 0;
}

.headerInfoContactTelBox .tel span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.headerInfoContactTelBox .time {
  font-size: 14px;
  letter-spacing: 0.07em;
}

.headerInfoContactTelBox.headerInfoContactTelBox__footerContact {
  text-align: center;
  color: #fff;
}

.headerInfoContactTelBox.headerInfoContactTelBox__footerContact .tel {
  font-size: 21px;
}

.headerInfoContactTelBox.headerInfoContactTelBox__footerContact .tel span {
  font-size: 32px;
}

.headerInfoContactTelBox.headerInfoContactTelBox__footerContact .time {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .headerInfoContactTelBox.headerInfoContactTelBox__footerContact {
    text-align: center;
    color: #fff;
  }
  .headerInfoContactTelBox.headerInfoContactTelBox__footerContact .tel {
    font-size: 16px;
  }
  .headerInfoContactTelBox.headerInfoContactTelBox__footerContact .tel span {
    font-size: 26px;
  }
  .headerInfoContactTelBox.headerInfoContactTelBox__footerContact .time {
    font-size: 14px;
  }
}

.headerNav {
  background-color: #fff;
  border-radius: 25px;
}

.headerNavUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headerNavUl li a span {
  font-weight: bold;
  padding: 0.5em 2em;
  display: block;
  color: #e31c24;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.headerNavUl li a:hover span {
  color: #603813;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNavUl li a span {
    padding: 0.5em 1em;
    font-size: 12px;
  }
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding-top: 8%;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 20%;
  }
}

.footerCopy {
  padding-top: 10%;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .footerCopy {
    padding-bottom: 5px;
  }
}

.footerCopyText {
  font-family: "FOT-くろかね Std EB";
  font-size: 12px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .footerContactUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footerTextLinkUl {
  margin-right: 1em;
}

.footerTextLinkUl li {
  margin-bottom: 0.5em;
}

.footerTextLinkUl li a {
  position: relative;
  display: block;
}

.footerTextLinkUl li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footerTextLinkUl li a span {
  padding-left: 1.5em;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.footerTextLinkUl li a:hover:after {
  left: 0.5em;
}

.footerTextLinkUl.footerTextLinkUl__child li a span {
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .footerTextLinkUl li a:after {
    font-size: 14px;
  }
  .footerTextLinkUl li a span {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfoUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfoCompanyCard {
    width: 35%;
  }
}

.footerInfoLineButton img {
  height: 36px;
  margin: 0;
}

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

@media print, screen and (min-width: 768px) {
  .footerInfoLinkCard {
    width: 65%;
  }
}

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

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

.footerLinkCard {
  width: 33%;
  padding: 1.5%;
}

@media only screen and (max-width: 767px) {
  .footerLinkCard {
    width: 100%;
    padding: 0;
    margin-bottom: 6%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footerLinkTitle {
  padding: 22% 2%;
  text-align: center;
  font-family: "FOT-くろかね Std EB";
  color: #e31c24;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footerLinkTitle {
    padding: 10% 2%;
    font-size: 21px;
  }
}

.footerLinkBox {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .footerLinkBox {
    border-radius: 10px;
  }
}

.footerLoop li:nth-child(odd) {
  margin-top: 1.5%;
}

.footerLoop li img {
  padding: 5%;
}

/*==================================================
 * トップページ
 *================================================*/
.topFv {
  position: relative;
}

.topFvImg {
  padding-bottom: 59vw;
}

@media only screen and (max-width: 767px) {
  .topFvImg {
    padding-bottom: 100vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvImg {
    padding-bottom: 75vw;
  }
}

.topFvText {
  position: absolute;
  top: 19vw;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .topFvText {
    top: 29vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvText {
    top: 27vw;
  }
}

.topFvSubTitle {
  font-size: 1.5vw;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .topFvSubTitle {
    font-size: 3.5vw;
  }
}

.topFvTitle {
  font-size: 5vw;
  color: #e31c24;
  font-family: "FOT-くろかね Std EB";
  line-height: 1.3;
  letter-spacing: 0.15em;
}

.topFvTitle span {
  line-height: 1.3;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .topFvTitle {
    font-size: 8.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .topConceptCard {
    max-width: 260px;
    margin: auto;
    margin-bottom: 7%;
  }
}

.topConceptImg {
  padding-bottom: 63%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.topConceptText {
  padding: 7% 3%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.topConceptWrap {
  padding: 5%;
}

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

.topServiceCard {
  width: 33%;
}

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

.topServiceBox {
  background-color: #e31c24;
  text-align: center;
  padding: 7%;
  border-radius: 20px;
  margin: 0 4% 8%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover .topServiceBox {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .topServiceBox {
    padding: 14% 7%;
  }
}

.topServiceCard:nth-child(even) .topServiceBox {
  background-color: #e75a24;
}

.topServiceSubTitle {
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 1.5em 1em;
  border-radius: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .topServiceSubTitle {
    font-size: 14px;
    padding: 0.7em 0.5em;
    border-radius: 10px;
  }
}

.topServiceTitle {
  font-family: "FOT-くろかね Std EB";
  color: white;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 5%;
}

@media only screen and (max-width: 959px) {
  .topServiceTitle {
    font-size: 16px;
  }
}

.topServiceIco {
  max-width: 150px;
  margin-bottom: 5%;
}

@media only screen and (max-width: 959px) {
  .topServiceIco {
    max-width: 80px;
  }
}

.topItemsCard {
  width: 33%;
  margin: 1%;
}

@media only screen and (max-width: 767px) {
  .topItemsUnit {
    width: 120%;
    margin-left: -10%;
  }
}

.topItemsImg {
  -webkit-transition: 1s;
  transition: 1s;
}

a:hover .topItemsImg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.topEcBg {
  padding-bottom: 30%;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .topEcBg {
    padding-bottom: 60%;
    border-radius: 10px;
  }
}

.topEcBlock {
  background-color: #fff;
  padding: 7% 5% 5%;
  margin-top: -10%;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 15px -10px #777777;
          box-shadow: 10px 10px 15px -10px #777777;
}

@media only screen and (max-width: 767px) {
  .topEcBlock {
    padding: 11% 5% 10%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -25%;
  }
}

.topEcBlockHead {
  position: absolute;
  top: -41px;
  width: 410px;
  margin: auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .topEcBlockHead {
    width: 205px;
    top: -20px;
  }
}

.topShopSlideCard {
  margin: 5%;
}

.topShopSlideText {
  background-color: #e31c24;
  padding: 7%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.topShopSlideImgWrap {
  padding-bottom: 50%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.topShopSlideInfoUl li {
  display: inline-block;
}

.topShopSlideInfoUl li span {
  font-weight: bold;
}

.topShopSlideInfoUl li.cate {
  background-color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 12px;
  margin-right: 1em;
}

.topShopSlideInfoUl li.tag {
  color: #fff;
  font-size: 13px;
  margin-right: 0.7em;
}

.topShopSlideInfoUl li.tag:before {
  content: "#";
}

.topShopSlideInfoUl.shopDetail li.cate {
  background-color: #e31c24;
  color: #fff;
  font-size: 14px;
}

.topShopSlideInfoUl.shopDetail li.tag {
  color: #e31c24;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .topShopSlideInfoUl.shopDetail li.cate {
    font-size: 12px;
  }
  .topShopSlideInfoUl.shopDetail li.tag {
    font-size: 13px;
  }
}

.slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 42px;
  opacity: 1;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.topNewsCardImg {
  padding-bottom: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .topNewsCardImg {
    border-radius: 10px;
  }
}

.topNewsCardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover .topNewsCardUnit {
  opacity: 0.7;
}

.topNewsCardImgBlock {
  width: 25%;
}

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

.topNewsCardTextBlock {
  width: 75%;
  padding-left: 7%;
}

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

.topNewsUl li {
  margin-bottom: 5%;
}

.topNewsInfoUl li {
  display: inline-block;
}

.topNewsInfoUl li.date {
  font-size: 12px;
  font-weight: bold;
  margin-right: 1em;
}

.topNewsInfoUl li.cate {
  background-color: #e75a24;
  color: #fff;
  font-size: 12px;
  padding: 0.2em 0.5em;
  border-radius: 5px;
}

.topNewsInstaImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover .topNewsInstaImg {
  opacity: 0.7;
}

.topNewsTitleBd {
  border-bottom: 1px solid #e31c24;
  padding-bottom: 0.3em;
}

/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #a9a9a9;
}

#pankuzu a {
  color: #000;
  position: relative;
}

#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.3em;
  left: 0;
}

#pankuzu strong {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.pageHeader {
  padding: 7% 0;
}

@media only screen and (max-width: 767px) {
  .pageHeader {
    padding: 13% 0;
  }
}

@media only screen and (max-width: 767px) {
  .pageHeaderTitle {
    font-size: 28px;
    line-height: 1.3;
  }
}

/*会社案内------------------------------------*/
.aboutProfileUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.aboutProfileTextCard {
  width: 70%;
  padding-right: 3%;
}

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

.aboutProfileImgCard {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .aboutProfileImgCard {
    position: absolute;
    top: -5%;
    right: 5%;
  }
}

.aboutProfileBlock {
  background-color: #fff5dc;
  border: 8px solid #e75a24;
  border-radius: 20px;
  padding: 3% 5%;
  position: relative;
}

.aboutProfileBlock:before, .aboutProfileBlock:after {
  content: "";
  display: block;
  position: absolute;
}

.aboutProfileBlock:before {
  border-left: 40px solid #e75a24;
  border-bottom: 40px solid transparent;
  top: 0;
  left: 0;
}

.aboutProfileBlock:after {
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #e75a24;
}

@media only screen and (max-width: 767px) {
  .aboutProfileBlock {
    padding: 9% 5% 2%;
    border: 5px solid #e75a24;
  }
  .aboutProfileBlock:before {
    border-left: 20px solid #e75a24;
    border-bottom: 20px solid transparent;
  }
  .aboutProfileBlock:after {
    border-left: 20px solid transparent;
    border-bottom: 20px solid #e75a24;
  }
}

.pageFeatureUnit {
  position: relative;
}

.pageFeatureImgCard {
  width: 60%;
  position: absolute;
  left: -16%;
  top: -32%;
}

.reverse .pageFeatureImgCard {
  left: auto;
  right: -16%;
}

@media only screen and (max-width: 767px) {
  .pageFeatureImgCard {
    position: static;
    margin-top: -15%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageFeatureImgCard {
    width: 50%;
    left: -4%;
    top: -5%;
  }
  .reverse .pageFeatureImgCard {
    right: -4%;
  }
}

.pageFeaturTtextCard {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.reverse .pageFeaturTtextCard {
  margin-right: auto;
  margin-left: 0;
}

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

.pageFeatureBox {
  padding: 5%;
  border-radius: 20px;
  margin-top: 8%;
}

.pageFeatureBox:not(:last-child) {
  margin-bottom: 15%;
}

@media only screen and (max-width: 767px) {
  .pageFeatureBox {
    padding: 6% 6%;
  }
  .pageFeatureBox:not(:last-child) {
    margin-bottom: 18%;
  }
}

.pageFeatureImg {
  border-radius: 20px;
}

.aboutShopSlickUl {
  margin-bottom: 10px;
}

.aboutShopSlickImg {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutShopSlickImg {
    border-radius: 15px;
  }
}

.aboutShopSlickChildImg {
  border-radius: 25px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .aboutShopSlickChildImg {
    border-radius: 15px;
    padding: 5px;
  }
}

.slick-dots {
  position: static;
}

.aboutShopInfoList ul {
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutShopInfoList ul:first-child {
  border-top: 1px solid #333;
}

.aboutShopInfoList ul li {
  font-weight: bold;
  padding: 0.8em;
  line-height: 1.5;
}

.aboutShopInfoList ul li:nth-child(1) {
  width: 30%;
  color: #e75a24;
}

.shopDetail .aboutShopInfoList ul li:nth-child(1) {
  color: #e31c24;
}

.aboutShopInfoList ul li:nth-child(2) {
  width: 70%;
}

@media print, screen and (min-width: 768px) {
  .aboutShopInfoUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutShopInfoTextCard {
    width: 50%;
    padding-right: 2.5%;
  }
}

@media only screen and (max-width: 767px) {
  .aboutShopInfoTextCard {
    margin-bottom: 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutShopInfoMapCard {
    width: 50%;
    padding-left: 2.5%;
  }
}

.aboutShopInfoBlock {
  background-color: #fff;
  padding: 4% 5%;
  border-radius: 15px;
  position: relative;
  margin-top: calc(3% + 30px);
}

.aboutShopInfoBlock:before {
  content: "";
  display: block;
  position: absolute;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  top: -30px;
}

@media only screen and (max-width: 767px) {
  .aboutShopInfoBlock {
    margin-top: calc(5% + 20px);
    padding: 12% 7%;
  }
  .aboutShopInfoBlock:before {
    content: "";
    display: block;
    position: absolute;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    width: 20px;
    height: 20px;
    top: -20px;
  }
}

.aboutShopInfoBlock.shopDetail {
  background-color: #fff5dc;
}

.aboutShopInfoBlock.shopDetail:before {
  border-bottom: 30px solid #fff5dc;
}

@media only screen and (max-width: 767px) {
  .aboutShopInfoBlock.shopDetail:before {
    border-bottom: 20px solid #fff5dc;
  }
}

.gmapIframe {
  width: 100%;
  height: 100%;
}

/*サービス------------------------------------*/
.serviceEnjoySubTitle {
  background-color: #e31c24;
  width: 180%;
  margin-left: -60%;
  padding: 3%;
  padding-left: 60%;
  border-radius: 15px;
  margin-bottom: 7%;
}

.serviceEnjoySubTitle .inner {
  color: #fff;
  font-weight: bold;
}

.accent .serviceEnjoySubTitle {
  background-color: #e75a24;
}

@media only screen and (max-width: 767px) {
  .serviceEnjoySubTitle {
    border-radius: 10px;
    width: 100%;
    margin-left: 0;
    padding: 3% 0;
    text-align: center;
  }
}

.serviceEnjoyNum {
  font-size: 100px;
  color: #e31c24;
  line-height: 1;
}

.accent .serviceEnjoyNum {
  color: #e75a24;
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyNum {
    font-size: 64px;
    text-align: right;
  }
}

.serviceEnjoyUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
}

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

.serviceEnjoyImgCard {
  width: 65%;
  margin-left: -15%;
  margin-right: 10%;
  margin-top: -12%;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyImgCard {
    width: 70%;
    margin-left: -8%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceEnjoyImgCard {
    margin-left: -3%;
    margin-right: 5%;
    margin-top: -1%;
  }
}

.serviceEnjoyTextCard {
  width: 50%;
  margin-top: -13%;
}

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

.serviceEnjoyBlock {
  background-color: #fff;
  padding: 5%;
  border-radius: 20px;
  margin-top: 6%;
  margin-bottom: 15%;
}

.serviceEnjoyIco {
  position: absolute;
  width: 40%;
  right: -15%;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyIco {
    width: 30%;
    right: -6%;
  }
}

.serviceEnjoyTitle {
  position: relative;
}

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

.serviceEnjoyGalCard {
  margin: 2%;
}

.serviceEnjoyGalCard img {
  border-radius: 15px;
}

.serviceEnjoyTitle_title {
  color: #e31c24;
}

.accent .serviceEnjoyTitle_title {
  color: #e75a24;
}

.serviceEnjoyTextBox {
  color: #e31c24;
}

.accent .serviceEnjoyTextBox {
  color: #e75a24;
}

.serviceEnjoyPointUnit {
  background-color: rgba(227, 28, 36, 0.4);
  padding: 3% 6%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accent .serviceEnjoyPointUnit {
  background-color: rgba(231, 90, 36, 0.5);
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyPointUnit {
    display: block;
    padding: 7% 4%;
    border-radius: 15px;
    margin-top: 10%;
  }
}

.serviceEnjoyPointCircle {
  background-image: url(.././img/service_enjoy_point_main.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: relative;
}

.serviceEnjoyPointCircle span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 21px;
  font-family: "FOT-くろかね Std EB";
  text-align: center;
  display: block;
  width: 100%;
}

.accent .serviceEnjoyPointCircle {
  background-image: url(.././img/service_enjoy_point_sub.png);
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyPointCircle {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: -14%;
    margin-bottom: 3%;
  }
  .serviceEnjoyPointCircle span {
    font-size: 12px;
  }
}

.serviceEnjoyPointTextCard {
  padding-left: 5%;
}

.serviceEnjoyPointUl li {
  color: #fff;
  position: relative;
}

.serviceEnjoyPointUl li:not(:last-child) {
  margin-bottom: 3%;
}

.serviceEnjoyPointUl li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0da";
  font-size: 24px;
  position: absolute;
}

.serviceEnjoyPointUl li span {
  font-family: "FOT-くろかね Std EB";
  font-size: 21px;
  margin-left: 25px;
  display: block;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .serviceEnjoyPointUl li:not(:last-child) {
    margin-bottom: 5%;
  }
  .serviceEnjoyPointUl li:before {
    font-size: 20px;
  }
  .serviceEnjoyPointUl li span {
    font-size: 16px;
    margin-left: 18px;
  }
}

.serviceItemCard {
  background-color: #e31c24;
  padding: 7% 5%;
  border-radius: 20px;
  color: #fff;
  margin: 4%;
}

.serviceItemCard:after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 767px) {
  .serviceItemCard {
    padding: 13% 7%;
  }
}

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

.mix {
  width: 33%;
}

.mix:nth-child(even) .serviceItemCard {
  background-color: #e75a24;
}

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

.serviceItemTitle {
  font-size: 28px;
  margin-bottom: 2%;
  font-family: "FOT-くろかね Std EB";
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .serviceItemTitle {
    font-size: 18px;
    margin-bottom: 7%;
  }
}

.serviceItemDesci {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .serviceItemDesci {
    font-size: 13px;
  }
}

.serviceItemImg {
  width: 65%;
  margin-top: 5%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .serviceItemImg {
    width: 95%;
  }
}

.mixSelector button {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.mixSelector button.mixitup-control-active {
  opacity: 1;
}

.mixSelector button:hover {
  opacity: 1;
}

/*店舗一覧------------------------------------*/
.shopListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopListUl > li {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .shopListUl > li {
    width: 100%;
  }
}

.shopListMapCard {
  background-color: #e31c24;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

button.gm-ui-hover-effect {
  right: 10px !important;
  top: 4px !important;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #e31c24 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) !important;
}

#map {
  border-radius: 20px;
  padding-bottom: 66%;
}

/*店舗詳細------------------------------------*/
.shopThumbImg {
  border-radius: 20px;
}

.shopDetailWrap {
  padding: 5%;
  background-color: #fff;
}

.aboutShopInfoMapCard iframe {
  width: 100%;
  height: 300px;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: .8;
    border-top: none;
  }
  .bgImg {
    display: list-item;
    /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png);
    /* 表示させたい画像 */
    list-style-position: inside;
    /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}
/*# sourceMappingURL=import.css.map */