@charset "UTF-8";
@font-face {font-family: "Yu GothicM";src: local("Yu Gothic Medium");}
/*--------------------------------------------------------------------------
  全体調整
  全体色：#fff（白）
  ポイント色：#17184b（鉄紺）#6A5B41(茶色)
--------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Open Sans", "Helvetica Neue", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu GothicM", "Yu Gothic", "Meiryo", sans-serif;
  color: #545454;
  font-size: 1.4rem;
  line-height: 2.2;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}
a {
  color: #17184b;
  transition: 1.0s ;
  text-decoration: none;
}
a:visited {
  color: #17184b;
}
a:hover {
  color: #17184b;
}
/*--------------------------------------------------------------------------
	WP調整
--------------------------------------------------------------------------*/
p, .paragraph {
  margin: 0;
}
.content {
  margin: 50px 0;
}
.sidebar h3 {
  background:linear-gradient(to right, #39366d,#17184b);
  margin: 0;
  color:#fff;
  padding: 4px;
}
.entry-card-title, .related-entry-card-title {
  color:#17184b;
}
ol, ul {
    margin: 0;
    padding-left: 0;
}
/*ブログ記事のタイトル色*/
h1 {
   font-size: 2.0rem;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 15px 0;
}
.sidebar-scroll {
    position: -webkit-relative!important;
    position: relative!important;
  }

/*--------------------------------------------------------------------------
  見出し装飾
--------------------------------------------------------------------------*/
h1 {
  display: block;
  margin: 0 auto;
  padding: 5px 30px;
  font-size: 1.0rem;
  color:#17184b;
}
h2 {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin: 0 auto;
  z-index: 1;
}
h3 {
  font-size: 1.4rem;
  position: relative;
  text-shadow: 0 0 2px white;
  line-height: 1.5;
  z-index: 1;
}
h3 img {
  width: 24px;
  height: auto;
  padding-top: 5px;
  padding-right: 5px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height:1.5px;
}
h4 {
  font-size: 1.4rem;
}
.arrow  {
  display: inline-block;
  width: 10px;
  height: auto;
  padding: 0 10px;
  float: right;
}
/*--------------------------------------------------------------------------
  見出し
--------------------------------------------------------------------------*/
.heading {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background:#17184b;
  line-height: 1;
}
/*--------------------------------------------------------------------------
  header
--------------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 170px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10000;
  border-bottom: 0.5px solid rgba(184, 189, 204, .5);
  transition: .8s;
  background: #fff;
}
/* スクロールでヘッダーをy軸に-80px移動 */

.header-nav-bg img {
  width: 100%;
  height: auto;
}
.scroll {
  background: #fff;
  transition: .8s;
}
.header-container01 {
  width: 100%;
  height: 160px;
  margin: 0 auto;
}
.header-inner {
  width: 100%;
  display: inline-block;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-top {
  width: 100%;
  height: 120px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #fff;
  border-bottom: 0.5px solid rgba(184, 189, 204, .5);
  position: relative;
}
.header-logo {
  width: 50%;
  height: 65px;
  position: relative;
  z-index: 1;
}
.header-logo img {
  width: auto;
  height: 65px;
  vertical-align: middle;
}
.header-contact {
  width: 50%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header-contact-in{
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 0 15px;
}
.header-contact-in img {
  padding-top: 10px;
}

.header-contact-in p{
  padding-top: 0;
}
.header-contact-mail {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 0 15px;
  text-align: left;
}
.header-contact-mail img {
  width: 70%;
  height: auto;
  padding-top: 10px;
}
.header-contact-in dl {
  width: 100%;
  line-height: 60px;
  display: flex;
  line-height: 1;
}
.header-contact-in-tel {
  font-size: 2.0rem;
}
.header-contact-in dt {
  width: 20%;
  line-height: 60px;
}
.header-contact-in dd {
  width: 70%;
  line-height: 60px;
}
.nav {
  width: 100%;
  height: 60px;
  display: flex;
  border-bottom: 0.5px solid rgba(184, 189, 204, .5);
  position: relative;
  background: #fff;
}
.nav ul {
  width: 100%;
  line-height: 60px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nav ul li {
  width: auto;
  line-height: 16px;
  padding: 0 35px;
  list-style: none;
}
.nav li+ li {
  border-left: 1px solid #808080;
}
.scroll .nav ul li p {
  color: #ffffff;
}
.nav ul li p {
  font-size: 1.4rem;
  color: #17184b;
  font-weight: bold;
  text-align: center;
}
.nav ul li p:hover {
  color:#17184b;
  transition: all  1s ease;
}
.nav ul li a {
  display: inline-block;
  height: inherit;
  text-align: center;
  color: #17184b;
  transition: all  1s ease;
}
.nav ul li a:visited {
  color: #17184b;
}
.nav ul li a:hover {
  color: #17184b;
  transition: all  1s ease;
}

/* menuスライダー要素 */
#nav-toggle {
  display: none;
  position: fixed;
  right: 20px;
  top: 32px;
  width: 34px;
  height: 30px;
  cursor: pointer;
  z-index: 10001;
}
#nav-toggle p {
  color: #17184b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding-top: 8px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #17184b;
    left: 0;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 0.6875em;
}
#nav-toggle span:nth-child(3) {
    top: 1.375em;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle p {
  color: #17184b;
}
.open #nav-toggle span:nth-child(1) {
   top: 0.6875em;
   transform: rotate(315deg);
   background-color: #17184b;
}
.open #nav-toggle span:nth-child(2) {
   width: 0;
   left: 50%;
   background-color: #fff;
}
.open #nav-toggle span:nth-child(3) {
  top: 0.6875em;
  transform: rotate(-315deg);
  background-color: #17184b;
}
#slideL {
  display: none;
}
/*--------------------------------------------------------------------------
  main
--------------------------------------------------------------------------*/
#main-img {
  width: 100%;
  height: 30vh;
  position: relative;
  background: #17184b;
}
.main-title {
  display: block;
  content: '';
  width:100%;
  height: auto;
  position: absolute;
  top: 40%;
  z-index: 1;
  text-align: center;
}
.main-title p {
  font-weight: bold;
  font-size: 3.4rem;
  color:#fff;
}
.main-title img {
  width: 100%;
  height: auto;
}
#footer-navi {
  width: 100%;
  height: auto;
  background: #17184b;
  color: #fff;
  position: relative;
}
#footer-navi::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: url('../img/footer-bg.png');
  background-repeat: repeat;
}

.footer-navi {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  font-size:1.2rem;
}
.footer-menu {
  width: 100%;;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.footer-menu a {
  color: #fff;
}
.footer-menu p {
  line-height: 1.2;
}
.footer-yuubin {
  padding-right: 5px;
}
.footer-menu-logo {
  width: 20%;
  min-width: 250px;
  height: auto;
}
.footer-menu-logo img {
  width: 60%;
  height: auto;
}
.footer-menu-logo p {
  line-height: 1;
  margin-left: -20px;
}
.footer-menu-address {
  width: 45%;
  min-width: 460px;
  height: auto;
}
.footer-menu-address dl {
  width: auto;
  height: auto;
  display: flex;
  line-height: 2;
}
.footer-menu-address dt {
  width: 80px;
  height: auto;
  padding: 0 4px;
}
.footer-menu-address dd {
  width: auto;
  height: auto;
}
.footer-menu-nav {
  width: 15%;
  min-width: 150px;
  height: auto;
}
.footer-icon {
  margin-right: 3px;
}
.footer-top {
  width: 100%;
  max-width: 100%;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  background:#39366d;

}
.footer-top p,
.footer-top a  {
  display: inline-block;
  width: 100%;
  line-height: 45px;
  color:#fff;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}
.footer-bottom {
  width: 100%;
  max-width: 100%;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  background:#1c1b36;
  color:#fff;
}
.footer-bottom p {
  font-size: 1.0rem;
}
@media screen and (max-width: 1024px) {
  #main-img {
    height: 15vh;
  }
  .main-title {
    width: 60%;
    top: 27%;
    left: 12.5%;
    transform: translate(12.5%,27%);
  }
}
@media screen and (max-width: 896px) {
  #main-img {
    height: 20vh;
  }
.nav ul li {
    width: auto;
    line-height: 16px;
    padding: 0 20px;
  }
  .contact-img {
    height: 120px;
  }
  .contact-img img {
    height: 120px;
  }
  .footer-menu-logo {
    width: 20%;
    min-width: 20%;
    height: auto;
  }
  .footer-menu-logo img {
    width: 80%;
    height: auto;
  }
  .footer-menu-address dt {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
 .footer-menu-nav {display: none;}
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  h2,h3,h4 {
    font-size: 2.2rem;
  }
  #header {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    position: fixed;
  }
  #header.hide{
    transition: .5s;
    transform: none;
  }
  .header-container01 {
    width: 100%;
    height:auto;
  }
  .header-inner {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #fff;
  }
  .header-top {
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    position: relative;
    z-index: 10000;
  }
  .header-top::after {
    display: none;
  }

  .header-contact {
    display: none;
  }
  .nav {
    display: none;
  }
  .header-logo {
    width: 70%;
    height: 40px;
    margin: 0;
    padding-left: 15px;
    text-align: left;
  }
  .header-logo a {
    display: inline-block;
    width: auto;
    height: 40px;
  }
  .header-logo img{
    width: auto;
    height: 40px;
  }
  #slideL {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: fixed;
    overflow-y: scroll;
    top:0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: -1;
  }
  .slide-inner {
    width: 100%;
    height:  100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #17184b;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top:50px;
  }
  .header-nav-menu ul li {
    padding: 15px 0;
    line-height: 1.2;
    list-style: none;
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
  }
  .open #slideL {
    visibility: visible;
    opacity: 1;
    top: 60px;
    left: 0;
  }
  .open #slideL ul li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }
  .open #slideL ul li:nth-child(2) {
    transition-delay: .15s;
  }
  .open #slideL ul li:nth-child(3) {
    transition-delay: .3s;
  }
  .open #slideL ul li:nth-child(4) {
    transition-delay: .45s;
  }
  .open #slideL ul li:nth-child(5) {
    transition-delay: .6s;
  }
  .open #slideL ul li:nth-child(6) {
    transition-delay: .75s;
  }
  .open #slideL ul li:nth-child(7) {
    transition-delay: .9s;
  }
  .header-nav-menu-text {
    font-size: 2.0rem !important;
    font-weight: bold;
    color: #fff;
  }
  .header-nav-menu  p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  .header-nav-footer {
    font-size: 1.2rem !important;
    color: #fff;
    padding: 20px 0 0 0;
    opacity: 0;
    transform: translateX(200px);
    transition:  transform 1s ease, opacity 1.05s ease;
  }
  .open .header-nav-footer {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition-delay: .9s;
  }
  .header-nav-logo {
    width: 80%;
    max-width: 80%;
    min-width: 150px;
    margin: 0 auto;
    padding-top: 20px;
    height: 45px;
  }
  .header-nav-logo img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .header-nav-footer ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-nav-footer li {
    width: 45%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 5px 0;
  }
  .header-nav-footer ul img {
    width: 100%;
    border: 1px #fff solid;
  }
  .header-nav-footer-time {
    width: 100%;
    margin: 0 auto;
    height: auto;
    line-height: 2.2;
    color: #fff;
    font-weight: bold;
  }
  #nav-toggle {
    display: block;
  }
  .header-img01 {
    display:none;
  }
  .header-logo {
    width: auto;
  }
  #main-img {
    height: 30vh;
  }
  .main-title {
    display: block;
    content: '';
    width:95%;
    height: auto;
    position: absolute;
    top: 48%;
    left: 1%;
    transform: translate(1%,48%);
    z-index: 1;
  }
  .main-title p {
    font-weight: bold;
    font-size: 2.8rem;
    color:#fff;
  }
  .footer-navi {
    padding: 50px 10px;
  }
  .footer-menu {
    width: 100%;;
    height: auto;
    display: block;
  }
  .footer-menu-logo {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .footer-menu-logo  img {
    width: 60%;
  }
  .footer-menu-logo p {
    line-height: 1;
    text-align: center;
  }
  .footer-menu-address {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .footer-menu-address dt {
    width: 20%;
  }
  .footer-menu-address dd {
    width: 80%;
  }
  .footer-menu-nav {
    display: none;
  }
  }
