*:focus {
  outline: none !important;
  box-shadow: none !important;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-15 {
  margin-top: 15px;
}

/* demo-background-blur.html */

.hero .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.hero-content {
    margin-top: 0;
    padding: 0 35px 40px;
    text-align: center;
}
.hero-content h1 {
    margin-top: 28px;
    margin-bottom: 21px;
}
.hero-content h1 + p {
    margin-bottom: 21px;
}
.hero-image {
    z-index: 3;
}
.target {
    width: 100%;
    height: 450px;
}
.blur {
   filter: blur(5px);
}
#demo-background-blur .btn-default {
    color: #fff;
    background-color: #877666 !important;
    border-color: #877666 !important;
}
#demo-background-blur .btn.btn-default:hover,
#demo-background-blur .btn.btn-default:active,
#demo-background-blur .btn.btn-default:focus,
#demo-background-blur .btn.btn-default:target {
    opacity: 0.75;
}
@media (min-width: 768px){
  .hero-content {
    padding: 27px 20px 40px 40px;
    text-align: left;
  }
  .hero-content h1 {
    font-size: 32px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 22px;
  }
  .hero-content h1 + p {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .hero {
    margin-bottom: 0px;
  }
  .hero .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-content {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 4;
  }
  .hero-content .inner {
    width: calc(100% - 50px);
    margin-top: -100px;
    margin-left: 150px;
    padding: 10px 3px;
  }
  .hero-content h1 {
    font-weight: normal;
    font-size: 40px;
    line-height: 1.3em;
    margin: 0;
    padding: 40px 30px 40px 0;
    background-color: white;
  }
  .hero-content .inner p {
    width: 66%;
  }
}


/* demo-simple-modal.html */

#simple-modal main.is-locked {
  position: fixed;
  width: 100%;
}
#simple-modal h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 30px auto;
}
#simple-modal section {
  text-align: center;
  padding: 100px 20px ;
}
#simple-modal button {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-bottom: 20px;
}
#simple-modal button:hover {
  opacity: 0.7;
}
#simple-modal .text-center {
  text-align: center;
}
.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.5);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
/*以下、IE11 ハック（IEでこれがないと上下中央寄せが出来ない）*/
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.modal_inner {
  margin: 20px auto;
  width: 100%;
}
.modal_content {
  display: none;
  width: 100%;
  max-width: 630px;  border-radius: 5px;
  background: #fff;
  padding: 40px;
  margin: 20px auto;
}
.is-active .modal_content {
  display: block;
}
.modal_content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.wrapper.is-locked {
  position: fixed;
  width: 100%;
}
.modal_content .text_wrapper {
  margin-bottom: 50px;
}



/* demo-google-map.html */

iframe.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#map-test01,
#map-test02,
#map-test03,
#map-test04,
#map-test05,
#map-test06,
#map-test07 {
  height: 400px;
  width: 100%;
}
#map-test06 {
  border-radius: 10px;
}


/* demo-text-enlargement.html */

#text-enlargement h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 30px auto;
}
#text-enlargement section {
  text-align: center;
  padding: 30px 20px 0;
}
#text-enlargement .button {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-bottom: 20px;
}
#text-enlargement .button:hover {
  opacity: 0.7;
}
#text-enlargement .text-center {
  text-align: center;
}
#text-enlargement textarea {
  width: 90%;
  max-width: 900px;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 8px 10px;
}
#text-enlargement textarea:focus {
	border: 1px solid #877666;
}
/*placeholder*/
#text-enlargement textarea:placeholder-shown {color: #bbb;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
#text-enlargement textarea::-webkit-input-placeholder {color: #bbb;}
/* Firefox 19+ */
#text-enlargement textarea::-moz-placeholder {color: #bbb;opacity: 1;}
/* IE 10+ */
#text-enlargement textarea:-ms-input-placeholder {color: #bbb; }
/*placeholder focus*/
#text-enlargement textarea:focus::-webkit-input-placeholder { color:transparent; }
#text-enlargement textarea:focus::-moz-placeholder { color:transparent; }

#text-enlargement section:not(:first-child) {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
}
#text-enlargement #output_text {
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 1.75;
  word-wrap: break-word;
}

/* demo-pseudo.html */
#demo-pseudo h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
#demo-pseudo h6 {
    color: #b9b2a2;
    margin: 1.5rem auto 0.5rem;
    font-weight: bold;
}
#demo-pseudo p {
  margin-bottom: 0.5rem;
}
#demo-pseudo .w-8 {
  width: 8%;
  margin: 0 1%;
}
#demo-pseudo .btn-default {
    color: #fff;
    background-color: #877666 !important;
    border-color: #877666 !important;
}
#demo-pseudo .btn.btn-default:hover,
#demo-pseudo .btn.btn-default:active,
#demo-pseudo .btn.btn-default:focus,
#demo-pseudo .btn.btn-default:target {
    opacity: 0.75;
}
#demo-pseudo .mark, mark {
    background-color: #FFFCBC !important;
}
#demo-pseudo .text-primary {
    color: #261F1D !important;
}
#demo-pseudo #text strong,
#demo-pseudo #text02 strong {
  font-weight: 700;
  color: #877666 !important;
}
#demo-pseudo .pseudo-test01 .E,
#demo-pseudo .pseudo-test01 .F {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test02 .E .F {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test03 .E > .F {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test04 .E + .F {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test05 .E ~ .F {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test11 .F:first-child {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test12 .F:last-child {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test13 .F:nth-child(even) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test14 .F:nth-child(odd) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test15 .F:nth-child(3) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test16 .F:nth-last-child(3) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test17 .F:nth-child(3n) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test18 .F:nth-child(n+3) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test19 .F:nth-child(-n+3) {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}
#demo-pseudo .pseudo-test20 .F:only-child {
  border: 1px solid #C10F12 !important;
  background: #fff !important;
  color: #C10F12 !important;
}


/* demo-json-ld-maker.html */
/* placeholder */
#json-ld-maker input[type="text"]:placeholder-shown {
 color: #bbb;
}
#json-ld-maker input::-webkit-input-placeholder {
 color: #bbb;
}
#json-ld-maker input::-moz-placeholder {
 color: #bbb;
 opacity: 1;
}
#json-ld-maker input:-ms-input-placeholder {
 color: #bbb;
}

/* placeholder focus */
#json-ld-maker input:focus::-webkit-input-placeholder { 
 color:transparent;
}
#json-ld-maker input:focus::-moz-placeholder { 
 input:transparent; 
}

/* demo-draw_svg.html */
#demo-draw-svg svg {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
#demo-draw-svg  h2 {
  color: #877666;
  margin-bottom: 1.75rem;
}
#demo-draw-svg  h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#demo-draw-svg .btn-default {
    color: #fff;
    background-color: #877666 !important;
    border-color: #877666 !important;
}
#demo-draw-svg section + section {
  margin-top: 60px;
}
#demo-draw-svg svg#sample05 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
#demo-draw-svg .height-keep {
  position: relative;
  width: 100%;
}
#demo-draw-svg .height-keep:before {
    content:'';
    display: block;
    padding-top: 100%; /* 高さ÷横幅×100 */
}
#demo-draw-svg .height-keep div.inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* demo-slick.html */
#demo-slick {
  background: #eee;
}
#demo-slick figure {
  margin-bottom: 0;
}
#demo-slick h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 30px auto;
}
#demo-slick h2 {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 80px;
}
#demo-slick h2 span {
  position: relative;
  display: inline-block;
  padding: 0 65px;
}
#demo-slick h2 span:before, #demo-slick h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: black;
}
#demo-slick h2 span:before {
  left:0;
}
#demo-slick h2 span:after {
  right: 0;
}
#demo-slick h3 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}
#demo-slick section {
  margin: 80px auto;
}
#demo-slick .container {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#demo-slick  h2 + section {
  margin-top: 30px;
}
#demo-slick button.back {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-bottom: 20px;
}
#demo-slick button.back:hover {
  opacity: 0.7;
}
#demo-slick .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 300px;
  background: #fff;
}
#demo-slick .card p {
  font-size: 2rem;
}

#demo-slick .slick-slide img {
  width: 100%;
}
#demo-slick .multiple-center-padding img,
#demo-slick .responsive img {
  width: calc(100% - 10px);
}
#demo-slick .responsive-slide-width .slick-slide img {
  width: 300px;
}
#demo-slick .dots-css .slick-dots li {
  width: 40px;
  height: 5px;
}
#demo-slick .dots-css .slick-dots li button {
  width: 40px;
  height: 5px;
}
#demo-slick .dots-css .slick-dots li button::before {
  font-family: none;
  position: absolute;
  width: 40px;
  height: 5px;
  content: "";
  opacity: 1;
  background: #ccc;
}
#demo-slick .dots-css .slick-dots li.slick-active button:before {
  background: #877666;
}
#demo-slick .arrow-text .slick-arrow_prev,
#demo-slick .arrow-text .slick-arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}
#demo-slick .arrow-text .slick-arrow_prev {
  left: 10px;
}
#demo-slick .arrow-text .slick-arrow_next {
  right: 10px;
}
#demo-slick .arrow-text .slick-arrow_prev:hover,
#demo-slick .arrow-text .slick-arrow_next:hover {
  opacity: 0.7;
}
#demo-slick .arrow-icon .slick-arrow_prev,
#demo-slick .arrow-icon .slick-arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
#demo-slick .arrow-icon .slick-arrow_prev {
  left: -25px;
}
#demo-slick .arrow-icon .slick-arrow_next {
  right: -25px;
}
#demo-slick .arrow-icon .slick-arrow_prev:hover,
#demo-slick .arrow-icon .slick-arrow_next:hover {
  opacity: 0.7;
}
#demo-slick .background-image figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#demo-slick .background-image figure.figure-slide-01 {
  background-image: url(/wp/wp-content/uploads/2019/05/thumb_ps.png);
}
#demo-slick .background-image figure.figure-slide-02 {
  background-image: url(/wp/wp-content/uploads/2019/05/thumb_xd.png);
}
#demo-slick .background-image figure.figure-slide-03 {
  background-image: url(/wp/wp-content/uploads/2019/05/thumb_dw.png);
}
#demo-slick .vertical-slider.slick-vertical .slick-slide {
  border: none;
}
#demo-slick .single-center-padding-test figure.slick-slide img {
	opacity: 0.5;
	transition: 0.3s all;
}
#demo-slick .single-center-padding-test figure.slick-slide.slick-current img {
	opacity: 1;
}
#demo-slick .ec-slider-wrap {
  display: flex;
}
#demo-slick .ec-slider-wrap .ec-slider-for {
  width: 75%;
}
#demo-slick .ec-slider-wrap .ec-slider-nav {
  width: 25%;
}
#demo-slick .ec-slider-nav.slick-vertical .slick-slide {
  border: none;
	margin-top: -50px;
	margin-bottom: 50px;
}
#demo-slick .effect-zoom {
  position: relative;
  width: 100%;
}
#demo-slick .effect-zoom::before {
    content:'';
    display: block;
    padding-top: 50%;
}
#demo-slick .effect-zoom .slick-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
#demo-slick .effect-zoom .slick-list .slick-track {
  height: 100%;
}
#demo-slick .effect-zoom figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#demo-slick .effect-zoom .slick-list .slick-slide img,
#demo-slick .effect-zoom .slick-list .slick-slide img.first-slide  {
  transform: scale(1.0);
  transition: 5s linear;
}
#demo-slick .effect-zoom .slick-list .slick-slide.slick-current img {
  transform: scale(1.2);
}
/* progress bar */
#demo-slick .slider-progress {
  width: 100%;
  height: 3px;
  background: #ccc;
	margin-top: 15px;
}
#demo-slick .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #867766;
}
@media (max-width: 768px){
  #demo-slick h1 {
    font-size: 2rem;
  }
  #demo-slick h2 {
    font-size: 1.35rem;
  }
  #demo-slick h2 span {
    padding: 0 55px;
  }
  #demo-slick h2 span:before, #demo-slick h2 span:after {
    width: 40px;
    height: 1px;
  }
  #demo-slick h3 {
    font-size: 1.125rem;
  }
}

/* demo-ie-flexbox.html */
#demo-ie-flexbox {
  background: #eee;
}
#demo-ie-flexbox h1 {
  margin-top: 50px;
  text-align: center;
}
#demo-ie-flexbox main {
  width:800px; 
  max-width:100%; 
  padding: 0 20px; 
  margin: 50px auto;
}
#demo-ie-flexbox section {
  margin-bottom: 60px;
}
#demo-ie-flexbox section .wrap {
  display: flex;
  padding: 10px;
  background: #fff;
}
#demo-ie-flexbox section .wrap .item_box {
  background: #EECD34;
  border: 2px solid #16206A;
  box-sizing: border-box;
  color: #16206A;
  width: 100px;
  text-align: center;
  padding: 10px auto;
}
#demo-ie-flexbox section .wrap .item_box:not(:last-child) {
  margin-right: 10px;
}
#demo-ie-flexbox section .wrap02 .item_box03 {
  margin-left: auto;
}
#demo-ie-flexbox section .wrap03 .item_box03 {
  margin-inline-start: auto;
}
#demo-ie-flexbox section .wrap04,
#demo-ie-flexbox section .wrap05,
#demo-ie-flexbox section .wrap07 {
  height: 150px;
  align-items: flex-start;
}
#demo-ie-flexbox section .wrap04 .item_box03, 
#demo-ie-flexbox section .wrap06 .item_box03,
#demo-ie-flexbox section .wrap07 .item_box03 {
  margin-left: auto;
  margin-top: auto;
}
#demo-ie-flexbox section .wrap05 .item_box03 {
  margin-inline-start: auto;
  margin-block-start: auto; 
}
#demo-ie-flexbox section .wrap06 {
  height: 150px;
}
#demo-ie-flexbox section .wrap07 .item_box01,
#demo-ie-flexbox section .wrap07 .item_box02 {
  align-self: stretch;
}
#demo-ie-flexbox button {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-bottom: 20px;
}
#demo-ie-flexbox section .wrap08 {
	flex-wrap: wrap;
	justify-content: space-between;
	transition: 0.3s all;
}
#demo-ie-flexbox section .wrap08 .item_box {
	transition: 0.3s all;
	margin-bottom: 10px;
}
#demo-ie-flexbox section .wrap08 .item_box {
	flex-basis: 200px;
}
@media (max-width: 1299px){
	#demo-ie-flexbox section .wrap08 {
		flex-wrap: wrap;
	}
	#demo-ie-flexbox section .wrap08 .item_box {
	}
}
@media (max-width: 1199px){
	#demo-ie-flexbox section .wrap08 .item_box {

	}
}

@media (max-width: 768px){
  #demo-ie-flexbox section .wrap .item_box {
    font-size: 12px;
    width: auto;
    padding: 10px;
  }
}


/* demo-page-loading.html */
#loading-wrapper { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: #CCC5C1; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 9999; 
}
.loader { 
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#loading-wrapper p {
  margin-top: 50px;
}
.completed {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes load5 {
  0%,
  100% {
  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
#page-loading main {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/iwate-Morioka_city_IWAYAMA_observatory-m.jpg");
  background-position: center center;
  background-size: cover;
}

/* #demo-text-background */
#demo-text-background section {
	margin-top: 100px;
}
#demo-text-background h2 {
	margin-bottom: 40px;
}
#demo-text-background .section04 h3 span {
	background: #fff;
	padding: 5px;
}
#demo-text-background .section04 h3.test02 span {
	display: inline-block;
}
#demo-text-background .section01 h3 {
	filter: drop-shadow(10px 10px 5px #4444dd);
}
#demo-text-background .section01 h3.test02 {
	filter: drop-shadow(1px 1px 0px #000);
	color: #fff;
	font-weight: 600;
}
#demo-text-background .section02 h3 {
	padding-left: 0.7rem;
}
#demo-text-background .section02 h3 > span {
	position: relative;
  display: inline-block;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
}
#demo-text-background .section02 h3 > span::before {
    bottom: -.5rem;
    left: -.7rem;
    top: -.6rem;
    right: -.7rem;
	background-color: #fff;
    content: "";
    position: absolute;
    z-index: -1;
}
#demo-text-background .section03 h3 span {
  background: linear-gradient(transparent 0%, #fff 0%);
}
#demo-text-background .section03 h3.test02 span {
  background: linear-gradient(transparent 40%, #fff 40%);
}

/* demo-heightLine */
#demo-heightLine .col-md-4 {
	margin-bottom: 1rem;
}
#demo-heightLine .inner h3 {
	background: #AD7A4A;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 10px;
}
#demo-heightLine .inner p {
	padding: 10px;
	margin-bottom: 0;
}


/* demo-linetopath.html */
#linetopath {
	color: #877666;
}
#linetopath h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 30px auto 15px;
}
#linetopath h3 {
	margin-top: 20px;
}
#linetopath section + h3 {
	margin-top: 0;
}
#linetopath section {
  text-align: center;
  padding: 20px 20px 0;
}
#linetopath .button {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
}
#linetopath .button:hover {
  opacity: 0.7;
}
#linetopath .text-center {
  text-align: center;
}
#linetopath input {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0 3px;
}
#linetopath input:focus {
	border: 1px solid #877666;
}

#linetopath section:not(:first-child) {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
}
#linetopath .pass-code {
	font-size: 1.5rem;
  letter-spacing: 1px;
	background: #F9FAE1;
	padding: 10px 20px 9px;
	border-radius: 50px;
	margin-bottom: 30px;
}
#linetopath .pass-code span {
	display: inline-block;
	min-width: 10px;
}
#linetopath p {
	margin-bottom: 10px;
}
