@charset "UTF-8";
/* --------------------------------------------------
    COMMON
-------------------------------------------------- */
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important; }
.border { border-width: 2px !important; }
.bg-lightblue {	background: #f3f3f3; }

/* 半円背景各種
-------------------------------------------------- */
/* 半月（背景白） */
.half-white:after { background-color: #fff; }
/* 半月（背景薄青） */
.half-lightblue:after { background: #f3f3f3; }
/* 半月（背景緑） */
.half-info:after { background:#0a0a0a; }
/* 共通 */
.half {
    width: 120%;
    height: 150px;
    border-top-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    position: absolute;
    top: 0;
    left: -10%;
}

.half:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	font-size: 1.2rem;/*サイズ*/
	color: #b5b5b5;
	padding: 0 10px;
	vertical-align: middle;
}
/* --------------------------------------------------
    header
-------------------------------------------------- */
header .container-fluid {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: 50% 100%;
}
@media screen and  ( max-width : 767px ) {
  header .container-fluid {
  	height: 95vh;
  }
}
/*    グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #fff;
}
/* --------------------------------------------------
    トップページ
-------------------------------------------------- */
body {
  overflow: hidden;
}
.balloon {
	width: 130px;
	height: 130px;
	top: -50px;
	z-index: 10;
	left: -20px;
	font-size: 15px;
}
.balloon-s {
	width: 110px;
	height: 110px;
	top: -20px;
	z-index: 10;
	left: -20px;
	font-size: 14px;
}
.balloon:before, .balloon-s:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 30px solid #0a0a0a;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* table tr:last-child {
	border-bottom: 1px solid #dee2e6;
}
table tr:nth-child(even) {
	background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #E4E9EF;
} */
/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */
.season {
	width: 70px;
	height: 70px;
	left: 10px;
	padding: 0.34em;
}
.season div {
	display: block;
	width: 100%;
	height: 100%;
	border: 2.4px dotted #fff;
}
.title {
	border-bottom: 2px solid #0a0a0a;
}
.stripe {
	background: repeating-linear-gradient(90deg, #fff 0, #fff 40%, #0a0a0a 40%, #0a0a0a 60%, #fff 60%, #fff 70%);
}

/* トップページ　メイン画像
------------------------------------------------------------*/
#mainImg {
	position: relative;
	z-index: -1;
  height: 100vh;
}
#mainImg img{
width:100%;

/* height:calc(100vh - 74px); */
object-fit: cover;
}

#mainImg .jumbotron-fluid {
  padding: 0;
}
#mainImg .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  z-index: 1;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mainImg .catch img {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: 30%;
  max-width: 718px;
  max-height: 414px;
  object-fit: initial;
}
.slider .slider01, .slider .slider02, .slider .slider03 {
  padding-bottom: 880px;
}
.slider .slider01 {
  background: url("../img/image1.jpg")  no-repeat center / cover;
}
.slider .slider02 {
  background: url("../img/image2.jpg")  no-repeat center / cover;
}
.slider .slider03 {
  background: url("../img/image3.jpg")  no-repeat center right / cover;
}
@media screen and  ( min-width : 768px ) {
  #mainImg {
    height: 100%;
  }
  .slider .slider01, .slider .slider02, .slider .slider03 {
    padding-bottom: 880px;
  }
  .slider .slider01 {
    background: url("../img/image1.jpg")  no-repeat center / cover;
  }
  .slider .slider02 {
    background: url("../img/image2.jpg")  no-repeat center / cover;
  }
  .slider .slider03 {
    background: url("../img/image3.jpg")  no-repeat center / cover;
  }
}
@media (min-width: 991.99px) and (max-width: 1500px) {
#mainImg .catch img {

}
}
@media screen and (max-width: 991.98px) {
#mainImg .catch img {
  top: 20%;
  height: auto;
  width: 45%;
}
#mainImg .catch h1 {
  font-size: 2rem;
}
#mainImg .catch h2 {
  font-size: 1rem;
}
}
@media screen and (max-width: 767.98px) {
#mainImg .catch img {
  height: auto;
  width: 50%;
}
}
@media screen and (max-width: 480px) {
.slider .slider01, .slider .slider02, .slider .slider03 {
  padding-bottom: 735px;
}
#mainImg .catch img {
  width: 65%;
}
#mainImg .catch h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem!important;
}
#mainImg .catch h2 {
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 5px 5px 5px 15px;
}
}

.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 (max-width: 767.98px) {
  .logo {
    max-width: 270px;
  }
}

a.text-info:focus, a.text-info:hover {
	color: #000!important;
  opacity: 0.7;
}

.bg-info {
  background: #0a0a0a!important;

}

.btn-info {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  border: 1px solid #0a0a0a;
}

.btn-info:hover {
  background-color: #fff;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.text-info {
  color: #0a0a0a!important;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
      background: url("../img/menu.png")  no-repeat center / cover;
}

.googlemap iframe {
  width: 100%;
  height: 500px;
}
@media screen and  ( max-width : 767px ) {
  .googlemap iframe {
    height: 400px;
  }
}

.youtube {
    text-align: center;
}
.youtube iframe {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    height: auto;
}

/*    診療時間
-------------------------------------------------- */
table.timeTable {
    table-layout: fixed;
}
table.timeTable thead th {
    background: #0a0a0a;
    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: #f3f3f3;
    color: #0a0a0a;
}
table.timeTable th:last-child {
    border-right: 1px solid #0a0a0a;
}
table.timeTable td {
    text-align: center;
    color: #0a0a0a;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #0a0a0a;
}
@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 #ddd;
    padding: 1.25em 1em;
    vertical-align: top;
    background: #fff;
    border: 1px solid #ddd;
}
table.tableDefault thead th {
    background: #0a0a0a;
    color: #fff;
}
table.tableDefault tbody th {
    background: #0a0a0a;
    color: #fff;
    white-space: nowrap;
    width: 23%;
    border-bottom: 1px solid #fff;
}
table.tableDefault tbody tr:last-child th {
    border: 1px solid #ddd;
}
@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;
    }
}

.text-center {
  text-align: center;
}

.h2, h2 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.h3, h3 {
    font-size: 1.6rem;
    position: relative;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		line-height: 1.4em;
    font-weight:700;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
text-align: center;
margin:0.5em 0 1.5em;
}
h3:after {
  position: absolute;
  content: "";
  background: #948671;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
.h4, h4 {
    font-size: 1.2rem;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    margin-bottom: 1.5em;
    font-weight: 700;
}
h4.h4_border {
  border-left:5px solid #0a0a0a;
  padding: 12px 16px 12px;
  margin:0 0 20px!important;
  background: #f3f3f3;
}
.highlight h4.h4_border, .bg-light h4.h4_border, .bg-lightblue h4.h4_border {
  background: #fff;
}
h5 {
	font-size: 1.1rem;
	font-weight: 700;
	padding: 8px 0;
	color: #000000;
	border-bottom:1px dashed #0a0a0a;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	margin-bottom: 0.75em;
}
@media screen and (max-width: 1100px) {
  .h1, h1 {
      font-size: 1.8rem;
  }
  .h2, h2 {
      font-size: 1.6rem;
  }
  .h3, h3 {
      font-size: 1.4rem;
  }
}

/*    リンクボタン
-------------------------------------------------- */
.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: #948671 !important;
    background: #fff;
    border: 1px solid #948671;
    border-radius: 0;
    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 #948671;
    border-right: 1px solid #948671;
    -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: #948671;
    -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;
}
.button:hover {
    color: #fff !important;
    border-color: #948671;
    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 {
    border-color: #fff;
    right: 3%;
    -webkit-transition: .2s;
    transition: .2s;
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
}
@media screen and (min-width: 768.99px) {
    .button + .button {
        /*margin-left: 5px;*/
    }
}
@media screen and (max-width: 767.98px) {
    .button + .button {
        /*margin-top: 5px;*/
    }
}

.buttons .button {
  max-width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .buttons .button {
    max-width: 100%;
  }
}


/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 0 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #0a0a0a;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 11px;
    width: 5px;
}
@media screen and (min-width: 768.99px) {
    .floatList li {
        float: left;
        margin-right: 10px;
    }
    .ul01.col2 li {
      float: left;
      width: 45%;
    }
}
/*    丸数字
-------------------------------------------------- */
.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 #0a0a0a;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}

/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    /*font-family: "Noto Sans JP";*/
    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: #0a0a0a;
}
a:focus, *:focus {
    outline: none;
		text-decoration: none;
}
a:hover {
    color: #0a0a0a;
    text-decoration: underline;
}
.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;
}
.mt0 {
    margin-top: 0 !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !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: 75% !important
}
.textRed {
  color: #ff0000;
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #f3f3f3;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.light {
    background: #f3f3f3;
}
.highlight .highlight, .bg-lightblue .highlight {
  background: #fff;
}
.borderBox {
    padding: 2% 4%;
    border: 2px solid #0a0a0a;
    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: 768.98px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768.99px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.color01 {
    color: #0a0a0a;
}
.color02 {
    color: #948671;
}
.lead {
    color: #0a0a0a;
}
.lead:after {
  content: none;
}
.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    font-size: 140%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
.date {
    text-align: right;
    margin-top: -10px;
}
@media only screen and (min-width: 768.99px) {
    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: 768.98px) {
    img, img.alignright, img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}
/*    ページ送り
-------------------------------------------------- */
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: #f3f3f3;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #0a0a0a;
    color: #0a0a0a;
}
ul.pageNav li span {
    background: none;
    color: #0a0a0a;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #0a0a0a;
    border-color: #0a0a0a;
}
/*    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;
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
/*.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff!important;
}*/
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-dark .navbar-toggler {
	border: 2px solid #FFF;
	    background: #0a0a0a;
}
.breadcrumb-item a.text-dark:focus, .breadcrumb-item a.text-dark:hover {
    color: #fff!important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 160 233);
}
.bg-dark {
    background-color: #060c09!important;
}
.bg-light {
    background-color: #f3f3f3!important;
}
.bg-dark2 {
    background-color: rgba(245,145,22,.6);
}
.bg-blue {
  background: #0a0a0a!important;
}
@media screen and  ( max-width : 767px ) {
  .bg-blue2 {
    background:#21246c;
  }
}


.bg-secondary {
    background-color: #f59116!important;
}
.border-right {
    border-right: 1px solid #fff!important;
}
.border-left {
    border-left: 1px solid #fff!important;
}
.text-dark {
    color: #000000!important;
}
.text-light {
    color: #0a0a0a!important;
}
.text-white, .text-white a {
    color: #fff !important;
}
.bg-stripe {
    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;
}
.btn-secondary {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}
.btn-secondary:hover {
    color: #0a0a0a;
    background-color: #fff;
    border-color: #0a0a0a;
}

/* 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: 99.9%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}
@media screen and  ( max-width : 767px ) {
  .thumbnail-item:after {
    height: 92.8%;
  }
}
@media screen and  ( max-width : 480px ) {
  .thumbnail-item:after {
    height: 90.8%;
  }
}
@media screen and  ( max-width : 380px ) {
  .thumbnail-item:after {
    height: 88.8%;
  }
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin: 0 0 0;
    background: none;
}
@media screen and  ( max-width : 767px ) {
  .thumbnail-item img {
      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;
    }
}
.pt-5 {
  padding-top: 4rem!important;
}
@media screen and  ( max-width : 500px ) {
  input, select, textarea {
    width: 100%;
  }
}

.pagetop {
  position: fixed;
  margin: auto;
  left: auto;
  top: auto;
  bottom: 5%;
  right: 3%;
  width: 70px;
  height: 70px;
  z-index: 100;
}
.pagetop a {
  display: block;
  border: 1px solid #0a0a0a;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
}

.pagetop a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0a0a0a;
  border-right: 2px solid #0a0a0a;
  left: 1%;
  right: 0;
  top: 60%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and  ( max-width : 767px ) {
  .pagetop {
    width: 50px;
    height: 50px;
    z-index: 100;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #0a0a0a;
    border-right: 2px solid #0a0a0a;
    left: 1%;
    right: 0;
    top: 54%;
  }
}

/* 調整
-------------------------------------------------- */
#Navbar ul li a {
  color:rgba(10,10,10,1)!important;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
#Navbar ul li a:hover {
  color:rgba(10,10,10,.7)!important;
}

/* recruit */
.must {
  margin-left: 0.5em;
  padding: 5px 8px 7px;
  border-radius: 5px;
  font-size: 80%;
  display: inline-block;
  line-height: 1;
}
.must.must1 {
    background: #0a0a0a;
    color: #fff;
}
.must.must2 {
    background: #f3f3f3;
		border: 1px solid #0a0a0a;
		color: #0a0a0a;
}
ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 1px solid #dddddd;
    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 a:hover {
 text-decoration: underline;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 8px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #0a0a0a;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

/* service */
table.tableDefault.priceTable tbody th,
table.tableDefault.priceTable tbody td {
    font-weight: normal;
    padding: 0.75em 1em;
    line-height: 1.4;
}
table.tableDefault.priceTable tbody th {
  width: 60%;
}
table.tableDefault.priceTable tbody td {
  text-align: right;
}
@media screen and (max-width: 768.98px) {
    table.tableDefault.priceTable th, table.tableDefault.priceTable td {
        font-size: 85%;
        width: auto !important;
        display: table-cell;
        white-space: normal;
    }
}
@media screen and (max-width: 480px) {
  table.tableDefault.priceTable th, table.tableDefault.priceTable td {
      font-size: 70%;
  }
}
table.tableDefault.priceTable.maintenanceTable thead th {
  text-align: center;
  padding: 0.75em 1em;
}
table.tableDefault.priceTable.maintenanceTable tbody th {
  width: auto;
  background: #b5b5b5;
  color: #0a0a0a;
}
table.tableDefault.priceTable.maintenanceTable tbody td {
  text-align: center;
}
table.tableDefault.priceTable.maintenanceTable .bg-dark {
  background: #948671!important;
  color: #fff;
  border-left: 3px double #ddd;
}
@media screen and (max-width: 768.98px) {
  table.tableDefault.priceTable.maintenanceTable thead th {
    font-weight: normal;
    padding: 0.75em 0.25em;
    line-height: 1.4;
  }
  table.tableDefault.priceTable.maintenanceTable th, table.tableDefault.priceTable.maintenanceTable td {
      font-size: 70%;
      padding: 0.5em 0.25em;
  }
}
@media screen and (max-width: 480px) {
  table.tableDefault.priceTable.maintenanceTable th, table.tableDefault.priceTable.maintenanceTable td {
    font-size: 60%;
  }
}

/* sales */
p.price {
    text-align: right;
    font-size: 105%;
}

/* ヘッダー調整 */
.headTel {
    position: absolute;
    top: 2%;
    right: 4%;
    z-index: 1;
}
.font-Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.linkBnr .link {
  position: relative;
}
.linkBnr .link a {
  position: relative;
  display: block;
}
.linkBnr .link a:before {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: rgba(10,10,10,.4);
    width: 100%;
    height: 100%;
}
.linkBnr .link a:hover img {
  opacity: 1.0;
}
.linkBnr .link a:hover:before {
    background: rgba(10,10,10,.6);
}
.linkBnr .link a:after {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    bottom: 10px;
    right: 10px;
    border-left: 14px solid transparent;
    border-bottom: 14px solid rgba(255, 255, 255, 1);
    z-index: 1;
}
.linkBnr .link p {
  position: absolute;
  content: "";
  top: 40%;
  right: 0;
  left:0;
  margin:0 auto;
  letter-spacing: 0.1em;
  color: #fff;
  display: table;
  width: 100%;
  height: 100%;
}
.linkBnr .link p:hover {
  cursor: pointer;
}
