@charset "UTF-8";
#news .entry_heading h2.entrytitle {
  position: relative;
  border-bottom: 1px solid #dce3f5;
  padding: 0px 0px 20px 0px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #news .entry_heading h2.entrytitle {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #news .entry_heading h2.entrytitle {
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1025px) {
    #news .entry_heading h2.entrytitle {
      margin-bottom: 50px; } }
#news .entry_heading span.date {
  color: #666666;
  font-size: 1.4rem !important;
  padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    #news .entry_heading span.date {
      font-size: 1.2rem !important; } }
#news .entry_heading span.cat {
  display: inline-block;
  color: #ffffff;
  border-radius: 15px;
  padding: 1px 5px;
  text-align: center;
  width: 80px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 10px; }
#news .entry_heading span.topics {
  background: #009999; }
#news .entry_heading span.event {
  background: #E41E26; }
#news .entry_heading span.blog {
  background: #04726f; }
#news .entry_heading .tit {
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    #news .entry_heading .tit {
      font-size: 2.0rem; } }
  @media screen and (min-width: 481px) and (max-width: 900px) {
    #news .entry_heading .tit {
      font-size: 2.3rem; } }
  @media screen and (min-width: 901px) {
    #news .entry_heading .tit {
      font-size: 2.7rem; } }

/* ------共通------------ */
@media screen and (min-width: 901px) {
  ul.lead_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
ul.lead_list li {
  margin-bottom: 20px;
  background: #ffffff;
  padding: 15px 15px;
  position: relative;
  border: 1px solid #e2e2e2;
  transition: all .25s ease-out; }
  @media screen and (min-width: 901px) {
    ul.lead_list li {
      width: 49%;
      padding: 20px 25px; } }
  ul.lead_list li:hover {
    background: #ebebeb;
    transition: all .25s ease-out; }
  ul.lead_list li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  ul.lead_list li .imgArea {
    width: 30%; }
    ul.lead_list li .imgArea img {
      width: 100%;
      object-fit: cover;
      border: 1px solid #e2e2e2; }
      @media screen and (max-width: 767px) {
        ul.lead_list li .imgArea img {
          height: 120px; } }
      @media screen and (min-width: 768px) {
        ul.lead_list li .imgArea img {
          height: 150px; } }
  ul.lead_list li .imgArea_items {
    width: 30%; }
    ul.lead_list li .imgArea_items img {
      width: 100%;
      border: 1px solid #e2e2e2; }
  ul.lead_list li .textArea {
    width: 70%;
    padding-left: 15px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      ul.lead_list li .textArea {
        padding-left: 20px; } }
    ul.lead_list li .textArea .tit {
      font-size: 2.0rem;
      font-weight: bold;
      color: #000000;
      border-bottom: 1px dotted #333333;
      position: relative;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        ul.lead_list li .textArea .tit {
          margin-bottom: 6px;
          padding-bottom: 4px; } }
      @media screen and (min-width: 768px) {
        ul.lead_list li .textArea .tit {
          font-size: 2.2rem;
          margin-bottom: 15px;
          padding-bottom: 10px; } }
      ul.lead_list li .textArea .tit::after {
        font-family: FontAwesome;
        content: '\f105';
        padding-left: 10px;
        color: #E41E26;
        position: absolute;
        right: 0px;
        top: 10%;
        font-size: 1.4rem !important; }
  ul.lead_list li .more {
    font-size: 1.4rem; }

/* ------text------------ */
#entry-content b, #entry-content strong {
  font-weight: bold; }
#entry-content em {
  font-style: italic; }
#entry-content ul, #entry-content ol {
  margin-bottom: 1em;
  /*margin-left: 30px;*/ }
#entry-content ol {
  list-style-type: decimal; }

/* ------------------ */
.entry p a {
  text-decoration: underline;
  color: #c7161d; }
  .entry p a:visited, .entry p a:focus, .entry p a:active {
    text-decoration: underline;
    color: #c7161d; }

@media screen and (min-width: 901px) {
  #entry_ol {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 901px) {
  #entry_ol #entry-content {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px); } }
@media screen and (min-width: 1025px) {
  #entry_ol #entry-content {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px); } }
@media screen and (max-width: 900px) {
  #entry_ol #archiveArea {
    max-width: 400px;
    width: 100%;
    margin: 0px auto; } }
@media screen and (min-width: 901px) {
  #entry_ol #archiveArea {
    width: 200px; } }
@media screen and (min-width: 1025px) {
  #entry_ol #archiveArea {
    width: 300px; } }
#entry_ol h3.archivetitle {
  position: relative;
  color: #009999;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 0px 0px 15px 0px;
  line-height: 1.0; }
  @media screen and (min-width: 901px) {
    #entry_ol h3.archivetitle {
      font-size: 3.0rem;
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%; } }
  #entry_ol h3.archivetitle span {
    width: 100%;
    display: inline-block; }
    @media screen and (min-width: 901px) {
      #entry_ol h3.archivetitle span {
        font-size: 2.0rem; } }
#entry_ol ul.catList {
  margin-bottom: 30px;
  border-top: 1px solid #cccccc; }
  #entry_ol ul.catList li a {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #cccccc;
    font-size: 1.4rem; }
@nclude minTabw {
  #entry_ol ul.catList li a {
    padding: 12px 0px; } }
#entry_ol .selectMonth {
  overflow: hidden;
  width: 100%;
  text-align: center; }
#entry_ol select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }
  @media screen and (max-width: 480px) {
    #entry_ol select {
      font-size: 1.4rem; } }
#entry_ol select::-ms-expand {
  display: none; }
#entry_ol .month {
  position: relative;
  border: 1px solid #cccccc;
  background: #ebebeb; }
#entry_ol .month::before {
  position: absolute;
  top: 1.4em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none; }
#entry_ol .month select {
  padding: 15px 38px 15px 8px;
  color: #333333; }

/* ----------------------------------------
	#news
---------------------------------------- */
@media screen and (max-width: 900px) {
  #news ul.list_news {
    max-width: 650px;
    margin: 0px auto;
    margin-bottom: 80px; } }
@media screen and (max-width: 480px) {
  #news ul.list_news {
    margin-bottom: 50px; } }
#news ul.list_news li {
  position: relative;
  transition: all .25s ease-out; }
  #news ul.list_news li a {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 10px 5px;
    line-height: 1.0; }
    @media screen and (min-width: 901px) {
      #news ul.list_news li a {
        padding: 25px 15px; } }
    #news ul.list_news li a .thumb {
      width: 140px;
      min-height: 60px; }
      #news ul.list_news li a .thumb img {
        min-height: 60px; }
    #news ul.list_news li a .titArea {
      width: -webkit-calc(100% - 150px);
      width: calc(100% - 150px); }
  #news ul.list_news li:hover {
    background: #ebebeb;
    transition: all .25s ease-out; }
  #news ul.list_news li span.date {
    color: #000000;
    font-size: 1.4rem !important;
    padding-right: 7px; }
    @media screen and (max-width: 767px) {
      #news ul.list_news li span.date {
        font-size: 1.2rem !important; } }
  #news ul.list_news li .cat {
    display: inline-block;
    color: #ffffff;
    border-radius: 15px;
    padding: 3px 5px;
    text-align: center;
    width: 80px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 10px; }
  #news ul.list_news li .topics {
    background: #009999; }
  #news ul.list_news li .event {
    background: #E41E26; }
  #news ul.list_news li .blog {
    background: #04726f; }
  #news ul.list_news li .tit {
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-weight: bold; }
  #news ul.list_news li::after {
    content: url("../images/common/arrow_green.svg");
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    width: 15px;
    top: 30%;
    right: 5px; }
    @media screen and (min-width: 768px) {
      #news ul.list_news li::after {
        width: 20px;
        top: 33%;
        right: 5px; } }
  #news ul.list_news li:nth-child(odd) {
    background: #ebebeb; }
#news #single .date {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 5px; }
#news #single span.cat {
  font-size: 1.2rem; }
#news #single h1, #news #single h2, #news #single h3, #news #single h4, #news #single h5, #news #single h6 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px; }
#news #single h1 {
  font-size: 3.5rem; }
#news #single h2 {
  font-size: 3.0rem; }
#news #single h3 {
  font-size: 2.5rem; }
#news #single h4 {
  font-size: 2.0rem; }
#news #single h5 {
  font-size: 1.8rem; }
#news #single p {
  margin-bottom: 25px;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    #news #single p {
      margin-bottom: 40px; } }
#news #single .wp-block-separator {
  padding-top: 15px; }

.single-post #entry-content {
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 900px) {
    .single-post #entry-content {
      margin-bottom: 50px; } }

#information .entry_heading h2.entrytitle {
  position: relative;
  border-bottom: 1px solid #dce3f5;
  padding: 0px 0px 20px 0px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #information .entry_heading h2.entrytitle {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #information .entry_heading h2.entrytitle {
      padding: 0px 0px 25px 0px;
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1025px) {
    #information .entry_heading h2.entrytitle {
      margin-bottom: 50px; } }
#information .entry_heading span.date {
  color: #666666;
  font-size: 1.4rem !important;
  padding-bottom: 5px; }
  @media screen and (max-width: 767px) {
    #information .entry_heading span.date {
      font-size: 1.2rem !important; } }
#information .entry_heading span.cat {
  color: #ffffff;
  font-size: 1.2rem !important;
  padding: 2px 8px 3px 8px;
  margin-left: 7px; }
#information .entry_heading span.news {
  background: #009999; }
#information .entry_heading span.recruit {
  background: #04726f; }
#information .entry_heading .tit {
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    #information .entry_heading .tit {
      font-size: 2.0rem; } }
  @media screen and (min-width: 481px) and (max-width: 900px) {
    #information .entry_heading .tit {
      font-size: 2.3rem; } }
  @media screen and (min-width: 901px) {
    #information .entry_heading .tit {
      font-size: 2.7rem; } }
#information .entry .detail {
  margin-bottom: 10px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    #information .entry .detail {
      margin-bottom: 15px; } }
  #information .entry .detail span {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    padding: 3px;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    background: #E41E26; }
    @media screen and (min-width: 768px) {
      #information .entry .detail span {
        width: 100px;
        margin-right: 10px;
        padding: 3px 10px;
        font-size: 1.5rem; } }
#information .entry img {
  margin-top: 30px; }
#information .formBtn_reserv a {
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding: 10px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background: #E41E26;
  transition: all .25s ease-out; }
  @media screen and (min-width: 768px) {
    #information .formBtn_reserv a {
      margin: 30px auto 0;
      padding: 15px 10px;
      max-width: 600px;
      font-size: 1.8rem; } }
  #information .formBtn_reserv a::after {
    display: inline-block;
    position: relative;
    right: 0;
    content: " ";
    width: 50px;
    height: 8px;
    background: url("../images/common/nav_arrow.svg") no-repeat right top;
    -webkit-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-size: 40px auto;
    transition: all .25s ease-out; }
  #information .formBtn_reserv a:hover {
    background: #A60007; }
    #information .formBtn_reserv a:hover::after {
      right: -5px; }

/* ----------------------------------------
	.error404
---------------------------------------- */
.error404 #main {
  text-align: center; }
  @media screen and (min-width: 901px) {
    .error404 #main {
      padding-top: 80px !important; } }
