@charset "UTF-8";
#content .inner {
  margin: 0 auto;
  padding: 30px 5% 50px 5%;
  max-width: 1240px;
  width: 100%; }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    #content .inner {
      padding: 70px 5% 70px 5%; } }
  @media screen and (min-width: 1025px) and (max-width: 1250px) {
    #content .inner {
      padding: 40px 5% 80px 5% !important; } }
  @media screen and (min-width: 1025px) {
    #content .inner {
      padding: 40px 30px 80px 30px; } }

/* ------共通------------ */
@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: #ff3333;
        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: #05143E;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 15px 0px;
  border-top: 3px solid #cccccc;
  line-height: 1.0; }
  @media screen and (min-width: 901px) {
    #entry_ol h3.archivetitle {
      font-size: 24px;
      padding: 25px 0px;
      border-top: 5px solid #cccccc;
      display: inline-block;
      width: 100%; } }
  #entry_ol h3.archivetitle:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    content: '';
    background: #133BA5; }
    @media screen and (min-width: 901px) {
      #entry_ol h3.archivetitle:before {
        top: -5px;
        height: 5px; } }
  #entry_ol h3.archivetitle span {
    color: #333333;
    width: 100%;
    display: inline-block;
    font-size: 1.4rem; }
#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
---------------------------------------- */
#news ul.list_news {
  border-top: 1px solid #707070; }
  @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 {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #707070;
    transition: all .25s ease-out; }
    #news ul.list_news li a {
      display: block;
      padding: 15px 20px 18px 5px; }
      @media screen and (min-width: 901px) {
        #news ul.list_news li a {
          padding: 25px 5px; } }
    #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; }
      @media screen and (max-width: 767px) {
        #news ul.list_news li span.date {
          font-size: 1.2rem !important; } }
    #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_blue.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 #single .date {
  font-size: 1.4rem;
  font-weight: bold; }
#news #single span.cat {
  font-size: 1.4rem; }

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

#news .entry_heading h2.entrytitle, #blog .entry_heading h2.entrytitle, #letter .entry_heading h2.entrytitle, #service .entry_heading h2.entrytitle, #items .entry_heading h2.entrytitle {
  position: relative;
  color: #133BA5;
  font-size: 2.0rem;
  padding: 10px 0px;
  border-top: 3px solid #cccccc;
  font-weight: bold;
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 767px) {
    #news .entry_heading h2.entrytitle, #blog .entry_heading h2.entrytitle, #letter .entry_heading h2.entrytitle, #service .entry_heading h2.entrytitle, #items .entry_heading h2.entrytitle {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #news .entry_heading h2.entrytitle, #blog .entry_heading h2.entrytitle, #letter .entry_heading h2.entrytitle, #service .entry_heading h2.entrytitle, #items .entry_heading h2.entrytitle {
      font-size: 1.8rem;
      padding: 25px 0px;
      border-top: 5px solid #cccccc;
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1025px) {
    #news .entry_heading h2.entrytitle, #blog .entry_heading h2.entrytitle, #letter .entry_heading h2.entrytitle, #service .entry_heading h2.entrytitle, #items .entry_heading h2.entrytitle {
      font-size: 2.0rem;
      padding: 25px 0px;
      margin-bottom: 50px; } }
  #news .entry_heading h2.entrytitle:before, #blog .entry_heading h2.entrytitle:before, #letter .entry_heading h2.entrytitle:before, #service .entry_heading h2.entrytitle:before, #items .entry_heading h2.entrytitle:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    content: '';
    background: #133BA5; }
    @media screen and (min-width: 768px) {
      #news .entry_heading h2.entrytitle:before, #blog .entry_heading h2.entrytitle:before, #letter .entry_heading h2.entrytitle:before, #service .entry_heading h2.entrytitle:before, #items .entry_heading h2.entrytitle:before {
        top: -5px;
        height: 5px; } }
#news .entry_heading .date, #blog .entry_heading .date, #letter .entry_heading .date, #service .entry_heading .date, #items .entry_heading .date {
  font-size: 1.4rem; }
#news .entry .detail, #blog .entry .detail, #letter .entry .detail, #service .entry .detail, #items .entry .detail {
  margin-bottom: 10px;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    #news .entry .detail, #blog .entry .detail, #letter .entry .detail, #service .entry .detail, #items .entry .detail {
      margin-bottom: 15px; } }
  #news .entry .detail span, #blog .entry .detail span, #letter .entry .detail span, #service .entry .detail span, #items .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: #ff3333; }
    @media screen and (min-width: 768px) {
      #news .entry .detail span, #blog .entry .detail span, #letter .entry .detail span, #service .entry .detail span, #items .entry .detail span {
        width: 100px;
        margin-right: 10px;
        padding: 3px 10px;
        font-size: 1.5rem; } }
#news .formBtn_reserv a, #blog .formBtn_reserv a, #letter .formBtn_reserv a, #service .formBtn_reserv a, #items .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: #ff3333;
  transition: all .25s ease-out; }
  @media screen and (min-width: 768px) {
    #news .formBtn_reserv a, #blog .formBtn_reserv a, #letter .formBtn_reserv a, #service .formBtn_reserv a, #items .formBtn_reserv a {
      margin: 30px auto 0;
      padding: 15px 10px;
      max-width: 600px;
      font-size: 1.8rem; } }
  #news .formBtn_reserv a::after, #blog .formBtn_reserv a::after, #letter .formBtn_reserv a::after, #service .formBtn_reserv a::after, #items .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; }
  #news .formBtn_reserv a:hover, #blog .formBtn_reserv a:hover, #letter .formBtn_reserv a:hover, #service .formBtn_reserv a:hover, #items .formBtn_reserv a:hover {
    background: #A60007; }
    #news .formBtn_reserv a:hover::after, #blog .formBtn_reserv a:hover::after, #letter .formBtn_reserv a:hover::after, #service .formBtn_reserv a:hover::after, #items .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; } }
