/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  font-size: 0.9375rem;
  line-height: 142.85714%;
}

img {
  border: 0px;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.cfixo {
  overflow: hidden;
}

.ul,
.ol {
  padding-left: 40px;
  list-style-type: disc;
}

.ol {
  list-style-type: decimal;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  color: #FF6600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #914897;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#top_page {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: url("../item/bg.gif");
}

#top_page.fixed_cla {
  margin-top: 55px;
}

/* ===========================
--- Header
============================ */
#top_page #main_header {
  position: relative;
  display: block;
  height: 365px;
  background: url("../item/header_bottom_back.png") bottom center repeat-x, url("../item/header_back.jpg");
}
#top_page #main_header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
#top_page #main_header_inner {
  display: block;
  height: 365px;
  width: 80%;
  margin: 0 auto;
  background: url("../item/toji.png") bottom left no-repeat;
}
#top_page #main_title {
  display: block;
  padding-top: 80px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #top_page #main_header,
  #top_page #main_header_inner {
    height: 200px;
  }
}
#sub_page #main_header {
  position: relative;
  display: block;
  height: 250px;
  background: url("../item/header_bottom_back.png") bottom center repeat-x, url("../item/header_back.jpg");
}
#sub_page #main_header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
#sub_page #main_header_inner {
  display: block;
  height: 250px;
  width: 80%;
  margin: 0 auto;
  background: url("../item/toji.png") bottom left no-repeat;
}
#sub_page #main_title {
  display: block;
  padding-top: 40px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #sub_page #main_header {
    height: 200px;
  }
  #sub_page #main_header_inner {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #sub_page #main_header {
    height: 150px;
  }
  #sub_page #main_header_inner {
    height: 150px;
  }
}
/* ===========================
--- Main menu
============================ */
#main_menu {
  position: relative;
  display: block;
  height: 55px;
  background: #914897;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
#main_menu ul {
  display: block;
  list-style: none;
  width: 100%;
  height: 55px;
  text-align: center;
}
#main_menu li {
  display: inline-block;
  padding: 0 40px;
  line-height: 357.14286%;
  background: url("../item/menu_line.png") center right no-repeat;
}
#main_menu li:last-child {
  background: none;
}
#main_menu a:link {
  color: #FFF;
  text-decoration: none;
}
#main_menu a:visited {
  color: #FFF;
  text-decoration: none;
}
#main_menu a:hover {
  color: #FFF;
  text-decoration: none;
}
#main_menu a:active {
  color: #FFF;
  text-decoration: none;
}

#main_menu.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  z-index: 100;
}

@media (max-width: 1200px) {
  #main_menu {
    height: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
}
/* ===========================
--- Slider
============================ */
#slider {
  display: block;
  width: 100%;
  height: 340px;
}

.slider li {
  position: relative;
  padding: 2px;
  background: #FFF;
  z-index: 1;
}

.slider_inner {
  position: absolute;
  display: block;
  bottom: 2px;
  left: 2px;
  height: 20px;
  width: 98%;
  background: #e0d3e8;
  z-index: 10;
}

@media (max-width: 1199px) {
  #slider {
    height: 280px;
  }
}
@media (max-width: 767px) {
  #slider {
    height: 220px;
  }
}
@media (max-width: 575px) {
  #slider {
    height: 200px;
  }
}
/* ===========================
--- Sub Title
============================ */
.sub_title {
  display: block;
  width: 406px;
}

@media (max-width: 767px) {
  .sub_title {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .sub_title {
    width: 270px;
  }
}
/* ===========================
--- Top news
============================ */
#top_news {
  display: block;
  margin: 20px 0 60px 0;
}

#top_news_itiran {
  display: block;
}
#top_news_itiran .col-sm-6 {
  padding: 0 10px;
}

#top_news_next {
  margin-top: 80px;
}
#top_news_next a {
  padding: 10px 50px;
  font-size: 1.1875rem;
  letter-spacing: 3px;
  color: #FFF;
  background: #914897;
  border: 1px solid #914897;
}
#top_news_next a:link {
  color: #FFF;
  text-decoration: none;
}
#top_news_next a:visited {
  color: #FFF;
  text-decoration: none;
}
#top_news_next a:hover {
  color: #914897;
  text-decoration: none;
  border: 1px solid #914897;
  background: #FFF;
}
#top_news_next a:active {
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 767px) {
  #top_news_next a {
    padding: 8px 25px;
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  #top_news_next {
    margin-top: 40px;
  }
}
.news_all {
  padding: 15px;
  border: 1px solid #f2f2f2;
  background: #FFF;
  margin: 0 auto 30px auto;
  width: 95%;
  box-shadow: 10px 10px 10px rgba(4, 4, 6, 0.3);
  transition: 0.5s;
}
.news_all a {
  display: inline-block;
  margin: 0;
  text-indent: 10px;
  line-height: 20px;
}
.news_all a:link {
  color: #000;
  text-decoration: none;
}
.news_all a:visited {
  color: #000;
  text-decoration: none;
}
.news_all a:hover {
  color: #000;
  text-decoration: none;
}
.news_all a:active {
  color: #000;
  text-decoration: none;
}

.news_all:hover {
  box-shadow: 0px 0px 0px rgba(4, 4, 6, 0);
  border: 1px dotted #999;
}

.news_all_thumbnail {
  display: block;
  padding: 0 10px 10px 0;
  min-height: 150px;
  float: left;
}

.news_date {
  display: inline-block;
  padding: 2px 15px;
  margin: 0 0 8px 10px;
  font-size: 0.875rem;
  background: #914897;
  color: #FFF;
}

.top_news_title {
  height: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 120%;
}

.news_title {
  display: inline-block;
  height: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 120%;
}

.top_news_kiji {
  font-size: 1rem;
  padding: 20px 0 0 10px;
}

.news_kiji {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .news_date {
    font-size: 0.75rem;
  }

  .top_news_title,
  .news_title {
    height: 16px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .top_news_kiji,
  .news_kiji {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .news_date {
    font-size: 0.75rem;
  }

  .top_news_title,
  .news_title {
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  .news_all_thumbnail {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    text-align: center;
  }

  .news_date {
    text-align: center;
    height: 30px;
  }
}
/* ===========================
--- Top Parallax
============================ */
#parallax {
  display: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 40px 0;
}

#parallax_inner {
  height: 300px;
  background-image: url("../item/parallax.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#top_banner {
  padding-top: 120px;
}
#top_banner img {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  #parallax_inner {
    height: 250px;
  }

  #top_banner {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #parallax_inner {
    height: 210px;
  }

  #top_banner {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  #parallax_inner {
    height: 160px;
  }
}
/* ===========================
--- Top access
============================ */
#top_access {
  display: block;
  margin: 20px 0 0 0;
}

#top_access_map {
  display: relative;
  display: block;
  width: 100%;
  height: 450px;
  padding: 0;
  margin: 40px 0 0 0;
}

@media (max-width: 1199px) {
  #top_access_map {
    height: 230px;
  }
}
/* ===========================
--- Footer link
============================ */
#footer_link {
  position: relative;
  width: 100%;
  height: 50px;
  background: #e1bee7;
}

#footer_link_inner {
  line-height: 50px;
}
#footer_link_inner a {
  display: inline-block;
  padding-right: 20px;
}
#footer_link_inner a:link {
  color: #000;
  text-decoration: none;
}
#footer_link_inner a:visited {
  color: #000;
  text-decoration: none;
}
#footer_link_inner a:hover {
  color: #000;
  text-decoration: none;
}
#footer_link_inner a:active {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  #footer_link {
    height: 35px;
  }

  #footer_link_inner {
    line-height: 35px;
  }
}
/* ===========================
--- Footer
============================ */
#footer {
  display: block;
  padding: 40px 0;
  min-height: 200px;
  background: #000;
  line-height: 20px;
  border-top: 2px solid #FFF;
}
#footer p {
  color: #FFF;
  padding: 0 0 0 20px;
  margin: 0;
}

@media (max-width: 991px) {
  #footer {
    padding: 10px 0;
    min-height: 140px;
  }
}
#footer_menu ul {
  list-style: none;
}
#footer_menu li {
  display: inline-block;
  padding: 0 10px;
  line-height: 357.14286%;
  background: url("../item/menu_line.png") center right no-repeat;
}
#footer_menu li:last-child {
  background: none;
}
#footer_menu a:link {
  color: #FFF;
  text-decoration: none;
}
#footer_menu a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_menu a:hover {
  color: #FFF;
  text-decoration: none;
}
#footer_menu a:active {
  color: #FFF;
  text-decoration: none;
}

#footer_copy {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  background: #282828;
  border-top: 2px solid #FFF;
  color: #FFF;
}

@media (max-width: 767px) {
  #footer_title img {
    width: 60%;
  }

  #footer_copy {
    height: 35px;
    line-height: 35px;
  }
}
/* ===========================
--- Pan list
============================ */
#pan_list {
  display: block;
  margin: 20px 0;
}
#pan_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#pan_list li {
  float: left;
}

/* ===========================
--- Mobele Menu
============================ */
.pc-none,
#fat_back {
  display: none;
}

@media (max-width: 1200px) {
  #fat_back {
    display: block;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(146, 72, 152, 0.8);
    z-index: 999;
  }
}
/* ===========================
--- Page_itiran
============================ */
#page_itiran {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 0 auto  20px auto;
  background: #f9f9f9;
  border: 2px solid #999;
  border-radius: 4px;
}
#page_itiran ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page_itiran li {
  display: inline-block;
  padding: 2px 4px;
}
#page_itiran a:link {
  color: #F90;
  text-decoration: underline;
}
#page_itiran a:visited {
  color: #F90;
  text-decoration: underline;
}
#page_itiran a:hover {
  color: #F00;
  text-decoration: underline;
}
#page_itiran a:active {
  color: #F90;
  text-decoration: underline;
}

@media (max-width: 991px) {
  #page_itiran {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page_itiran {
    width: 100%;
  }
}
/* ===========================
--- Sub img
============================ */
#sub_img {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  background: #FFF;
}
#sub_img .col-12 {
  margin: 0;
  padding: 0;
}

#sub_img_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  z-index: 1;
}

@media (max-width: 767px) {
  #sub_img {
    margin-top: 3px;
  }

  #sub_img_inner {
    height: 190px;
  }
}
/* ===========================
--- Sub content
============================ */
#sub_page_inner {
  display: block;
  max-width: 1100px;
  min-height: 200px;
  padding: 10px;
  margin: 10px auto 30px auto;
}
#sub_page_inner p, #sub_page_inner li, #sub_page_inner dt, #sub_page_inner dd, #sub_page_inner table {
  font-size: 0.9375rem;
  line-height: 142.85714%;
}
#sub_page_inner a:link {
  color: #F90;
  text-decoration: none;
}
#sub_page_inner a:visited {
  color: #F90;
  text-decoration: none;
}
#sub_page_inner a:hover {
  color: #F00;
  text-decoration: none;
}
#sub_page_inner a:active {
  color: #F90;
  text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  width: 100%;
}

.sub_news_date {
  display: block;
  width: 100%;
  padding: 30px 10px;
}

.touko_img {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.sub_page_contect {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .img_left img {
    max-width: 250px;
  }

  #sub_page_inner p, #sub_page_inner li, #sub_page_inner dt, #sub_page_inner dd, #sub_page_inner table {
    font-size: 0.875rem;
    line-height: 142.85714%;
  }

  h1, .h1 {
    font-size: 2.0rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
  }

  h4, .h4 {
    font-size: 1.0rem;
  }

  h5, .h5 {
    font-size: 0.9rem;
  }

  h6, .h6 {
    font-size: 0.8rem;
  }
}
.alignleft {
  display: block;
}

.entry h4 {
  margin: 20px auto 20px 5px;
  padding: 10px;
  text-indent: 10px;
  border-bottom: 2px dotted #999;
}

.wp-block-image {
  display: inline-block;
  padding: 5px;
}

.custom_img {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
}

.sub_custom_img {
  position: relative;
  display: block;
  width: 100%;
}

.link_table td:nth-child(odd) {
  width: 35%;
}

@media (max-width: 767px) {
  .link_table td:nth-child(odd) {
    width: 100%;
  }
}
.kou_hr {
  display: block;
  height: 30px;
  width: 90%;
  margin: 40px auto;
  background: #FFFF url("../item/line.png") top center repeat-x;
  border: 0;
}

p.has-huge-font-size {
  font-size: 30px !important;
}

p.has-large-font-size {
  font-size: 26px !important;
}

p.has-medium-font-size {
  font-size: 18px !important;
}

p.has-small-font-size {
  font-size: 12px !important;
}

/* ===========================
--- Sub news
============================ */
.sub_news_all {
  display: block;
  margin: 0 0 20px 0;
}

#sub_news_title {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 1.75rem;
  border-bottom: 1px dotted #914897;
}
#sub_news_title .fa-bars {
  font-size: 1.125rem;
  line-height: 128.57143%;
  color: #914897;
}

/* ===========================
--- PDF
============================ */
.pdf {
  display: block;
  margin: 20px 0;
}

.pdf_text {
  display: block;
  padding: 0 20px;
  margin: 0 0 30px 0;
}
.pdf_text .fa-caret-right {
  color: #486efd;
  font-size: 0.625rem;
  line-height: 100%;
}
.pdf_text p {
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 1px;
}
.pdf_text span {
  font-size: 0.75rem;
  line-height: 100%;
  color: #999;
}

.pdf_text_waku {
  margin: 5px auto 15px auto;
  font-size: 0.875rem;
}

.pdf_inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 10px;
  text-align: center;
  z-index: 1;
}
.pdf_inner object {
  position: relative;
  margin: auto;
  z-index: 1;
}

.border-primary {
  border-color: #914897 !important;
}

.text-primary {
  color: #914897 !important;
}

@media (max-width: 910px) {
  .pdf_text {
    padding: 0 10px;
  }

  .pdf_inner {
    padding: 10px;
  }
}
/* ===========================
--- Page navi
============================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  position: relative;
  font-size: 0.875rem;
}

.pagination span, .pagination a {
  position: relative;
  display: block;
  color: #914897;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  border: 1px solid #914897;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pagination a:before {
  position: absolute;
  display: block;
  content: '';
  width: 96%;
  height: 2px;
  bottom: -3px;
  left: 2%;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  background-color: #914897;
  text-decoration: none;
  color: #FFF;
}

.pagination a.before {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

/* ===========================
--- Loader
============================ */
#loader {
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 10000;
}

#fade {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #914897;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.card {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #914897;
  border: none;
  height: 80px;
  width: 80px;
}

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white -1.1em -1.1em 0 0;
  box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
