@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,
figure,figcaption {
  margin: 0;
}
body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho', serif;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width:801px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
* + section {
  margin-top: 40px;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  line-height: 1;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}
em,i,address {
  font-style: normal;
}
[type="text"],
[type="tel"],
[type="email"],
[type="reset"],
[type="submit"],
[type="button"],
textarea,
select,
option {
  font-size: inherit;
  font-family: inherit;
}
@media (max-width:767px) {
  [type="text"],
  [type="tel"],
  [type="email"],
  textarea {
    width: 100%;
    box-sizing: border-box;
  }
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* 音声読み上げブラウザー専用  sr = screen reader */
.sr-only {
  position: absolute;
  overflow: hidden;
  display: block;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0,0,0,0);
}
/* リンク設定 */
.btn-link,
.btn-link:hover {
  transition: 0.6s opacity linear 0s;
}
.btn-link:hover {
  opacity: 0.7;
}
.btn-smoke,
.btn-smoke:hover {
  transition: 0.6s background-color linear 0s;
}
.btn-smoke:hover {
  background-color: rgba(255,255,255,0.2)
}
/* text */
.align-right {
  text-align: right;
}
/* レスポンシブテーブル
  変形:table-list
  スクロール:table-scroll
*/
.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width:767px) {
  .table-responsive,
  .table-responsive tbody,
  .table-responsive tr,
  .table-responsive th,
  .table-responsive td {
    display: block;
  }
}
/* show or hide 表示・非表示設定 */
.hide {display: none;}
@media (max-width:767px) {
  .show-sm {display: none;}
}
@media (min-width:768px) {
  .hide-sm {display: none;}
}
@media (max-width:991px) {
  .show-md {display: none;}
}
@media (min-width:992px) {
  .hide-md {display: none;}
}
@media (max-width:1199px) {
  .show-lg {display: none;}
}
@media (min-width:1200px) {
  .hide-lg {display: none;}
}



/* wireframe */
.container,
.container-l {
  margin-left: auto;
  margin-right: auto;
}
.container {
  max-width: 980px;        /* ページの幅 */
}
.container-l {
  max-width: 1554px;        /* ページの幅 */
}
.garter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width:768px) {
  .garter {
  padding-left: 16px !important;
  padding-right: 16px !important;
  }
}
@media (min-width:801px) {
  .row {
      display: -webkit-flex;
    display: flex;
  }
}



/* navigation ナビゲーション全般 */
.nav {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.nav a {
  display: block;
  text-decoration: none;
}



/* header footer*/
.header-copy {
  background-color: #6c8029;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.header,
.footer {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  background-color: #6c3a83;
}
.header-contact > * {
  display: inline-block;
  margin: 10px 6px 0;
  width: 201px;
  height: 48px;
}
.footer-copy {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .header,
  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header {
    background-image: url(images/all/bg.png);
    background-position: center top;
  }
  .footer {
    background-image: url(images/all/footer-bg.png);
    background-position: center top;
  }
  .header .row,
  .footer .row {
      display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    height: 150px;
    box-sizing: border-box;
  }
  .header-logo,
  .footer-logo {
      -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
  }
  .header-contact,
  .footer-contact {
      -webkit-flex-grow: 1;
    flex-grow: 2;
    text-align: right;
  }
  .footer-copy {
    margin-right: 40px;
    font-size: 15px;
  }
}
/* footer */
.navf {
  background-color: #6c8029;
  line-height: 3;
}
.navf a {
  color: #fff;
}
.navf a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .navf {
      display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 2;
  }
  .navf a {
    margin: 0 20px;
  }
  .footer .row {
      display: -webkit-flex;
    display: flex;
    height: 149px;
  }
  .header-logo {
      -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: left;
  }
  .header-contact {
      -webkit-flex-grow: 1;
    flex-grow: 2;
    text-align: right;
  }
}
@media (min-width:801px) {
  .navf a {
    font-size: 12px;
  }
}




/* navg = global nav グローバルナビゲーション */
.navg {
  margin-bottom: 40px;
  background-image: url(images/all/nav-bg.png);
}
.navg-menu a {
  display: block;
  text-align: center;
}
.navg-menu a,
.navg-menu a:hover {
  transition: 0.3s background-color linear 0s;
}
.navg-menu a:hover {
  background-color: rgba(255,255,255,0.2);
}
@media (max-width: 800px) {
  .navg {
    padding: 6px 0 0;
    background-size: auto 44px;
  }
  .navg-icon {
    display: none;
  }
  .navg-menu {
    margin-top: 6px;
  }
  .navg-menu a {
    padding: 5px 0 6px;
  }
}
@media (min-width:801px) {
  .navg-menu a {
      -webkit-flex-grow: 1;
    flex-grow: 1;
    border-left: 1px solid #000;
  }
  .navg-menu a:last-child {
    border-right: 1px solid #000;
  }
  .navg-icon {
    display: block;
    margin: 0 auto;
  }
}

/* global navigation menu btn グローバルナビメニューボタン */
.navg-btn {
    display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 10px;
  padding: 0 6px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  cursor: pointer;
}
.navg-icon-menu {
  margin-right: 10px;
  padding-bottom: 6px;
  width: 40px;
}
.navg-btn-bar {
  width: 40px;
  height: 5px;
  background-color: #fff;
}
.navg-btn-bar + .navg-btn-bar {
  margin-top: 6px;
}
.navg-btn-menu {
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5em;
}
@media (min-width:801px) {
  .navg-btn {
    position: fixed;
    top: -100px;
    left: -100px;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
}




/* main & side */
.main,
.side {
  margin-bottom: 80px;
  box-sizing: border-box;
}
.side {
}
@media (min-width:801px) {
  .side {
    flex-shrink: 0;
    margin-left: 20px;
    width: 290px;
  }
}



/* side */
.news {
  padding: 16px;
  box-shadow: 10px 10px 10px rgba(192,192,192,0.5);
  background-image: url(images/news-bg.png);
}
.news-heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.news-content {
  margin-bottom: 16px;
}
.top-news-time {
  display: block;
  margin-bottom: 6px;
}
.news-stamp {
  padding: 1px 1em;
  border: 1px solid #000;
  font-weight: bold;
}
@media (min-width: 801px) {
  .top-news {
    font-size: 12px;
  }
}





/* heading */
.page-title {
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px rgba(64,64,64,0.5);
}



/* index.html */
.top-greeting {
  margin-bottom: 32px;
  padding: 24px;
  box-shadow: 5px 5px 15px rgba(64,64,64,0.3);
  background-image: url(images/top-greeting-bg.png);
}
.top-greeting-head {
  margin-bottom: 1em;
}
.top-greeting p {
  margin: 0;
  text-indent: 1em;
  line-height: 2;
}
.top-nav {
  margin: 0 auto 20px;
  max-width: 211px;
  box-shadow: 5px 5px 15px rgba(64,64,64,0.5);
}
@media (min-width:801px) {
  .top-greeting p {
    font-weight: bold;
  }
  .top-nav + .top-nav {
    margin-left: 20px;
  }
}


/* about.html */
.about-list {
  margin: 0;
  padding-bottom: 1em;
  width: 80%;
}
.about-rei {
  font-size: 16px;
}
.about-img {
  text-align: right;
}
.about-container {
  margin-top: 40px;
  padding-bottom: 32px;
  border-top: 6px solid #440063;
  box-shadow: 5px 5px 15px rgba(64,64,64,0.5);
  color: #666;
}
.about-container h2 {
  margin-left: -20px;
  font-size: 20px;
}
.about-profile {
  padding-top: 20px;
  padding: 20px 32px;
  min-height: 247px;
  background-image: url(images/about-greeting.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  font-size: 16px;
  font-weight: bold;
}
.about-greeting {
  padding: 20px 32px 0;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .about-img {
    display: none;
  }
  .about-container p {
    margin: 16px 20px 0;
  }
}
@media (min-width:801px) {
  .about-rei {
    padding: 0 1em;
  }
}


/* consltation.html */
.cons-up {
  font-size: 18px;
  font-weight: bold;
}
.cons-flow li {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}
.cons-flow ol li:nth-of-type(n+2):before {
  content: url(images/flow.png);
  position: absolute;
  top: -32px;
  left: 100px;
}

@media (min-width: 801px) {
  .cons {
    background-image: url(images/consultation-bg.png);
    background-repeat: no-repeat;
    background-position: right 80px;
    font-size: 16px;
  }
  .cons-up {
    font-size: 20px;
  }
}


/* experience.html */
.ex-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
.ex-head {
  padding: 10px 10px 12px 56px;
  border-bottom: 2px dashed #ccc;
  background-image: url(images/experience-icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 20px;
}
.ex-name {
    -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 16px;
  padding: 6px 10px;
  background-color: #edf0e5;
  font-weight: bold;
}
.ex-turn {
  font-weight: bold;
}
@media (min-width: 801px) {
  .ex-content .row {
    align-items: flex-start;
  }
  .ex-head {
    padding: 10px 10px 12px 70px;
    background-position: 20px center;
    font-size: 25px;
  }
  .ex-name {
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 24px;
    padding: 20px 10px;
    width: 106px;
    text-align: center;
  }
  .ex-turn {
    font-size: 20px;
  }
}




/* access.html */
.access {
  margin: 20px;
}
.access-name {
  font-size: 24px;
  font-weight: bold;
}
.access-data th {
  width: 80px;
  text-align: left;
}
.access-data td {
  font-weight: bold;
}
@media (min-width:801px) {
  .access {
    background-image: url(images/access-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
}

iframe {
    width: 100%;
}