@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Staatliches";
  src: url("../fonts/Staatliches-Regular.ttf") format("truetype");
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

/* elements-of-type(html5-block) {
  display: block;
} */

html {
  font-family: sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:hover,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

a {
  display: block;
}

/* デフォルト状態のインライン要素をブロック要素に指定 */
article, aside, figure, figcaption, details, footer, header, hgroup, nav, section, summary {
  display: block;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.nbg {
  background: none !important;
}

.nm {
  margin: 0 !important;
}

.nmt {
  margin-top: 0 !important;
}

.nmr {
  margin-right: 0 !important;
}

.nmb {
  margin-bottom: 0 !important;
}

.nml {
  margin-left: 0 !important;
}

.mcen {
  margin-right: auto !important;
  margin-left: auto !important;
}

.np {
  padding: 0 !important;
}

.npt {
  padding-top: 0 !important;
}

.npr {
  padding-right: 0 !important;
}

.npb {
  padding-bottom: 0 !important;
}

.npl {
  padding-left: 0 !important;
}

.nb {
  border: none !important;
}

.nbt {
  border-top: none !important;
}

.nbr {
  border-right: none !important;
}

.nbb {
  border-bottom: none !important;
}

.nbl {
  border-left: none !important;
}

.text_l {
  text-align: left !important;
}

.text_r {
  text-align: right !important;
}

.text_c {
  text-align: center !important;
}

.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

.no_line_height {
  line-height: 0 !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearboth {
  clear: both;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* テキストの末尾に「…」を付けて省略 */
.txt_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_indent {
  text-indent: 1em;
}

.list_indent {
  padding-left: 1em;
  text-indent: -0.5em;
}

.list_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #444;
}

.emphasis {
  color: #f00;
}

.indent_text {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.no_text_indent {
  text-indent: 0 !important;
}nt

.relative {
  position: relative;
}

.fixed {
  position: fixed !important;
}

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

.underline {
  text-decoration: underline !important;
}

fieldset {
  border: none;
}

.inline {
  display: inline-block;
}

.text-small {
  font-size: 0.8em;
}

.rotateZ90 {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

/*****************************
高さ中央ぞれえ
******************************/
.h_middle {
  vertical-align: middle;
  display: table-cell;
}

/* IE 6 */
* html div.deta_box {
  display: inline;
  zoom: 1;
}

/* IE 7 */
*:first-child + html div.deta_box {
  display: inline;
  zoom: 1;
}

/*****************************
 button
******************************/
.btn_h10 {
  line-height: 10px !important;
  height: 10px !important;
}

.btn_h20 {
  line-height: 20px !important;
  height: 20px !important;
}

.btn_h30 {
  line-height: 30px !important;
  height: 30px !important;
}

.btn_h40 {
  line-height: 40px !important;
  height: 40px !important;
}

.btn_h50 {
  line-height: 50px !important;
  height: 50px !important;
}

.btn_h60 {
  line-height: 60px !important;
  height: 60px !important;
}

.btn_w50 {
  width: 50px !important;
}

.btn_w100 {
  width: 100px !important;
}

.btn_w135 {
  width: 135px !important;
}

.btn_w150 {
  width: 150px !important;
}

.btn_w180 {
  width: 180px !important;
}

.btn_w200 {
  width: 200px !important;
}

.btn_w230 {
  width: 230px !important;
}

.btn_w250 {
  width: 250px !important;
}

.btn_w280 {
  width: 280px !important;
}

.btn_w300 {
  width: 300px !important;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}

p.text_medium {
  font-weight: bold;
}
p.text_small {
  font-size: 0.7em;
}

.c-button {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: orange;
  color: #fff;
  padding: 5px 16px;
  font-size: 16px;
  text-align: center;
}

.c-button:hover {
  background: rgb(253, 203, 110);
}
 
.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px orange;
}

.b-button {
  width: 60%;
  margin: 20px auto;
  appearance: none;
  border: 0;
  /* border-radius: 40px; */
  background: #3b424b;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}

.b-button:hover {
  background: #dbb051;
}
 
.b-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px orange;
}

.b-button a {
  color: #fff;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

span.fs15 {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3;
}

body {
  background:#0b1d2a;
}


/* トップページのスクロール誘導アニメ */
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 54%;
  top: 330px;
  margin-left: -30px;
  bottom: 20px;
}

.arrows path {
  stroke: #2b5229;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

button.b-button.no-set{
	pointer-events: none;
  color: #fff;
	background: #a3a3a3;
}

.font-grey {
  color: #a3a3a3;
  font-size: 0.8rem;
}

h5 {
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding:0.5em 0.5em;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Rajdhani,sans-serif,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Helvetica;
}

h5:before, h5:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h5:before {
  border-left: solid 1.5px #7d3729;
  border-top: solid 1.5px #7d3729;
  top:0;
  left: 0;
}

h5:after {
  border-right: solid 1.5px #7d3729;
  border-bottom: solid 1.5px #7d3729;
  bottom:0;
  right: 0;
}

h5 > span {
  font-size: 1.1rem;
  font-weight: bold;
  
}

.data_box > .archive-txt {
  width: 60%;
  margin: 70px auto 20px;
  border-top: double 4px #fff;
  border-bottom: double 4px #fff;
  padding: 0.5rem 0;
}

dt.l-sp-8 {
  letter-spacing: -0.08em;
}

/* 点滅 */
.blinking{
  font-size: 1.2rem;
  color: #53c8d9;
	display: block;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.floating-banner-tel {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  top: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner-tel__image {
  max-width: 100%; /* 画像の最大幅 */
}
.floating-banner-tel__image {
  display: none;
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner-tel {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner-tel__image {
    display: block;
    max-width: 15vw;
    position: fixed; /* バナーを追従させる */
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 15vh; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
  }
  .floating-banner-tel {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}