@charset "utf-8";
/* CSS Document */
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1150px) {
  @media screen and (max-width: 1150px) {
    nav {
      left: -210px;
      width: 210px;
    }
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    margin: auto 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 80px;
    width: 44px;
    height: 40px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 44px;
    height: 2px;
    background-color: #FFF;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 16px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 10px;
  }
  .open .toggle_btn span {
    background-color: #FFF;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
  }
  .toggle_btn-manu {
    font-size: 1.1rem;
    letter-spacing: 0.0001em;
    display: block;
    position: absolute;
    top: 35px;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -245px;
    bottom: 0;
    width: 245px;
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 1.8rem;
    margin: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: 600;
  }
}
@media (max-width: 700px) {
  .toggle_btn {
    /*top: 15px;*/
    right: 15px;
    width: 34px;
  }
  .toggle_btn span {
    width: 34px;
  }
  .toggle_btn span:nth-child(1) {
    top: 2px;
  }
  .toggle_btn span:nth-child(2) {
    top: 12px;
  }
  .toggle_btn span:nth-child(3) {
    top: 22px;
  }
  .toggle_btn-manu {
    font-size: 0.8rem;
    letter-spacing: 0.001em;
    top: 30px;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  nav .inner ul li a {
    font-size: 1.5rem;
  }
}
.header {
  height: 70px;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #243454;
  color: #FFF;
  padding: 0 80px;
}
.header-manu a {
  margin: 10px 0;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}
.header-wrap ul li {
  height: 40px;
  width: 120px;
  border-left: #FFF 1px solid;
}
.header-wrap ul li:last-child {
  border-right: #FFF 1px solid;
}
.header-wrap ul li a {
  display: inline-block;
  height: 40px;
  width: 100px;
  line-height: 20px;
  color: #FFF;
  background: transparent;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  padding: auto;
}
.header-wrap ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EEE;
  border-radius: 6px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.header__menu-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.header-logo {
  width: 120px;
  height: 35px;
  padding: 15px 0;
}
.header-logo img {
  width: 100%;
}
.inner {
  padding: 15px 0;
}
@media (max-width: 1150px) {
  .header-wrap ul li {
    height: auto;
    width: auto;
    border-top: 2px solid #CCC;
  }
  .header-wrap ul li:last-child {
    border-bottom: 2px solid #CCC;
  }
  .header-wrap ul li a {
    height: auto;
    width: auto;
  }
}
@media (min-width: 1150px) {
  .page-link {
    display: flex;
  }
  .header-wrap ul li a::before {
    background: #152545;
  }
}
@media (max-width: 700px) {
  .header {
    padding: 0 15px;
  }
}
/*==================================================
ここまでヘッダー
===================================*/
/*==================================================
ここからフッター
===================================*/
.footer {
  box-shadow: 0 -7px 3px -3px #EEE; /* 0 (-5px - 3px) 3px (-3px) #000000 */
}
.footer img {
  padding: 72.5px 0;
  margin-right: 80px;
}
.footer_manu a {
  margin: 10px 0;
}
.footer-wrap {
  height: 190px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.footer-wrap ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.footer-wrap ul li {
  height: 60px;
  width: 120px;
  border-left: #FFF solid;
}
.footer-wrap ul li a {
  display: inline-block;
  height: 60px;
  width: 120px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
  /*background: transparent;
  border-radius: 6px;
  position: relative;
  z-index: 1;*/
  transition: .3s;
}
.footer-wrap ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EEE;
  border-radius: 6px;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;*/
}
.footer-corp {
  display: flex;
}
.footer-corp div {
  padding: 41px 0;
}
.footer-corp__name {
  font-weight: 600;
  text-align: left;
}
.footer-corp__adress {
  margin-top: 20px;
  line-height: 1.5;
  text-align: left;
}
.footer-copy {
  font-size: 1.2rem;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: #243454;
}
.navArea-footer {
  padding: 72.5px 0;
}
@media (max-width: 700px) {
  .footer-wrap {
    display: none;
  }
}
/*==================================================
ここまでフッター
===================================*/
.main {
  padding: 0 80px;
}
.breadcrumb-list {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 0;
}
.breadcrumb-list-title {
  color: #333;
}
.greeting {
  margin-top: 65px;
  display: flex;
}
.greeting-img {
  display: none; /*写真ないのでとりあえず非表示。あとで消す*/
}
.greeting-content {
  padding-left: 25px;
}
.greeting-title {
  font-size: 2.6rem;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 2px solid #CCC;
}
.greeting-description {
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: left;
  margin-bottom: 30px;
}
.greeting-name {
  display: flex;
  justify-content: end;
}
.greeting-name p {
  font-size: 1.4rem;
  margin: auto 0;
  margin-right: 15px;
}
.greeting-name img {
  width: 140px;
}
.main-content {
  padding-bottom: 100px;
}
.main-content__title {
  font-size: 2.6rem;
  margin: 80px 0 70px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 2px solid #CCC;
}
.googlmap {
  width: 540px;
  height: 240px;
  margin: 20px 0;
  border: 1px #333 solid;
}
.main-content iframe {
  width: 100%;
  height: 100%;
}
.corp {
  width: 100%;
}
.corp th {
  border: 1px solid #999;
  border-left: none;
  padding: 20px 100px 20px 30px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}
.corp td {
  border: 1px solid #999;
  border-right: none;
  padding: 20px 100px 20px 30px;
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}
.corp th {
  font-weight: bold;
  background-color: #F4F4F4;
}
@media (max-width: 1350px) {
  .greeting {
    display: block;
  }
  .greeting-content {
    margin-top: 60px;
    padding: 0;
  }
}
@media (max-width: 1300px) {
  .googlmap {
    width: 300px;
    height: 240px;
  }
}
@media (max-width: 1150px) {
  .corp th, .corp td {
    padding: 20px 50px 20px 30px;
  }
}
@media (max-width: 1050px) {
  .main-content {
    padding: 0 0 100px;
  }
}
@media (max-width: 850px) {
  .corp th, .corp td {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .greeting-img img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: auto;
    /*display: block;*/
    display: none; /*写真ないのでとりあえず非表示。あとで消す*/
  }
}
@media (max-width: 700px) {
  .main {
    padding: 0 15px;
  }
  .greeting-title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .main-content__title {
    font-size: 2.4rem;
    padding: 25px 0 10px;
    text-align: center;
  }
  .breadcrumb-list {
    font-size: 1.2rem;
  }
  .corp th, .corp td {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    border: 1px solid #999;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }
  tr:last-child td {
    border-bottom: 1px solid #999;
  }
  .googlmap {
    width: 100%;
  }
}