@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url("../font/NotoSansJP-Regular.ttf");
}

@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../font/NotoSansJP-Medium.ttf");
}

@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../font/NotoSansJP-Bold.ttf");
}

@font-face {
  font-family: "Syne-Bold";
  src: url("../font/Syne-Bold.ttf");
}

@font-face {
  font-family: "CormorantInfant-Light";
  src: url("../font/CormorantInfant-Light.ttf");
}

html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP-Regular", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  background-color: #f6f7f8;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

body .black .midnightInner .mid_text a {
  color: #333 !important;
}

.midnightInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#fixed-bar {
  width: 40px;
  height: 40px !important;
  top: 8px !important;
  right: 4px !important;
  left: auto !important;
}

@media screen and (max-width: 768px) {
  body .black .midnightInner .mid_text a {
    color: #fff !important;
  }
}

main {
  overflow: hidden;
}

#switch,
.sp_logo,
.display_sp {
  display: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}

a:visited {
  color: unset;
}

a:hover,
a:focus,
a:active {
  color: unset;
}
@media (hover: hover) {
  a:hover {
    opacity: 1;
  }
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
}

.null {
  position: relative;
  top: -200px;
}

.display_pc {
  display: block;
}

.display_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }
}

section {
  position: relative;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*ヘッダー------------------------------------------*/
header {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    #00434f 50%,
    #00434f 100%
  );
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.clearfix {
  display: block;
}

#header {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
}

.logo {
  margin: 0;
  padding: 0 10px;
  float: left;
  width: 215px;
  height: 90px;
  background: #fff;
  width: 22%;
}

.logo img {
  margin: 15px 0 10px 0;
  width: 140px;
  height: auto;
}

.logo span {
  display: block;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  font-weight: bold;
  color: #005b6a;
}

.button-toggle {
  display: none;
}

nav {
  width: 78%;
}

#top_nav {
  height: 90px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b6a+45,00434f+100 */
  background: #005b6a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005b6a 45%, #00434f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005b6a 45%, #00434f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005b6a 45%, #00434f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#005b6a', endColorstr='#00434f', GradientType=1);
  /* IE6-9 */
}

#top_nav ul {
  width: 100%;
}

#top_nav li {
  font-size: clamp(1.2rem, 1.16vw, 1.4rem);
  font-weight: bold;
  width: calc(100% / 7);
  float: left;
  text-align: center;
  height: 90px;
  line-height: 1.5;
  border-right: 1px #58818d solid;
  font-family: "Lato", sans-serif;
  letter-spacing: 2px;
}

#top_nav span {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  display: block;
  font-weight: normal;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro",
    "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

#top_nav li a {
  padding: 30px 0 0;
  height: 90px;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

#top_nav li a:hover {
  background: #387f8b;
}

.active {
  background: url(../img/common/header_nav_active.png) 23px 67px no-repeat;
}

.active:hover {
  background: url(../img/common/header_nav_active.png) 23px 67px no-repeat !important;
}

.active a:hover {
  background: transparent !important;
}

#dropmenu {
  width: 139px;
  margin: 0;
  padding: 0;
}

#dropmenu li {
  position: relative;
  width: 100%;
  height: 90px !important;
  margin: 0 !important;
  padding: 30px 0 0 !important;
  text-align: center;
  display: block !important;
  font-size: clamp(1.2rem, 1.16vw, 1.4rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.5 !important;
  text-decoration: none;
}

#dropmenu li span {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  display: block;
  font-weight: normal;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro",
    "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

#dropmenu li ul {
  list-style: none;
  position: absolute !important;
  z-index: 1000;
  top: 90px !important;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  width: 240px;
}

#dropmenu li ul li {
  overflow: hidden !important;
  width: 120px;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  color: #fff;
  background: #005b6a !important;
  border: none !important;
}

#dropmenu li ul li a {
  display: block !important;
  margin: 0 !important;
  padding: 0 5px !important;
  text-align: center;
  line-height: 34px !important;
  font-weight: bold !important;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px #58818d solid;
  border-right: 1px #58818d solid;
  height: 34px !important;
  background: #005b6a;
}

#dropmenu li ul li:last-child a {
  border-right: none;
}

#dropmenu li ul li span {
  background: url(../img/common/link_allow_white.png) no-repeat right center;
  display: inline-block;
  padding: 0 15px 0 0;
  font-weight: bold !important;
  font-size: 12px !important;
}

#dropmenu li:hover ul li {
  overflow: visible !important;
  height: 34px !important;
  background: #387f8b !important;
}

.main_nav {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 15px;
  position: relative;
}

.main_nav a {
  float: left;
  width: 197px;
  margin: 0 15px 0 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  display: block;
}

.btn_active a {
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  opacity: 1;
}

.main_nav li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 785px) {
  header {
    background: #fff;
    padding: 0 10px 5px;
    position: fixed;
  }

  .logo {
    margin: 0;
    padding: 0;
    float: left;
    width: 70%;
    height: auto;
  }

  .logo span {
    font-size: 10px;
  }

  nav {
    background-color: transparent;
  }

  .button-toggle {
    display: block !important;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 1100;
  }

  .button-toggle img {
    width: 33px !important;
    height: auto;
  }

  #top_nav {
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 32px;
    background: #333;
    overflow: scroll;
  }

  #top_nav li {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
    border-right: none;
    font-family: "arial", serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px #666 solid;
  }

  #top_nav li a {
    padding: 10px 0;
    height: auto;
    display: block;
    color: #fff;
    transition: 0s linear;
  }

  #top_nav li {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
    border-right: none;
    font-family: "arial", serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px #666 solid;
  }

  #dropmenu li {
    position: static !important;
    width: auto;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5 !important;
    text-decoration: none;
    border: none !important;
  }

  #dropmenu li span {
    font-size: 11px;
    display: block;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
  }

  #dropmenu li ul {
    list-style: none;
    position: static !important;
    top: 0 !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto !important;
    border: none !important;
  }

  #dropmenu li ul li {
    overflow: auto !important;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    color: #fff;
    background: transparent !important;
    border: none !important;
  }

  #dropmenu li ul li a {
    display: block !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    text-align: left;
    line-height: 1.5 !important;
    font-weight: bold !important;
    transition: 0s;
    border: none !important;
    height: auto !important;
    background: none;
    border: none !important;
  }

  #dropmenu li ul li span {
    background: url(../img/sp/link_allow_white.png) no-repeat right center;
    background-size: 7px 13px;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: bold !important;
    font-size: 12px !important;
  }

  .nolink {
    padding: 10px 15px !important;
  }

  /* フッター －－－－－－－－－－－－－－－－－*/
  #footer {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
  }

  #footer ul {
    width: auto;
    float: none;
  }

  #footer li {
    background: url(../img/sp/link_mark.png) left center no-repeat;
    background-size: 13px 10px;
    margin: 0 2em 1.5em 0;
    padding: 0 0 0 18px;
    float: none;
  }

  #copyright {
    text-align: center;
    padding: 2px 0 0;
    font-size: 9px;
    float: none;
    width: auto;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  color: #333333;
}

.form-group label {
  display: block;
  margin-bottom: 22px;
}

.form-group .input_box,
.form-group .select_box {
  height: 60px;
}

.form-group .select_box {
  display: flex;
  align-items: center;
}

.form-group .input_box input,
.form-group .select_box {
  width: 100%;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.form-group .input_box input:focus-visible {
  outline: none;
}

.form-group .text_box {
  box-sizing: border-box;
}

.form-group .text_box textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #ccc;
  border-radius: 10px;
}

.form-group .text_box textarea:focus-visible {
  outline: none;
}

.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.form-group.center_item label {
  width: auto;
  line-height: 1;
}

.form-group .required {
  display: inline-block;
  color: #fff;
  background: #e20101;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}

.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}

.form-group.submit_btn {
  background: none;
}

.form-group.submit_btn input {
  width: 288px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #2a5298;
  transition: 0.3s;
}

.form-group.submit_btn input:hover {
  background: #396fcc;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpcf7-spinner {
  display: none !important;
}

.form-group .flex_warp {
  display: flex;
  margin-top: 16px;
}

.form-group .flex_warp label {
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .form-group label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-group .text_box {
    width: 100%;
  }

  .form-group .input_box {
    width: 100%;
    height: 40px;
  }

  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }

  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }

  .form-group.check_wrap label {
    margin-bottom: 0;
  }

  .form-group .input_box input,
  .form-group .select_box {
    height: 40px;
  }

  .form-group.radio .flex_warp {
    flex-direction: column;
  }
}

/*フッター------------------------------------------*/
footer {
  position: relative;
  border-top: 1px #333 solid;
  background: #1a2000;
  z-index: 1;
}

#footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 10px 50px 10px;
  color: #fff;
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  background: #1a2000;
}

#footer a {
  color: #fff;
  font-weight: normal;
}

#footer ul {
  max-width: 800px;
  float: left;
}

#copyright {
  text-align: right;
  padding: 2px 0 0;
  font-size: 11px;
  float: right;
  max-width: 350px;
}

#footer li {
  background: url(../img/common/link_mark.png) left center no-repeat;
  margin: 0 2em 0 0;
  padding: 0 0 0 18px;
  float: left;
}

/*footer {
  margin-bottom: 95vh;
  padding: 140px 0 78px;
  width: 100%;
  background: #005DAD;
  color: #fff;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  bottom: -5.4vw;
  left: 0;
  background: url(../img/footer_deco02.svg) top/cover ,no-repeat;
  width: 100%;
  height: 5.5vw;
}
footer .staff_wrap {
  width: 88%;
  max-width: 943px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .staff_wrap dl {
  margin-bottom: 15px;
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.2rem,1.3vw,1.6rem);
  line-height: 2;
}
footer .staff_wrap dl:nth-of-type(3) {
  width: 100%;
}
footer .staff_wrap dl dt {
  font-weight: normal;
  width: 8em;
}
footer .staff_wrap dl dd {
  font-weight: normal;
  width: calc(100% - 8em);
}
footer small {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.5;
}*/
@media screen and (max-width: 785px) {
  body {
    padding-bottom: 0;
  }

  /*ヘッダー--------------------------------------*/
  /*メイン--------------------------------------*/
  .display_pc {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .null {
    position: relative;
    top: -150px;
  }

  /*フッター--------------------------------------*/
  #footer {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
  }
  #footer ul {
    width: auto;
    float: none;
  }
  #footer li {
    background: url(../img/sp/link_mark.png) left center no-repeat;
    background-size: 13px 10px;
    margin: 0 2em 1.5em 0;
    padding: 0 0 0 18px;
    float: none;
  }
  #copyright {
    text-align: center;
    padding: 2px 0 0;
    font-size: 9px;
    float: none;
    width: auto;
  }
}

/*ページナビゲーション--------------------------------------*/
.navigation {
  width: 100%;
  margin-top: 100px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navigation .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #333333;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  font-weight: bold;
}

/*# sourceMappingURL=common.css.map */
