@charset "utf-8";

/*
 * "Comfortaa" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

全体の設定

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*body {
  color: #a9a9a9;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}*/

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.bg-darkgray {
  background-color: #a9a9a9;
}

.container,
.container-fulid {
  overflow: hidden;
  padding: 0;
}

/* 見出しを太字に */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
}

/* 英字タイトルをWEBフォントに */
header a,
.display-4,
.display-3,
.lead,
.circle-badges {
  font-family: 'Comfortaa', cursive;
  letter-spacing: 0.05em;
}

/* パンくずリスト */
.breadcrumb {
  background: transparent;
}

.breadcrumb li + li:before {
  content: '»' !important;
}

/* ヘッダー営業時間 */
.top-stitch {
  padding: 0.5rem 0;
  color: #565656;
  background: url(../img/wood_bg.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 0px 4px #4d2910;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.top-stitch p {
  margin: 0;
  padding: 0;
}

/* ロゴマーク */
.logo-mark {
  left: 15%;
  top: -50px;
  z-index: 999;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

/* ロゴマークの中身 */
.logo-mark img {
  top: 33%;
  left: 20%;
}

.main-txt {
  top: 35%;
  right:0;
  left:0;
  margin:auto;
  text-align: center;
}

/* ギザギザ線 */
.zigzag {
  position: relative;
  margin: 5% 0;
  padding: 0;
  background-color: #173c9a;
}

.zigzag::before,
.zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #173c9a 30px, transparent 0), linear-gradient(315deg, #173c9a 30px, transparent 0);
  background-size: 60px 60px;
}

.zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #173c9a 30px, transparent 0), linear-gradient(225deg, #173c9a 30px, transparent 0);
  background-size: 60px 60px;
}

/* 薄い背景のギザギザ線 */
.light-zigzag {
  position: relative;
  margin: 5% 0 0;
  padding: 0;
  background-color: #f3f5fa;
}

.light-zigzag::before,
.light-zigzag::after {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}

.light-zigzag::before {
  top: -60px;
  background: linear-gradient(45deg, #f3f5fa 30px, transparent 0), linear-gradient(315deg, #f3f5fa 30px, transparent 0);
  background-size: 60px 60px;
}

.light-zigzag::after {
  bottom: -60px;
  background: linear-gradient(135deg, #f3f5fa 30px, transparent 0), linear-gradient(225deg, #f3f5fa 30px, transparent 0);
  background-size: 60px 60px;
}

/* ギザギザ線なし */
.zigzag-none:after {
  content: none !important;
}

/* コピーライトのギザギザ線 */
.zigzag-copy {
  position: relative;
  padding-top: 5%;
  background-color: #173c9a;
}

.zigzag-copy::before {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
  top: -60px;
  background: linear-gradient(45deg, #173c9a 30px, transparent 0), linear-gradient(315deg, #173c9a 30px, transparent 0);
  background-size: 60px 60px;
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 54%;
    min-height: 400px;
		border:6px solid #fff;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#access .googlemap {
  position: relative;
  width: 100%;
  padding-top: 52%;
  min-height: 310px;
}
/* ------------------------------
フッター
--------------------------------- */
.stitch {
  padding: 1rem !important;
  margin: 2em 0 !important;
  color: #565656;
  background: url(../img/wood_bg.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 0px 10px #4d2910;
  border: solid 2px #fff;
  border-radius: 8px;
}
.stitch .footLogo {
    display: block;
    margin: 0 auto;
}
.stitch p {
  margin-bottom: .5rem;
}
.stitch p a {
  color: #fff;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

トップページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  margin:0 auto;
  overflow: hidden;
}
.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: auto;
  bottom: 10%;
  left: auto;
  right: 10%;
  margin: auto;
  max-height: 40%;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .mainimage .catch img {
		    max-height: 35%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
		    max-height: 40%;
        top: auto;
        bottom: 5%;
}
}
@media screen and (max-width: 480px) {
	.mainimage .catch img {
		    max-height: 35%;
}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

SAMPLEページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* サンプルトップ画像 */
.main-image {
  background-image: url("../img/image1.jpg");
  background-size: cover;
  background-position: center center;
  height: 220px;
  border-radius: 0;
}
.main-image .lead {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.1em;
}
.main-image .lead span {
  font-size: 18px;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .main-image {
    height: 180px;
  }
  .main-image .lead {
    font-size: 24px;
    margin-top: 20px;
  }
  .main-image .lead span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-image {
    height: 140px;
  }
  .main-image .lead {
    font-size: 22px;
    margin-top: 10px;
  }
  .main-image .lead span {
    font-size: 12px;
  }
}
/* 曜日 */
.circle-badges {
  position: absolute;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e7bc72;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 1.5rem;
  z-index: 999;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

CONTACTページ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 入力フォーム */
input[type]:focus {
  outline: 0;
  box-shadow: none;
  border: 2px solid orange;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

メディアクエリ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
  .logo-mark {
    left: 5%;
    height: 140px;
    width: 140px;
  }
  .logo-mark img {
      top: 30%;
      left: 17%;
      width: 70%;
  }
  .zigzag {
    margin: 10% 0;
  }

  .light-zigzag {
    margin: 10% 0 0;
  }
}

/* END */

/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {

  /* ロゴマークを小さく設定 */
  .logo-mark {
    height: 120px;
    width: 120px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .logo-mark img {
    width: 65%;
    top: 32%;
    left: 18%;
  }

  .lead {
    font-size: 1rem;
  }

  .circle-badges {
    top: -10px;
    width: 100px;
    height: 100px;
  }
}

/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
	============================================== */
@media screen and (max-width: 575.98px) {

  .display-3,
  .display-4 {
    font-size: 2rem;
  }

  .logo-mark {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .logo-mark img {
    top: 25%;
    left: 15%;
    width: 70%;
  }

  .zigzag,
  .light-zigzag {
    margin: 15% 0;
  }

  /*.stitch img {
    width: 100%;
  }*/
}

/* --------------------------------------------------
    追記
-------------------------------------------------- */
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: #111111;
}
a:focus, *:focus {
    outline: none;
		text-decoration: none;
}
a:hover {
    color: #111111;
    text-decoration: none;
}
.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: #f3f5fa;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.light {
    background: #f3f5fa;
}
.highlight .highlight, .bg-light .highlight {
  background: #fff;
}
.light-zigzag .highlight {
  background: #fff;
}
.borderBox {
    padding: 2.5%;
    border: 6px solid #f3f5fa;
    overflow: hidden;
}
.highlight .borderBox, .bg-light .borderBox {
	border-color:#fff;
}
.borderBox2 {
    border: 1px solid #111111;
    padding: 1em 1.5em;
    display: table;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
figure {
    margin: 0 auto 1em;
}
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;
    }
}
/* --------------------------------------------------
    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: #173c9a;
}
.h2, h2 {
    font-size: 2rem;
    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;
    padding: 0.25em 0 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
h2 span {
  font-size: 1.0rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
h2:after {
  position: absolute;
  content: "";
  background: #6c6bad;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
.h3, h3 {
    font-size: 1.5rem;
    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 span {
  color: #111111;
	display: block;
	font-size: 60%;
}
.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;
    font-weight: normal;
}
h4.h4_border {
	border-left: 5px solid #173c9a;
	padding: 14px 16px;
	margin: 25px 0 20px;
	background: #f3f5fa;
	font-weight: 600;
}
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: #173c9a;
}
.highlight h4.h4_border, .bg-light h4.h4_border, .light-zigzag h4.h4_border {
  background: #fff;
}
h4.h4_border span {
    margin-left: 0.75em;
		font-weight: normal;
}
h5 {
	font-size: 1.1rem;
	font-weight: 700;
	padding: 8px 0;
	color: #111111;
	border-bottom:1px dashed #111111;
	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;
}
@media screen and (max-width: 1100px) {
  .h1, h1 {
      font-size: 1.8rem;
  }
  .h2, h2 {
      font-size: 1.6rem;
  }
  .h3, h3 {
      font-size: 1.3rem;
  }
	.h4, h4 {
      font-size: 1.2rem;
  }
}

.color01 {
    color: #173c9a;
}
.color02 {
    color: #6b6cae;
}

.lead {
    color: #111111;
    font-weight: bold;
    font-size: 115%;
    margin: 0 0 10px;
		font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.lead:after {
  content: none;
}
@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.wd300 {
	width: 300px;
	max-width: 100%;
}
img.wd260 {
	width: 260px;
	max-width: 100%;
}
img.wd220 {
	width: 220px;
	max-width: 100%;
}
img.wd180 {
  width: 180px;
	max-width: 100%;
}
img.wd160 {
  width: 160px;
	max-width: 100%;
}
@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;
    }
}

@media (min-width: 768px) {
	.pc-text-center {
		text-align: center;
	}
  .pc-text-right {
		text-align: right;
	}
}
@media (max-width: 767px) {
.sp-text-center {
	text-align: center;
}
.sp-text-right {
	text-align: right;
}
.sp-text-left {
	text-align: left;
}
}
/*    リンクボタン
-------------------------------------------------- */
.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: #1c3f9c !important;
    background: #fff;
    border: 1px solid #1c3f9c;
    border-radius: 0;
    z-index: 0;
    font-size: 14px;
}
.button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1c3f9c;
    border-right: 1px solid #1c3f9c;
    -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: #1c3f9c;
    -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: #1c3f9c;
    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.wd100 {
  max-width: 100%;
}
.button i {
	vertical-align: middle;
	font-size: 120%;
	margin-top: -2px;
	margin-right: 0.5em;
}
.button.secondary {
	color: #1c3f9c!important;
	border-color: #d6e7d5;
}
.button.secondary:after {
	border-color: #1c3f9c;
}
.button.secondary:before {
	background: #d6e7d5;
}
.button.secondary:hover {
    color: #111111 !important;
}
.button.secondary:hover:after {
    border-color: #111111;
}
@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;
}
@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 #1c3f9c;
    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%;
    }
}

/*    テーブル
-------------------------------------------------- */
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: #111111;
    color: #fff;
}
table.tableDefault tbody th {
  background: #173c9a;
  width: 25%;
  font-weight: normal;
  color: #fff;
}
table.tableDefault tbody td {
    background: #fff;
}
@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:0;
  margin-bottom: 10px;
}
table.tableDefault.priceTable th, table.tableDefault.priceTable td {
  background: #fff;
  padding:10px 15px;
}
table.tableDefault.priceTable th {
  width: 50%;
  color: #111111;
}
table.tableDefault.priceTable td {
  text-align: right;
  font-size: 100%;
  color: #ff0000;
}
/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(17,17,17,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(17,17,17,0.7);
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
}
.navbar-dark .navbar-toggler {
	border: 2px solid #FFF;
	    background: #1c3f9c;
}
.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: #173c9a;
}
.bg-dark {
  background: linear-gradient(45deg,  #6b6cae 0%,#6f579b 36%,#6f579b 36%,#4655ab 66%,#173c9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-light {
    background-color: #f3f5fa!important;
}
.bg-dark2 {
    background-color: rgba(51,136,46,.7);
}
.bg-secondary {
    background-color: #1c3f9c!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: #111111!important;
}
.text-light {
    color: #111111!important;
}
.textRed {
    color: #1c3f9c!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: #1c3f9c;
    border-color: #1c3f9c;
}
.btn-secondary:hover {
    color: #1c3f9c;
    background-color: #fff;
    border-color: #1c3f9c;
}
/* --------------------------------------------------
    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;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}

/* card */
.card-body {;
    padding: 0.75rem 0;
}
.card-title {
    margin-bottom: 0.75rem;
    margin-top: 0;
    padding-bottom: 0;
}
.card-title:after {
    content: none;
}
.card-img-top {
    margin-bottom: 0;
}
#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;
	}
}
/* END */
