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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;600&display=swap");
.mainColor {
  color: #3ebec4;
}

.bgMainColor {
  background-color: #3ebec4;
}

.mainColorDeep {
  color: #1a1a1a;
}

.bgMainColorDeep {
  background-color: #1a1a1a;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: #808080;
}

.bgMainColorLight {
  background-color: #808080;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #0098a9;
}

.bgSubColor {
  background-color: #0098a9;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #ff6f00;
}

.compColor {
  color: #ecfe02;
}

.bgCompColor {
  background-color: #ecfe02;
}

.grayColor {
  color: #a9a9a9;
}

.bgGrayColor {
  background-color: #a9a9a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

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

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

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(255, 178, 90);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 178, 90)), to(rgb(255, 143, 90)));
  background: -webkit-linear-gradient(left, rgb(255, 178, 90) 0%, rgb(255, 143, 90) 100%);
  background: linear-gradient(90deg, rgb(255, 178, 90) 0%, rgb(255, 143, 90) 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
.fontEn {
  font-family: "Roboto Condensed", sans-serif;
}

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

.fontEnSub {
  font-family: "Ibarra Real Nova", serif;
}

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

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

body {
  color: #221715;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-regular {
  font-weight: 400;
}

/*==================================================
 * リセット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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  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;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

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

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

.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_m2 {
  line-height: 1.25;
}
.lh_m2 * {
  line-height: 1.25;
}

.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 {
  overflow-x: hidden;
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.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;
  opacity: 1;
  transition: 0.3s;
}

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

.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 {
  -webkit-transition: 0.3s;
  color: #3ebec4;
  text-decoration: underline;
  transition: 0.3s;
}
.linkA:hover {
  color: #3ebec4;
  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 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .cnt {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.w100 {
  width: 100%;
}

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

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

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

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

.cntWide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

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

:root {
  --spaceSizeS: clamp(30px, 7vw, 60px);
  --spaceSize: clamp(80px, 7vw, 90px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.paddingS {
  padding-bottom: var(--spaceSizeS);
  padding-top: var(--spaceSizeS);
}
.paddingSTop {
  padding-top: var(--spaceSizeS) !important;
}

.padding {
  padding-bottom: var(--spaceSize);
  padding-top: var(--spaceSize);
}

.paddingW {
  padding-bottom: var(--spaceSizeWide);
  padding-top: var(--spaceSizeWide);
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

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

.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 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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 {
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table th {
  font-weight: normal;
  text-align: inherit;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 1.2rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}

.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;
  left: -100%;
  margin-bottom: 0.25em;
  overflow: hidden;
  position: relative;
}

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

/*角丸*/
.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: 65vw;
}
@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 {
  /*1枚6秒で×枚数*/
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*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% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    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% {
    -webkit-transform: scale(1.2);
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  display: inline-block;
  /*
    background: linear-gradient(transparent 50%, #f4d862 0%);
    display: inline;
    */
  position: relative;
  z-index: 10;
  /*
    &.white{
        background: linear-gradient(transparent 70%, $subColorDeep 0%);
    }
    */
}
.titleLine:after {
  background-color: #ecfe02;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  left: -2.5%;
  position: absolute;
  width: 105%;
  z-index: 0;
}
.titleLine.sub {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #0098a9));
  background: -webkit-linear-gradient(transparent 70%, #0098a9 0%);
  background: linear-gradient(transparent 70%, #0098a9 0%);
}

.titleBd {
  display: inline-block;
  margin-bottom: 7rem;
  position: relative;
}
.titleBd:before {
  background-color: #3ebec4;
  border-radius: 50px;
  bottom: -1.5rem;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 5rem;
}
.titleBd.compColor:before {
  background-color: #ecfe02;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  bottom: -7px;
  height: 2px;
  width: 23rem;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  display: inline-block;
  margin-bottom: 1em;
  position: relative;
}
.titleBdCenter:after {
  -webkit-transform: translateX(-50%);
  background-color: #3ebec4;
  border-radius: 2px;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.titleBdCenter.mini:after {
  border-radius: 0px;
  bottom: -15px;
  height: 1.5px;
  width: 40px;
}

.titleBdLeft {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.titleBdLeft:before {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background: #3ebec4;
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

.bdBox {
  border: 2px solid #3ebec4;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
input[type=button] {
  -webkit-appearance: none;
}

.button,
.submit-btn input {
  -webkit-transition: all 0.3s;
  background-color: #fff;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em 1em;
  padding: 0.8em 5em;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
}
.button span,
.submit-btn input span {
  display: block;
  line-height: 1;
}
.button span.en,
.submit-btn input span.en {
  color: #3ebec4;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  margin-bottom: 0.4em;
}
.button span.mail::before,
.submit-btn input span.mail::before {
  color: #1a1a1a;
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 0.3em;
}
.button span.jp,
.submit-btn input span.jp {
  font-size: 12px;
}
.button:after,
.submit-btn input:after {
  -webkit-transition: 0.3s;
  border-color: transparent transparent #808080 transparent;
  border-style: solid;
  border-width: 0 0 13px 13px;
  bottom: 3px;
  content: "";
  height: 0;
  position: absolute;
  right: 3px;
  transition: 0.3s;
  width: 0;
}
.button.button__mail span.en::before,
.submit-btn input.button__mail span.en::before {
  color: #1a1a1a;
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 0.3em;
}
.button.button__mail:after,
.submit-btn input.button__mail:after {
  display: none;
}
.button:hover,
.submit-btn input:hover {
  color: #1a1a1a;
}
.button:hover:after,
.submit-btn input:hover:after {
  border-color: transparent transparent #3ebec4 transparent;
  border-width: 0 0 17px 17px;
}
.button:hover.button__mail,
.submit-btn input:hover.button__mail {
  background-color: #ececec;
}
.submit-btn {
  margin-top: 4%;
  text-align: center;
}
.submit-btn input {
  -webkit-transition: 0.3s;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  transition: 0.3s;
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spMenuBox {
  -webkit-transition: all 0.5s;
  display: table;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.spMenuBox > ul {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.open .spMenuBox {
  cursor: url(../images/cross.svg), auto;
  opacity: 1;
  visibility: visible;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 1000;
  z-index: 999999;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}

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

.menu-trigger {
  height: 24px;
  position: relative;
  width: 30px;
}
.menu-trigger span {
  background-color: #3ebec4;
  border-radius: 2px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.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) {
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
  left: 50%;
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

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

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  background-color: #a9946c;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 50%;
}
.footerTelSpFlexLi:last-child {
  background-color: #3ebec4;
  border-right: none;
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

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

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

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

.fixBar {
  bottom: 2%;
  position: fixed;
  right: 2%;
  z-index: 10;
}
.fixBar .button {
  border: 1px solid #3ebec4;
  padding: 0.7rem 3rem;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #3ebec4;
}

.fixBarTop {
  border: 1px solid #3ebec4;
  border-radius: 50px;
  cursor: pointer;
  height: 44px;
  width: 44px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #3ebec4;
  color: #3ebec4;
}

.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 {
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
  width: 48%;
}

.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) {
  margin-right: 2%;
  width: 8%;
}

/*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 {
    font-size: 13px;
    padding: 0.8em 0;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  font-weight: bold;
  text-align: left;
  width: 30%;
}
@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 {
  margin: 0 auto;
  width: 100%;
}

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

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

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

.cform {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cform tr {
  border-bottom: solid 1px #3ebec4;
}
.cform th {
  font-size: 14px;
  font-weight: normal;
  padding: 10px 0 10px 15px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 35%; /*変なところで改行される場合はここの数字を変更します。*/
}
@media only screen and (max-width: 767px) {
  .cform th {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.cform th .title {
  display: inline-block;
  width: 72%;
}
@media only screen and (max-width: 767px) {
  .cform th .title {
    margin-right: 5%;
    vertical-align: bottom;
    width: auto;
  }
}
.cform th .required-srt {
  background: #ce0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  width: 4.5em;
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    bottom: 10%;
    top: auto;
  }
}
.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] {
  background: #ff8f00;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
}

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

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

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

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    border-top: none;
    display: block;
    width: 100%;
  }
}
/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
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 {
  background: #db4a39;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  list-style: none;
  padding: 0.5% 2%;
}

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

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

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

.editor {
  float: none;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}
.editor figcaption {
  color: gray;
  font-size: 13px;
}
.editor a {
  word-wrap: break-word;
  color: #33bad4;
  display: inline;
  text-decoration: underline;
  word-break: break-all;
}
.editor blockquote {
  -webkit-box-sizing: border-box;
  background-color: #f6f7f9;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  color: #7b7b7b;
  font-style: italic;
  margin-bottom: 1.5em;
  padding: 2em 4em;
}
.editor blockquote p {
  font-size: 14px;
}
.editor strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff7c0));
  background: -webkit-linear-gradient(transparent 40%, #fff7c0 40%);
  background: linear-gradient(transparent 40%, #fff7c0 40%);
  font-style: normal;
  font-weight: bold;
}
.editor p {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0.5em 0 1.3em 0;
}
@media only screen and (max-width: 767px) {
  .editor p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.editor h2 span,
.editor h3 span,
.editor h4 span,
.editor h5 span {
  font-weight: bold;
}
.editor h2 {
  background-color: #f2f2f2;
  border-radius: 3px;
  font-size: 21px;
  font-weight: bold;
  margin: 8% auto 3%;
  padding: 0.5em 1em;
}
@media only screen and (max-width: 767px) {
  .editor h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.editor h3 {
  border-bottom: 1.5px solid #ccc;
  color: #3ebec4;
  font-size: 18px;
  font-weight: bold;
  margin: 4% auto 3%;
  padding-bottom: 0.3em;
  padding-left: 0.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .editor h3 {
    font-size: 16px;
    margin: 12% auto 6%;
    padding-bottom: 0.5em;
  }
}
.editor h3::after {
  background-color: #3ebec4;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20%;
  z-index: 2;
}
.editor h4 {
  border-bottom: 1px solid #3ebec4;
  color: #3ebec4;
  font-size: 18px;
  font-weight: bold;
  margin: 3% auto 3%;
  padding-bottom: 0.4em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .editor h4 {
    margin: 15% auto 8%;
  }
}
.editor table td:nth-child(1) {
  background-color: #f7f6f9;
  color: #515151;
  font-weight: bold;
}
.editor table th,
.editor table td {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .editor table th,
  .editor table td {
    border-bottom: 1px solid #dad8de;
    display: block;
    padding: 1rem 2rem;
    width: 100%;
  }
}
.editor table tr {
  border-bottom: 1px solid #dad8de;
}
@media only screen and (max-width: 767px) {
  .editor table tr {
    border-bottom: none;
  }
}
.editor table tr:first-child {
  border-top: 1px solid #dad8de;
}
.editor ul {
  margin-bottom: 2%;
}
.editor li {
  font-weight: normal;
  font-weight: bold;
  line-height: 1.7;
  list-style-type: none;
  margin-bottom: 0.3em;
  padding-left: 1.5em;
  position: relative;
}
.editor li:before {
  color: #3ebec4;
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  left: 0;
  position: absolute;
}

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

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

#toc_container {
  background: #ececec;
  border: none !important;
  border-radius: 10px;
  margin: 0 auto;
  padding: 4% 6%;
}
#toc_container a {
  color: #3ebec4;
}

.toc_list li:before {
  display: none;
}

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

.toc_toggle {
  font-size: 14px;
}

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

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

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

@media screen and (max-width: 767px) {
  .wp-caption-text {
    word-wrap: break-word;
    background: hsla(330deg, 50%, 60%, 0.48);
    color: white !important;
    display: block;
    font-size: 10px;
    left: 5%;
    padding: 1% 3%;
    position: relative !important;
    text-align: left;
    top: -50px;
    width: 100%;
    z-index: 1;
  }
}
.entry img {
  margin: 2% auto 5%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  -webkit-transition: 0.3s;
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #3ebec4;
  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;
  background-color: #808080;
  border: 2px solid #3ebec4;
  border-radius: 10px;
  box-shadow: none;
}

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

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

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

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

.lkc-info {
  background-color: #3ebec4;
  border-radius: 5px;
  display: inline-block !important;
  padding: 0.5em 1em;
  position: absolute;
  right: 3%;
  top: -5%;
  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 {
  height: inherit !important;
  overflow: auto !important;
}

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

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

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

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

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
  max-width: 650px;
}

.singleColumnTitle {
  border-bottom: 1px solid #3ebec4;
  font-size: 21px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  border: 1px solid #808080;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.5em 0.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  -webkit-transition: 0.3s;
  margin-right: 3%;
  padding: 0.7rem 1rem;
  text-align: center;
  transition: 0.3s;
  width: 20%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    margin-right: 2.5%;
    width: 45%;
  }
}
.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 {
    margin-bottom: 6% !important;
    width: 100%;
  }
}

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

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

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

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

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

.sidebarWriterSns li {
  display: inline-block;
  margin-bottom: 4%;
  margin-right: 3%;
}
.sidebarWriterSns li a {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 35px;
  letter-spacing: 0.05em;
  padding: 0.4em 1em;
}
.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 {
  -webkit-transition: 0.3s;
  background-color: #ececec;
  border-radius: 10px;
  padding: 5%;
  position: relative;
  transition: 0.3s;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  background: #727171;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 33px;
}
.singleColumnPrevNextArrow::after {
  -webkit-transform: rotate(45deg);
  border-left: 1px solid #727171;
  border-top: 1px solid #727171;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 1px;
}
.next .singleColumnPrevNextArrow {
  -webkit-transform: scale(-1, 1);
  left: 15px;
  right: auto;
  transform: scale(-1, 1);
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  margin: 0 2%;
  margin-bottom: 6%;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    margin: 0 2%;
    margin-bottom: 10%;
    width: 100%;
  }
}

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

.cmNewsTitle {
  border-bottom: 1px solid #808080;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}

.cmNewsDescri {
  font-size: 14px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 13px;
    line-height: 1.5;
  }
}

.cmNewsListImg {
  -webkit-transition: 0.3s;
  padding-bottom: 70%;
  transition: 0.3s;
}
a:hover .cmNewsListImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  margin-bottom: 6%;
  overflow: hidden;
}

.cmNewsListInfoUl li {
  border: 1px solid #808080;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 0.5em 0.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.pagenation li {
  background: #3ebec4;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  margin: 0 1%;
}
.pagenation li.active {
  background: #f2f2f2;
  color: #000;
  cursor: not-allowed;
  padding: 0.5em 1em;
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li a {
  -webkit-transition: 0.3s;
  display: block;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.pagenation li a:hover {
  background: #808080;
}
@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: #3ebec4;
  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%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-bottom: 8%;
    margin-left: 0;
  }
}

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

.sidebarCategoryBlock li {
  border: 1px solid #808080;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  border-bottom: 1px solid;
  font-size: 14px;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
    padding-bottom: 0.25em;
  }
}

.sidebarRankingImg {
  border-radius: 5px;
  margin-right: 5%;
  padding-bottom: 30%;
  width: 30%;
}
@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%;
  color: #3ebec4;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}

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

.sidebarTagWrap a {
  color: #3ebec4;
  font-size: 14px !important;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  color: #a9a9a9;
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
/*==================================================
 * 当サイト共通
 *================================================*/
body {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.maru {
  font-family: "Zen Maru Gothic", serif;
}

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

/*==================================================
 * ヘッダー
 *================================================*/
header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 0.3s;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  justify-content: space-between;
  left: 0;
  padding: 0 30px;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 999999;
}
@media print, screen and (min-width: 768px) {
  header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: auto;
    padding: 10px 15px;
  }
}

.logo {
  aspect-ratio: 146/36;
  background: url(../img/logo.svg) no-repeat center/contain;
  display: block;
  font-size: 0;
  margin-left: 0;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 150px;
  }
}

header.open .logo {
  background-image: url(../img/logo-white.svg);
}

.headerLogoCard {
  z-index: 1;
}
.headerLogoCard a {
  display: block;
}
.headerLogoCard * {
  font-weight: bold;
}

.headerInfoCard {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .headerInfoCard {
    display: none;
  }
}

.headerMenuUl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.headerMenuUl li {
  padding: 0.3em 1.3em;
}
.headerMenuUl li a {
  -webkit-transition: 0.3s;
  color: #fff;
  color: #3ebec4;
  display: block;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
}
.headerMenuUl li a::before {
  -webkit-transition: 0.3s;
  background-color: #3ebec4;
  border-radius: 100px;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  width: 0;
}
.headerMenuUl li a:hover {
  opacity: 1;
}
.headerMenuUl li a:hover::before {
  width: 100%;
}
.headerMenuUl li a span {
  font-weight: bold;
  font-weight: 700;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerMenuUl li a {
    padding: 0.3em 0.5em;
  }
  .headerMenuUl li a span {
    font-size: 13px;
  }
}

.spMenuUl > li {
  border-bottom: dotted 1px #fff;
  position: relative;
}
.spMenuUl > li:last-of-type {
  border-bottom: none;
}
.spMenuUl > li:before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 5/9;
  background: url(../img/ic-ku.svg) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.spMenuUl > li a {
  -webkit-transition: 0.3s;
  display: block;
  padding: 1.5em 1em;
  transition: 0.3s;
}
.spMenuUl > li a span {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}

.spMenuBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

.spMenuTxt {
  background-color: #3ebec4;
  padding: 100px 40px;
  width: 100%;
}

.sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.sns li {
  width: 40px;
}

.sns-side {
  -webkit-transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  background-color: #3ebec4;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
  position: fixed;
  right: 0;
  row-gap: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 9998;
}
@media only screen and (max-width: 767px) {
  .sns-side {
    display: none;
  }
}
.cta-side {
  -webkit-transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  row-gap: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .cta-side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transform: none;
    background-color: #fff;
    bottom: 0;
    flex-direction: row;
    height: min(13vw, 60px);
    justify-content: space-between;
    padding: 5px;
    top: auto;
    transform: none;
    width: 100%;
  }
}
.cta-side .cta-side-item {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.cta-side .cta-side-item .txt {
  font-size: 14px;
}
.cta-side .cta-side-tel {
  background-color: #3ebec4;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-tel {
    width: 17.3333333333%;
  }
  .cta-side .cta-side-tel .cta-side-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
  .cta-side .cta-side-tel .cta-side-link .txt {
    font-size: min(2.2vw, 14px);
  }
}
.cta-side .cta-side-tel img {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-tel img {
    width: min(5vw, 20px);
  }
}
.cta-side .cta-side-line {
  background-color: #3ebe4d;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-line {
    width: 40%;
  }
  .cta-side .cta-side-line .txt {
    font-size: min(3.2vw, 16px);
  }
}
.cta-side .cta-side-line img {
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-line img {
    width: min(6vw, 25px);
  }
}
.cta-side .cta-side-contact {
  background-color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-contact {
    width: 40%;
  }
  .cta-side .cta-side-contact .txt {
    font-size: min(3.2vw, 16px);
  }
}
.cta-side .cta-side-contact img {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-contact img {
    width: min(5.5vw, 22px);
  }
}
.cta-side .cta-side-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0.2em;
  row-gap: 0.6em;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    flex-direction: row;
    padding: 0;
  }
}
.cta-side .cta-side-link .txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  color: #fff;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .cta-side .cta-side-link .txt {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: #f2f2f2;
}
footer .footerLogo .logo {
  width: 210px;
}
footer .footerInfo {
  font-size: 14px;
  margin-top: 1em;
}

.copyright {
  color: #b3b3b3;
  font-size: 12px;
  margin-top: 3em;
  text-align: center;
}

/*==================================================
 * トップページ
 *================================================*/
.fv {
  background: url(../img/fvBg--pc.jpg) no-repeat center/cover;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/fvBg--sp.jpg);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}

.fvInner {
  aspect-ratio: 2504/1214;
  margin-left: auto;
  margin-right: auto;
  max-width: 1252px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fvInner {
    aspect-ratio: 375/450;
  }
}
.fvInner .fvTxt,
.fvInner .fvImg {
  position: absolute;
}
.fvInner .fvTxt img,
.fvInner .fvImg img {
  -webkit-transform: translateY(-30px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translateY(-30px);
  transition: 0.8s;
}
.fvInner .fvTxt.run img,
.fvInner .fvImg.run img {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}
.fvInner .fvImg {
  bottom: 0;
  right: 0;
  width: 65.3225806452%;
}
.fvInner .fvImg img {
  -webkit-transition-delay: 0.3s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
  .fvInner .fvImg {
    bottom: 0;
    right: auto;
    width: 100%;
  }
}
.fvInner .fvTxt {
  -webkit-transform: translateY(-65%);
  left: 0;
  top: 50%;
  transform: translateY(-65%);
  width: 40.3225806452%;
}
@media only screen and (max-width: 767px) {
  .fvInner .fvTxt {
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: 16%;
    transform: translateX(-50%);
    width: 80%;
  }
}

.topMapTtl {
  line-height: 1;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.topMapTtl * {
  line-height: 1;
}
.topMapTtl::before, .topMapTtl::after {
  background-color: #4d4d4d;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 2px;
}
.topMapTtl::before {
  -webkit-transform: rotate(-25deg);
  left: 0;
  transform: rotate(-25deg);
}
.topMapTtl::after {
  -webkit-transform: rotate(25deg);
  right: 0;
  transform: rotate(25deg);
}

.propertiesMapWrap {
  margin-top: 10%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .propertiesMapWrap {
    margin-top: 12%;
  }
}
.propertiesMapWrap .proMapTtl {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  align-items: center;
  background-color: #3ebec4;
  border: solid 3px #fff;
  border-radius: 100px;
  color: #fff;
  column-gap: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(
    16px,
    8.524px + 0.975vw,
    21px
  );
  font-weight: 700;
  justify-content: center;
  left: 50%;
  padding: 0.25em 1.5em;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 999;
}
.propertiesMapWrap .proMapTtl .ic {
  width: clamp(
    15px,
    7.524px + 0.975vw,
    20px
  );
}
.propertiesMapWrap .leaflet-popup-content-wrapper {
  border-radius: 5px;
  padding: 5px;
}
.propertiesMapWrap .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.propertiesMapWrap .leaflet-popup-content-wrapper .property-popup img {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .propertiesMapWrap .leaflet-popup-content-wrapper .property-popup {
    font-size: 15px;
    width: 100px !important;
  }
}

#propertiesMap {
  border-radius: 30px;
  height: 550px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #propertiesMap {
    border-radius: 15px;
    height: 400px;
  }
}

.recommendWrap,
.newWrap {
  border-radius: 30px;
  padding: 3em;
}
@media only screen and (max-width: 767px) {
  .recommendWrap,
  .newWrap {
    border-radius: 15px;
    padding: 30px;
  }
}

.recommendWrap {
  background-color: #3ebec4;
}

.newWrap {
  background-color: #f2f2f2;
}

.propertyFlex {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -ms-flex-wrap: wrap;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .propertyFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.propertyFlex > * {
  display: block;
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .propertyFlex > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
  }
}
.propertyFlex .img {
  aspect-ratio: 1/0.75;
  border-radius: 15px;
  margin-bottom: 0.6em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .propertyFlex .img {
    border-radius: 10px;
  }
}
.propertyFlex .img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.propertyFlex .ttl {
  font-size: clamp(
    18px,
    15.01px + 0.39vw,
    20px
  );
  font-weight: 700;
  line-height: 1.5;
  padding-right: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .propertyFlex .ttl {
    padding-right: 30px;
  }
}
.propertyFlex .ttl::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  background: url(../img/ic-arw.svg) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .propertyFlex .ttl::before {
    width: 20px;
  }
}
.propertyFlex .price {
  font-size: clamp(
    12px,
    7.515px + 0.585vw,
    15px
  );
  font-weight: 700;
}

.topMessageFlex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topMessageFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}
.topMessageFlex .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .topMessageFlex .img {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.topMessageFlex .img img {
  -o-object-fit: cover;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topMessageFlex .img img {
    border-radius: 15px;
  }
}
.topMessageFlex .txtBlock {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .topMessageFlex .txtBlock {
    width: 100%;
  }
}
.topMessageFlex .name {
  font-weight: 700;
  margin-top: 40px;
  text-align: right;
}
.topMessageFlex .name * {
  font-weight: 700;
}
.topMessageFlex .name span {
  color: #3ebec4;
  font-size: 1.2em;
}

.topPadding {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .topPadding {
    padding-top: 30px;
  }
}
.topPadding.--l {
  padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  .topPadding.--l {
    padding-top: 80px;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
.cmnTtl {
  background-color: #3ebec4;
  color: #fff;
  font-size: clamp(
    18px,
    12.019px + 0.78vw,
    22px
  );
  font-weight: 700;
  padding: 0.3em 2em;
  text-align: center;
}

.cmnTtl2 {
  font-size: clamp(
    24px,
    21.01px + 0.39vw,
    26px
  );
  font-weight: 700;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.3em;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmnTtl2::before {
  -webkit-transform: translateX(-50%);
  background-color: #3ebec4;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}
.cmnTtl2.white {
  color: #fff;
}
.cmnTtl2.white::before {
  background-color: #fff;
}

.cmnBtn {
  border: solid 2px #e6e6e6;
  border-radius: 100px;
  display: inline-block;
  font-size: clamp(
    18px,
    15.01px + 0.39vw,
    20px
  );
  padding: 0.5em 1em;
}
.cmnBtn span {
  font-weight: 700;
  padding-right: 18px;
  position: relative;
}
.cmnBtn span::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 7/12;
  background: url(../img/ic-ku-main.svg) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.lowerFv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: url(../img/lowerFv.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .lowerFv {
    margin-bottom: 10%;
  }
}

.pageTtl {
  color: #3ebec4;
  font-size: clamp(
    26px,
    11.049px + 1.949vw,
    36px
  );
  padding-bottom: 50px;
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .pageTtl {
    padding-bottom: 30px;
    padding-top: 90px;
  }
}

.propertyTtl {
  font-size: clamp(
    22px,
    10.039px + 1.559vw,
    30px
  );
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .propertyTtl {
    margin-bottom: 5%;
  }
}

.youtubeInner {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .youtubeInner {
    border-radius: 15px;
  }
}
.youtubeInner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.review-commentFlex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  align-items: flex-start;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .review-commentFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .review-commentFlex > * {
    width: 100%;
  }
}
.review-commentFlex .reviewBoxWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 240px;
  width: calc(35% - 15px);
}
.review-commentFlex .comment {
  width: calc(65% - 15px);
}
@media only screen and (max-width: 767px) {
  .review-commentFlex .reviewBoxWrap,
  .review-commentFlex .comment {
    width: 100%;
  }
}

.rate {
  display: inline-block;
  font-size: 16px;
  height: 16px;
  letter-spacing: 0;
  position: relative;
  width: 80px;
}
.rate:before, .rate:after {
  content: "★★★★★";
  display: inline-block;
  height: 16px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 0;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #3ebec4;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 16px;
}

.rate2:after {
  width: 32px;
}

.rate3:after {
  width: 48px;
}

.rate4:after {
  width: 64px;
}

.rate5:after {
  width: 80px;
}

.starWrap {
  margin: 0 auto;
  width: 80px;
}

.reviewBoxWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.reviewBoxWrap .ttl {
  border-bottom: solid 1px #4d4d4d;
  font-size: clamp(
    18px,
    9.029px + 1.17vw,
    24px
  );
  font-weight: 700;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  text-align: center;
}
.reviewBoxWrap dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: dotted 1px #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
.reviewBoxWrap dl:last-of-type {
  border-bottom: none;
}
.reviewBoxWrap dl dt {
  font-size: 16px;
  width: 140px;
}

.comment {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 1.2em 1em;
}
@media only screen and (max-width: 767px) {
  .comment {
    border-radius: 15px;
  }
}

.madoriSlide .swiper-slide {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .madoriSlide .swiper-slide {
    padding: 0 20px;
  }
}
.madoriSlide .swiper-slide a {
  aspect-ratio: 1/1;
  display: block;
}
.madoriSlide .swiper-slide a img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.madoriSlide .swiper-button-prev,
.madoriSlide .swiper-button-next {
  color: #3ebec4;
}
@media only screen and (max-width: 767px) {
  .madoriSlide .swiper-button-prev::after,
  .madoriSlide .swiper-button-next::after {
    font-size: 30px;
  }
}
.madoriSlide .swiper-button-prev {
  left: 20%;
}
@media only screen and (max-width: 767px) {
  .madoriSlide .swiper-button-prev {
    left: 10%;
  }
}
.madoriSlide .swiper-button-next {
  right: 20%;
}
@media only screen and (max-width: 767px) {
  .madoriSlide .swiper-button-next {
    right: 10%;
  }
}
.madoriSlide .swiper-pagination {
  bottom: -40px;
}
.madoriSlide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3ebec4;
}

.detailBlock {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailBlock > * {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 959px) {
  .detailBlock > * {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .detailBlock > * {
    width: 100%;
  }
}

.detailBox table {
  width: 100%;
}
.detailBox table th,
.detailBox table td {
  border-bottom: dotted 1px #cccccc;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  text-align: left;
}
.detailBox table th {
  width: 190px;
}
@media only screen and (max-width: 959px) {
  .detailBox table th {
    width: 160px;
  }
}
.detailBox table th span {
  display: block;
  font-weight: 700;
  padding-left: 1.25em;
  position: relative;
}
.detailBox table th span::before {
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  background-color: #cccccc;
  border-radius: 100px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
}
@media only screen and (max-width: 767px) {
  .detailBox table th,
  .detailBox table td {
    display: block;
    font-size: 13px;
    width: 100%;
  }
  .detailBox table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .detailBox table td {
    padding-top: 0.4em;
  }
}

/*about------------------------------------*/
.smvBox {
  background-color: #f2f2f2;
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .smvBox {
    border-radius: 15px;
  }
}
.smvBox .ttl {
  -webkit-transform: translate(-50%, -2.3em);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -2.3em);
}
.smvBox .ttl * {
  font-weight: 700;
  text-align: center;
}
.smvBox .ttl .en {
  color: #3ebec4;
  font-size: clamp(
    11px,
    8.01px + 0.39vw,
    13px
  );
}
.smvBox .ttl .ja {
  font-size: clamp(
    18px,
    12.019px + 0.78vw,
    22px
  );
  line-height: 1.3;
}
.smvBox .txt {
  font-size: clamp(
    23px,
    12.534px + 1.365vw,
    30px
  );
  font-weight: 700;
  line-height: 1.5;
  padding: 2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .smvBox .txt {
    padding: 1.7em 0.5em;
  }
}
.smvBox .txt span {
  font-weight: 700;
  line-height: 1.5;
}
.smvBox .txt span:not(.small) {
  color: #3ebec4;
}
.smvBox .txt span.small {
  display: block;
  font-size: 0.7em;
}
.smvBox + .smvBox {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .smvBox + .smvBox {
    margin-top: 60px;
  }
}

.ceoFlex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  align-items: center;
  column-gap: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ceoFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ceoFlex .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .ceoFlex .img {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.ceoFlex .img img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .ceoFlex .img img {
    border-radius: 15px;
  }
}
.ceoFlex .txt .name {
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .ceoFlex .txt .name {
    margin-bottom: 1em;
    text-align: center;
  }
}
.ceoFlex .txt .name * {
  font-weight: 700;
}
.ceoFlex .txt .name span {
  color: #3ebec4;
  font-size: 1.3em;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .ceoFlex .txt .name span {
    padding-left: 0.6em;
  }
}

#calendar .monthly-calendar table {
  border: solid 1px #aaa;
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
#calendar .monthly-calendar table caption {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.6em;
}
#calendar .monthly-calendar table th {
  font-weight: 700;
}
#calendar .monthly-calendar table th,
#calendar .monthly-calendar table td {
  border: solid 1px #aaa;
  padding: 0.5em 0.2em;
}
#calendar .monthly-calendar table th.today,
#calendar .monthly-calendar table td.today {
  background-color: transparent;
  border: solid 4px #3ebec4;
}
#calendar .monthly-calendar table th.vacant,
#calendar .monthly-calendar table td.vacant {
  background-color: #fff9db;
}
#calendar .monthly-prev-next {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
#calendar .monthly-prev-next > * {
  float: unset;
}
#calendar .monthly-prev-next > * > * {
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 0.2em 1em;
}
#calendar .monthly-prev-next > * > *.no-link {
  background-color: #eeeeee;
  opacity: 0.5;
}
#calendar .monthly-prev-next .monthly-next {
  margin-right: 0;
}
#calendar .monthly-prev-next br {
  display: none;
}
#calendar .day-calendar * {
  text-align: center;
}
#calendar .day-calendar h3 {
  display: none;
}
#calendar .day-calendar p {
  font-weight: 700;
}
#calendar .day-calendar table {
  width: 100%;
}
#calendar .day-calendar table th,
#calendar .day-calendar table td {
  font-size: 1em;
  height: 50px;
}
#calendar .day-calendar table th .booking-timelink,
#calendar .day-calendar table td .booking-timelink {
  padding: 1em;
}

#booking-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
#booking-form * {
  font-size: 1em;
}
#booking-form th {
  font-weight: 700;
}
#booking-form th * {
  font-weight: 700;
}
#booking-form.content-form table {
  border-collapse: collapse;
}
#booking-form.content-form th,
#booking-form.content-form td {
  border-right: none;
  line-height: 1.5;
  padding-bottom: 1em;
  padding-top: 1em;
}
#booking-form.content-form td * {
  font-weight: 500;
}
#booking-form.content-form tr:last-of-type th,
#booking-form.content-form tr:last-of-type td {
  border-bottom: none;
}
#booking-form legend {
  background-color: #333;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1.1em;
  padding: 0.2em 1em;
}
#booking-form input,
#booking-form textarea {
  border: solid 1px #aaa;
}

.fancybox-container {
  z-index: 9999999;
}

.privacypolicy {
  margin-bottom: 5%;
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .privacypolicy {
    margin-top: 15%;
  }
}
.privacypolicy .ttl {
  background-color: #f2f2f2;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .privacypolicy .ttl {
    font-size: 1.1em;
  }
}
.privacypolicy .contents {
  font-size: 14px;
}
.privacypolicy .contents > div {
  margin-bottom: 1.5em;
}
.privacypolicy .contents .contentsTtl {
  font-weight: 700;
}
.privacypolicy .contents {
  line-height: 2;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0 0.5em 1em;
}
.privacypolicy .contents dl {
  font-size: 14px;
  margin-top: 30px;
}
.privacypolicy .contents dl dt {
  font-weight: 700;
}
.privacypolicy .contents dl dd ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.privacypolicy .contents dl dd ol li {
  list-style: decimal;
}
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.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=sourcemaps/import.css.map */