@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* ▽▽▽▽▽html,body▽▽▽▽▽ */
html {
  font-size: 62.5%;
}

/* font */
@font-face {
  font-family: mainFont;
  /* src: url('./fonts/MPLUSRounded1c-Medium.ttf'); */
  src: url("./fonts/NotoSansJP-Regular.otf");
}
@font-face {
  font-family: mainCaptionFont;
  src: url("./fonts/NotoSansJP-Bold.otf");
}

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: mainFont;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.625;
  color: #11161f;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
  min-width: 1160px;
}
body.is-tourism {
  color: #54484c;
}
body.is-modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}
/* △△△△△html,body△△△△△ */

/* ▽▽▽▽▽共通設定1▽▽▽▽▽ */
/* h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
dd img,
dt img,
li img {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
q:after,
q:before {
  content: " ";
}
abbr,
acronym {
  border: 0;
}
.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

/* △△△△△共通設定1△△△△△ */

/* ▽▽▽▽▽link▽▽▽▽▽ */
a {
  transition: 0.5s;
}
a {
  color: #11161f;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #551b8c !important;
  text-decoration: none;
}
body.is-gyosei.is-black a:visited {
  color: #aaaa99 !important;
}

a:hover {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  text-decoration: none;
}
a:active,
a:focus {
  outline: 1;
}

a.none-blue {
  color: #3f72af;
}
a.none-blue:visited {
  color: #3f72af;
}
a.none-blue:hover {
  color: red;
}

a.underline-blue {
  color: #0078d4;
  text-decoration: underline;
}
a.underline-blue:visited {
  color: #0078d4;
}
a.underline-blue:hover {
  color: red;
}

a[href^="tel:"] {
  text-decoration: none;
  cursor: default;
  color: inherit;
}

/* 230407 - 署名対応 */
@media only screen and (min-width: 769px) {
  .detail-comment-div a[href^="tel:"],
  .c-defTable a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .detail-comment-div a[href^="tel:"],
  .c-defTable a[href^="tel:"] {
    color: red;
    text-decoration: underline;
  }
}

a[href^="tel:"]:active img,
a[href^="tel:"]:focus img,
a[href^="tel:"]:hover img {
  opacity: 1;
}

a img {
  transition: all 0.5s;
  backface-visibility: hidden;
}
a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: 0.7;
}

/* link button */
.link_btn_span {
  background-image: linear-gradient(to right, #78c88a, #afd36e);
  border-radius: 30px;
  padding: 1px;
  display: inline-block;
}
.link_btn {
  display: inline-block;
  background: white;
  color: black;
  border-radius: 30px;
  outline: none;
  padding: 8px 40px;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
}
.link_btn:hover {
  background: #00a0e8;
  color: white;
  opacity: 1;
}
/* white link*/
a.normal-white,
a.normal-white:visited {
  color: white;
}
a.normal-white:hover {
  color: red;
}
body.is-gyosei.is-blue a.normal-white,
body.is-gyosei.is-blue a.normal-white:visited {
  color: #11161f;
}
body.is-gyosei.is-blue a.normal-white:hover {
  color: #00a0e8;
}
/* △△△△△link△△△△△ */

/* ▽▽▽▽▽form系▽▽▽▽▽ */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
}
select::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button {
  background-color: transparent;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  cursor: pointer;
}
/* △△△△△form系△△△△△ */

/* ▽▽▽▽▽slick▽▽▽▽▽ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* △△△△△slick△△△△△ */

/* ▽▽▽▽▽l-header_info▽▽▽▽▽ */
.top .l-header_info {
  width: 100%;
  position: absolute;
  z-index: 1001;
}
.l-header_info {
  width: 100%;
  background-color: #de0000;
  color: #fff;
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .l-header_info {
    font-size: 1.2rem;
    padding: 10px 15px;
  }
}
.l-header_info a {
  color: #fff;
  text-decoration: underline;
  transition: none;
}
.l-header_info_txt {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .l-header_info_txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .l-header_info_txt {
    padding-left: 0;
    padding-right: 55px;
  }
}
.l-header_info_date {
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1200px) {
  .l-header_info_date {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.is-gyosei .l-header_info {
  top: 0;
  width: 100%;
  z-index: 1;
}
.is-tourism .l-header_info {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.is-tourism.is-tourismTop .l-header_info {
  position: static;
}
@media only screen and (max-width: 1200px) {
  .is-tourism.is-tourismTop .l-header_info {
    position: absolute;
  }
}
/* △△△△△l-header_info△△△△△ */

/* ▽▽▽▽▽l-header▽▽▽▽▽ */
.l-headerTop {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .l-headerTop {
    padding: 10px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  z-index: 1001;
  color: #11161f;
}
@media only screen and (max-width: 1200px) {
  .l-header {
    padding: 0;
  }
}
.l-header_inr {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .l-header_inr {
    width: 100%;
    min-width: initial;
    margin: 0;
  }
}
.l-header_inr::after {
  content: " ";
  display: table;
  clear: both;
}
.l-header_logo {
  text-align: left;
  display: inline-block;
}
.l-header_logo a {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .l-header_logo {
    width: 140px;
    margin-left: 20px;
  }
}
.l-header_utility {
  display: block;
  padding-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility {
    z-index: 1001;
    width: 100%;
    padding-top: 0;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_inr {
    width: calc(100% - 48px);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    position: relative;
  }
  .l-header_utility_block {
    height: 70vh;
    overflow-y: auto;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1201px) {
  .l-header_utility_inr nav {
    position: absolute;
    width: 100%;
    height: 55px;
    align-items: center;
    background-color: #ffffff;
    left: 0;
    top: 99%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .l-header_utility_inr nav {
    margin-top: 15px;
    position: initial;
    top: initial;
    right: initial;
    padding-right: initial;
  }
}
/* nav导航栏两侧的圆角 */
.l-header_utility_nav::before,
.l-header_utility_nav::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: 0 0;
  background-image: url(../images/header-bg.svg);
}
.l-header_utility_nav:before {
  right: 100%;
}
.l-header_utility_nav::after {
  left: 100%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.l-header_utility_nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-header_utility_nav_item {
  width: calc(15% - 0px);
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility {
    position: relative;
  }
  .l-header_utility_nav {
    display: block;
    margin: 0 auto;
  }
  .l-header_utility_nav_item {
    width: auto;
  }
  .l-header_utility_nav::before,
  .l-header_utility_nav::after {
    display: none;
  }
  .l-header_utility_inr::before,
  .l-header_utility_inr::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: 0 0;
    background-image: url(../images/header-bg.svg);
  }
  .l-header_utility_inr::before {
    right: 100%;
  }
  .l-header_utility_inr::after {
    left: 100%;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
.l-header_utility_nav_item.is-active > a:before {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 7px;
  border-color: transparent transparent #f26161 transparent;
  opacity: 0;
}
.l-header_utility_nav_item > a {
  display: block;
  font-weight: 700;
}
.l-header_utility_nav_item:first-child > a {
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_nav_item > a {
    font-size: 1.8rem;
    padding: 17px 20px;
  }
}
.l-header_utility_nav_item > a:hover {
  color: #f26161;
  text-decoration: none;
}
/* 親カテゴリhover時、下線を付ける */
.l-header_utility_nav_item.is-active a span:first-child {
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #7b1314;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  /* .l-header_utility_nav_item>a.js_dropDownSp:after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/common/img/common/icon-plus--black.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover
  }
  .l-header_utility_nav_item>a.js_dropDownSp.is-active:after {
    background-image: url(/common/img/common/icon-minus--black.svg)
  }*/
  .l-header_utility_nav_item > a span:nth-child(2) {
    content: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/common/img/common/icon-plus--black.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .l-header_utility_nav_item > a.js_dropDownSp.is-active span:nth-child(2) {
    background-image: url(/common/img/common/icon-minus--black.svg);
  }
}
/* 选择语言 */
.l-header_utility_sub_change dd ul li .is-flg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  padding: 0;
  color: #000;
}
.l-header_utility_nav_item_child {
  position: absolute;
  top: 87%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1160px;
  background-color: #fff;
  display: none;
  border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 1200px) {
  .l-header_utility_nav_item_child {
    position: static;
    width: 100%;
    min-width: 100%;
    -ms-transform: translateX(0);
    display: none !important;
    transform: translateX(0);
    border-bottom: 1px solid #b3b3b3;
    padding: 21px 0;
  }
}
.l-header_utility_nav_item_child_inr {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_nav_item_child_inr {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-header_utility_nav_item_child ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_nav_item_child ul {
    display: block;
  }
}
.l-header_utility_nav_item_child ul li {
  width: 33%;
  display: flex;
  padding: 10px 0 10px 5px;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_nav_item_child ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.l-header_utility_nav_item_child ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.l-header_utility_nav_item_child ul li a {
  display: inline-block;
  padding-left: 10px;
}
.l-header_utility_nav_item_child ul li a:hover {
  color: #000;
}
.l-header_utility_nav_item_child ul li b {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-top: 7px;
  border-color: #fff #fff #fff #fff;
  border-style: solid;
  border-width: 6px 0 6px 6px;
}
.l-header_utility_nav_item_child ul li:hover b {
  border-color: #fff #fff #fff #7b1314;
  border-style: solid;
  border-width: 6px 0 6px 6px;
}
/* l-header_utility_subはmenuの第1行 */
@media only screen and (min-width: 1201px) {
  .l-header_utility_sub {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1200px) {
  .l-header_utility_sub {
    position: relative;
    display: block;
    top: 20px;
    padding-right: initial;
    font-size: 1.4rem;
  }
}
/* menuの第1行のdl元素 */
.l-header_utility_sub_change-left-border {
  border-left: 1px solid #e6e6e6;
}
body.is-gyosei.is-black .l-header_utility_sub_change-left-border {
  border-left: 1px solid#ffff01;
}
body.is-gyosei.is-blue .l-header_utility_sub_change-left-border {
  border-left: 1px solid #c6e6e9;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_sub_change-left-border {
    border-left: 0;
  }
  .l-header_utility_sub-line {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    border-top: 1px solid #7b1314;
  }
}

.l-header_utility_sub_change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_sub_change {
    margin-bottom: 15px;
    justify-content: center;
  }
}
.l-header_utility_sub_change dt {
  font-weight: 700;
  padding: 0 15px;
  white-space: nowrap;
}
.l-header-dl-font-size dd:last-child {
  margin-left: 10px;
}
.l-header_utility_sub_change dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.l-header_utility_sub_change dd ul li {
  margin-right: 5px;
}
.l-header_utility_sub_change dd ul li:last-child {
  margin-right: 0;
}
.l-header_utility_sub_change dd ul li a {
  display: inline-block;
  width: 45px;
  padding: 5px 0;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  color: #7b1314;
  border: solid 1px #7b1314;
}
body.is-gyosei.is-black .l-header_utility_sub_change dd ul li a {
  border: solid 1px #ffff01;
}
.l-header_utility_sub_change dd ul li a.is-active {
  background: #7b1314;
  color: white;
  border: solid 1px #7b1314;
}
body.is-gyosei.is-black .l-header_utility_sub_change dd ul li a.is-active {
  background: #ffff01;
  color: #000;
}
.l-header_utility_sub_change dd ul li select {
  font-weight: 700;
  margin-left: 10px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #7b1314;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: auto;
}
@media only screen and (max-width: 1200px) {
  body.is-gyosei.is-black .l-header_utility_sub_change dd ul li a.is-active {
    background: #11161f;
    color: white;
    border: solid 1px #11161f;
  }
  body.is-gyosei.is-black .l-header_utility_sub_change dd ul li a {
    border: solid 1px #11161f;
  }
}
/* サイト検索 */
.l-header_utility_sub_form {
  position: relative;
  width: 240px;
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_sub_form {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.l-header_utility_sub_form input {
  border: none;
  width: 100%;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 7px;
  background-color: #f2f2f2;
  border: 1px solid #7b1314;
}
.l-header_utility_sub_form input:-ms-input-placeholder,
.l-header_utility_sub_form input::placeholder {
  color: #999;
}
.l-header_utility_sub_form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  letter-spacing: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  background-color: #7b1314;
  border-radius: 0 4px 4px 0;
}

/* Foreign Language */
.l-header_utility_sub_lang {
  margin-left: 15px;
}
.l-header_utility_sub_lang a {
  display: inline-block;
  /* width: 150px; */
  color: #000;
  border: solid 1px #7b1314;
  border-radius: 4px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .l-header_utility_sub_lang {
    margin-left: initial;
    text-align: center;
    margin-bottom: 15px;
  }
}
body.is-gyosei.is-black .l-header_utility_sub_lang a {
  border: solid 1px #ffff01;
}

.l-header.l-header__gyosei {
  background-color: #fff;
  transition: background-color 2s ease-in;
}
.l-header.l-header__gyosei.is-scroll {
  background-color: #fff;
}
.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(1).js-dropDown > a:before {
  background-color: #fff;
}
.l-header.l-header__gyosei .l-header_utility_nav_item > a:hover {
  color: #fff !important;
}
.l-header_utility_sub dl:nth-child(3) {
  margin-left: 10px;
}
/* headerの最下部空のdiv(filling用) */
.l-header-filling-div {
  height: 104px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .l-header-filling-div {
    height: 57px;
  }
  .l-header.l-header__gyosei,
  .l-header.l-header__gyosei.is-scroll {
    background: none;
  }
  .l-header.l-header__gyosei .l-header-top {
    height: 65px;
    background-color: #fff;
    transition: background-color 2s ease-in;
  }
  .l-header.l-header__gyosei.is-scroll .l-header-top {
    background-color: #fff;
  }
}
/* △△△△△l-header△△△△△ */

/* ▽▽▽▽▽js-spMenu▽▽▽▽▽ */
.js-spMenuBtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 6px;
  right: 20px;
  width: 60px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .js-spMenuBtn {
    display: block;
    background-color: #f5f5f5;
  }
}
.js-spMenuBtn_div {
  width: 100%;
  height: 100%;
}
.js-spMenuBtn span {
  position: absolute;
  left: 11px;
  display: block;
  width: 36px;
  height: 2px;
  background-color: #898989;
  font-size: 0;
  transition: 0.5s;
}

/* 第1行の線 */
.js-spMenuBtn span:first-child {
  top: 8px;
}
/* 第2行の線 */
.js-spMenuBtn span:nth-child(2) {
  top: 16px;
}
/* 第3行の線 */
.js-spMenuBtn span:nth-child(3) {
  top: 24px;
}
/* 文字MENUとCLOSE */
.js-spMenuBtn p {
  background-color: transparent;
  color: #686868;
  height: auto;
  font-size: 1.2rem;
  bottom: 2px;
  left: 13px;
  position: absolute;
  font-weight: bold;
}
/* 文字MENU */
.js-spMenuBtn p:nth-child(3) {
  opacity: 100;
}
/* 文字CLOSE */
.js-spMenuBtn p:nth-child(4) {
  opacity: 0;
}
.js-spMenuBtn.is-active span:first-child {
  top: 17px;
  left: 20px;
  width: 23px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-spMenuBtn.is-active span:nth-child(2) {
  top: 17px;
  left: 20px;
  width: 23px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js-spMenuBtn.is-active span:nth-child(3) {
  opacity: 0;
}
.js-spMenuBtn.is-active p:nth-child(4) {
  opacity: 100;
}
.js-spMenuBtn.is-active p:nth-child(5) {
  opacity: 0;
}
/* △△△△△js-spMenu△△△△△ */

/* ▽▽▽▽▽is-black▽▽▽▽▽ */
/* is-black */
body.is-gyosei.is-black {
  background-color: #000;
  color: #ffff01;
}
/* link */
body.is-gyosei.is-black a {
  color: #ffff01;
}
body.is-gyosei.is-black a:hover {
  color: white;
}
/* 「>」というICON */
body.is-gyosei.is-black .u-right-blue-arrow {
  color: #ffff01;
}
/* タイトル、例：ライフイベント */
body.is-gyosei.is-black .p-gyoseiTtl {
  color: #ffff01;
}
/* 戻るボタン */
body.is-gyosei.is-black .link_btn_span {
  background-image: initial;
  border-radius: initial;
  padding: initial;
  display: initial;
}
body.is-gyosei.is-black .link_btn {
  background: #00a0e8;
  color: white;
}
body.is-gyosei.is-black .link_btn:hover {
  opacity: 0.7;
}
/* △△△△△is-black△△△△△ */

/* ▽▽▽▽▽is-blue▽▽▽▽▽ */
/* is-blue */
body.is-gyosei.is-blue {
  background-color: #0000ff;
  color: white;
}
/* link */
body.is-gyosei.is-blue a {
  color: white;
}
body.is-gyosei.is-blue a:hover {
  color: darkorange;
}
/* 「>」というICON */
body.is-gyosei.is-blue .u-right-blue-arrow {
  color: white;
}
/* タイトル、例：ライフイベント */
body.is-gyosei.is-blue .p-gyoseiTtl {
  color: white;
}
/* 戻るボタン */
body.is-gyosei.is-blue .link_btn_span {
  background-image: initial;
  border-radius: initial;
  padding: initial;
  display: initial;
}
body.is-gyosei.is-blue .link_btn {
  background: #00a0e8;
  color: white;
}
body.is-gyosei.is-blue .link_btn:hover {
  opacity: 0.7;
}
/* △△△△△is-blue△△△△△ */

/* ▽▽▽▽▽arrow▽▽▽▽▽ */
/* <p class="u-tar-m10"><a href="./news/" class="u-blue-link-color">新着記事一覧</a></p> */
.u-tar-m10 {
  text-align: right;
  margin: 10px;
}
.u-blue-link-color {
  color: #3f72af;
}
/* <span class="u-right-blue-arrow"></span><a href="#">新着記事一覧</a> */
.u-right-blue-arrow {
  position: relative;
  padding-left: 15px;
}

/* 行政首?<span class="u-right-blue-arrow-triangle">?</span> */
.u-right-blue-arrow-triangle {
  font-family: "fangsong";
  /* font-size: 1rem; */
  color: #00a0e8;
  padding-right: 5px;
}
.u-right-blue-round-icon {
  position: relative;
  padding-left: 22px;
}
.u-right-blue-round-icon:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/common/img/common/right_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
/* △△△△△arrow△△△△△ */

/* ▽▽▽▽▽utility▽▽▽▽▽ */
.pc-tablet {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-tablet {
    display: none;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .u-sp {
    display: none !important;
  }
}
.w-40px {
  width: 40px;
}
.w-50 {
  width: 50%;
}
.w-70 {
  width: 70px;
}
.w-100 {
  width: 100%;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-1rem {
  margin-bottom: 1rem;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.mb-3rem {
  margin-bottom: 3rem;
}
.mb-4rem {
  margin-bottom: 4rem;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .mt-100 {
    margin-top: 30px !important;
  }
}
.m-1rem-0 {
  margin: 1rem 0;
}
.m-0-1rem {
  margin: 0 1rem;
}
.m-1rem {
  margin: 1rem;
}
.mr-1rem {
  margin-right: 1rem;
}
.ml-10 {
  margin-left: 10px;
}
.p-2dot5 {
  padding: 2.5px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-0-15 {
  padding: 0 15px;
}
.p-10-20 {
  padding: 10px 20px;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.tar {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.list-style-none {
  list-style: none;
}
.inline-block {
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.gray-bg {
  background-color: #eee;
}
.lh-40 {
  line-height: 40px;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
/* △△△△△utility△△△△△ */

/* ▽▽▽▽▽その他▽▽▽▽▽ */
/* l-wrapper */
.l-wrapper {
  text-align: left;
  font-size: 1.7rem;
  /* overflow: hidden */
}
@media only screen and (max-width: 1200px) {
  .l-wrapper {
    font-size: 1.7rem;
  }
}
/* filling用のdiv */
.container_detail_bottom {
  height: 30px;
  clear: both;
}
/* △△△△△その他△△△△△ */

/* ▽▽▽▽▽TOPへ▽▽▽▽▽ */
.js-pageTopFade {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 50;
  display: none;
}
.js-pageTopFade img {
  width: 100px;
}
@media only screen and (max-width: 1200px) {
  .js-pageTopFade {
    display: none;
  }
  .js-pageTopFade img {
    display: none;
  }
}
body.is-gyosei.is-black .js-pageTopFade a img {
  content: url(../img/common/btn_top_bk.png);
}
/* △△△△△TOPへ△△△△△ */

/* ▽▽▽▽▽ページング▽▽▽▽▽ */
/* page */
.listpage {
  margin: 10px 0;
}
.listpage .pager {
  margin-top: 20px;
}
.listpage .pager ul {
  text-align: center;
  line-height: 40px;
}
.listpage h3 {
  float: left;
  margin: 2px 0;
}
.listpage .pager li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: #78c88a 2px solid;
  font-family: monospace;
  font-size: 1.8rem;
  border-radius: 5px;
}
.listpage .pager li.active {
  background: #78c88a;
}
.listpage .pager li.active a {
  color: #ffffff;
}
.listpage .pager li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #78c88a;
}
.listpage form {
  float: right;
}
.listpage .ctrlRight {
  float: right;
}
.listpage .ctrlRight li {
  float: left;
}
.listpage .pager li:hover {
  background: #78c88a;
  color: #ffffff;
}
.listpage .pager li:hover a {
  color: #ffffff;
}
/* △△△△△ページング△△△△△ */

/* ▽▽▽▽▽向下拉??淡滑出内容▽▽▽▽▽ */
.js-inview {
  opacity: 0;
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: all 1s;
}
.js-inview.is-animeted {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* △△△△△向下拉??淡滑出内容△△△△△ */

/* 打印中间部分 隐藏头部尾部 */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  .l-header {
    position: absolute;
  }

  .l-header-top {
    margin-bottom: 20px;
  }
  .l-header_utility_sub {
    position: absolute;
    right: 0;
    top: 15px;
    display: flex;
  }
  .heade-prop {
    display: none;
  }

  article {
    margin-top: -50px;
  }

  .container_left {
    max-width: 760px;
    margin-right: 0;
  }
  .container_right {
    width: 280px;
  }
}
