@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* =======================================================

* ======================================================= */

br.pc{display: inline;}
br.sp{display: none}

@media screen and (max-width: 760px) {
br.pc{display: none;}
br.sp{display: inline}
}


@media screen and (min-width: 1000px) {
a:hover{opacity: 0.8;}
}


.animate-fadeIn,
.animate-fadeIn2 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.animate-is-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* =======================================================

* ======================================================= */


#localNav {
  padding: 13px 0;
}
#localNav ul{
margin: 0;
padding: 0;
}
#localNav ul li{
display: inline-block;
list-style: none;
margin: 0 1.5em 0 0;
}
#localNav ul li a{
text-decoration: underline;
}





#fh5co-intro h2.title{
  width: 140px;
  height: 140px;
  background-color: #a8292d;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  margin: auto;
}

#fh5co-intro h2.title span {
  font-size: 6.3rem;
  display: block;
}




#fh5co-intro h1{
font-family: "Noto Serif JP", serif;
font-weight: 500;
}
#fh5co-intro h1 .red{
color: #E94624;
}


#fh5co-intro .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}

#fh5co-intro .fh5co-lead .name{
font-size: 150%;
line-height: 1.8;
}
#fh5co-intro .fh5co-lead .nyusya{
font-size: 87%;
}

@media screen and (max-width: 760px) {
#fh5co-intro h1{
font-size: 22px;
}
#fh5co-intro .fh5co-lead{
font-size: 16px;
}
}
/* =======================================================

* ======================================================= */

.fh5co-content h2.cont-title{
margin-bottom: 50px;
}
.fh5co-content h3.copy{
font-family: "Noto Serif JP", serif;
font-weight: 500;
font-size: 26px;
line-height: 1.5;
}

.fh5co-content h3.copy span.q{
  font-size: 1.5em;
  vertical-align: text-bottom;
  margin-right:0.4em;
  line-height: 1;
}

@media screen and (max-width: 480px) {
.fh5co-content h3.copy{
font-size: 20px;
}
.fh5co-content h3.copy span.q{
  font-size: 3rem;
}
}



#fh5co-sidebar1{
padding-top: 80px;
}

@media screen and (max-width: 990px) {
#fh5co-sidebar1{
padding-top: 0;
}
}


/* =======================================================

* ======================================================= */






