@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-36 {
  font-size: 36px;
}

.table > :not(caption) > * > * {
  vertical-align: middle;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 50px;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}

/* TOTOPアイコン */
.totop {
  position: absolute;
  top: -60px;
  right: 40px;
}

/* 追記分 */
.padding-lr-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.faq_Q {
  padding: 3px 10px;
  background-color: red;
  border-radius: 20px;
  line-height: 1em;
  color: #fff;
}

.faq_A {
  padding: 3px 10px;
  background-color: blue;
  border-radius: 20px;
  line-height: 1em;
  color: #fff;
}

/* トップページ背景 */
#ibg{
  width: 100%;
  background-image: url("./img/hanga.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position center;
  background-position-y: center;
  text-align: center;
  background-attachment: fixed;
}
.opa{
  background-color: rgba(255, 255, 255, 0.9);
}

/* トップページ写真の文字 */
.jumbotron-fluid {
  position: relative;
  width: 100%;
  height: auto;
}

.jumbotron-fluid img {
  width: 100%;
  height: auto;
  display: block;
}

.parallax_cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 1rem; /* 小さな画面でも文字が切れないように余白を追加 */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.img-text {
/*  font-size: clamp(1.5rem, 4vw, 2.5rem); /* 画面サイズに応じて文字サイズを可変に */
	color: #ffffff;
	text-shadow: 5px 5px 5px #2A2D30, -5px 5px 5px #2A2D30, 5px -5px 5px #2A2D30, -5px -5px 5px #2A2D30;
}

