@charset "utf-8";
/*
theme Name: オリジナルテーマ
Author: I's Creation
Description: original theme
version： 1.0.0
*/
/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}
body {
  font-family: 'Helvetica Neue','Helvetica','Arial', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}
h4, h5, h6 {
  font-weight: bold;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  margin: 0 auto;
  overflow: hidden;
}


/*============================================================================
  ハンバーガーメニュー
============================================================================*/
#nav-toggle {
  position: fixed;
  top: 14px;
  right: 25px;
  height: 27px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}
.header-inner.transform #nav-toggle span,
.header-inner2.transform #nav-toggle span {
  background-color: #000;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #nav-toggle span:nth-child(1) {
  background: #fff;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  background: #fff;
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  background: #fff;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#nav-toggle {
  z-index: 30;
}
#header-nav-wrap nav {
  z-index: 20;
}
#header-nav-wrap {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 15;
}
.open #header-nav-wrap {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header-nav-wrap a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0 5px 0px;
  transition: color .6s ease;
  font-size: 18px;
  font-weight: bold;
}
#header-nav-wrap ul {
  list-style: none;
  margin: 10% 0 0 10%;
}
#header-nav-wrap ul li {
  list-style: none;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  transition: -webkit-transform 1.3s ease;
  transition: transform 1.3s ease;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease;
  position: relative;
  display: block;
}
.open #header-nav-wrap li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*============================================================================
  ページネーション
============================================================================*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}
.pagination ul {
  font-size: 0;
}
.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}
.pagination ul li:last-child {
  border: 0;
}
.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}
.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}
.pagination ul li a {
  text-decoration: none;
  color: #181d32;
}
.pagination ul li a:hover {
  opacity: .6;
}
.pagination .current {
  color: #fff;
  background-color: #262626;
}

/*============================================================================
  装飾
============================================================================*/
h1 {
  color: #181d32;
  font-weight: bold;
  font-size: 30px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #004DA2;
}
h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*装飾用*/
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

.hutoji {
  font-weight: bold;
}
.aka-huto {
  font-weight: bold;
  color: #f00
}
.ao-huto {
  font-weight: bold;
  color: #00f
}

/*引用*/
blockquote {
    position: relative;
    padding: 20px 10px 5px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    margin: 30px;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #004DA2;
    font-weight: 900;
}
blockquote:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #002247;
    border-right: solid 9px transparent;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
    margin-left: 10px;
}

/*下線*/
.under-line {
  background: linear-gradient(transparent 70%, #FFE065 70%);
}

/*============================================================================
  上に戻るボタン
============================================================================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #808080;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 2;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*============================================================================
  フッター
============================================================================*/
.footer {
  width: 100%;
  padding-top: 1px;
  background-color: #262626;
}
.footer-wrap {
  width: 90%;
  margin: 50px 5%;
}
.footer-box {
  width: 100%;
  float: none;
}
.footer-box:first-child {
  margin-bottom: 40px;
}
.footer-box address p {
  color: #fff;
  font-style: normal;
}
.footer .footer-box .footer-nav {
  margin-top: 20px;
}
.footer .footer-box ul {
  list-style: none;
  padding-left: 10px;
}
.footer .footer-box ul li {
  width: 33%;
  float: left;
  margin-bottom: 20px;
}
.footer .footer-box ul li a {
  text-decoration: none;
  color: #fff;
  transition-duration: 0.3s;
}
.footer .footer-box ul li a:hover {
  color: #AF173F;
  transition-duration: 0.3s;
}
.footer-logo {
  width: auto;
  margin-bottom: 20px;
}
.footer-copyright {
  width: 100%;
  background-color: #ECECEC;
  padding: 5px 0;
}
.footer-copyright p {
  font-size: 14px;
  color: #000;
  text-align: center;
}
@media screen and (max-width:480px) {
  .footer .footer-box ul li {
    width: 50%;
  }
}

/************************************
** コンタクトフォーム７
************************************/
.cf7-wrapper {
  margin: 0;
}
.kotei-page-container .inquiry {
  width: 100%;
  margin-bottom: 35px;
  border-collapse: initial;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.kotei-page-container .inquiry th {
    text-align: left;
    color: #333;
    width: 25%;
    padding: 20px 10px;
}
.kotei-page-container .inquiry td {
    padding: 25px 20px;
}
.kotei-page-container .entry-content .inquiry tr,
.kotei-page-container .entry-content table {
}
.haveto {
    font-size: 14px;
    padding: 5px;
    color: #333;
    border-radius: 2px;
    margin-left: 8px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 14px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-left: 15px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #fff;
    color: #808080;
    font-size: 18px;
    font-weight: 700;
    margin: 50px auto 25px auto;
    border: 1px solid #808080;
}
#formbtn:hover {
    background: #808080;
    color: #fff;
}
input,
select,
textarea {
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
}
.input2 {
  transform:scale(1.5);
}
.wpcf7-acceptance span.wpcf7-list-item-label {
  padding-left: 10px;
}
.accept-check {
  text-align: center;
}
@media(max-width:480px) {
    .kotei-page-container .inquiry th,
    .kotei-page-container .inquiry td {
      display: block;
      width: 100%;
    }
    .kotei-page-container .inquiry th {
      padding: 25px 20px 0 20px;
    }
}

/*============================================================================
  調整用
============================================================================*/
.m_c {margin:0 auto !important;}

.m_t0 { margin-top: 0px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t70 { margin-top: 70px !important; }
.m_t100 { margin-top: 100px !important; }

.m_b0 { margin-bottom: 0px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b70 { margin-bottom: 70px !important; }
.m_b100 { margin-bottom: 100px !important; }

.m_l0 { margin-left: 0px !important; }
.m_l10 { margin-left: 10px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l70 { margin-left: 70px !important; }
.m_l100 { margin-left: 100px !important; }

.m_r0 { margin-right: 0px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r70 { margin-right: 70px !important; }
.m_r100 { margin-right: 100px !important; }

.t_c {text-align: center !important;}
.t_l {text-align: left !important;}
.t_r {text-align: right !important;}

.p_t0 { padding-top: 0px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t70 { padding-top: 70px !important; }
.p_t100 { padding-top: 100px !important; }

.p_b0 { padding-bottom: 0px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b70 { padding-bottom: 70px !important; }
.p_b100 { padding-bottom: 100px !important; }

.p_l0 { padding-left: 0px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l70 { padding-left: 70px !important; }
.p_l100 { padding-left: 100px !important; }

.p_r0 { padding-right: 0px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r70 { padding-right: 70px !important; }
.p_r100 { padding-right: 100px !important; }