@charset "UTF-8";
body {
  color: #707070;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  background: url(../images/bg_sub.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

h2 {
  color: #EA5515;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  padding: 2rem 0;
  font-family: "Arial";
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
    padding: 4rem 0;
  }
}
h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #707070;
  font-weight: normal;
  display: block;
  font-size: 0.8rem;
}

p {
  font-size: 0.85rem;
}
@media (min-width: 1200px) {
  p {
    font-size: 1rem;
  }
}

h3 {
  font-weight: bold;
  font-size: 1.3rem;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

a {
  transition-property: opacity;
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.button {
  background: #EA5515;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .button {
    font-size: 1.4rem;
  }
}

/* sp header */
header {
  margin: 0;
}

.sp_h_menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  background: #ffffff;
}
@media (min-width: 1200px) {
  .sp_h_menu {
    display: none;
  }
}

h1 {
  left: 0;
  width: 15rem;
  padding: 0.7rem 1rem;
}
h1 img {
  width: 100%;
}
@media (min-width: 1200px) {
  h1 {
    width: 280px;
    position: relative;
    padding: 1rem 2rem;
  }
}

/* pc nremu */
.pc_h_menu {
  display: none;
}
@media (min-width: 1200px) {
  .pc_h_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pc_h_menu .pc_h_menu_wrap {
    background: #ffffff;
    display: block;
    width: 1050px;
    padding: 0.5rem 1rem;
    margin: 1rem auto;
    border-radius: 4rem;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
  }
  .pc_h_menu .pc_h_menu_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc_h_menu .pc_h_menu_wrap ul li {
    margin-left: 2rem;
  }
  .pc_h_menu .pc_h_menu_wrap ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #EA5515;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .pc_h_menu .pc_h_menu_wrap ul li a.button {
    color: #ffffff;
  }
}

section .wrap {
  margin: 0 auto;
  padding-bottom: 3rem;
  width: 90%;
}
@media (min-width: 1200px) {
  section .wrap {
    width: 1000px;
    padding-bottom: 6rem;
  }
}

section.sub {
  background: #FFF3EA;
}

section.info_area {
  background: #F4F4F4;
}

section.sec_h2 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  section.sec_h2 h2 {
    font-size: 2rem;
    width: 250px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
  }
}
section.sec_h2 h2 br {
  display: none;
}
@media (min-width: 1200px) {
  section.sec_h2 h2 br {
    display: block;
  }
}
@media (min-width: 1200px) {
  section.sec_h2 .wrap {
    display: flex;
  }
  section.sec_h2 .c_wrap {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  footer {
    background: #EA5515;
  }
}
footer .copyright {
  font-size: 0.7rem;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  footer .copyright {
    text-align: center;
  }
}
footer .footer_contact {
  background: url(../images/f_bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0;
}
footer .footer_contact a {
  display: block;
  width: 12em;
  color: #EA5515;
  background: #ffffff;
  border-radius: 3rem;
  text-align: center;
  margin: auto;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  footer .footer_contact a {
    width: 500px;
    border-radius: 6rem;
    font-size: 2rem;
    padding: 1.5rem;
  }
}
footer .footer_content {
  background: #EA5515;
  color: #ffffff;
  padding: 3rem 5%;
}
@media (min-width: 1200px) {
  footer .footer_content {
    padding: 5rem 0;
    width: 980px;
    margin: 0 auto;
  }
}
footer .footer_content .footer_nav {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  footer .footer_content .footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
}
footer .footer_content .footer_nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer_content .footer_nav li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  footer .footer_content .footer_nav li a {
    font-size: 0.8rem;
  }
}
footer .footer_content .footer_nav li::after {
  content: "/";
  padding: 0 0.5rem;
  font-size: 0.7rem;
}
@media (min-width: 1200px) {
  footer .footer_content .footer_nav li::after {
    font-size: 0.8rem;
  }
}
footer .footer_content .footer_nav li:last-child:after {
  content: "";
}
footer .footer_content .footer_nav .f_logo {
  width: 40%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  footer .footer_content .footer_nav .f_logo {
    width: 250px;
    margin-bottom: 0;
  }
}
footer .footer_content .footer_nav .f_logo img {
  width: 100%;
}
footer .footer_banner {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  footer .footer_banner {
    margin-bottom: 3rem;
    justify-content: space-between;
  }
}
footer .footer_banner li {
  width: 33%;
  padding-right: 2%;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  footer .footer_banner li {
    width: 190px;
    padding-right: 0;
  }
}
footer .footer_banner li a {
  display: block;
}
footer .footer_banner li img {
  width: 100%;
}

.page_title {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .page_title {
    margin-top: 8rem;
  }
}
.page_title h2 {
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 2rem;
  padding: 0;
}
@media (min-width: 1200px) {
  .page_title h2 {
    font-size: 4rem;
    margin-top: 2rem;
    padding: 1rem 0;
  }
}
.page_title h2 span {
  display: block;
  font-size: 0.8rem;
}

.text_r {
  text-align: right;
}

.error .button {
  width: 70%;
  margin: 2rem auto;
}
@media (min-width: 1200px) {
  .error .button {
    width: 300px;
    margin: 3rem auto;
  }
}

.news_detail .date {
  font-size: 0.8rem;
  margin: 1rem 0 4rem 0;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  background: #fff;
  background: url(../images/arrow_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  box-shadow: 0 0 10px #EA5515;
}

.news_list .wrap ul {
  border-top: 1px solid #707070;
  margin-bottom: 3rem;
}
.news_list .wrap li {
  border-bottom: 1px solid #707070;
}
.news_list .wrap li a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.news_list .wrap li a .date {
  width: 28%;
}
.news_list .wrap li a .title {
  width: 70%;
}

.pagination .archive-pagination {
  width: 80%;
}
.pagination .archive-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 1rem;
}
.pagination .archive-pagination ul li {
  border: none;
  margin: 0 0.5rem;
}
.pagination .archive-pagination ul li span {
  border: 1px solid #EA5515;
  color: #EA5515;
  display: block;
  padding: 0.5rem 1rem;
}
.pagination .archive-pagination ul li a {
  background: #EA5515;
  color: #FFF3EA;
  padding: 0.5rem 1rem;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3000;
  background: #EA5515;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 3px;
  right: 10px;
  background: #ffffff;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 18px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 38px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 26px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 26px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  padding: 5%;
  height: 100vh;
  background: #EA5515;
  transition: all 0.5s;
  z-index: 2000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.sp-nav ul {
  margin-top: 3rem;
}
.sp-nav ul li {
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.7rem 0;
}
.sp-nav ul li .button {
  background: #ffffff;
  color: #EA5515;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1000;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}/*# sourceMappingURL=common_style.css.map */