@charset "utf-8";

/* *****共通設定***** */

main{
    display: block;
    background-color: #d3d3d3;
}
main .btn{
    /*padding-left: 2.5rem;
    padding-right: 2.5rem;*/
    font-size: 1rem;
}
h1 { font-size: 4.5rem; }
h2, h3{
   color: #000000;
}
.gray {
    color: #6c757d;
}
.card-box{
    display: flex;
    flex-wrap: wrap;
}
.card{
    /*border-color: #fff;*/
    background: none;
    border: 0;
    flex:auto;
}
.card-body {
    padding:0;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

/* ヘッダー(navbar) */
.navbar{
    border-bottom: 1px solid #dddddd;
    background-color: #202931;
    padding: 0.75rem 1rem;
}
.navbar .navbar-collapse{
    flex-grow: 0;
    margin-top: 15px;
}
.navbar .navbar-brand{
    /*height:36px;*/
    width: 30%;
    max-width: 285px;
}
.navbar .navbar-brand img{
    /*max-height: 36px;*/
}
.navbar .navbar-nav .active > .nav-link{
    color: #d3d3d3;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,.75);
}
@media screen and (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 85%;
    }
}
@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    height: 60px!important;
    margin-right: 0;
    width: calc(100% - 70px);
    max-width: 200px;
    padding: 0;
}
  .navbar .navbar-brand img {
      margin:0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      font-size: 100%!important;
  }
}

/* フッター */
#footer{
    background: #d3d3d3;
}
#footer.bg-white{
    background: #fff;
}
#footer.bg-white #footer-contents > div{
    border-left: 1px solid #bdbfc2;
    border-right: 1px solid #bdbfc2;
}
#footer.bg-white #footer-contents > div:last-child{
    border-right: 1px solid #bdbfc2;
}
#footer .container{
    color: #000000;
}
#footer .footer-ttl{
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #6b6b6b;
}
#footer a{
    color: #000000;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.75rem;
}
#footer #copyright{
    border-top: 1px solid #6b6b6b;
    background-color: #202931;
    color: #fff;
}
#footer img {
	width: 330px;
}
#footer .foot-logo img {
	width: 285px;
}

#footer .button {
  border:1px solid #202931;
  border-radius: 50px;
  background: #202931;
  color: #fff!important;
}
#footer .button:after {
  border-color: #fff;
}
#footer .button:hover {
  background: #fff;
  color: #202931!important;
  border:1px solid #202931;
}
#footer .button:hover:after {
  border-color: #202931;
}

/* *****トップページ***** */
/* メイン画像 */
h1{
    /*font-weight: bold !important;*/
    color: #000000;
    /*text-shadow: 1px 1px 5px #000, 1px 1px 5px #000;*/
    letter-spacing: 0.05em;
}
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    /*height: 640px;*/
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/top-main.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#page-top section{
    border-bottom: 1px solid #d3d3d3;
    background-color: #d3d3d3;
	padding: 5rem 0;
}
#page-top section:nth-child(odd){
    background-color: #6b6b6b;
}
#page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    position: relative;
    padding:0.35em 0;
    /*color: #fff;*/
}
/*#page-top section .container > h2:after{
    position: absolute;
    content: "";
    border-bottom: 2px dotted #fff;
    width: 30px;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
}*/
#page-top section.bg-light .container > h2{
  /*color: #6b6b6b;*/
}
#page-top section.bg-light .container > h2:after{
  border-color: #4e2c2c;
}
#page-top section .container > h2 + p{
    max-width: 800px;
	margin: 0 auto 50px;
}
/*#page-top section .container .button {
    border: 1px solid #fff;
}*/
#page-top section .container .button:hover {
    border-color: #fff;
}
#page-top section.bg-light .container .button {
  border:1px solid #d3d3d3;
}
#page-top section.bg-light .container .button:hover {
    border-color: #d3d3d3;
}

.card-body .clearfix p,
.card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
.card-body .card-title{
    margin: 15px 0 10px;
    /*color: #fff;*/
    text-align: center;
    font-weight: 700;
    font-size: 120%;
}
 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
}

article > div div header {
	padding: 10px;
}

/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #dddddd;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 0.9rem;
    background: url(../img/dot.png);
}
.breadcrumb a{
    color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
    color: #ffffff;
}
h1.page-ttl {
    font-size:2.2rem;
    text-align: center;
}
#page h1 + span {
    font-size: 1rem;
    font-weight: normal;
    color: #202931;
    line-height: 110%;
    margin-top: 0.5rem;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h1.page-ttl {
      font-size:1.6rem;
  }
  #page h1 + span {
      font-size: 0.8rem;
  }
}

#page article {
    padding: 0;
}

#page section {
    padding: 5rem 0;
}
#page section:nth-child(odd) {
  background: #fff;
}
/*#page section:last-child {
    padding-bottom: 0rem;
}*/
@media screen and (max-width: 575.98px) {
    #page section {
        padding: 2rem 0!important;
    }
}
#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #fff;
    /*border-bottom: 2px solid #dddddd;
    background: url(../img/h1_bg.jpg) no-repeat center;*/
    border-radius: initial;
    background-size: cover;
    margin-top: 1px;
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #6b6b6b;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #d3d3d3;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}

/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #000000;
}
.row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

a {
    color: #000000;
}
a:hover {
    color: #6b6b6b;
}
a:focus, *:focus {
    outline: none;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textBold {
    font-weight: bold;
}
.textLarge {
    font-size: 120% !important
}
.textXLarge {
    font-size: 150% !important
}
.textSmall {
    font-size: 80% !important
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.light {
    background: #6b6b6b;
}
.highlight .highlight, .bg-light .highlight {
  background: #6b6b6b;
}
.borderBox {
    padding: 2% 4%;
    border: 2px solid #d3d3d3;
    overflow: hidden;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
figure {
    margin: 0 auto 1em;
}
section {
    overflow: hidden;
    /*margin-bottom: 5%;*/
}
img {
    width: auto;
    max-width: 100%;
}
a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.color01 {
    color: #4e2c2c;
}
.lead {
    color: #4e2c2c;
    font-weight: bold;
    font-size: 130%;
}
.lead:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lead {
      font-size: 110%;
  }
}
.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    font-size: 130%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    img.alignright, img.alignleft {
        width: 45%;
        max-width: 460px;
        height: auto;
    }
    img.alignright {
        float: right;
        margin-left: 4%;
    }
    img.alignleft {
        float: left;
        margin-right: 4%;
    }
}
@media screen and (max-width: 767px) {
    img, img.alignright, img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}

/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin:0 auto;
  overflow: hidden;
}
.mainimage .logo {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    max-width: 411px;
    z-index: 2;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
  z-index: 1;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 735px;
  max-height: 178px;
  width: 75%;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
    left: 0;
    top: 10%;
    max-width:50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
    max-width: 50%;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .mainimage .catch img {
    top: 0;
    max-width: 70%;
  }
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
    min-height: 335px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border:1px solid #fff!important;
}
#footer-news .googlemap {
  min-height: 425px;
}
@media screen and (max-width: 767px) {
#footer-news .googlemap {
  margin-top: 15px!important;
  margin-bottom: 0;
  min-height: 335px;
}
}

/*    ページ送り
-------------------------------------------------- */
ul.pageNav {
    margin: 20px 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pageNav li span, ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #6b6b6b;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
}
ul.pageNav li span {
    background: none;
    color: #d3d3d3;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #d3d3d3;
    border-color: #d3d3d3;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
    padding: .8em .8em;
    /*font-weight: 600;*/
    letter-spacing: 0;
    color: #202931 !important;
    background: #fff;
    border: 1px solid #202931;
    border-radius: 50px;
    z-index: 0;
    font-size: 16px;
}
.button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #202931;
    border-right: 1px solid #202931;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
/*.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #d3d3d3;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    -webkit-animation: none;
    animation: none;
    border-radius: 5px;
}*/
.button:hover {
    border-color: #202931;
    background: #202931;
    color: #fff!important;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.button:hover:before {
    content: '';
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: none;
    animation: none;
    z-index: -1;
}
.button:hover:after {
    right: 3%;
    -webkit-transition: .2s;
    transition: .2s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
}
@media screen and (min-width: 768px) {
    .button + .button {
        margin-left: 5px;
    }
}
.buttons .button {
    width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767.98px) {
    .button + .button {
        margin-top: 5px;
    }
    .buttons .button {
        width: 100%;
    }
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 5px 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #6b6b6b;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 11px;
    width: 5px;
}
@media screen and (min-width: 768px) {
    .floatList li {
        float: left;
        margin-right: 10px;
    }
}
/*    丸数字
-------------------------------------------------- */
.number_p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
    text-indent: -43px;
}
.number {
    background: none repeat scroll 0 0 #d3d3d3;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
/*    Instagram
-------------------------------------------------- */
#instagram {
    margin: 0 0 10px;
}
#instagram li {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#instagram li:nth-child(3n) {
    margin-right: 0;
}
#instagram li img {
    margin: 0;
}
/*    診療時間
-------------------------------------------------- */
table.timeTable {
    table-layout: fixed;
}
table.timeTable thead th {
    background: #d3d3d3;
    color: #fff;
    border-right: 1px solid #fff;
}
table.timeTable thead th:first-child, table.timeTable tbody th {
    width: 30%;
}
table.timeTable th,
table.timeTable td {
    padding-bottom: 1em;
    padding-top: 1em;
}
table.timeTable th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: auto;
    text-align: center;
    background: #6b6b6b;
    color: #d3d3d3;
}
table.timeTable th:last-child {
    border-right: 1px solid #d3d3d3;
}
table.timeTable td {
    text-align: center;
    color: #d3d3d3;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #d3d3d3;
}
@media screen and (max-width: 768.98px) {
    table.timeTable th, table.timeTable td {
        padding: 5px;
        font-size: 90%;
        display: table-cell;
        border-left: 1px solid #ddd;
        width: auto;
        padding-bottom: 0.75em;
        padding-top: 0.75em;
    }
}
@media screen and (max-width: 575.98px) {
    table.timeTable th, table.timeTable td {
        font-size: 80%;
        padding: 5px;
    }
}
table.tableDefault {
    border-top: 1px solid #ddd;
    width: 100%;
}
table.tableDefault th,
table.tableDefault td {
    border-bottom: 1px solid #6b6b6b;
    padding: 1.25em 1em;
    vertical-align: top;
    background: #fff;
    font-weight: normal;
}
table.tableDefault thead th {
    background: #d3d3d3;
    color: #fff;
}
table.tableDefault tbody th {
    background: #E8E8E8;
    /*color: #fff;*/
    white-space: nowrap;
    width: 25%;
}
@media screen and (max-width: 768.98px) {
    table.tableDefault th, table.tableDefault td {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width:100%!important;
        display: block;
    }
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
    background: #6b6b6b;
    margin-bottom: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
}
.h2title_wrap h2 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
.container h3, .container h4, .container h5, .container h6 {
    /*font-weight: bold;*/
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.container h3 span.sub {
  display: block;
  font-size: 16px;
  color: #4e2c2c;
}
.container p, .container ul, .container dl {
    line-height: 1.75;
}
.container table {
    width: 100%;
}
.container table th, .container table td {
    line-height: 1.4;
}
.container figure figcaption {
    font-size: 92%;
}
.container figure img + figcaption {
    padding-top: 0.5em;
}
.container figure figcaption + img {
    padding-top: 0.5em;
}

h4.border_h4 {
    border-left: 5px solid #d3d3d3;
    background: #6b6b6b;
    padding: 0.5em 0.5em 0.5em 1.25em;
    margin-bottom: 1em!important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 2rem;
}
h2 span {
  font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
h2.h2_title {
    text-align: center;
    color: #fff;
    padding: 1em 0;
    background-color: #d3d3d3!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.h3, h3 {
    font-size: 1.8rem;
    position: relative;
}
h3 {
  text-align: center;
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
}
h3:after {
  position: absolute;
  content: "";
  background: #6b6b6b;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
.h4, h4 {
    font-size: 1.2rem;
    letter-spacing: 0;
}
h4.h4_border {
  border-left:5px solid #6b6b6b;
  padding: 10px 0 10px 15px;
  margin:15px 0!important;
  background: #fff;
}
.highlight h4.h4_border, .bg-light h4.h4_border, section:nth-child(odd) h4.h4_border {
  background: #e8e8e8;
}
@media screen and (max-width: 767px) {
  .h1, h1 {
      font-size: 1.6rem;
  }
  .h2, h2 {
      font-size: 1.6rem;
  }
  .h3, h3 {
      font-size: 1.4rem;
  }
  .container h3 span.sub {
    font-size: 14px;
  }
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-toggler {
    border-color: #fff;
    background: #202931;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #dddddd;
}
.bg-dark {
    background-color: #d3d3d3!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.bg-light {
  background: #fff!important;
}
.border-right {
    border-right: 1px solid #000000!important;
}
.border-left {
    border-left: 1px solid #000000!important;
}
.text-dark {
    color: #000000!important;
}
.btn-outline-warning {
    color: #000000;
    border-color: #000000;
    border-radius: 50px;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
  color: #d3d3d3;
  background-color: #bdbfc2;
  border-color: #bdbfc2;
}
.btn-outline-warning:hover {
  color: #d3d3d3;
  background-color: #bdbfc2;
  border-color: #000000;
  color: #000000;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
.home footer {
    padding-bottom: 3%;
}

.must {
    margin-left: 1em;
    padding: 3px 8px 4px;
    border-radius: 5px;
    font-size: 80%;
    border:1px solid #6b6b6b;
    white-space: nowrap;
}
.must.must1 {
    background: #6b6b6b;
    color: #fff;
}
.must.must2 {
    background: #e8e8e8;
    color:#000000;
}
.telNo {
}
.telNo a {
    color: #fff;
}
@media screen and (max-width: 767px) {
  .jumbotron-fluid.py-5 {
      padding: 1rem 0!important;
  }
  .highlight.contact-highlight {
    padding:0;
  }
}

ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 5px solid #6b6b6b;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 5px 20px;
 position: relative;
 list-style-type: none;
 float: left;
 margin-right: 15px;
}
ul.anchor li a {
 font-weight: normal;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #d3d3d3;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

/*#a01, #a02 {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  #a01, #a02 {
    padding-top: 80px;
    margin-top: -80px;
  }
}*/

.flowBox .flow {
    background: #6b6b6b;
    padding: 2.5%;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
}
.flowBox .flow:after {
    position: absolute;
    content: "";
    border-top: 30px solid #6b6b6b;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    right: 0;
    left: 0;
    bottom: -30px;
    margin: auto;
    width:30px;
    height: 30px;
}
.flowBox .flow:last-child:after {
  content: none;
}

@media (min-width: 1200px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
}
@media (min-width: 992px){
.navbar-brand img.w-75 {
  width: 100%!important;
}
}

/* galleryBox
-------------------------------------------------- */
.galleryBox img {
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  margin:0;
}
.galleryBox figure {
  text-align: left;
}
.galleryBox a {
  text-decoration: none;
  color: #000000;
}
.galleryBox a:hover {
  color: #d3d3d3;
}
.galleryBox a span {
    background: #0d3691;
    color: #fff;
    font-size: 85%;
    padding: 3px 8px;
    display: table;
    margin: 10px 0 5px;
}


/* gallery_slider
-------------------------------------------------- */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
  padding:0;
}
.slide-item img {
  width: auto !important;
  max-height: 50vh;
}
#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.thumbnail-item {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-align: center;
  width: 15.4%;
  margin: 0 0.5%;
}
.thumbnail-item:nth-child(6n) {
  margin-right: 0;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
.thumbnail-item img {
      height: 90px;
      object-fit: cover;
  }
}
#gallery_slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
#gallery_slider.slick-initialized {
  opacity: 1;
}
#gallery_slider li.slide-item span {
  text-align: center;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .slide-item img {
    max-height: 100%;
  }
  .thumbnail-item {
    width: 32.3%;
    margin-right: 1%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 1%;
  }
  .thumbnail-item img {
        height: 120px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 480px) {
  .thumbnail-item img {
        height: 100px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 380px) {
  .thumbnail-item img {
        height: 80px;
        object-fit: cover;
    }
}

/* news */
.newsInner {
    /*overflow: auto;
    max-height: 240px;*/
}
dl.newsDetail {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
dl.newsDetail dt, dl.newsDetail dd {
	float: left;
}
dl.newsDetail dt {
	width: 7.5em;
}
dl.newsDetail a{
	color:#000000;
}
dl.newsDetail a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}

/* news */
.newsInner {
    /*overflow: auto;
    max-height: 240px;*/
}
dl.newsDetail {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
dl.newsDetail dt, dl.newsDetail dd {
	float: left;
}
dl.newsDetail dt {
	width: 7.5em;
}
dl.newsDetail a{
	color:#000000;
}
dl.newsDetail a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}

/* news */
.newsInner {
    /*overflow: auto;
    max-height: 240px;*/
}
dl.newsDetail {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
dl.newsDetail dt, dl.newsDetail dd {
	float: left;
}
dl.newsDetail dt {
	width: 7.5em;
}
dl.newsDetail a{
	color:#000000;
}
dl.newsDetail a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}

/* news */
#page-top .news {
  border:1px solid #fff;
  border-radius: 5px;
}
dl.newsDetail {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
dl.newsDetail dt, dl.newsDetail dd {
	float: left;
}
dl.newsDetail dt {
	width: 7.5em;
}
dl.newsDetail a{
	color:#000000;
}
dl.newsDetail a:hover {
  color: #6b6b6b;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}
.news h4 {
	margin-bottom: 10px!important;
}
.news h4 a {
	color: #000000;
}
.news h4 a:hover {
	color: #d3d3d3;
}
.news .date {
	text-align: right;
}

/* overlay */
.overlay {
    position: relative;
    display: block;
}
.overlay:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.6);
    width: 100%;
    height:100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}
