@charset "UTF-8";
/* Common Style
-----------------------------------*/
/* Slider */
@import url(../q19cms-markdown.css);
@import url(../q19cms-markdown.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap" rel="stylesheet');
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

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

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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, font, 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, figure, footer, header,
menu, nav, section, audio, video, canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
}

a, input[type=submit] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
html {
  font-size: 62.5%;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  animation: fade-in 3s linear;
  animation-fill-mode: both;
}

@media screen and (max-width: 900px) {
  body {
    background: none;
    background-size: auto;
    background-attachment: unset;
  }
}

body,
input,
textarea {
  color: #000;
  line-height: 1.8;
}

a:link,
a:visited {
  color: #07685d;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  outline-width: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

svg,
img {
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: normal;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: "" "";
}

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

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th, td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.material-symbols-outlined.size-12 {
  font-size: 12px;
}

.material-symbols-outlined.size-16 {
  font-size: 16px;
}

.material-symbols-outlined.size-20 {
  font-size: 20px;
}

.material-symbols-outlined.size-32 {
  font-size: 32px;
}

.material-symbols-outlined.size-48 {
  font-size: 48px;
}

.material-symbols-outlined.green {
  color: #07685d;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 5;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

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

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* エフェクトで使う keyframes */
@keyframes blink {
  50% {
    opacity: .3;
  }
  0%, 100% {
    opacity: .9;
  }
}

/* フェードイン */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* フェードアウト */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* スプリング(拡大してバウンド) */
@keyframes spring {
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* 上に移動しながらフェードイン */
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 下に移動しながらフェードイン */
@keyframes fade-down {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左に移動しながらフェードイン */
@keyframes fade-left {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右に移動しながらフェードイン */
@keyframes fade-right {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    position: absolute;
    left: -100vw;
  }
  to {
    position: relative;
    left: 0;
  }
}

/* X方向スケールアップ */
@keyframes scale-up-x {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* Y方向スケールアップ */
@keyframes scale-up-y {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

/* Y方向スケールダウン */
@keyframes scale-down-y {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

/* Y方向に拡大しながらフェードイン */
@keyframes scale-y-fade-in {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードイン */
@keyframes scale-fade-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードアウト */
@keyframes scale-fade-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* 背景が左から右に表示 */
@keyframes textbg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.white {
  color: #fff !important;
}

.black {
  color: #222 !important;
}

.blue {
  color: #3775c3 !important;
}

.green {
  color: #07685d !important;
}

.orange {
  color: #f68b3d !important;
}

.red {
  color: #f24236 !important;
}

.yellow {
  color: #ffad05 !important;
}

.purple {
  color: #b060cb !important;
}

.pink {
  color: #fb679b !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #222 !important;
}

.bg-blue {
  background-color: #3775c3 !important;
}

.bg-blue-light {
  background-color: #3595d7 !important;
}

.bg-green-light {
  background-color: #98ca54 !important;
}

.bg-orange {
  background-color: #f68b3d !important;
}

.bg-red {
  background-color: #f24236 !important;
}

.bg-yellow {
  background-color: #ffad05 !important;
}

.bg-purple {
  background-color: #b060cb !important;
}

.bg-pink {
  background-color: #fb679b !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

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

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

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

.is-bold {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

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

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

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

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

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

.mb0 {
  margin-bottom: 0 !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;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !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;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !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;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

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

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

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

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

.pl50 {
  padding-left: 50px !important;
}

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

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

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

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

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

.pr50 {
  padding-right: 50px !important;
}

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

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

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

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

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

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

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}

button {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cf:after {
  display: table;
  content: '';
  width: 100%;
}

body {
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

pre {
  font-family: 'Jost',sans-serif;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* header
-----------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 160px;
  padding: 0 50px;
  background: url("../images/common/bg.png") top center no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}

#header img {
  vertical-align: bottom;
  transition: all 0.5s ease;
}

#header a {
  transition: all 0.5s ease;
}

#header .siteLogo {
  width: 280px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #header {
    padding: 0 30px;
  }
}

@media screen and (max-width: 900px) {
  #header {
    padding: 0 10px 0 20px;
    height: 80px;
  }
  #header .siteLogo {
    width: 220px;
  }
}

@media screen and (max-width: 599px) {
  #header {
    padding: 0 0 0 20px;
  }
  #header .siteLogo {
    width: 180px;
  }
}

/* navi
-----------------------------------*/
.navTrigger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 999;
  margin-bottom: 0;
}

.navTrigger span {
  display: inline-block;
  transition: all .5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #aa8e11;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.navTrigger span:nth-of-type(1) {
  top: 25px;
}

.navTrigger span:nth-of-type(2) {
  top: 40px;
}

.navTrigger span:nth-of-type(3) {
  top: 55px;
}

.navTrigger.active span:nth-of-type(1) {
  top: 36px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.navTrigger.active span:nth-of-type(2) {
  opacity: 0;
}

.navTrigger.active span:nth-of-type(3) {
  top: 48px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#gNav {
  width: calc(100% - 300px);
  z-index: 5;
}

#gNav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  margin: 0;
  list-style: none;
}

#gNav > ul > li {
  padding: 0 1.2em;
  -ms-writing-mode: tb-lr;
      -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
}

#gNav > ul > li > span,
#gNav > ul > li > a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #222;
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

#gNav > ul > li > a:hover {
  color: #aa8e11;
  opacity: 1;
}

#gNav > ul > li > a:hover::before {
  position: absolute;
  top: -25px;
  left: 50%;
  right: 50%;
  margin: 0;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #aa8e11;
}

#gNav > ul > li.is-current > span:after {
  opacity: 1;
  transform: rotate(180deg) translateX(50%);
}

#gNav > ul > li.gNav00 {
  display: none;
}

@media screen and (max-width: 1024px) {
  #gNav > ul > li {
    padding: 0 1em;
  }
}

@media screen and (max-width: 900px) {
  .navTrigger {
    display: -ms-flexbox;
    display: flex;
    z-index: 101;
  }
  .navTrigger.is-current + #gNav {
    right: 0;
    opacity: 1;
  }
  #gNav {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 80px);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease;
    background: url("../images/common/bg.png") no-repeat top/cover;
    z-index: 99;
    opacity: 0;
  }
  #gNav > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: start;
    padding: 5em 0;
    width: 100vw;
    height: 100vh;
  }
  #gNav > ul > li {
    display: inline-block;
    padding: 2em 1.2em;
  }
  #gNav > ul > li > span,
  #gNav > ul > li > a {
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.6rem;
  }
  #gNav > ul > li.gNav00 {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  #gNav > ul > li {
    padding: 2em .7em;
  }
}

footer {
  z-index: 1;
  width: 100%;
  background: url("../images/common/bg.png") top center no-repeat;
  background-size: cover;
}

footer::after {
  z-index: 2;
  content: " ";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 500px;
  height: 200px;
  background: url("../images/common/hasu.png") no-repeat;
  background-size: contain;
}

.footerInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 100px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.footerInfo address {
  font-style: normal;
  font-size: 1.5rem;
}

.footerInfo address > h4 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.footerInfo address .tel {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.footerInfo address .tel a {
  color: #222;
  text-decoration: none;
}

.footerInfo address a {
  pointer-events: auto !important;
}

.footerInfo address .tel::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  background: url("../images/common/f_icon_tel.png") center center no-repeat;
  width: 26px;
  height: 22px;
  background-size: contain;
}

.footerInfoMain, .footerInfoGmap {
  width: 50%;
}

.footerInfoMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  -ms-flex-align: center;
      align-items: center;
}

.footerInfoMain p {
  margin-bottom: .5em;
}

.footerInfoMain::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(204, 204, 204, .1), rgba(204, 204, 204, .1));
}

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

.footerLink {
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 70px 0;
}

.footerLinkLogo {
  width: 10%;
}

.footerLinkList {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

.footerLinkLogo {
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.footerLink ul {
  width: 100%;
  max-width: 440px;
  list-style: none;
  margin: 0 50px 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.footerLink ul li {
  width: 48%;
  max-width: 200px;
  height: 50px;
  border: 1px solid #dbd2ab;
  margin: 5px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .5);
}

.footerLink ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #222;
  text-decoration: none;
}

.footerLink ul li a:hover {
  text-decoration: none;
  background: rgba(219, 210, 171, .1);
  opacity: 1;
}

.footer img {
  vertical-align: bottom;
}

.copyRight {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.pagetop {
  display: block;
  position: fixed;
  top: auto;
  right: 30px;
  bottom: -500px;
  left: auto;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 80;
  transform: rotate(-90deg);
}

.pagetop.is-view {
  bottom: 50px;
}

.pagetop a::after {
  content: "";
  position: absolute;
  top: 37%;
  left: 15%;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.pagetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 59, 53, .7);
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
}

.pagetop:hover {
  opacity: .5;
}

.footerSpbtn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footerLink {
    padding: 70px 0;
  }
  .footerLink ul {
    max-width: 100%;
    margin: 0 20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .footerInfo address {
    font-size: 1.4rem;
  }
  .footerInfo address > h4 {
    font-size: 1.8rem;
  }
  .footerInfo address .tel {
    font-size: 2.4rem;
  }
  .footerInfo address .tel::before {
    width: 23px;
    height: 19px;
  }
  .footerInfoMain {
    width: 60%;
  }
  .footerInfoGmap {
    width: 40%;
  }
  .footerLink {
    padding: 50px 20px;
  }
  .footerLink ul li {
    width: 70%;
    max-width: 100%;
  }
  .pagetop {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footerLink ul li {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  footer::after {
    bottom: 30%;
    width: 300px;
    height: 120px;
    background-size: contain;
  }
  .footerInfo {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    max-height: 100%;
  }
  .footerInfo address {
    padding: 30px 20px;
  }
  .footerInfo address > h4 {
    font-size: 1.6rem;
  }
  .footerInfo address .tel {
    font-size: 2rem;
  }
  .footerInfoMain, .footerInfoGmap {
    width: 100%;
  }
  .footerInfoGmap iframe {
    width: 100%;
    height: 200px;
  }
  .footerLink {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 50px 0 20px;
  }
  .footerLinkLogo {
    width: 100%;
  }
  .footerLinkList {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footerLinkLogo {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto 30px;
  }
  .footerLinkLogo img {
    width: 50px;
  }
  .footerLink ul {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    padding: 0 20px;
  }
  .footerLink ul li {
    width: 46%;
    max-width: 100%;
  }
  .footerLink ul li a {
    width: 100%;
    padding: 0 5px;
  }
}

/* Components style
-----------------------------------*/
/* @ breadcrumbs
// ------------------------------------------------------------ */
.breadcrumbs {
  width: 100%;
  margin: 10px auto;
  padding: 10px 50px 0;
}

.breadcrumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: end;
  width: 100%;
  margin: 0 auto 50px;
}

.breadcrumbs ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #69707a;
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #69707a;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li:not(:first-child):before {
  display: inline-block;
  content: ' > ';
  margin: 0 .2em;
  color: #69707a;
}

@media screen and (max-width: 900px) {
  .breadcrumbs {
    padding: 0 20px 0;
  }
  .breadcrumbs ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto 10px;
  }
  .breadcrumbs ul li {
    font-size: 1.2rem;
  }
}

/* View style
-----------------------------------*/
.indexKv {
  margin-top: 160px;
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.indexKv img {
  width: 100%;
  height: auto;
}

.indexSec01 {
  text-align: center;
}

.indexSec01Copy {
  padding: 100px 20px;
  background: url("../images/common/hasu.png") right 0 bottom 0 no-repeat;
}

.indexSec01 h2 {
  font-size: 3.4rem;
  margin-bottom: 20px;
}

.indexSec01 p {
  margin-bottom: 0;
}

.indexSec01 figure {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.indexSec01 figure img {
  vertical-align: bottom;
}

.indexSec01 figure::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.indexSec02 {
  width: 100%;
  max-width: 1300px;
  padding: 100px 20px 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.indexSec02 a:hover {
  opacity: 1;
}

.indexSec02Left {
  width: 35%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.indexSec02Right {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.indexSec02Koutakuji, .indexSec02Event, .indexSec02Ossuary, .indexSec02Precinct {
  overflow: hidden;
}

.indexSec02Koutakuji img, .indexSec02Event img, .indexSec02Ossuary img, .indexSec02Precinct img {
  height: auto;
  transition: transform .6s ease;
  width: 100%;
}

.indexSec02Koutakuji img:hover, .indexSec02Event img:hover, .indexSec02Ossuary img:hover, .indexSec02Precinct img:hover {
  transform: scale(1.1);
}

.indexSec02Koutakuji > h3, .indexSec02Event > h3, .indexSec02Ossuary > h3, .indexSec02Precinct > h3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px 50px 40px;
  -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  color: #222;
}

.indexSec02Koutakuji > h3 .arrow, .indexSec02Event > h3 .arrow, .indexSec02Ossuary > h3 .arrow, .indexSec02Precinct > h3 .arrow {
  margin-top: 20px;
  display: inline-block;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #aa8e11;
  border-right: 1px solid #aa8e11;
  transform: skew(45deg);
}

.indexSec02Koutakuji > h3:hover, .indexSec02Event > h3:hover, .indexSec02Ossuary > h3:hover, .indexSec02Precinct > h3:hover {
  color: #aa8e11;
  transition: all 0.5s ease;
}

.indexSec02Event {
  width: 70%;
  margin: 0 0 50px 50px;
}

.indexSec03 {
  width: 100%;
  max-width: 1300px;
  padding: 100px 20px 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
}

.indexSec03 a:hover {
  opacity: 1;
}

.indexSec03Left {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.indexSec03Right {
  width: 47%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.indexSec03Precinct {
  width: 100%;
  margin: 0 0 50px 50px;
  overflow: hidden;
}

.indexSec03Precinct img {
  height: auto;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
  width: 100%;
}

.indexSec03Precinct img:hover {
  transform: scale(1.1);
}

.indexSec03Precinct > h3 {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px 50px 40px;
  -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  color: #222;
}

.indexSec03Precinct > h3 .arrow {
  margin-top: 20px;
  display: inline-block;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #aa8e11;
  border-right: 1px solid #aa8e11;
  transform: skew(45deg);
}

.indexSec03Precinct > h3:hover {
  color: #aa8e11;
}

@media screen and (max-width: 900px) {
  .indexKv {
    margin-top: 80px;
  }
  .indexSec01Copy {
    padding: 50px 20px 100px;
    background: url("../images/common/hasu.png") right 0 bottom 0 no-repeat;
    background-size: 60%;
  }
  .indexSec01 h2 {
    font-size: 2.6rem;
  }
  .indexSec01 figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .indexSec02 {
    max-width: 100%;
  }
  .indexSec02Left {
    width: 40%;
  }
  .indexSec02Right {
    width: 55%;
  }
  .indexSec02Koutakuji > h3, .indexSec02Event > h3, .indexSec02Ossuary > h3, .indexSec02Precinct > h3 {
    padding: 20px 10px 20px 20px;
    font-size: 2rem;
  }
  .indexSec02Koutakuji > h3 .arrow, .indexSec02Event > h3 .arrow, .indexSec02Ossuary > h3 .arrow, .indexSec02Precinct > h3 .arrow {
    margin-top: 10px;
  }
  .indexSec02Event {
    width: 80%;
    margin: 0 0 50px 20px;
  }
  .indexSec03 {
    max-width: 100%;
    padding: 50px 20px 0;
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .indexSec03Left {
    width: 55%;
  }
  .indexSec03Right {
    width: 100%;
  }
  .indexSec03Precinct {
    width: 100%;
    margin: 0 0 50px 100px;
  }
  .indexSec03Precinct > h3 {
    padding: 20px 10px 20px 20px;
    font-size: 2rem;
  }
  .indexSec03Precinct > h3 .arrow {
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .indexSec01 {
    text-align: left;
  }
  .indexSec01Copy {
    padding: 50px 20px 70px;
  }
  .indexSec01Copy .is-pc {
    display: none;
  }
  .indexSec01 h2 {
    font-size: 2.2rem;
  }
  .indexSec01 figure img {
    height: 100px;
  }
  .indexSec02 {
    padding: 50px 20px 0;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .indexSec02Left {
    width: 100%;
  }
  .indexSec02Right {
    width: 100%;
  }
  .indexSec02Koutakuji, .indexSec02Event, .indexSec02Ossuary, .indexSec02Precinct {
    margin-bottom: 30px;
  }
  .indexSec02Event {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .indexSec03 {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 20px 0;
  }
  .indexSec03Left {
    width: 100%;
  }
  .indexSec03Right {
    width: 100%;
  }
  .indexSec03Precinct {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

body.is-eventNone * {
  pointer-events: none !important;
}

.inview {
  opacity: 0;
  transition: all 0.7s ease;
  transform: translate(0, 50px);
}

.inview.is-view {
  opacity: 1;
  transform: translate(0, 0);
}

.wrrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  padding: 0 40px;
}

.section50 {
  padding: 0 0 50px;
}

.section100 {
  padding: 0 0 100px;
}

figcaption {
  font-size: 1.3rem;
  text-align: center;
}

.pageMainTitle {
  margin-top: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.pageMainTitleh2 {
  width: 17%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 2.6rem;
  line-height: 1;
  -ms-writing-mode: tb-lr;
      -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  text-align: center;
}

.pageMainTitle figure {
  width: 83%;
}

.pageMainTitle figure img {
  width: 100%;
  object-fit: cover;
}

.pageTitleh3 {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 3rem;
  margin-bottom: 20px;
  color: #aa8e11;
}

.pageTitleh3::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #aa8e11;
}

.pageCopy {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.6rem;
}

.page2column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page2column img {
  vertical-align: bottom;
}

.page2columnImg {
  width: 49%;
}

.page2columnImg img {
  height: auto;
}

.page2columnTxt {
  width: 49%;
}

.page2column .captionName {
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  text-align: center;
}

.page2column .captionName span {
  font-size: 1.5em;
}

.page3column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page3column img {
  width: 33%;
}

.btn {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.btnSingle {
  width: 50%;
  padding: 0;
  margin: 0 auto;
}

.btnSingle a {
  width: 100%;
  display: inline-block;
  padding: .8em 1em;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #07685d;
  color: #fff;
  font-size: 1.8rem;
}

.btnSingle a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 20px;
  display: inline-block;
  margin-top: -6px;
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}

.btnSingle a:hover {
  opacity: .7;
  transition: all 0.5s ease;
  text-decoration: none;
}

.table {
  width: 100%;
  background: #eee;
}

.table td {
  background: #fff;
  vertical-align: middle;
}

.table thead th {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table th {
  background: #f8f8f8;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .wrrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .inner {
    padding: 0 30px;
  }
  .section50 {
    padding: 0 0 30px;
  }
  .section100 {
    padding: 0 0 50px;
  }
  .pageMainTitle {
    margin-top: 80px;
    height: 300px;
  }
  .pageMainTitleh2 {
    font-size: 2.4rem;
  }
  .pageTitleh3 {
    padding: 0 0 0 30px;
    font-size: 2.4rem;
  }
  .pageTitleh3::before {
    width: 20px;
  }
  .pageCopy {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .page3column {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .page3column img {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  body.is-eventNone * {
    pointer-events: auto;
  }
  .inner {
    padding: 0;
  }
  .section50 {
    padding: 0 0 20px;
  }
  .section100 {
    padding: 0 0 40px;
  }
  .pageMainTitle {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    height: 200px;
  }
  .pageMainTitleh2 {
    width: 20%;
    font-size: 1.8rem;
  }
  .pageMainTitle figure {
    width: 80%;
  }
  .pageMainTitle figure img {
    width: 100%;
    object-fit: cover;
  }
  .pageCopy {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: left;
  }
  .pageCopy .pcOnly {
    display: none;
  }
  .page2column {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page2columnImg {
    width: 100%;
    margin: 0 0 20px;
  }
  .page2columnImg img {
    width: 100%;
    margin: 0 auto;
  }
  .page2columnTxt {
    width: 100%;
  }
  .page3column {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .page3column img {
    width: 100%;
  }
  .table tbody, .table tr, .table th, .table td {
    display: block;
    width: 100%;
  }
  .table thead th {
    text-align: center;
    width: 100%;
  }
  .table th, .table td {
    padding: 6px 10px;
  }
  .table th {
    text-align: center;
  }
  .btnSingle {
    width: 100%;
  }
  .btnSingle a {
    font-size: 1.8rem;
    padding: .5em 1em;
  }
}

.news {
  width: 100%;
}

.news .indexTitle {
  padding: 10px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #dbd2ab;
}

.news .indexTitle > h3 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

.news .indexTitle .moreLink {
  font-size: 1.3rem;
}

.news .indexTitle .moreLink a {
  color: #222;
  text-decoration: none;
}

.news .indexTitle .moreLink a:hover {
  text-decoration: underline;
  color: #07685d;
}

.newsBox dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  padding: 20px;
  margin: 0;
  list-style: none;
}

.newsBox dl dt {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 35%;
  font-weight: normal;
  font-size: 1.4rem;
}

.newsBox dl dt span {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  padding: .1em .3em;
  border: 1px solid #dbd2ab;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.newsBox dl dd {
  width: 60%;
  font-size: 1.4rem;
}

.newsBox dl dd a {
  color: #222;
  text-decoration: none;
}

.newsBox dl dd a:hover {
  text-decoration: underline;
  color: #07685d;
}

.newsBoxList dl {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
  padding: 0;
  margin: 0;
  list-style: none;
}

.newsBoxList dl dt {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 25%;
  font-weight: normal;
  font-size: 1.5rem;
}

.newsBoxList dl dt span {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
  padding: .1em .3em;
  border: 1px solid #dbd2ab;
  font-size: 1.3rem;
  text-align: center;
  white-space: nowrap;
}

.newsBoxList dl dd {
  width: 70%;
  font-size: 1.5rem;
}

.newsBoxList dl dd a {
  color: #222;
  text-decoration: none;
}

.newsBoxList dl dd a:hover {
  text-decoration: underline;
  color: #07685d;
}

.newsDetail img {
  margin: 1em auto 0;
}

.newsDetail #info_date {
  margin-bottom: 20px;
  text-align: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .newsBox dl, .newsBoxList dl {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .newsBox dl dt, .newsBoxList dl dt {
    width: 100%;
  }
  .newsBox dl dt span, .newsBoxList dl dt span {
    max-width: 100px;
  }
  .newsBox dl dd, .newsBoxList dl dd {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1eddc;
  }
}

.page-koutakuji .slideBox {
  margin-bottom: 100px;
}

.page-koutakuji .slideBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 599px) {
  .page-koutakuji .slideBox {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 900px) {
  .page-ossuary .page2column {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-ossuary .page2columnImg {
    width: 100%;
    margin: 0 auto 20px;
  }
  .page-ossuary .page2columnTxt {
    width: 100%;
  }
}

.page-contact .contactBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 50px;
  border: 1px solid #dbd2ab;
}

.page-contact .contactBoxMail, .page-contact .contactBoxTel {
  width: 50%;
  text-align: center;
}

.page-contact .contactBoxMail > h4, .page-contact .contactBoxTel > h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.page-contact .contactBoxMail a, .page-contact .contactBoxTel a {
  text-decoration: none;
}

.page-contact .contactBoxTel .contactBoxNo {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

.page-contact .contactBoxTel .contactBoxTime {
  font-size: 1.4rem;
}

.page-contact .contactBoxMail {
  border-right: 1px solid #dbd2ab;
  padding-right: 50px;
}

.page-contact .btnSingle {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .page-contact .contactBox {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px;
    -ms-flex-flow: column;
        flex-flow: column;
    gap: 20px 0;
  }
  .page-contact .contactBoxMail, .page-contact .contactBoxTel {
    width: 100%;
  }
  .page-contact .contactBoxTel {
    -ms-flex-order: 1;
        order: 1;
  }
  .page-contact .contactBoxTel .contactBoxNo {
    font-size: 3rem;
  }
  .page-contact .contactBoxMail {
    -ms-flex-order: 2;
        order: 2;
    border-right: none;
    border-top: 1px solid #dbd2ab;
    padding-right: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 900px) and (max-width: 599px) {
  .page-contact .contactBox {
    gap: 10px 0;
  }
  .page-contact .contactBoxMail > h4, .page-contact .contactBoxTel > h4 {
    font-size: 1.6rem;
  }
  .page-contact .contactBoxMail .contactBoxNo, .page-contact .contactBoxTel .contactBoxNo {
    font-size: 2.6rem;
  }
  .page-contact .contactBoxMail {
    padding-top: 10px;
  }
}

.page-event .eventBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 50px;
  border: 1px solid #dbd2ab;
}

.page-event .table {
  font-size: 1.5rem;
}

.page-event .table th {
  text-align: center;
}

.page-event .imgBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-event .imgBox figure {
  width: 49%;
  margin-bottom: 30px;
}

.page-event .imgBox img {
  margin-bottom: 5px;
}

.page-event .slideBox {
  margin-bottom: 100px;
}

.page-event .slideBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-event .slideBox li {
  height: 100%;
  margin: 0 10px;
}

.page-event .slideBox li img {
  margin-bottom: 10px;
}

.page-event .slideBox li span {
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .page-event .eventBox {
    padding: 30px;
  }
  .page-event .table tbody, .page-event .table tr, .page-event .table th, .page-event .table td {
    display: block;
    width: 100%;
  }
  .page-event .table th, .page-event .table td {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 599px) {
  .page-event .eventBox {
    padding: 20px;
  }
  .page-event .imgBox {
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-event .imgBox figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-event .pcOnly {
    display: none;
  }
  .slideBox {
    margin-bottom: 50px;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #222 !important;
}

.blue {
  color: #3775c3 !important;
}

.green {
  color: #07685d !important;
}

.orange {
  color: #f68b3d !important;
}

.red {
  color: #f24236 !important;
}

.yellow {
  color: #ffad05 !important;
}

.purple {
  color: #b060cb !important;
}

.pink {
  color: #fb679b !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #222 !important;
}

.bg-blue {
  background-color: #3775c3 !important;
}

.bg-blue-light {
  background-color: #3595d7 !important;
}

.bg-green-light {
  background-color: #98ca54 !important;
}

.bg-orange {
  background-color: #f68b3d !important;
}

.bg-red {
  background-color: #f24236 !important;
}

.bg-yellow {
  background-color: #ffad05 !important;
}

.bg-purple {
  background-color: #b060cb !important;
}

.bg-pink {
  background-color: #fb679b !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

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

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

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

.is-bold {
  font-weight: 500 !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

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

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

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

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

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

.mb0 {
  margin-bottom: 0 !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;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !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;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !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;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

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

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

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

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

.pl50 {
  padding-left: 50px !important;
}

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

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

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

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

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

.pr50 {
  padding-right: 50px !important;
}

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

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

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

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

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

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

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}

button {
  padding: 0;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.cf:after {
  display: table;
  content: '';
  width: 100%;
}
