@charset "utf-8";

/* reset
*********************************************************/

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none !important;
}

a {
  display: inline-block;
}

img {
  display: block;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/* common
*********************************************************/

html {
  font-size: 62.5%;
}

body {
  color: #333;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

body,
.pure-g [class*="pure-u"] {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body,
  .pure-g [class*="pure-u"] {
    font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", sans-serif;
  }
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-feature-settings: "palt";
}

.yu-go {
  font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;

  @media only screen and(-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

h2 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

h2 span {
  font-size: 1.6rem;
  font-weight: normal;
}

p {
  font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2rem;
  line-height: 4rem;
}

p.note {
  font-size: 1.8rem;
}
p.st {
  font-size: 2.2rem;
  font-weight: bold;
}

p:not(.note) span {
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: 3rem;
}

a {
  color: #333;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.red {
  color: red;
}
.blue {
  color: blue;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.columns {
  display: flex;
}

.clear {
  clear: both !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center-block {
  display: block;
  margin: auto;
}

.wp-pagenavi {
  padding: 20px 0;
  background: #f9f9f9;
  margin-top: 45px;
  font-size: 1.6rem;
  overflow: hidden;
}

.wp-pagenavi.var01 {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background: #fff;
  min-width: 55px;
  line-height: 55px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
}

.wp-pagenavi span.pages {
  padding: 0 10px;
}

.wp-pagenavi.var01 a {
  border: none;
  color: #333;
  background: none;
}

.wp-pagenavi span.current {
  background: #666;
  color: #fff;
  border-color: #666;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 10px;
}

.bg-danger {
  background-color: #f2dede;
  padding: 5px;
}

.text-danger {
  color: #a94442;
}

a[href^="tel"] {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

a[href^="tel"]:hover {
  opacity: 1;
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 1s;
}

.flickWrap {
  width: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 828px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  p strong {
    display: block;
  }
  a[href^="tel"] {
    /*text-decoration: underline;*/
  }

  .flickWrap {
    overflow: auto;
    white-space: nowrap;
    padding: 5px 0;
  }

  .flickWrap::before {
    content: "※表が見切れる場合は横スクロールでご覧ください。";
    color: #f55;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }

  .flickWrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
@media screen and (max-width: 430px) {
  p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }

  p.note {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  p.st {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  p:not(.note) span {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }
}
/* Header
*********************************************************/

#header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
}

.header_area {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 2rem 3rem;
}

.menu-trigger {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header_area {
    padding: 2rem 6rem 2rem 3rem;
  }
}
@media screen and (max-width: 828px) {
  .header_area h1 {
    margin: 0 auto;
  }
  #header a.menu-trigger,
  #header a.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  #header a.menu-trigger {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 600;
    background: rgba(255, 255, 255, 0.75);
  }

  #header a.menu-trigger:hover {
    opacity: 1;
  }

  #header a.menu-trigger span {
    position: absolute;
    left: 5px;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
  }

  #header a.menu-trigger span:nth-of-type(1) {
    top: 10px;
  }

  #header a.menu-trigger span:nth-of-type(2) {
    top: 48%;
  }

  #header a.menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
}
@media screen and (max-width: 430px) {
  .header_area {
    padding: 1.5rem 6rem 1.5rem 3rem;
    height: 6rem;
  }
  .header_area h1 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_area h1 img {
    width: 100%;
  }
}
/* GlobalNavi
*********************************************************/

#gNavi ul li {
  display: inline-block;
  white-space: nowrap;
}

#gNavi ul li + li {
  margin-left: 3.5rem;
}

#gNavi ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#gNavi ul li.activity_link a:before {
  content: "";
  background: url(../../images/common/active_w.png);
  background-size: contain;
  width: 3rem;
  height: 2rem;
  display: block;
  margin-right: 1rem;
}

#gNavi ul li.gyosyou_link a:before {
  content: "";
  background: url(../../images/common/fish_w.png);
  background-size: contain;
  width: 3rem;
  height: 2rem;
  display: block;
  margin-right: 1rem;
}

#gNavi ul li.contact_link a:before {
  content: "";
  background: url(../../images/common/mail_w.png);
  background-size: contain;
  width: 3rem;
  height: 2rem;
  display: block;
  margin-right: 1rem;
}

@media screen and (max-width: 828px) {
  #gNavi {
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
  }

  #gNavi.active {
    display: block;
    animation-name: fadein;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    overflow-y: scroll;
  }

  @keyframes fadein {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  #gNavi .container {
    overflow: auto;
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0;
  }

  #gNavi ul {
    border: none;
    position: absolute;
    right: -100vw;
    top: 50px;
    width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 110;
    padding-left: 0;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    padding-bottom: 100px;
  }

  #gNavi.active ul {
    right: 0;
    animation-name: slidein;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }

  @keyframes slidein {
    0% {
      right: -100vw;
    }

    100% {
      right: 0;
    }
  }

  #gNavi ul li,
  #gNavi ul li:first-of-type {
    float: none;
    display: block;
    width: 100%;
    border: none;
    padding-left: 0;
    border-bottom: 1px dotted #fff;
  }

  #gNavi ul li + li {
    margin-left: 0;
  }

  #gNavi ul li a {
    color: #fff;
    line-height: 1;
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
  }

  #gNavi ul li:first-of-type a {
    border: none;
  }

  #gNavi ul li a small {
    display: none;
  }

  .activeNav {
    overflow: hidden;
    height: 100%;
  }
}

/* Breadcrumbs
*********************************************************/

#breadcrumbs {
  padding: 12px 1rem;
  font-size: 1.7rem;
  margin-bottom: 35px;
}

#breadcrumbs a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 828px) {
  #breadcrumbs {
    height: auto;
    padding: 15px 0;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  #breadcrumbs {
    font-size: 1.4rem;
  }
}
/* Content
*********************************************************/

figure {
  margin: 0;
}
.section {
  position: relative;
}

.site_logo {
  width: 36rem;
}

.site_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.btnwrap {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 1.5rem 2rem;
  border-top: solid 3px #036eb7;
  border-bottom: solid 3px #036eb7;
  position: relative;
  margin: 5px 0;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 22rem;
  text-align: center;
}

.btn.white {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  color: #fff;
}

.btn:before {
  content: "";
  position: absolute;
  display: block;
  padding: 5px 10px;
  border-left: solid 3px #036eb7;
  height: calc(100% + 6px);
  top: -8px;
  left: 5px;
  transition: 0.3s;
}
.btn:after {
  content: "";
  position: absolute;
  display: block;
  padding: 5px 10px;
  border-right: solid 3px #036eb7;
  height: calc(100% + 6px);
  top: -8px;
  right: 5px;
  transition: 0.3s;
}

.btn.white:before {
  content: "";
  border-left: solid 3px #fff;
}
.btn.white:after {
  content: "";
  border-right: solid 3px #fff;
}

.btn:hover:before {
  content: "";
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  transition: 0.3s;
}

.btn:hover:after {
  content: "";
  height: calc(100% - 8px);
  top: 0;
  right: 0;
  transition: 0.3s;
}

@media screen and (max-width: 828px) {
  .btn {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .btn {
    font-size: 1.4rem;
  }
}

/* sidebar
*********************************************************/

@media screen and (max-width: 828px) {
}

/* Footer
*********************************************************/
footer {
  background: #3d24e2;
  background: -moz-linear-gradient(top, #3d24e2 0%, #070032 100%);
  background: -webkit-linear-gradient(top, #3d24e2 0%, #070032 100%);
  background: linear-gradient(to bottom, #3d24e2 0%, #070032 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24e2', endColorstr='#070032',GradientType=0 );
  padding-top: 6rem;
}

.footer_contents {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer_contents .site_logo {
  margin-bottom: 3rem;
}

.footer_contents .address {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li + li {
  margin-left: 25px;
}

.footer-nav a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

#copyright {
  font-size: 1.4rem;
  color: #fff;
  padding: 5rem 0;
}

@media screen and (max-width: 1200px) {
  .footer_contents {
    flex-direction: column;
    align-items: center;
  }

  footer .logo_address {
    text-align: center;
    margin-bottom: 3rem;
  }
}
/* Tablet side Only */
@media screen and (min-width: 829px) and (max-width: 1200px) {
}

@media screen and (max-width: 828px) {
  footer {
    text-align: center;
  }

  .footer-nav {
    width: 100vw;
    margin: 0 -15px 20px;
    box-sizing: border-box;
    border-top: solid 1px #ccc;
  }

  .footer-nav li a {
    font-size: 1.4rem;
    display: block;
    padding: 1.5rem;
  }

  .footer-nav li {
    margin: 0;
    text-align: center;
    padding: 5px;
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-bottom: solid 1px #ccc;
  }

  .footer-nav li + li {
    margin-left: 0;
  }

  .footer-nav li:nth-child(odd) {
    border-right: dotted 1px #ccc;
  }
}

/* Smartphone Vertical */
@media screen and (max-width: 430px) {
  .footer_contents .site_logo {
    width: 80%;
  }
  .footer_contents .site_title img {
    width: 100%;
  }
  .footer_contents .address {
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 1rem;
  }
  #copyright {
    font-size: 1.1rem;
    padding: 4rem 0 2rem;
  }
}

@media screen and (max-width: 350px) {
  .footer-nav li a {
    font-size: 1.2rem;
    padding: 1.5rem 1rem;
  }

  .footer_contents .address {
    font-size: 1.3rem;
  }
}
/* WP default
*********************************************************/

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.rtt {
  display: none;
}

.over--left {
  max-width: none;
  width: auto;
  padding: 0;
  margin-left: calc((100vw - 1215px) / 2);
}

.over--right {
  max-width: none;
  width: auto;
  padding: 0;
  margin-right: calc((100vw - 1215px) / 2);
}

/* Responsive
*********************************************************/

/* Tablet side */
@media screen and (max-width: 1200px) {
  .rtt {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 50px;
    color: #ccc;
  }
}

/* Tablet side Only */
@media screen and (min-width: 829px) and (max-width: 1200px) {
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width: 828px) {
  .sp-bottom {
    margin-bottom: 20px;
  }

  body .pull-left,
  body .pull-right {
    float: none;
  }

  .over--left {
    max-width: 1230px;
    width: 100%;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .over--right {
    max-width: 1230px;
    width: 100%;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Smartphone Vertical */
@media screen and (max-width: 415px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
