/*!
Theme Name: gwvr19
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* COMMON STYLES
--------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6em;
  }

}

strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* WEBFONT STYLES
--------------------------------------------- */
.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-600 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}




/* ヘッダーの背景設定
--------------------------------------------- */

/* フロントページ以外 */
.header_bg {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(161, 161, 161, 1);
}

/* フロントページ */
body.home .header_bg {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(161, 161, 161, 0);
  transition:
    background-color 0.5s ease,
    border-bottom-color 0.5s ease;
}

body.home .header_bg.is-scrolled {
  background-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(161, 161, 161, 1);
}

/* Footer ナビとPageTopをフェードイン
--------------------------------------------- */
.footer_fix {
  opacity: 0;
  transition: opacity 0.5s ease !important;
}

.footer_fix.fade-in {
  opacity: 1;
}

.page_top {
  opacity: 0;
  transition: opacity 0.5s ease !important;
}

.page_top.fade-in {
  opacity: 1;
}



/*本文中のリスト　ul li*/
.txt_normal ul {
  padding: 0;
  margin-top: 1em;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1em;
}

.txt_normal ul li {
  padding: 0;
  margin: 0;
}

.txt_normal ul li {
  list-style-type: disc;
  padding-left: 0px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*topicpath*/
.pankuzu {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2em;
  color: #888888;
}

.pankuzu a:link,
.pankuzu a:visited {
  color: #333333 !important;
}

.pankuzu a:hover {
  color: #888888 !important;
}


/*topicpath*/

.side_nav ul {
  padding: 0;
  margin: 0;
}

.side_nav ul li {
  list-style: none;
  padding: 0;
  margin: 0;

}

.side_nav ul li a {
  border-bottom: 1px solid #ddd;
  font-family: "Noto Serif JP", serif;
  padding: 0.8em 0;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1.6em;

}
.side_nav ul li a:hover {
  color: #444;

}


/* ALIGN STYLES
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}