/* 各ページオリジナル
/* レイアウト
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
section {
  max-width: 960px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box
}
.wrapper_in {
  background-color: transparent;
  /*  margin-bottom: 0px;*/
}
/* 共通タイトル
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.page_title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  margin: 0px 0 0 0;
  font-weight: normal
}
.page_title span {
  font-size: 0.33em;
  margin-top: 50px;
  margin-bottom: 10px
}
.pagetitle {
  font-size: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 2px
}
.pagetitle::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.pagetitle + p, .pagetitle + h3 + p {
  font-size: 15px!important;
  text-align-last: center;
  padding: 0 20px 60px 20px;
  font-weight: normal;
}
.pagetitle + h3 {
  font-size: 17px;
  text-align-last: center;
  padding: 0 20px 50px 20px;
  font-weight: 500;
  font-weight: normal
}
.pagetitle + h3 span {
  font-size: 11px
}
.pagetitle + p {
  font-size: 15px;
  text-align-last: center;
  padding: 0 20px 60px 20px;
  font-weight: 500;
}
.page_subtitle {
  font-size: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 2px
}
.page_subtitle::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.line_bk.page_subtitle::after {
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .pagetitle {
    font-size: 26px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .pagetitle + p {
    font-size: 13px;
    padding: 0 20px 0px 20px;
  }
  .page_subtitle {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page_subtitle::after {
    width: 50px;
  }
  .page_subtitle + p {
    font-size: 13px;
    line-height: 1.3em
  }
  .pagetitle + h3 {
    font-size: 15px;
  }
  .pagetitle + p, .pagetitle + h3 + p {
    font-size: 12px!important;
    text-align-last: left;
  }
  .pagetitle + p br, .pagetitle + h3 + p br {
    display: none
  }
img.img_sp_size {max-width: 240px; display: block;
  margin: 0 auto;}
}
/*2行目　テキストインデント*/
/*.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}*/
.text_center {
  text-align: center !important
}

/* 共通メニューサブ
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.men_sub {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: auto;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 14px 0 0 0;
}
.men_sub ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.men_sub li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 32px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 13px;
  margin-left: 0px;
}
.men_sub li:nth-child(1) a {
 background-color: #960000;
}
.men_sub li:nth-child(2) a {
background-color: #006837;
}
.men_sub li:nth-child(3) a {
  background-color: #003482
}
@media (max-width: 800px) {
  .men_sub li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    font-size: 11px;
  }
}
@media (max-width:610px) {
/*  .men_sub {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0px;
    z-index: -20;
  }*/
	 .men_sub {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 9999; /* マイナスだと後ろに隠れるのでプラスに */
    background-color: #000; /* 背景色（ボタンと同じ系統に） */

    /* ▼ iPhoneのホームバー分、下に余白を足す */
/*    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom); */
		 
		 
	/*	 z-index: -20;*/
  }
	
	
  .men_sub ul {
    width: 100%
  }
  .men_sub li {
    width: 33.33%
  }
  .men_sub li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 11px;
  }
}
/* 共通メニュー　ページ下
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.navi_bottom {
  max-width: 720px;
  margin: 40px auto 80px auto;
  gap: 10px;
}
/*.navi_bottom div:nth-child(3) a {
  pointer-events: none
}*/
/*.navi_bottom div:nth-child(4) a {
  pointer-events: none
}*/
/*.navi_bottom div:nth-child(5) a {
  pointer-events: none
}*/
/*.navi_bottom div:nth-child(6) a {
  pointer-events: none
}*/
@media (max-width: 700px) {
  .navi_bottom {
    margin: 0px auto 40px auto;
    padding: 0 20px
  }
}
/* 共通リンク
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
/*エントリーリンク*/
a.box_link {
  display: block;
  color: #FFFFFF !important;
  opacity: 1
}
a.box_link:hover {
  opacity: 1
}
/*スマホ時TEL*/
@media (min-width: 700px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 共通ページヒーロー
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.page_hero {
  width: 100%;
  margin: 0 auto 80px auto
}
.page_hero img {
  width: 100%;
}
@media (max-width: 1000px) {
  .page_hero {
    margin: 0 auto 40px auto
  }
  .page_hero img {
    margin-top: 60px
  }
}
/* 共通 訴求ブロック
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.appeal_block {
  max-width: 1200px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/top/ppeal_back.jpg");
  margin: 0 auto 60px auto;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.appeal_block.bottom {
  margin-bottom: 50px;
}
.appeal_block img {
  width: 100%;
  max-height: 200px
}
@media screen and (max-width: 700px) {
  .appeal_block {
    height: auto;
    margin-bottom: 60px;
    padding: 20px 50px
  }
  .appeal_block.bottom {
    margin-bottom: 30px
  }
}
/* フッター 問い合わせブロック
--------------*/
.inquiry_block {
  color: #fff;
  background-color: #002a55;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  height: 90px;
  margin: 0px 0 30px 0;
  height: auto;
  padding: 20px 0
}
.inquiry_block img {
  max-width: 270px;
  height: auto;
  margin: 20px 0 0 0
}
.inquiry_block .inquiry_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  /*  border: solid 1px #fff;*/
  padding: 5px 0
}
.inquiry_block .inquiry_copy p {  font-size: 15px;
}
.inquiry_block .inquiry_copy span {
  font-size: 12px;
}
.inquiry_block .inquiry_copy span span {
  font-size: 8px;
  margin-left: 1em
}
@media screen and (max-width: 1000px) {
  .page_outline h2 .inquiry_block .inquiry_title {
    width: 200px;
    margin: auto
  }
  .inquiry_block .grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0px
  }
  .inquiry_block .inquiry_tel {
    max-width: 400px;
    margin: auto;
    padding: 5px 40px 0 40px
  }
  .inquiry_block .inquiry_copy span {
    flex-flow: column;
  }
}
/* フッター　運営ブロック
--------------*/
.operator_block {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  color: #000000
}
.operator_block .grid3 {
  display: grid;
  grid-template-columns: 100px 210px 1fr;
  gap: 20px
}
.operator_block .grid3 div {
  display: flex;
  align-items: center
}
.operator_block .operator_title {
  font-size: 10px;
  white-space: nowrap
}
.operator_block .operator_logo {
  font-size: 11px
}
.operator_block .operator_copy {
  font-size: 7px
}
@media screen and (max-width: 700px) {
  .inquiry_block .operator_title {
    text-align: center
  }
  .operator_block .grid3 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0px
  }
  .operator_block .operator_logo img {
    width: 200px
  }
  .operator_block .operator_copy {
    font-size: 8px
  }
  .operator_block .grid3 div {
    display: flex;
    justify-content: center
  }
}
/* 注意ブロック
--------------*/
.attention_block {
  margin-bottom: 40px
}
.attention_block p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px!important;
  line-height: 1.3em;
  margin-bottom: 0.5em
}
/*予告広告*/
.text_ad {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 2em;
  font-weight: normal
}
.text_ad span {    font-size: 13px;
  border: solid 1px #002A55;
  padding: 2px 10px;
  margin-right: 10px
}
@media screen and (max-width: 700px) {
  .attention_block {
    flex-flow: column;
  }
  .text_ad {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: normal
  }
  .text_ad span {
    font-size: 12px;
    border: solid 1px #002A55;
    padding: 2px 5px;
  }
}