@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e5eef6;
}
.jumbotron {
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
	border-left: 6px solid #0054a6;
	padding: 8px 0 10px 18px;
	background: #e5eef6;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 700;
	margin-bottom: 1em;
}
.heading span {
	margin-left: 1em;
	color: #0054a6;
	font-size: 90%;
}
.bg-light .heading {
	border-left: 6px solid #0054a6;
	background: #0054a6;
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

.footer-logo {
	max-width: 310px;
	width: 60%;
}
@media screen and (max-width: 767px) {
	.footer-logo {
		max-width: 260px;
		width: 70%;
	}
}


/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

#sec2 {
	padding-bottom: 8rem!important;
}
/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 1199px) {
 #sec2  {
     height: 720px;
 }
 #sec3 h4 {
	 font-size: 90%;
 }
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 768px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 }
} /* END */

@media screen and (max-width: 767px) {
	#sec2  {
			height: 100%;
			padding-bottom: 3rem!important;
	}
}
/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    /*font-family: "Noto Sans JP";*/
    color: #111111;
		font-size: 16px;
		line-height: 1.8;
}
.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: #0054a6;
}
a:focus, *:focus {
    outline: none;
		text-decoration: none;
}
a:hover {
    color: #0054a6;
    text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
.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;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !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: 75% !important
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #e5eef6;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.dark {
    background: #0054a6;
}
.highlight.dark p {
	color: #fff;
}
.highlight .highlight, .bg-light .highlight {
  background: #fff;
}
.borderBox {
    padding: 2.5%;
    border: 6px solid #e5eef6;
    overflow: hidden;
}
.highlight .borderBox, .bg-light .borderBox {
	border: 4px solid #fff;
}
.borderBox2 {
    border: 1px solid #111111;
    padding: 1em 1.5em;
    display: table;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.verMiddle {
	vertical-align: middle;
}
figure {
    margin: 0 auto 0.5em;
}
figure figcaption {
    text-align: center;
}
figure img {
    margin: 0 auto 5px;
}
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: #0054a6;
}
.color02 {
    color: #002069;
}
.color03, .color03 a {
	color: #003c71;
}
.lead {
    color: #0054a6;
    font-weight: bold;
    font-size: 125%;
    margin: 0 0 10px;
}
.lead span {
    position: relative;
    display: block;
    z-index: 1;
}
.lead span:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: calc(100% - 10em);
    height: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
	.lead {
	    font-size: 105%;
	}
}

.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;
}
.caution {
    font-size: 90%;
    color: red;
    line-height: 1.3;
}
img.wd260 {
	max-width: 260px;
}
img.wd220 {
	max-width: 220px;
}
img.wd180 {
	max-width: 180px;
}
img.wd160 {
	max-width: 160px;
}
@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%;
  margin:0 auto;
  overflow: hidden;
	/*border-top:1px solid #fff;*/
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  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-height: 48%;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
		    max-height: 10%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
	max-height: 15%;
}
}
@media screen and (max-width: 480px) {
  .mainimage .catch img {
    max-height: 20%;
  }
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 54%;
    min-height: 400px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.googlemap.borderLine {
		border:6px solid #fff!important;
}

#sec9 .googlemap {
	padding-top: 24%;
}
/*    ページ送り
-------------------------------------------------- */
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: #e5eef6;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #0054a6;
    color: #0054a6;
}
ul.pageNav li span {
    background: none;
    color: #0054a6;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #0054a6;
    border-color: #0054a6;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 240px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
    padding: .6em .8em;
    font-weight: normal;
    letter-spacing: 0;
    color: #002069 !important;
    background: #fff;
    border: 1px solid #002069;
    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 #002069;
    border-right: 1px solid #002069;
    -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: #002069;
    -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: #002069;
    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;
}
.button i {
	vertical-align: middle;
	font-size: 120%;
	margin-top: -2px;
	margin-right: 0.5em;
}
.button.instagram {
	background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    color: #fff!important;
		border-color: #eb6253;
}
.button.instagram:before {
	background: #f1c749;
}
.button.instagram:after {
	border-color: #fff;
}
.button.instagram:hover {
	border-color: #f1c749;
}
.button.instagram.w-300 {
	max-width: 300px;
}
.button.line {
	background: #00b900;
	border-color: #00b900;
	color: #fff!important;
}
.button.line:before {
	background: #fff;
}
.button.line:after {
	border-color: #fff;
}
.button.line:hover {
	color: #00b900!important;
}
.button.line:hover:after {
	border-color: #00b900;
}
@media (min-width: 768px) and (max-width: 991px) {
	.button i {
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
}
@media screen and (min-width: 768px) {
    .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;
}
.buttons.col3 .button {
  max-width: calc((100% - 10px) / 3);
}
@media screen and (max-width: 480px) {
  .buttons .button, .buttons.col3 .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 #002069;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 12px;
    width: 5px;
}
.ul01 li ul {
	overflow: hidden;
	padding:0;
}
.ul01 li ul li {
	float: none;
}
.ul01 li ul li:before {
	background: none repeat scroll 0 0 #111111;
	top: 12px;
	left: 7px;
	height: 3px;
	width: 3px;
}
@media screen and (min-width: 768px) {
    .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 #0054a6;
    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: #0054a6;
    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: #e5eef6;
    color: #0054a6;
}
table.timeTable th:last-child {
    border-right: 1px solid #0054a6;
}
table.timeTable td {
    text-align: center;
    color: #0054a6;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #0054a6;
}
@media screen and (max-width: 767px) {
    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: 0.75em 1em;
    vertical-align: top;
}
table.tableDefault thead th {
    background: #0054a6;
    color: #fff;
}
table.tableDefault tbody th {
    background: #e5eef6;
    /*color: #0054a6;*/
    /*white-space: nowrap;*/
    width: 25%;
		font-weight:normal;
}
@media screen and (max-width: 767px) {
    table.tableDefault th, table.tableDefault td {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width:100%!important;
        display: block;
				font-size: 90%;
    }
}

table.tableDefault.priceTable {
    border: 1px solid #ddd;
}
table.tableDefault.priceTable th, table.tableDefault.priceTable td {
    border: 1px solid #ddd;
}
table.tableDefault.priceTable tbody th {
	text-align: left;
	font-weight:normal;
	width:75%;
	font-size: 110%;
}
table.tableDefault.priceTable tbody td {
	text-align: right;
	padding: 0.25em 0.5em;
	font-size: 110%;
	color: #002069;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
table.tableDefault.priceTable th, table.tableDefault.priceTable td {
			font-size: 100%;
			padding:5px 15px!important;
	}
table.tableDefault.priceTable.noBorder, table.tableDefault.priceTable.noBorder tr:last-child td	{
	border-bottom: 0;
}
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
    background: #e5eef6;
    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;
}
article.container h3, article.container h4, article.container h5, article.container h6 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
article.container p, article.container ul, article.container dl {
    line-height: 1.75;
    margin-bottom: 1.25em;
}
article.container table {
    width: 100%;
}
article.container table th, article.container table td {
    line-height: 1.4;
}
article.container figure figcaption {
    font-size: 92%;
}
article.container figure img + figcaption {
    padding-top: 0.5em;
}
article.container figure figcaption + img {
    padding-top: 0.5em;
}

h4.border_h4 {
    border-left: 5px solid #0054a6;
    background: #e5eef6;
    padding: 0.5em 0.5em 0.5em 1.25em;
    margin-bottom: 1em!important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
    font-size: 2.2rem;
}
h1 {
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h1:first-letter {
	color: #0054a6;
}
h1 span {
	display: block;
	font-size: 18px;
	color: #0054a6;
	margin-top: 0.25em;
}
.h2, h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-weight:700;
}
h2 span {
  /*font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;*/
}
.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;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
  margin:0.5em 0 1.5em;
  font-weight: 700;
}
h3:after {
  position: absolute;
  content: "";
  background: #0054a6;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
h3 span {
  color: #0054a6;
	display: block;
	/*font-size: 60%;*/
}
h3.noBorder {
	margin-bottom:0;
}
h3.noBorder:after {
	content: none;
}
.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;
}
h4.h4_border {
	border-left: 5px solid #0054a6;
	padding: 14px 16px;
	margin: 25px 0 20px;
	background: #e5eef6;
	font-weight: 600;
	line-height: 1.4;
}
h4.h4_border .textXLarge {
	vertical-align: text-bottom;
	line-height: 1.0;
	color: #111111;
}
h4.h4_border a {
	color: #111111;
}
h4.h4_border a:hover {
    color: #002069;
}
.highlight h4.h4_border, .bg-light h4.h4_border {
  background: #fff;
}
h4.h4_border span {
    margin-left: 0.75em;
		color:#0054a6;
		font-weight: normal;
}
h5 {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 8px 0;
	color: #0054a6;
	border-bottom:1px dashed #0054a6;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	margin-bottom: 0.5em;
}
h6 {
	font-size: 1.1rem;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    border-bottom: 2px solid #e5eef6;
		padding-bottom: 0.5em;
}
@media screen and (max-width: 1100px) {
  .h1, h1 {
      font-size: 1.6rem;
  }
  .h2, h2 {
      font-size: 1.5rem;
  }
  .h3, h3 {
      font-size: 1.4rem;
  }
	.h4, h4 {
      font-size: 1.2rem;
  }
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,84,166,1.00);
}

/*.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff!important;
}*/
 .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0,84,166,0.7);
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
}
.navbar-dark .navbar-toggler {
	border: 2px solid #FFF;
	    background: #0054a6;
}
.breadcrumb-item a.text-dark:focus, .breadcrumb-item a.text-dark:hover {
    color: #fff!important;
}
.breadcrumb-item.active {
    color: #111111;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 160 233);
}
.bg-dark {
    background-color: #0054a6!important;
}
.bg-light {
    background-color: #e5eef6!important;
}
.bg-dark2 {
    background-color: rgba(0,84,166,.7);
}
.bg-secondary {
    background-color: #002069!important;
}
.border-right {
    border-right: 1px solid #fff!important;
}
.border-left {
    border-left: 1px solid #fff!important;
}
.text-dark {
    color: #111111!important;
}
.text-dark2 {
    color: #0054a6!important;
}
.text-light {
    color: #0054a6!important;
}
.textRed {
    color: #ff0000!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: #002069;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #002069;
    border-color: #fff;
}
/* --------------------------------------------------
    font
-------------------------------------------------- */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif !important;
}

.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, sans-serif !important;
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
.header-logo img {
    max-width: 310px;
    width:95%;
		margin:0;
}
@media (min-width: 768px) and (max-width: 1030px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    font-size: 72%;
	}
}
@media (min-width: 768px) {
.navbar-box .container {
	/*max-width: 100%;*/
}
.navbar-expand-md .navbar-nav .nav-link {
	padding:.5rem 0;
	color: rgba(0,84,166,1.00);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0,84,166,0.7);
}
.nav-item {
		border-left: 1px solid #b2cbe4;
}
.nav-item.nav-right {
		border-right: 1px solid #b2cbe4;
}
}

.font-Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.text-white a, a .text-white {
	color: #fff!important;
}

.border {
    border: 1px solid #e5eef6!important;
		background: #fff;
		padding:3px;
}

@media (min-width: 768px) {
.pc-mr-4 {
    margin-right: 1.5rem!important;
}
.pc-mt-4 {
    margin-top: 1.5rem!important;
}
.pc-mt-5 {
    margin-top: 3rem!important;
}
.pc-mt-6 {
    margin-top: 4.5rem!important;
}
}

@media (min-width: 768px) {
	.pc-text-center, .pc-textCenter {
		text-align: center;
	}
}
@media (max-width: 767px) {
.sp-text-center, .sp-textCenter {
	text-align: center;
}
}

.must {
	margin-left: 1em;
	padding: 0px 8px 2px;
	border-radius: 5px;
	font-size: 80%;
	display: inline-block;
}
.must.must1 {
    background: #0054a6;
    color: #fff;
}
.must.must2 {
    background: #e5eef6;
		border: 1px solid #0054a6;
		color: #0054a6;
}
.telNo {
  margin: 0.5rem;
}
.telNo a {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    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: 1px solid #dddddd;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 0 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: 9px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #0054a6;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

/* galleryBox */
.galleryBox figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.galleryBox figure a {
  text-decoration: none;
  color: #1a1a1a;
}
.galleryBox figure a:hover {
  color: #008d34;
}
@media only screen and (max-width: 1199px) {
  .galleryBox figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
}
@media only screen and (max-width: 991px) {
  .galleryBox figure img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
}
@media only screen and (max-width: 767px) {
  .galleryBox figure img {
      height: 145px;
      object-fit: cover;
  }
}
@media only screen and (max-width: 480px) {
  .galleryBox figure img {
      height: 240px;
      object-fit: cover;
  }
	.galleryBox .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 380px) {
  .galleryBox figure img {
      height: 180px;
      object-fit: cover;
  }
}
.galleryBox figcaption {
	margin: 5px auto 10px;
	text-align: left;
	font-size: 90%;
	line-height: 1.4;
}
.galleryBox figcaption span {
  display: table;
  background: #008d34;
  color: #fff;
  font-size: 80%;
  padding: 3px 10px;
  margin-top: 3px;
}

/* works */
#gallery_slider {
  width: 100%;
  margin: 0 auto 20px;
	text-align: center;
	padding:0;
}
#gallery_slider .slide-item img {
  width: auto !important;
	height: 100%!important;
  max-height: 50vh;
}
#thumbnail-list {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
			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.8%;
  margin-right: 1%;
	list-style: none;
}
.thumbnail-item:nth-child(6n), .thumbnail-item:last-child {
  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: 110px;
    object-fit: cover;
    margin: 0 0 10px;
}
@media only screen and (max-width: 990px) {
.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) {
	#gallery_slider {
	  margin: 0 auto 40px;
	}
	#gallery_slider .slide-item img {
	  max-height: 100%!important;
		height: 25vh!important;
	}
  .thumbnail-item {
    width: 32.3%;
    margin-right: 1%;
		margin-bottom: 1%;
  }
  .thumbnail-item:nth-child(3n) {
    margin-right: 0;
  }
	.thumbnail-item img {
	    margin: 0;
	}
}
@media only screen and (max-width: 480px) {
	.thumbnail-item {
	    width: 32%;
	    margin-right: 2%;
	    margin-bottom: 2%;
	}
	.thumbnail-item img {
	    height: 60px;
	    object-fit: cover;
	}
}
@media only screen and (max-width: 360px) {
	.thumbnail-item img {
	    height: 45px;
	    object-fit: cover;
	}
}

@media screen and  ( min-width : 768px ) {
	.row.reverse {
		flex-direction: row-reverse;
	}
}

/* card */
@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
}

ol.ol01 {
  margin: 0 auto;
  counter-reset: number 0;
  list-style-type: none;
	padding: 0;
}
ol.ol01 > li {
  position: relative;
  padding: 0 0 0 2.0em;
  margin-bottom: 5px;
}
ol.ol01 > li:before {
  counter-increment: number 1;
  content: "" counter(number);
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: .3em 0 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #0054a6;
  border: 0;
  border-radius: 50%;
  font-size: 85%;
}
ol.ol01 > li > .ol01 {
  margin:5px 0;
}
@media only screen and (max-width: 767px) {
	ol.ol01 > li:before {
	  padding: .4em 0 0;
	}
}

/* textBox */
.texBox {
    width: 100%;
    border: 1px solid #002069;
}
.texBox .telTitle {
    text-align: center;
    padding:5px 10px;
    font-size: 20px;
    background-color: #002069;
    color: #fff;
    font-weight: 700;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.texBox .telTxt {
    padding: 10px 20px;
    text-align: center;
    background: #fff;
}
.texBox .telTxt .tel {
    font-size: 26px;
}

/* arrow */
.arrow {
 position: relative;
 width: 100%;
 margin-bottom: 30px;
 overflow: initial;
}
.arrow:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin: 0 0 0 -30px;
    width: 0px;
    height: 0px;
    border: 30px solid transparent;
    border-top: 20px solid #0054a6;
}

/* news */
.newsInner {
}
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:#111111;
}
dl.newsDetail a:hover {
	color:#002069;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	dl.newsDetail dt, dl.newsDetail dd {
		float: none;
		width: 100%;
	}
}

/* information */
.information h4 {
	margin-bottom: 10px!important;
}
.information .date {
	text-align: right;
}

/* support */
h5.no {
    line-height: 1.6;
}
h5.no span {
	background: #422912;
	padding: 0px 11px 6px;
	font-size: 85%;
	color: #fff;
	border-radius: 50%;
	margin-right: 0.5em;
	vertical-align: top;
	width: 30px;
	height: 30px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
h5.no span {
    padding: 3px 10px 6px;
    font-size: 80%;
}
}
/* grid調整 */
.container .container {
	padding-right: 0;
	padding-left: 0;
}
@media (max-width: 767px) {
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}
.col-6.col-md-4, .col-6.col-md-3 {
	padding-right: 5px;
	padding-left: 5px;
}
}
