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

  レイアウト・基本カラー

---------------------------------*/
#globalContainer {
  position: relative;
}
#bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
}
#bg span {
  flex-basis: calc(100% / 4);
}
#bg span:not(:last-child) {
  border-right: 1px solid #eee;
}
:root {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  header

---------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 2.5%;
}
header .wrap #logo {
  width: 21rem;
}
header .wrap #logo img {
  width: 100%;
  vertical-align: bottom;
}
.page header {
  background: #fff;
}
/*---------------------------------

  グローバルナビゲーション

---------------------------------*/
header #gnav ul.main {
  display: flex;
  align-items: center;
}
header #gnav ul.main li {
  margin: 0 0 0 4rem;
}
header #gnav ul.main li a {
  color: #333;
  display: block;
  font-weight: 600;
  font-style: italic;
}
header #gnav ul.main li.contact a {
  /*background: #cc3300;*/
  color: #333;
  /*padding: 1rem 3rem;*/
}
.home header #gnav ul.main li a {
  color: #333;
}
.home header.headerColorScroll{
	background: #fff;
}
.home header.headerColorScroll #gnav ul.main li a {
  color: #333;
}
.home header.headerColorScroll #gnav ul.main li.contact a {
  color: #333333;
}
/*---------------------------------
  1024px〜トグルメニュー（ipad proサイズから）
---------------------------------*/
@media screen and (max-width: 896px) {
  .navToggle {
    background: transparent;
    color: #F15A24;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 60px;
    height: 60px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
  }
  .navToggle::after {
    content: 'MENU';
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navToggle span {
    background: #F15A24;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navToggle span:nth-of-type(1) {
    top: 10px;
  }
  .navToggle span:nth-of-type(2) {
    top: 20px;
  }
  .navToggle span:nth-of-type(3) {
    top: 30px;
  }
  .navToggle.active::after {
    content: 'CLOSE';
  }
  .navToggle.active span:nth-of-type(1) {
    display: none;
  }
  .navToggle.active span:nth-of-type(2) {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 20px;
    right: 0;
  }
  .navToggle.active span:nth-of-type(3) {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 20px;
    right: 0;
  }
  header .wrap .overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px); /* ぼかしエフェクト */
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    display: none;
    z-index: 2;
  }
  header .wrap .overlay.active {
    display: block;
    animation-name: fade-in;
    animation-duration: .5s;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.panelactive {
    transform: translateY(0%);
    right: 0;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 99;
    top: 0;
    right: -100%;
    max-width: 35rem;
    width: 100%;
    height: calc(100%);
    background: #F9F8F4;
    transition: all 0.6s;
    padding: 7.5rem 1.5rem 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #gnav ul.main {
    display: block;
  }
  header #gnav ul.main li {
    margin: 0 0 0 0rem;
  }
  header #gnav ul.main li a {
    color: #333;
    font-size: 120%;
    padding: 2rem;
  }
  .home header #gnav ul.main li a {
    color: #333;
  }
  .home header #gnav ul.main li.contact a {
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  header .wrap {
    padding: 1.5rem 2.5%;
  }
  header .wrap #logo {
    width: 12rem;
  }
  nav.globalMenuSp {
    max-width: 27rem;
    padding: 7.5rem 1rem 3rem;
  }
}
/*---------------------------------

	f_contents

---------------------------------*/
#f_contents {}
/*---------------------------------
	contact
---------------------------------*/
#f_contents .contact_block {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("../images/contact_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50% auto;
  padding: 10rem 0 13rem;
  text-align: center;
}
#f_contents .contact_block .title {}
#f_contents .contact_block .title h2 {
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 5px;
}
#f_contents .contact_block .title + p {
  font-size: 1.8rem;
  margin: 3rem 0 5rem;
}
#f_contents .contact_block .btn {
  max-width: 28rem;
  margin: auto;
}
#f_contents .contact_block .btn a {
  background: url("../images/arr_b.svg") no-repeat center right 2rem/1.5rem;
  border: 1px solid #333;
  border-radius: 5rem;
  color: #333;
  display: block;
  font-weight: 500;
  padding: 1.5rem 3rem;
  text-align: left;
}
#f_contents .contact_block .btn a:hover {
  background: #cc3300 url("../images/arr_w.svg") no-repeat center right 2rem/1.5rem;
  border: 1px solid #cc3300;
  color: #fff;
  opacity: 1;
}
/*---------------------------------
	footer
---------------------------------*/
footer {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem;
}
footer .wrap {
  flex-basis: 30%;
  padding-top: 5rem;
  text-align: center;
}
footer .wrap .logo {
  width: 26rem;
  margin: auto;
}
footer .wrap .logo img {
  width: 100%;
  vertical-align: bottom;
}
footer .wrap address {
  font-style: normal;
  font-weight: 500;
  margin: 4rem 0 2rem;
}
footer .wrap .tel {
  font-weight: 500;
  margin-bottom: 6rem;
}
footer .wrap .copylight small {
  color: #999;
  font-size: 1.2rem;
}
footer .map {
  flex-basis: 70%;
}
footer .map iframe {
  filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #f_contents .contact_block {
    background-size: 80% auto;
    padding: 7rem 0 9rem;
  }
  #f_contents .contact_block .title {}
  #f_contents .contact_block .title::after {
    width: 90%;
  }
  #f_contents .contact_block .title .inner {
    width: 95%;
  }
  footer {
    align-items: stretch;
    justify-content: space-between;
    padding: 1rem;
  }
  footer .wrap {
    flex-basis: 50%;
    padding-top: 5rem;
    text-align: center;
  }
  footer .wrap .logo {
    width: 18rem;
  }
  footer .map {
    flex-basis: 50%;
  }
  footer .map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #f_contents {}
  #f_contents .contact_block {
    padding: 5rem 0 5rem;
  }
  #f_contents .contact_block .title h2 {
    font-size: 4rem;
  }
  #f_contents .contact_block .title + p {
    font-size: 1.5rem;
    margin: 2rem 0 3rem;
  }
  #f_contents .contact_block .btn {
    max-width: 20rem;
  }/*
  #f_contents .contact_block .btn a {
    background: #cc3300 url("../images/arr_w.svg") no-repeat center right 2rem/1.5rem;
    border: 1px solid #cc3300;
    color: #fff;
    opacity: 1;
  }*/
  footer {
    display: block;
  }
  footer .wrap {
    padding: 5rem 0 3rem;
  }
  footer .wrap .logo {
    width: 15rem;
  }
  footer .wrap .tel {
    margin-bottom: 3rem;
  }
  footer .map {
    height: 30rem;
  }
}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #cc3300;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/pagetop_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #aaa;
}
#page-top a:hover .arrow::before {
  top: -10px;
}
/*---------------------------------

  ページ共通

---------------------------------*/
.page #content {
  padding-top: 15rem;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 896px) {
  .page #content {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 480px) {
  .page #content {
    padding-top: 10rem;
  }
}
/*---------------------------------
  ページタイトル
---------------------------------*/
#pageTitle {
  position: relative;
  margin: 0 auto 10rem;
}
#pageTitle::after {
  content: '';
  background: rgb(143,143,143);
background: linear-gradient(90deg, rgba(143,143,143,1) 0%, rgba(173,173,173,1) 34%, rgba(232,232,232,1) 73%, rgba(255,255,255,1) 100%);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 60%;
  z-index: -1;
}
#pageTitle .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100rem;
  margin: auto;
  width: 90%;
}
#pageTitle h1 {
  font-size: 7rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-right: 4rem;
  position: relative;
  top: -5px;
}
#pageTitle p {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 500;
}
#pageTitle2 {
  position: relative;
  margin: 0 auto 10rem;
}
#pageTitle2::after {
  content: '';
  background: rgb(143,143,143);
background: linear-gradient(90deg, rgba(143,143,143,1) 0%, rgba(173,173,173,1) 34%, rgba(232,232,232,1) 73%, rgba(255,255,255,1) 100%);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 60%;
  z-index: -1;
}
#pageTitle2 .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100rem;
  margin: auto;
  width: 90%;
}
#pageTitle2 h1 {
  font-size: 5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-right: 4rem;
  position: relative;
  top: -5px;
}
#pageTitle3 {
  position: relative;
  margin: 0 auto 4rem;
}
#pageTitle3::after {
  content: '';
  background: rgb(173,173,173);
background: linear-gradient(90deg, rgba(173,173,173,1) 0%, rgba(203,203,203,1) 34%, rgba(232,232,232,1) 73%, rgba(255,255,255,1) 100%);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 60%;
  z-index: -1;
}
#pageTitle3 h1 {
  font-size: 3rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  margin-right: 4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #pageTitle::after {
    width: 100%;
  }
  #pageTitle .inner {}
  #pageTitle h1 {
    font-size: 5rem;
  }
  #pageTitle p {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #pageTitle {
    margin: 1rem auto 5rem;
  }
  #pageTitle .inner {}
  #pageTitle h1 {
    font-size: 3.5rem;
    margin-right: 2rem;
    top: -2px;
  }
  #pageTitle p {
    font-size: 1.8rem;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 1rem 2.5%;
  position: relative;
  z-index: 1;
}
#breadlist ol {}
#breadlist li {
  display: inline-block;
}
#breadlist li::after {
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #aaa;
  content: '';
  display: inline-block;
  margin: 0 5px;
  width: 0;
  height: 0;
}
#breadlist li:last-child::after {
  content: none;
}
#breadlist li a, #breadlist li {
  color: #cc3300;
}
#breadlist li:last-child a, #breadlist li:last-child {
  color: #aaa;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #breadlist {
    font-size: 1.2rem;
    padding: .5rem 2.5%;
  }
}
/*---------------------------------
  ページャー
---------------------------------*/
#pagerList {
  margin: 7rem 0 10rem;
}
#pagerList h2 {
  display: none;
}
#pagerList .nav-links {}
#pagerList .nav-links ul {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0;
}
#pagerList .nav-links ul li {
  flex-basis: 5rem;
  margin: 0 .5rem;
  text-align: center;
}
#pagerList .nav-links ul .page-numbers {
  color: #333;
  display: block;
  padding: 1.3rem 0;
}
#pagerList .nav-links ul .page-numbers.current {
  background: #ffbf1f;
  color: #fff;
}
#pagerList .nav-links ul .page-numbers.dots {}
#pagerList .nav-links ul .page-numbers.prev {
  background: url("../images/arr_prev.svg") no-repeat center left/1rem;
  padding: 1.3rem 2rem 1.3rem 3rem;
  text-transform: capitalize;
  letter-spacing: 2px;
}
#pagerList .nav-links ul .page-numbers.next {
  background: url("../images/arr_next.svg") no-repeat center right/1rem;
  padding: 1.3rem 3rem 1.3rem 2rem;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  #pagerList .nav-links ul {
    font-size: 1.2rem;
  }
  #pagerList .nav-links ul li {
    margin: 0;
  }
  #pagerList .nav-links ul .page-numbers.prev {
    background-size: .5rem;
    padding: 1.3rem 1rem 1.3rem 2rem;
  }
  #pagerList .nav-links ul .page-numbers.next {
    background-size: .5rem;
    padding: 1.3rem 2rem 1.3rem 1rem;
  }
}