@charset "UTF-8";
/*
Theme Name:tennouji

*/
/* =Reset default browser CSS.
-------------------------------------------------------------- */
a {
  word-break: break-all;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Noto Serif JP", Verdana, "ヒラギノ角ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

li {
  list-style: none;
}

h2, h3 {
  clear: both;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83), -2px 2px 5px rgba(255, 255, 255, 0.83), 2px -2px 5px rgba(255, 255, 255, 0.83), -2px -2px 5px rgba(255, 255, 255, 0.83), 2px 0px 5px rgba(255, 255, 255, 0.83), 0px 2px 5px rgba(255, 255, 255, 0.83), -2px 0px 5px rgba(255, 255, 255, 0.83), 0px -2px 5px rgba(255, 255, 255, 0.83);
}

/*********** ヘッダー*******************/
.headset {
  background-color: #7CAD32;
  min-height: 20px;
}

.bg-base {
  background-color: #7CAD32;
}
@media (max-width: 575.98px) {
  .bg-base h2 {
    padding: 0 0.2rem;
  }
}

h1 {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 14px;
  }
}

/*********** ナビゲーション*******************/
.sumaho_navi {
  padding: 0.5rem 0;
}

#sumaho_btn {
  position: absolute;
  top: auto;
  right: 5px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border-color: rgb(0, 0, 0);
}

#navi {
  background-color: #7CAD32;
}
#navi .navbar {
  padding: 0 !important;
}
#navi .navbar li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #navi .navbar li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66%;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    border-left: 2px dotted #ffffff;
    border-bottom: none;
    /* CSS code goes here */
  }
}
#navi .navbar li a {
  color: #ffffff !important;
}
#navi .navbar li a i {
  padding-right: 5px;
}

/*********** メインイメージ*******************/
#main {
  /* Large devices (desktops) */
  background: url(images/main.jpg) no-repeat center top/100%;
  padding: 0px 0 100px;
}
@media (min-width: 992px) {
  #main {
    background: url(images/main.jpg) no-repeat center -16px/cover;
    padding: 200px 0 300px;
    /* CSS code goes here */
  }
}
#main .catch {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
  text-align: center;
  /* Large devices (desktops) */
  position: relative;
  top: 100px;
}
@media (min-width: 992px) {
  #main .catch {
    padding: 1.5rem;
    position: relative;
    top: 100px;
    /* CSS code goes here */
  }
}
#main .catch p {
  /* Large devices (desktops) */
  font-size: 4.5vw;
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
  text-shadow: 3px 3px 20px #110083;
  color: #fff;
}
@media (min-width: 992px) {
  #main .catch p {
    font-size: 2.5rem;
    /* CSS code goes here */
  }
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff6));
  background: -webkit-linear-gradient(transparent 40%, #ff6 40%);
  background: linear-gradient(transparent 40%, #ff6 40%);
}

.main_contents {
  padding-top: 20px;
}

#top {
  background-color: #ffffff;
}

/***********サイドバーエリア*************/
#sidebar {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  #sidebar {
    padding: 1rem 90px 1rem 0;
    /* CSS code goes here */
  }
}
#sidebar .side-title h2 {
  padding: 0.5rem 0.5rem;
  background-color: #7CAD32;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#sidebar ul {
  border: 1px solid #c0c0c0;
}
#sidebar ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3));
  background: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background: linear-gradient(to bottom, #ffffff, #f3f3f3);
  border-bottom: 1px dotted #e1e1e1;
  padding: 1em 0.5em;
}
#sidebar ul li a {
  padding-left: 1em;
  color: #5b5b5b;
  position: relative;
}
#sidebar ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 10px;
  border-right: 1px solid #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sidebar ul li a:hover {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  #top h2 {
    font-size: 1.5rem;
  }
}
#top .head {
  margin-bottom: 1.5rem;
  text-align: center;
}
#top .head h2 {
  padding: 0 0 0;
  color: #000860;
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #top .head h2 {
    font-size: 1.5rem;
  }
}
#top .head span {
  display: inline-block;
  padding: 0.2em 0.2em;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#top .head span:before, #top .head span:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 16px;
  z-index: 1;
}
#top .head span:before {
  left: -10px;
}
#top .head span:after {
  right: -10px;
}

table.news {
  width: 100%;
  border: none;
}
table.news tr {
  border-bottom: 2px dotted #e2e2e2;
}
table.news th, table.news td {
  /* Large devices (desktops) */
  display: block;
  border: none;
}
@media (min-width: 992px) {
  table.news th, table.news td {
    display: table-cell;
    /* CSS code goes here */
  }
}
table.news th p, table.news td p {
  margin-bottom: 0;
}
table.news th {
  /* Large devices (desktops) */
}
@media (min-width: 992px) {
  table.news th {
    width: 20%;
    /* CSS code goes here */
  }
}
table.news th span.date {
  position: relative;
  padding-left: 1em;
}
table.news th span.date:before {
  position: absolute;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgb(255, 153, 0); /* この色を変更して三角形の色を設定 */
  border-bottom: 5px solid transparent;
  left: 0;
  top: 8px;
}
table.news td span {
  padding: 0.1em 0.4em;
  background-color: #1abc9c;
  color: #fff;
  margin-right: 5px;
  display: inline-block;
  border-radius: 5px;
}

.soudan {
  background: url(images/counsering-bg.png) no-repeat left top/70%;
  /* Large devices (desktops) */
  padding: 0.5rem 0.5rem 0.5rem;
}
@media (min-width: 992px) {
  .soudan {
    padding: 1rem 1.5rem 5rem;
    /* CSS code goes here */
  }
}
.soudan p {
  font-size: 18px;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83), -2px 2px 5px rgba(255, 255, 255, 0.83), 2px -2px 5px rgba(255, 255, 255, 0.83), -2px -2px 5px rgba(255, 255, 255, 0.83), 2px 0px 5px rgba(255, 255, 255, 0.83), 0px 2px 5px rgba(255, 255, 255, 0.83), -2px 0px 5px rgba(255, 255, 255, 0.83), 0px -2px 5px rgba(255, 255, 255, 0.83); /* 文字の影 */
  color: #000000;
}

.okigaru p {
  font-size: 18px;
}

/***********サービス*************/
/*********** 事務所紹介*******************/
.bg-gray {
  background-color: #ececec;
}

/*********** 汎用色・背景*******************/
.box-shadow {
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
}

.raidus15 {
  border-radius: 15px;
}

/*********** アイコンエリア色*******************/
/***********よくある質問****************/
#faq dl dt {
  background-color: #7CAD32;
  color: #fff;
  /* Large devices (desktops) */
  padding: 0.7rem 3.5rem 0.7rem 2rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #7CAD32;
}
@media (min-width: 992px) {
  #faq dl dt {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    /* CSS code goes here */
  }
}
#faq dl dt:before {
  content: "Q";
  position: absolute;
  top: 11px;
  /* Large devices (desktops) */
  left: 5px;
}
@media (min-width: 992px) {
  #faq dl dt:before {
    left: 3.5rem;
    /* CSS code goes here */
  }
}
#faq dl dt span.aicon {
  position: absolute;
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  right: 10px;
  top: 14px;
}
#faq dl dt span.aicon:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #7CAD32;
  top: 48%;
  left: calc(25px - 50%);
}
#faq dl dt span.aicon:after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  background-color: #7CAD32;
  top: 48%;
  left: calc(25px - 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dd {
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  /* Large devices (desktops) */
  padding: 0.7rem 0.5rem 0.7rem 3rem;
  position: relative;
  font-size: 30px;
  background-color: #fff;
}
@media (min-width: 992px) {
  #faq dl dd {
    padding: 0.7rem 0.5rem 0.7rem 5rem;
    /* CSS code goes here */
  }
}
#faq dl dd:before {
  content: "A";
  position: absolute;
  top: 5px;
  /* Large devices (desktops) */
  left: 5px;
}
@media (min-width: 992px) {
  #faq dl dd:before {
    left: 3.5rem;
    /* CSS code goes here */
  }
}
#faq dl dd.on {
  display: block;
}
#faq dl dd p {
  margin-bottom: 0;
}

#faq dt.on span.aicon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/***********見出し*******************/
@media (min-width: 1140px) {
  .google_map iframe {
    height: 500px;
  }
  .google_map {
    padding-top: 0;
    height: 500px;
  }
}
/*****************button*********************/
a.btn-more {
  border-radius: 20px;
  padding: 0.4em 1em;
  background-color: #7CAD32;
  color: #fff;
  font-size: 0.8rem;
}

/***********問合せのボタン*******************/
#contactArea {
  background: url(images/bg_contact.png);
  background-size: cover;
}

/**************footer************************/
#footerMenu li {
  display: inline-block;
}

#footer {
  background: #000000;
  padding-bottom: 20px;
}

#footer p {
  color: #fff;
}
#footer p.small {
  font-size: 0.7em;
}

#company p {
  color: #fff;
  margin-bottom: 0.7em;
}

#footer li a {
  color: #fff;
}

#footer ul li a {
  display: block;
  margin: 5px;
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#footer ul li a:before {
  position: absolute;
  left: -5px;
  content: "";
  width: 5px;
  height: 15px;
  border-right: 1px solid #fff;
  top: 7px;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-footel {
  background: rgba(72, 148, 1, 0.9);
}

.bg-footmail {
  background: rgba(242, 142, 12, 0.8);
}

/**************下層ページのテンプレート*******************/
/***********下層ページのヘッダー *******************/
#main.kasou {
  /* Large devices (desktops) */
  height: 150px;
  background: url(images/bg_kasou.jpg) no-repeat center/100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0px;
}
@media (min-width: 992px) {
  #main.kasou {
    height: 300px;
    background: url(images/bg_kasou.jpg) no-repeat center/cover;
    /* CSS code goes here */
  }
}
#main.kasou h1 {
  color: #fff;
  font-size: 2.5rem;
}

.kasou h2 {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
  padding: 0.1em 0 0.1em 0.5em;
  border-top: #7CAD32 double 6px;
  border-bottom: #7CAD32 solid 2px;
  background-color: rgb(255, 252, 241);
  color: #7CAD32;
  margin-bottom: 1rem;
}

.kasou h3 {
  font-size: 1.6rem;
  padding: 0.2em 0 0.2em 0.5em;
  border-left: 5px solid #7CAD32;
  font-weight: bold;
  color: #7CAD32;
  background-color: rgb(255, 252, 241);
  margin-bottom: 1rem;
}

.kasou h4 {
  color: #7CAD32;
  padding: 0.2em 0 0.2em 0.5em;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  form table {
    width: 620px !important;
    margin: auto;
  }
}
@media (min-width: 992px) {
  form table th span {
    display: inline;
  }
}
@media (min-width: 992px) {
  form input.wpcf7-submit {
    width: 79px;
    margin: 15px auto;
    display: block;
  }
}

@media (min-width: 576px) {
  textarea {
    width: 412px;
  }
}

.souzoku p.kikan {
  font-size: 1.4rem;
}
.souzoku p.henkou {
  font-size: 1.2rem;
}

form table span.btn.text-danger {
  display: block;
  text-align: left;
  font-size: 0.8em;
  line-height: 1;
}

/***********スマホページ*******************/
@media (max-width: 576px) {
  .sumaho_navi {
    padding: 0.5rem 0 0;
  }
  #navi {
    outline: none;
    border-top: #fff 0px solid;
    border-bottom: #fff 0px solid;
  }
  #menu li {
    text-align: center;
    padding: 0 10px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a.btntel {
    font-size: 16px;
    width: 160px;
  }
  #main h2 {
    font-size: 1.4rem;
  }
  .kasou h2 {
    font-size: 1.7rem;
  }
  .kasou h3 {
    font-size: 1.4rem;
  }
  /* フォーム*/
  form table span.btn.text-danger {
    display: block;
  }
  form table th, form table td {
    display: block;
  }
  form table input[type=text], form table input[type=email],
  form table input[type=tel] {
    width: 95%;
    padding: 0.4em;
  }
  form table .mwform-tel-field input[type=text] {
    width: 30%;
    padding: 0.4em;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  textarea {
    width: 95%;
  }
  .form {
    width: 100%;
  }
  /*********** グーグルマップのIFLAME*******************/
  .google_map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#copyright {
  position: relative;
}

.linkf {
  display: inline-block;
  background: url(images/link.png) no-repeat center/50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  right: 15px;
}/*# sourceMappingURL=style.css.map */