@charset "UTF-8";
/* 共通 */
.wi800, .wi860 {
  margin-left: auto;
  margin-right: auto;
}

.wi800 {
  width: 800px;
}
@media screen and (max-width: 830px) {
  .wi800 {
    width: 92%;
  }
}

.wi860 {
  width: 860px;
}
@media screen and (max-width: 900px) {
  .wi860 {
    width: 92%;
  }
}

.img {
  width: 700px;
}
@media screen and (max-width: 730px) {
  .img {
    width: 100%;
  }
}

.img02 {
  width: 500px;
}
@media screen and (max-width: 530px) {
  .img02 {
    width: 100%;
  }
}

.img, .img02 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

img {
  width: 100%;
}

p, h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  p, h3 {
    font-size: 1.6rem;
  }
}

p {
  padding-bottom: 20px;
}

.color01 {
  color: #175469;
}

.fwb {
  font-weight: bold;
}

.strong_b {
  color: #d20000;
  font-weight: 900;
}

.font18 {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .font18 {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.font24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .font24 {
    font-size: 1.9rem;
  }
}

.font30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .font30 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .font30 {
    font-size: 5.4vw;
  }
}

.font20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .font20 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .font20 {
    font-size: 4.5vw;
  }
}

.header {
  font-family: "Noto Serif JP", serif;
  border-left: 5px solid #175469;
  padding-left: 20px;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding-left: 10px;
  }
}
.header h1 {
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 480px) {
  .header .sp_u {
    display: block;
    padding-right: 0;
  }
}

.midashi01 {
  background-color: #f0d675;
  border-left: 5px solid #175469;
  color: #175469;
  padding: 10px;
  font-size: 2.4rem;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 3.5rem;
}
@media screen and (max-width: 480px) {
  .midashi01 {
    margin-top: 50px;
    font-size: 2rem;
  }
}

#mokuji {
  padding: 30px;
  border-top: 10px solid #175469;
  background-color: #f0f0f0;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 480px) {
  #mokuji {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#mokuji .mokuji_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #mokuji .mokuji_ttl {
    margin-bottom: 20px;
  }
}
#mokuji .mokuji_ttl .mokuji_logo {
  display: inline-block;
  width: 24px;
  margin-right: 10px;
}
#mokuji a {
  color: #000;
}
#mokuji li {
  margin-bottom: 15px;
  font-feature-settings: "palt" 1;
}
#mokuji li:last-child {
  margin-bottom: initial;
}

#profile table {
  font-size: 1.8rem;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 480px) {
  #profile table {
    width: 100%;
  }
}
#profile table th, #profile table td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #profile table {
    font-size: 1.6rem;
  }
}
#profile table .komoku {
  width: 252px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #profile table .komoku {
    width: 200px;
  }
}
#profile table .komoku span {
  display: inline-block;
  background-color: #fff;
  padding-right: 10px;
}
#profile table .komoku::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #profile table .komoku::after {
    display: none;
  }
}
#profile table th {
  padding: 10px 0;
}
#profile table td:nth-child(1) {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #profile table td:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#profile table td:nth-child(2) {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  #profile table td:nth-child(2) {
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 480px) {
  #profile table td {
    display: block;
    width: 100%;
  }
}

.item {
  padding: 15px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .item {
    flex-direction: column-reverse;
  }
}
.item .text {
  width: 87%;
  padding: 15px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .item .text {
    width: calc(100% - 130px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .item .text {
    width: 100%;
    padding: 5px;
  }
}
.item .text .item_name {
  padding-bottom: 20px;
  display: inline-block;
}
.item .text .item_text {
  line-height: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .item .text .item_text {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.item .img {
  width: 13%;
  padding-top: initial;
  padding-bottom: initial;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .item .img {
    width: 100px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .item .img {
    width: 50px;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

.updown {
  -webkit-animation-name: updown1;
          animation-name: updown1; /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 3s;
          animation-duration: 3s; /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.tyuyaku {
  display: flex;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 480px) {
  .tyuyaku {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.map_area {
  display: inline-block;
  color: #fff;
  background-color: #175469;
  font-size: 1.4rem;
  padding: 3px 8px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kyoryoku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kyoryoku {
    justify-content: center;
  }
}
.kyoryoku p {
  padding-bottom: 0;
}
.kyoryoku .kyoryoku_text {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .kyoryoku .kyoryoku_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.kyoryoku .kyoryoku_img {
  width: 214px;
}
@media screen and (max-width: 220px) {
  .kyoryoku .kyoryoku_img {
    width: 100%;
  }
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

footer a {
  color: #175469;
}

.copyrights {
  font-size: 1.2rem;
  margin-top: 100px;
  padding: 10px 0;
  text-align: center;
  background-color: #175469;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .copyrights {
    margin-top: 10vw;
    margin-bottom: 35vw;
  }
}/*# sourceMappingURL=main.css.map */