@charset "UTF-8";

* {
  box-sizing: border-box
}



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

body {
  position: static !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  color: #333;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  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:1024px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
  }
}

/* △△△△△html,body△△△△△ */


/* ▽▽▽▽▽共通設定1▽▽▽▽▽ */
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: .1em
}

/* 注釈 */
.div-detail-form span {
  color: #6f6f6f;
}

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


/* ▽▽▽▽▽link▽▽▽▽▽ */
a {
  transition: .5s
}

a {
  color: #333
}

a:link {
  text-decoration: none
}

a:visited {
  text-decoration: none
}

a:hover {
  color: red;
  cursor: pointer;
  text-decoration: none !important;
}

a:active {
  text-decoration: none
}

a:active,
a:focus {
  outline: 1
}

a.none-blue {
  color: #2269bc;
}

a.none-blue:visited {
  color: #2269bc;
}

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:"] {
  color: #11161f;
  text-decoration: none;
  cursor: default
}

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

a img {
  transition: all .5s;
  backface-visibility: hidden
}

a:hover:active img,
a:hover:focus img,
a:hover:hover img {
  opacity: .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;
}

/* △△△△△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;
  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:1024px) {
  .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:1024px) {
  .l-header_info_txt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media only screen and (max-width:1024px) {
  .l-header_info_txt {
    padding-left: 0;
    padding-right: 0px
  }
}

.l-header_info_date {
  padding-right: 2%;
  margin-right: 2%;
  margin-left: 5%;
  border-right: 1px solid #fff;
}

@media only screen and (max-width:1024px) {
  .l-header_info_date {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-left: 0%;
  }
}

.is-gyosei .l-header_info {
  top: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.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:1024px) {
  .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:1024px) {
  .l-headerTop {
    padding: 10px
  }
}

@media only screen and (max-width:1024px) {
  .l-headerTop_logo img {
    max-height: 40px
  }
}

@media only screen and (min-width:1025px) {
  .l-headerTop_utility {
    display: block !important
  }
}

@media only screen and (max-width:1024px) {
  .l-headerTop_utility {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 20px
  }
}

@media only screen and (max-width:1024px) {
  .l-headerTop_utility_inr {
    background-color: #fff;
    border-radius: 5px;
    margin: 75px 0
  }
}

.l-headerTop_utility_nav {
  display: none
}

@media only screen and (max-width:1024px) {
  .l-headerTop_utility_nav {
    display: block
  }
}

.l-headerTop_utility_nav_dropMenu {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 20px
}

.l-headerTop_utility_nav_dropMenu ul>:last-child {
  margin-bottom: 0 !important
}

.l-headerTop_utility_nav_dropMenu ul li {
  margin-bottom: 15px
}

.l-headerTop_utility_nav_dropMenu ul li a {
  color: #3f72af;
  font-weight: 700
}

.l-headerTop_utility_nav_dropMenu ul li a span {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url(/common/img/common/icon-arrow-theme.svg);
  background-position: 0 50%;
  background-size: 12px
}

.l-headerTop_utility_bnr {
  display: none;
  padding: 30px 20px
}

@media only screen and (max-width:1024px) {
  .l-headerTop_utility_bnr {
    display: block
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 0;
  z-index: 1001;
  height: 172px;
  color: #11161f;
  border-bottom: 1px solid rgb(217, 217, 217);
}

@media only screen and (max-width:1024px) {
  .l-header {
    padding: 10px;
    height: 72.5px;
  }
}

.l-header_img {
  width: 100%;
  background: url("../img/common/header_bk.png") no-repeat center bottom;
}

@media only screen and (max-width:1024px) {
  .l-header_img {
    background: none;
  }
}

.l-header_inr {
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}

@media only screen and (max-width:1024px) {
  .l-header_inr {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-width: initial;
    margin: 0;
    height: 55px;
  }
}

.l-header_inr::after {
  content: ' ';
  display: table;
  clear: both;
}

.l-header_logo {
  text-align: left;

}

@media only screen and (max-width:1024px) {
  .l-header_logo {
    width: 16rem;
  }
}

.l-header_utility {
  display: block;
}

@media only screen and (max-width:1024px) {
  .l-header_utility {
    position: fixed;
    top: 70px;
    left: 0;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    overflow: auto;
    margin-top: 0 !important
  }
}

.l-header_utility_inr {
  float: right;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_inr {
    width: 100%;
    background-color: #fff;
  }
}

@media only screen and (min-width:1025px) {
  .l-header_utility_inr nav {
    position: absolute;
    width: 100%;
    height: 57px;
    align-items: center;
    background-color: #FFFFFF;
    left: 0;
    top: 128.5%;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width:1024px) {
  .l-header_utility_inr nav {
    position: initial;
    top: initial;
    right: initial;
    padding-right: initial;
    width: 100%;
  }
}

.l-header_utility_nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_nav {
    display: block;
    margin: 0 auto;
    position: initial;
    top: initial;
    right: initial;
    padding-right: initial;
  }
}

.l-header_utility_nav_item {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 0px;
  border: 1px solid rgb(217, 217, 217);
  border-top: none;
  border-right: none;
}

.l-header_utility_nav_item:last-child {
  border-right: 1px solid rgb(217, 217, 217);

}

.l-header_utility_nav_item img {
  display: none;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_nav_item {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgb(217, 217, 217);
  }

  .l-header_utility_nav_item img {
    display: block;
    float: right;
    margin-left: -50px;
    margin-right: 20px;
    margin-top: 25px;
  }

}

.l-header_utility_nav_item.js-dropDown.is-active a {
  position: relative;
}

.l-header_utility_nav_item.js-dropDown.is-active>a:before {
  content: " ";
  position: absolute;
  bottom: -40%;
  left: 40%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 15px 12px 15px;
  opacity: 1;
}

.l-header_utility_nav_item>a {
  display: block;
  font-weight: 700;
  word-break: keep-all;
  white-space: nowrap;
  padding: 14px 12px;
}

.l-header_utility_nav_item:first-child>a {
  border-left: none;
}

@media only screen and (max-width:767px) {
  .l-header_utility_nav_item>a {
    border-left: none;
    font-size: 1.8rem;
    padding: 17px 20px;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
  .l-header_utility_nav_item>a {
    border-left: none;
    font-size: 1.8rem;
    padding: 30px 20px;
    text-align: center;
    display: inline-block;
  }
}

.l-header_utility_nav_item>a:hover {
  color: #f26161;
  text-decoration: none
}

/* 親カテゴリhover時、下線を付ける */
.l-header_utility_nav_item.is-active {
  border-bottom: solid 5px rgb(16, 140, 14);
}

@media only screen and (max-width:1024px) {
  .l-header_utility_nav_item.is-active {
    border-bottom: none;
  }
}

@media only screen and (max-width:1024px) {

  /* .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_nav_item_child {
  position: absolute;
  top: 133%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1160px;
  background-color: #f26161;
  padding: 6px 0;
  display: none;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0,0,0,.2);
}

@media only screen and (max-width:1024px) {
  .l-header_utility_nav_item_child {
    border-radius: 0px;
    position: static;
    width: 100%;
    min-width: 100%;
    -ms-transform: translateX(0);
    transform: translateX(0);
    ;
  }
}

.l-header_utility_nav_item_child_inr {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:1024px) {
  .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:1024px) {
  .l-header_utility_nav_item_child ul {
    display: block;

  }
}

.l-header_utility_nav_item_child ul li {
  width: 20%;
  padding: 5px;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_nav_item_child ul li {
    margin-right: 0;
    margin-bottom: 2px;
    width: 80%;
  }
}

.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: 30px;
  background-repeat: no-repeat;
  background-position: 0 10%;
  background: url("../img/common/icon_arrow_menu.png") no-repeat left 2px;
  color: rgb(0, 0, 0);
  background-size: 20px;
}
l-header_utility_sub div:last-child {
  margin-left: 10px;
}
/* l-header_utility_subはmenuの第1行 */
@media only screen and (min-width:1025px) {
  .l-header_utility_sub {
    position: absolute;
    left: 30.3%;
    top: 33%;
    transform: translate(0, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    width: 810px;
  }
}

@media only screen and (max-width:1024px) {
  .l-header_utility_sub {
    position: relative;
    display: block;
    top: 20px;
    padding-bottom: 120px;
  }
}

/* menuの第1行のdl元素 */
.l-header_utility_sub_change-left-border {
  border-left: 1px solid #e6e6e6;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_sub_change-left-border {
    border-left: 0;
  }
}

@media only screen and (max-width:1024px) {
  .l-header-dl-font-size dd:last-child {
    margin-top: 0px;
    margin-left: 0px;
  }
}

.l-header_utility_sub_change {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_sub_change {
    margin-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.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;
}

@media only screen and (max-width:1024px) {

  .l-header-dl-font-size dd:last-child {

    margin-left: 0px;
  }
}

.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;
  height: 45px;
  padding: 10px 0;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  border: solid 2px rgb(16, 140, 14);
}

.l-header_utility_sub_change dd ul li a.is-active {
  background: rgb(16, 140, 14);
  color: white;
  border: solid 2px rgb(16, 140, 14);
}

.l-header_utility_sub_change dd ul li .select {
  display: flex;
  width: 150px;
  font-weight: 700;
  height: 45px;
  border: 2px solid rgb(16, 140, 14);
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.l-header_utility_sub_change dd ul li .select a {
  display: initial;
  width: initial;
  height: initial;
  padding: 0;
  text-align: initial;
  border-radius: initial;
  font-weight: initial;
  color: initial;
  border: initial;
}

/* google 翻訳 */
#google_translate_element a {
  display: initial;
  width: initial;
  height: initial;
  padding: initial;
  border: initial;
  text-align: initial;
  border-radius: initial;
}
#google_translate_element div {
  margin: initial;
}
#google_translate_element img {
  max-width: initial;
}
.goog-te-gadget-simple {
  padding: 9px !important;
  border-radius: 4px !important;
  border: solid 2px rgb(16, 140, 14) !important;;
}
.goog-te-menu-value {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

/* サイト検索 */
.l-header_utility_sub_form {
  position: relative;
  width: 280px;
  margin-left: 20px;
}

@media only screen and (max-width:1024px) {
  .l-header_utility_sub_form {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.l-header_utility_sub_form input {
  border: none;
  width: 100%;
  height: 45px;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0 20px;
  background-color: #FFFFFF;
  border: 2px solid rgb(16, 140, 14);
}

.l-header_utility_sub_form input:-ms-input-placeholder {
  color: #999
}

.l-header_utility_sub_form input::placeholder {
  color: #999
}

.l-header_utility_sub_form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  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.8rem;
  color: #fff;
  background-color: none;
  border-radius: 0 4px 4px 0;
}

.l-header_utility_sub_form button {
  background-color: rgb(16, 140, 14);
}

.l-header_utility_sub_form--sp {
  position: absolute;
  top: 90px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width:769px) {
  .l-header_utility_sub_form--sp {
    display: none
  }
}

.l-header_utility_sub_form .button2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  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.8rem;
  color: #fff;
  background-color: #00a0e8;
  border-radius: 0 4px 4px 0
}

.l-header.l-header__gyosei {
  background-color: #fff;
}

.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 {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(1)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(1) .l-header_utility_nav_item_child {
  background-color: #fff;
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(2).js-dropDown>a:before {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(2)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(2) .l-header_utility_nav_item_child {
  background-color: #fff
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(3).js-dropDown>a:before {
  border-color: transparent transparent#fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(3)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(3) .l-header_utility_nav_item_child {
  background-color: #fff
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(4).js-dropDown>a:before {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(4)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(4) .l-header_utility_nav_item_child {
  background-color: #fff
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(5).js-dropDown>a:before {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(5)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(5) .l-header_utility_nav_item_child {
  background-color: #fff
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(6).js-dropDown>a:before {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(6)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(6) .l-header_utility_nav_item_child {
  background-color: #fff
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(7).js-dropDown>a:before {
  border-color: transparent transparent #fff transparent
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(7)>a:hover {
  color: rgb(16, 140, 14) !important
}

.l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(7) .l-header_utility_nav_item_child {
  background-color: #fff
}

.right-easdy-bottom {
  margin-top: 25px;
}

@media only screen and (max-width:1024px) {
  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(7) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(6) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(5) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(4) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(3) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(2) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

  .l-header.l-header__gyosei .l-header_utility_nav_item:nth-child(1) .l-header_utility_nav_item_child {
    background-color: #fff;
    border-top: 4px solid rgb(16, 140, 14);
  }

}

/* △△△△△l-header△△△△△ */


/* ▽▽▽▽▽js-spMenu▽▽▽▽▽ */
.js-spMenuBtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 72px;
  font-size: 0;
}

@media only screen and (max-width:1024px) {
  .js-spMenuBtn {
    display: block
  }
}

.js-spMenuBtn_div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.js-spMenuBtn span {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(217, 217, 217);
  font-size: 0;
  transition: .5s;
}

.js-spMenuBtn .menu_none {
  display: block;
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: rgb(217, 217, 217);
  font-size: 0;
  transition: .5s;
  top: 9px;
}

.js-spMenuBtn.is-active .menu_none {
  display: none;
}

/* 第1行の線 */
.js-spMenuBtn span:first-child {
  top: 20px
}

/* 第2行の線 */
.js-spMenuBtn span:nth-child(2) {
  top: 31px
}

/* 文字MENUとCLOSE */
.js-spMenuBtn p {
  background-color: transparent;
  color: rgb(0, 0, 0);
  height: auto;
  font-size: 1.6rem;
  bottom: 5px;
  position: absolute;
  font-weight: bold;
}

/* 文字MENU */
.js-spMenuBtn p:nth-child(3) {
  opacity: 100;
}

/* 文字CLOSE */
.js-spMenuBtn p:nth-child(4) {
  opacity: 1;
}

.js-spMenuBtn.is-active span:first-child {
  top: 25px;
  left: 20px;
  width: 35px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-spMenuBtn.is-active span:nth-child(2) {
  top: 25px;
  left: 20px;
  width: 35px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-spMenuBtn.is-active p:nth-child(3) {
  opacity: 0;
}

.js-spMenuBtn.is-active p:nth-child(4) {
  opacity: 100;
}

.js-spMenuBtn_three {
  top: 30px;
}

/* △△△△△js-spMenu△△△△△ */


/* ▽▽▽▽▽facebook▽▽▽▽▽ */

/* △△△△△facebook△△△△△ */


/* ▽▽▽▽▽is-black▽▽▽▽▽ */

/* △△△△△is-black△△△△△ */


/* ▽▽▽▽▽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;
}

.fsSmall .u-right-blue-arrow:before {
  top: 3px;
  background-size: 50% 80%;
}

.fsLarge .u-right-blue-arrow:before {
  width: 15px;
  height: 15px;
  background-size: 50% 85%;
  -moz-background-size: 50% 85%;
}

/* 行政TOPの、<span class="u-right-blue-arrow-triangle">?</span> */
.u-right-blue-arrow-triangle {
  font-family: "fangsong";
  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:1024px) {
  .u-pc {
    display: none !important
  }
}

@media only screen and (min-width:1025px) {
  .u-sp {
    display: none !important
  }
}

.w-40 { width: 40px; }
.w-50 { width: 50%; }
.w-70 { width: 70px; }
.w-100 { width: 100%; }

.mt-5  { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.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; }
.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; }
.pt-1    { padding-top: 1px; }
.pr-5    { padding-right: 5px !important; }
.pr-10   { padding-right: 10px !important; }
.pr-15   { padding-right: 15px !important; }
.pb-5    { padding-bottom: 5px !important; }
.pb-10   { padding-bottom: 10px !important; }
.pb-20   { padding-bottom: 20px !important; }

.lh-40 { line-height: 40px; }

.tar { text-align: right; }
.float-left { float: left; }
.float-right { float: right; }

.list-style-none { list-style: none; }
.bold { font-weight: bold; }
.gray-bg { background-color: #eee;}

.display-block { display: block; }
.inline-block { display: inline-block; }
.display-none { display: none; }
/* △△△△△utility△△△△△ */


/* ▽▽▽▽▽その他▽▽▽▽▽ */
/* l-wrapper */
.l-wrapper {
  text-align: left;
  font-size: 1.6rem;
  /* overflow: hidden */
}

/* 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:1024px) {
  .js-pageTopFade img {
    width: 80px;
  }
}

/* @media only screen and (max-width:1024px) {
  .js-pageTopFade {
    display: none;
  }
  .js-pageTopFade img {
    display: none;
  }
 } */
/* △△△△△TOPへ△△△△△ */


/* ▽▽▽▽▽ページング▽▽▽▽▽ */
/* page */
.listpage {
  margin: 10px 0;
}

.listpage .pager {
  margin-top: 5rem;
}

.listpage .pager ul {
  text-align: center;
}

.listpage h3 {
  float: left;
  margin: 2px 0;
}

.listpage .pager li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: rgb(16, 140, 14)1px solid;
  font-family: monospace;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
}

.listpage .pager li.active {
  background: rgb(16, 140, 14);
}

.listpage .pager li.active a {
  color: #FFFFFF;
}


.listpage .pager li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  text-decoration: none;
}

.listpage form {
  float: right;
}

.listpage .ctrlRight {
  float: right;
}

.listpage .ctrlRight li {
  float: left;
}

.listpage .pager li:hover {
  background: rgb(16, 140, 14);
  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 {
  header {
    display: none;
  }
  .heade-prop {
    display: none;
  }
  .header-prop {
    display: none;
  }
  .l-header_info {
    display: none;
  }
  .container_right {
    display: none;
  }
  footer {
    display: none;
  }
  .l-wrapper {
    -webkit-print-color-adjust: exact;
  }
  .l-wrap {
    page-break-after: always;
  }
}
/* facebook和Twitter的分享 */
.container-share {
  margin-bottom: 40px;
  text-align: right;
}