<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ====== 共通 ====== */

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .navbar-brand {
  width: 20%;
}

header .navbar-brand .logo {
  width: 100%;
}

header .tel {
  font-size: 2rem;
  color: #fff;
}

header .tel a {
  color: #fff;
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  background: #0078c3;/*繫体字用カラー*/
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #6c757d !important;
}

/* ====== TOP IMAGE ====== */

header.top-page {
  /*height: 100vh;*/
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.jumbotron {
  background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.jumbotron .bg-rgba {
  background-color: rgba(255, 255, 255, 0.9);
}

.jumbotron h1 {
  word-wrap: break-word;
}

.jumbotron h2 {
  line-height: 1.8rem;
}
/*スライドショー*/
.slider {
  width: 300px;
　　height: 200px;
　　overflow: hidden;
　　margin: 0 auto;

}
.slider-item {
  width: 300px;
  float: left;
}
img{
  width:100%;
}
.slider-inner {
  width: 300%;
  animation: slider 10s infinite ease;
}

@keyframes slider {
	0% {
	transform: translateX(0);
	}
	33% {
	transform: translateX(-300px);
	}
	66% {
	transform: translateX(-600px);
	}
	100% {
	transform: translateX(0);
	}
}
/*スライドショーここまで*/

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.ttl-bdr {
  font-size: 3rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 50px;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid #000;
  width: 12%;
  margin: 0 auto -15px;
}

/*　各セクション設定

#sec3 {
  background-image: url("../img/bg-staff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sec4 table {
  width: 100%;
  background-color: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse;
}

#sec4 table th,
#sec4 table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#sec4 table th {
  background-color: #002795;
  color: #fff;
}

#sec4 table td {
  width: 14.2%;
}

#sec4 table td:nth-child(7n) {
  background-color: #5197E0;
  color: #fff;
}

#sec4 table td:nth-child(7n+1) {
  background-color: #FF8A8C;
  color: #fff;
}

*/

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px;
}

/* ====== SNS ====== */

iframe {
  width: 100%;
  height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 50%;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem;
  }
}

/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }

  /*#sec3 {
    background-image: none;
  }*/

  header .navbar-brand {
    width: 70%;
  }

  header .navbar-brand .logo {
    width: 100%;
  }

  header .navbar-nav {
    border-top: 1px solid #fff;
  }

  .footer-logo {
    width: 100%;
  }

}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* END */


/*--------------------CSS調整--------------------*/

/*グローバルメニュー&amp;フッター*/

.bg-dark {
    background-color: #0078c3!important;
}

.bg-light {
    background-color: #eaece1!important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	margin: 0 0 0 auto;
}

.navbar-collapse {
	text-align: right;
}

/*メイン見出しデザイン*/

h2 {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff300, #fff300 4px,#fffcc6 3px, #fffcc6 8px);
	background: repeating-linear-gradient(-45deg, #fff300, #fff300 4px,#fffcc6 3px, #fffcc6 8px);
	border-radius: 7px;
}

h2:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
}

.font-weight-bold {
	margin-bottom: 25px;
}

/*サブ見出し調整*/

h3 {
    font-size: 1.5rem!important;
	text-align: left;
}

@media screen and (max-width: 767px){
h3 {
	text-align: center;
}
}

.img-main {
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.img-iwaki{
	font-weight: 700;
	margin-bottom: 20px;}

@media screen and (max-width: 767px){
.img-main,.img-iwaki{
	margin-bottom: 5px!important;
	font-weight: 500!important;
}
}

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

@media screen and (max-width: 767px){
.text-mobile-center  {
	text-align: center;
}
}

/*季節見出し*/
.heading-spring {
	padding: 0.5rem 1rem;
	background: #dc83b4;/*dc85b0*/
	border-radius: 7px;
	color: #fff;
}

.heading-summer {
	padding: 0.5rem 1rem;
	background: #acc82c;
	border-radius: 7px;
	color: #fff;
}

.heading-autumn {
	padding: 0.5rem 1rem;
	background: #9a463b;
	border-radius: 7px;
	color: #fff;
}

.heading-winter {
	padding: 0.5rem 1rem;
	background: #7eaade;
	border-radius: 7px;
	color: #fff;
}

@media screen and (max-width: 767px){
.heading-spring,.heading-summer,.heading-autumn,.heading-winter{
	text-align: left!important;
}
}

/*カラー調整*/

.color-red{
	color:#ee001c;
}

.color-blue{
	color:#008ad6;
}

/*ルート見出し*/
.root-a {
	padding: 0.3rem 0.6rem;
	border-left: 8px solid #f8d200;
	background: #00a8e7;
	color: #fff;
	margin-bottom: 20px;
}

.root-b {
	padding: 0.3rem 0.6rem;
	border-left: 8px solid #f8d200;
	background: #0ca539;
	color: #fff;
	margin-bottom: 20px;
}

.root-c {
	padding: 0.3rem 0.6rem;
	border-left: 8px solid #f8d200;
	background: #f47495;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px){
.root-a,.root-b,.root-c{
	text-align: left!important;
}
}

/*インフォメーション 見出し*/
.info-heading-a {
	padding-left: 35px;
	background: url("../img/033.png") no-repeat left center;
	height: 100%;
	font-size: 1.3rem!important;
}

.info-heading-b {
	padding-left: 35px;
	background: url("../img/034.png") no-repeat left center;
	height: 100%;
	font-size: 1.3rem!important;
}

.info-heading-c {
	padding-left: 35px;
	background: url("../img/035.png") no-repeat left center;
	height: 100%;
	font-size: 1.3rem!important;
}

/*繁体字 フォント*/
body{
	font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}

</pre></body></html>