/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================================
*
* BASE
*
* ============================================================ */
/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  line-height: 1.75;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #444444;
}

/* ----- リンクの設定 ----- */
a {
  color: #006dd9;
}
a:active, a:hover {
  text-decoration: none;
}

/* ----- ボタンの設定 ----- */
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ----- 画像 ----- */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ----- lazyloadアニメーション ----- */
.js-lazy-load {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1) 0.05s, -webkit-transform 0.1s cubic-bezier(0.5, 0, 0, 1) 0.05s;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1) 0.05s, -webkit-transform 0.1s cubic-bezier(0.5, 0, 0, 1) 0.05s;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1) 0.05s, transform 0.1s cubic-bezier(0.5, 0, 0, 1) 0.05s;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0, 1) 0.05s, transform 0.1s cubic-bezier(0.5, 0, 0, 1) 0.05s, -webkit-transform 0.1s cubic-bezier(0.5, 0, 0, 1) 0.05s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

a:focus {
  outline-width: 1px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #5a9467;
}

.acms-entry .acms-col-md-6.col-lgpadding {
  padding: 0 20px;
}

.entryFormColumnBody .lite-editor-toolbox {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}

/* ------------------------------------------------------------
* 限定的なベーススタイル
* ------------------------------------------------------------ */
/* 管理用パーツ
* -------------------------------------------------- */
#adminBox,
.acms-admin-box {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  border: 0;
}

.acms-admin-edit-info {
  margin: 0;
  border: 0;
}

#js-seo_info {
  background-color: #efefef;
}

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* ヘッダー
* ------------------------------------------------------------ */
.ly_header {
  position: relative;
  z-index: 9990;
}
.ly_header.ly_header__topheader {
  width: 100%;
  top: 0;
  background-color: initial;
}
.ly_header.ly_title__workscat {
  background-color: #5a9467;
}

.ly_header_inner {
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  border-top: 8px solid #2e735d;
  position: relative;
  padding: 80px 0;
  margin-top: 60px;
  background-color: #e6e6e6;
}
.ly_footer__home {
  padding: 60px 0 40px;
}

.ly_footer_inner {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.ly_sect {
  position: relative;
  padding: 40px 0;
}
.ly_sect > .ly_sect_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  border-radius: 40px 40px 0 0;
}
.ly_sect.ly_sect__color_key {
  background-color: #5a9467;
}
.ly_sect.ly_sect__color_key-light {
  background-color: #e5f1e3;
  width: 100%;
}
.ly_sect.ly_sect__color_sub {
  background-color: #2e735d;
  width: 100%;
}
.ly_sect.ly_sect__color_gray-lighter {
  background-color: #fafafa;
  margin-top: 40px;
}
.ly_sect.ly_sect__color_gray-light {
  background-color: #e6e6e6;
  margin-top: 40px;
}
.ly_sect.ly_sect_narrowPadding {
  padding: 50px 0;
}
.ly_sect.ly_sect__color_key_lighter {
  background-color: #f9fcfc;
}
.ly_sect.ly_sect__entry {
  padding-top: 20px;
}

/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.ly_sect .ly_cont {
  position: relative;
}

.ly_cont.ly_cont__mdNarrow {
  max-width: 1000px;
}

.ly_cont.ly_cont__narrow {
  max-width: 1000px;
}

.ly_cont.ly_cont__wide {
  max-width: 1380px;
}

.ly_outerbox {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* ------------------------------------------------------------
* ページのタイトル部分
* ------------------------------------------------------------ */
.ly_title.ly_title__workscat {
  background-color: #5a9467;
}
.ly_title.ly_title__nobgimg {
  background-image: none;
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* ボタン
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_btn, .el_arrowBtn, .el_arrowBtnLg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 1.2em 2.5em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
  margin: 0 3px;
  border-radius: 100px;
  text-align: center;
  background-color: #5a9467;
  color: #fff;
}
.el_btn:active, .el_arrowBtn:active, .el_arrowBtnLg:active, .el_btn:hover, .el_arrowBtn:hover, .el_arrowBtnLg:hover {
  background-color: #4b7b55;
}
.el_btn.el_btn__widthfull, .el_btn__widthfull.el_arrowBtn, .el_btn__widthfull.el_arrowBtnLg {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.el_btn.el_btn__widthlarge, .el_btn__widthlarge.el_arrowBtn, .el_btn__widthlarge.el_arrowBtnLg {
  max-width: 500px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.el_btn.el_btn__color, .el_btn__color.el_arrowBtn, .el_btn__color.el_arrowBtnLg {
  background: #5a9467;
  border: 1px solid #5a9467;
  color: #fff;
}
.el_btn.el_btn__color:hover, .el_btn__color.el_arrowBtn:hover, .el_btn__color.el_arrowBtnLg:hover {
  background: #4b7b55;
}
.el_btn.el_btn__tourcolor, .el_btn__tourcolor.el_arrowBtn, .el_btn__tourcolor.el_arrowBtnLg {
  background: #2e735d;
  border: 1px solid #2e735d;
  color: #fff;
}
.el_btn.el_btn__tourcolor:hover, .el_btn__tourcolor.el_arrowBtn:hover, .el_btn__tourcolor.el_arrowBtnLg:hover {
  background: #245e4c;
}
.el_btn.el_btn__accent, .el_btn__accent.el_arrowBtn, .el_btn__accent.el_arrowBtnLg {
  background: #2e735d;
  color: #fff;
}
.el_btn.el_btn__accent:hover, .el_btn__accent.el_arrowBtn:hover, .el_btn__accent.el_arrowBtnLg:hover {
  background: #245e4c;
}
.el_btn.el_btn__topmvlink, .el_btn__topmvlink.el_arrowBtn, .el_btn__topmvlink.el_arrowBtnLg {
  padding: 15px 10px;
  font-size: 22px;
  background-color: #e6002d;
}
.el_btn.el_btn__topmvlink span, .el_btn__topmvlink.el_arrowBtn span, .el_btn__topmvlink.el_arrowBtnLg span {
  display: block;
  font-size: 0.6em;
  padding-bottom: 5px;
  font-weight: normal;
}
.el_btn.el_btn__topmvlink:hover, .el_btn__topmvlink.el_arrowBtn:hover, .el_btn__topmvlink.el_arrowBtnLg:hover {
  background-color: #ca0029;
}
.el_btn.el_btn__third, .el_btn__third.el_arrowBtn, .el_btn__third.el_arrowBtnLg {
  background: #e6002d;
  border: 1px solid #e6002d;
  color: #fff;
}
.el_btn.el_btn__third:hover, .el_btn__third.el_arrowBtn:hover, .el_btn__third.el_arrowBtnLg:hover {
  background: #ca0029;
}
.el_btn.el_btn__gray, .el_btn__gray.el_arrowBtn, .el_btn__gray.el_arrowBtnLg {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
}
.el_btn.el_btn__gray:hover, .el_btn__gray.el_arrowBtn:hover, .el_btn__gray.el_arrowBtnLg:hover {
  background: #666;
}
.el_btn.el_btn__yellow, .el_btn__yellow.el_arrowBtn, .el_btn__yellow.el_arrowBtnLg {
  background: #f6c600;
  color: #444444;
}
.el_btn.el_btn__yellow:hover, .el_btn__yellow.el_arrowBtn:hover, .el_btn__yellow.el_arrowBtnLg:hover {
  background: #cba300;
}
.el_btn.el_btn__arrow, .el_btn__arrow.el_arrowBtn, .el_btn__arrow.el_arrowBtnLg {
  padding-right: 3em;
  text-align: left;
  position: relative;
}
.el_btn.el_btn__arrow::after, .el_btn__arrow.el_arrowBtn::after, .el_btn__arrow.el_arrowBtnLg::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
}
.el_btn.el_btn__arrow:hover::after, .el_btn__arrow.el_arrowBtn:hover::after, .el_btn__arrow.el_arrowBtnLg:hover::after {
  right: 1em;
}
.el_btn.el_btn__arrow.el_btn__color::after, .el_btn__arrow.el_btn__color.el_arrowBtn::after, .el_btn__arrow.el_btn__color.el_arrowBtnLg::after, .el_btn.el_btn__arrow.el_btn__third::after, .el_btn__arrow.el_btn__third.el_arrowBtn::after, .el_btn__arrow.el_btn__third.el_arrowBtnLg::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.el_btn.el_btn__arrow.el_btn__lg::after, .el_btn__arrow.el_btn__lg.el_arrowBtn::after, .el_btn__arrow.el_btn__lg.el_arrowBtnLg::after {
  width: 20px;
  height: 20px;
}
.el_btn.el_btn__arrowbtm, .el_btn__arrowbtm.el_arrowBtn, .el_btn__arrowbtm.el_arrowBtnLg {
  padding-right: 5em;
  text-align: left;
  position: relative;
}
.el_btn.el_btn__arrowbtm::after, .el_btn__arrowbtm.el_arrowBtn::after, .el_btn__arrowbtm.el_arrowBtnLg::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAMAAABgOjJdAAAAFVBMVEVMaXFERERFRUVCQkJDQ0NEREREREQSucUUAAAABnRSTlMAgd8gX0DvpXGXAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAd0lEQVR4nO3QSQ7AIAxDUWJa3//IFWEKEJC6rNS/s/RWDuFdIBl/8ZE/5NqJKBmQly8iqIQ0BEbENKSIRtCFAhViCZroYCSowoKBoIgRWIIsZmAIVKygEyThgUZA8nZBJaytYCIeGIgPDNmBRvagkBNQcgYhyAoeyz4F6VW5W6gAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.el_btn.el_btn__arrowbtm:hover::after, .el_btn__arrowbtm.el_arrowBtn:hover::after, .el_btn__arrowbtm.el_arrowBtnLg:hover::after {
  bottom: -0.5em;
}
.el_btn.el_btn__border, .el_btn__border.el_arrowBtn, .el_btn__border.el_arrowBtnLg {
  border: 1px solid #5a9467;
}
.el_btn.el_btn__blackbtn, .el_btn__blackbtn.el_arrowBtn, .el_btn__blackbtn.el_arrowBtnLg {
  color: #5a9467;
  border: solid 1px #464646;
  background-color: #464646;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg {
  position: relative;
  padding: 1em 3em 1em 2em;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg::before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat 8px/14px 14px #fff;
  background-color: #5a9467;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight:active::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn:active::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg:active::before, .el_btn.el_btn__blackbtn.el_btn.el_btn__arrowRight:hover::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtn:hover::before, .el_btn__blackbtn.el_btn__arrowRight.el_arrowBtnLg:hover::before {
  background-position: 10px;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0 0 8px;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink:hover, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn:hover, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg:hover {
  background-color: #5a9467;
  color: #444444;
}
.el_btn.el_btn__blackbtn.el_btn.el_btn__outerLink:hover::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtn:hover::after, .el_btn__blackbtn.el_btn__outerLink.el_arrowBtnLg:hover::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}
.el_btn.el_btn__small, .el_btn__small.el_arrowBtn, .el_btn__small.el_arrowBtnLg {
  min-width: auto;
  padding: 0.8em 1.5em 0.8em;
  font-size: 0.8em;
  line-height: 1;
}
.el_btn.el_btn__small.el_btnicon, .el_btn__small.el_btnicon.el_arrowBtn, .el_btn__small.el_btnicon.el_arrowBtnLg {
  padding-left: 2.5em;
  position: relative;
}
.el_btn.el_btn__small.el_btnicon::before, .el_btn__small.el_btnicon.el_arrowBtn::before, .el_btn__small.el_btnicon.el_arrowBtnLg::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  border-radius: 999px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.el_btn.el_btn__small.el_btnicon__newwindow, .el_btn__small.el_btnicon__newwindow.el_arrowBtn, .el_btn__small.el_btnicon__newwindow.el_arrowBtnLg {
  padding-right: 30px;
  position: relative;
}
.el_btn.el_btn__small.el_btnicon__newwindow::after, .el_btn__small.el_btnicon__newwindow.el_arrowBtn::after, .el_btn__small.el_btnicon__newwindow.el_arrowBtnLg::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.el_btn_wrap.el_btn_wrap__widthfull {
  text-align: center;
  margin-top: 20px;
}

.el_btnInfo {
  display: block;
  padding: 2em 2em;
  background-color: #5a9467;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.el_btnInfo::after {
  content: "";
  display: block;
  text-align: center;
  background-color: #e5f1e3;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Q5RDlEOTtmaWx0ZXI6dXJsKCNBZG9iZV9PcGFjaXR5TWFza0ZpbHRlcik7fQoJLnN0MXttYXNrOnVybCgjbWFzazBfMTlfMTEyM18wMDAwMDE1MDA4Mzg4NDA1MzAzNzI1OTM4MDAwMDAwNDEyNzQ3NTgwMjcwMjI2NjAwNV8pO30KCS5zdDJ7ZmlsbDojNDQ0NDQ0O30KPC9zdHlsZT4KPGRlZnM+Cgk8ZmlsdGVyIGlkPSJBZG9iZV9PcGFjaXR5TWFza0ZpbHRlciIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiPgoJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+Cgk8L2ZpbHRlcj4KPC9kZWZzPgo8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiIGlkPSJtYXNrMF8xOV8xMTIzXzAwMDAwMTUwMDgzODg0MDUzMDM3MjU5MzgwMDAwMDA0MTI3NDc1ODAyNzAyMjY2MDA1XyI+Cgk8cmVjdCB4PSIwLjUiIHk9IjAuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjwvbWFzaz4KPGcgY2xhc3M9InN0MSI+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNOC41LDIyLjlsLTEuOC0xLjhsOC4yLTguMkw2LjgsNC43bDEuOC0xLjhsMTAsMTBMOC41LDIyLjl6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2em 1.5em;
  border-radius: 0 10px 10px 0;
  height: 100%;
  opacity: 0.8;
}
.el_btnInfo:hover {
  background-color: #4b7b55;
}
.el_btnInfo.el_btnInfo__wh {
  background: #fff;
  color: #444444;
}
.el_btnInfo.el_btnInfo__wh:hover {
  background-color: #e6e6e6;
}
.el_btnInfo.el_btnInfo__min {
  padding: 1em 1em;
}
.el_btnInfo.el_btnInfo__min::after {
  padding: 1em 1em;
}

/* 大きいボタン */
.el_btn.el_btn__lg, .el_btn__lg.el_arrowBtn, .el_btn__lg.el_arrowBtnLg {
  width: 100%;
  max-width: 1000px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  font-size: 1.375em;
  border-width: 3px;
}
.el_btn.el_btn__lg.el_btn__widthauto, .el_btn__lg.el_btn__widthauto.el_arrowBtn, .el_btn__lg.el_btn__widthauto.el_arrowBtnLg {
  width: auto;
}

/* 大きいボタン2 */
.el_btn.el_btn__larger, .el_btn__larger.el_arrowBtn, .el_btn__larger.el_arrowBtnLg {
  width: 100%;
  max-width: 1000px;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.375em;
  border-width: 3px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.el_btn.el_btn__larger span, .el_btn__larger.el_arrowBtn span, .el_btn__larger.el_arrowBtnLg span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  margin: 10px 0 0;
}

/* 矢印あり */
.el_arrowBtn, .el_arrowBtnLg,
.el_btn.el_btn__arrowRight {
  position: relative;
  padding: 1.5em 6em 1.5em 2em;
}
.el_arrowBtn:active::before, .el_arrowBtnLg:active::before, .el_arrowBtn:hover::before, .el_arrowBtnLg:hover::before,
.el_btn.el_btn__arrowRight:active::before,
.el_btn.el_btn__arrowRight:hover::before {
  background-position: 10px;
}

.el_arrowBtnLg {
  width: 100%;
  max-width: 1000px;
  padding-top: 1.2em;
  padding-bottom: 1.4em;
  font-size: 1.375em;
}

/* 色違い */
.el_btn.el_btn__borderWhite, .el_btn__borderWhite.el_arrowBtn, .el_btn__borderWhite.el_arrowBtnLg {
  border-color: #fff !important;
}

/* インラインのリンクボタン
* -------------------------------------------------- */
.el_btnInlineLink {
  position: relative;
  display: inline-block;
  padding: 0 1.7em 0 0;
  color: #444444;
  text-decoration: underline;
}
.el_btnInlineLink:visited {
  color: #444444;
  text-decoration: underline;
}
.el_btnInlineLink:active, .el_btnInlineLink:hover {
  color: #444444;
  text-decoration: none;
}
.el_btnInlineLink:active::before, .el_btnInlineLink:hover::before {
  background-position: center center;
  border-width: 1px;
}

.el_btnInlineLink.el_btnInlineLink__back {
  padding: 10px 20px;
}
.el_btnInlineLink.el_btnInlineLink__back::before {
  right: auto;
  left: -0.35em;
}
.el_btnInlineLink.el_btnInlineLink__back:active::before, .el_btnInlineLink.el_btnInlineLink__back:hover::before {
  background-position: center center;
}

.el_outerLinkbtn {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.5em;
  min-width: 5em;
  font-size: 18px;
  line-height: 1.6;
  color: #5a9467;
  background-color: #2e735d;
  text-align: center;
  border-radius: 100px;
  margin: 1em 10px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.el_outerLinkbtn::after {
  display: inline-block;
  content: "";
  top: -2px;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGMUY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.el_outerLinkbtn:hover {
  background-color: #5a9467;
  color: #2e735d;
}
.el_outerLinkbtn:hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.el_snsicon {
  width: 26px;
  margin: 0 5px;
}

/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
/* トップの見出しとカテゴリタイトル
* -------------------------------------------------- */
.el_ttlHeading {
  font-size: 28px;
  margin-bottom: 20px;
}
.el_ttlHeading.el_ttlHeading__line {
  border-bottom: 1px solid #5a9467;
}

.el_ttlHeading_ja {
  font-size: 34px;
}

.el_ttlHeading_en {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 5px;
}

.el_largetelnumber {
  line-height: 1.2;
  font-weight: bold;
  font-size: 50px;
  margin-top: 10px;
  color: #5a9467;
}
.el_largetelnumber a {
  color: #444444;
}
.el_largetelnumber span {
  font-size: 0.6em;
}
/* ページタイトル - 小(下層ページ用)
* -------------------------------------------------- */
.el_pageHeading {
  color: #444444;
}
.ly_sect__newscontent .ly_title:first-child .el_pageHeading {
  margin-top: 0;
}

.el_pageHeading_sub {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #5a9467;
}
.el_pageHeading_sub span {
  position: relative;
  display: inline-block;
  margin: 0 1.5em 0 0;
}
.el_pageHeading_sub span::after {
  position: absolute;
  top: 0.25em;
  right: -1.25em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=) no-repeat center/0.8em 0.8em;
}
.el_pageHeading_sub span:last-child {
  margin: 0;
}
.el_pageHeading_sub span:last-child::after {
  content: none;
}

.el_pageHeading_main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a9467;
  margin-bottom: 20px;
}
.el_pageHeading_main > a {
  color: #444444;
  text-decoration: none;
}
/* 本文中の見出し
* -------------------------------------------------- */
/* ----- 大見出し ----- */
.el_xlHeading {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  position: relative;
}
.el_xlHeading span {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.el_xlHeading a {
  color: #444444;
}
.el_xlHeading + .el_lgHeading {
  margin-top: 0;
}
.el_xlHeading::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #5a9467;
  background: linear-gradient(-45deg, #5a9467 85%, #2e735d 85%);
}
.el_xlHeading.a__borderbtm {
  border-bottom: 1px solid #5a9467;
  padding: 0 10px 5px;
}
.el_xlHeading.el_xlHeading__tour {
  background-color: #e7f0ea;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 20px;
  margin-top: 40px;
}
.el_xlHeading.el_xlHeading__tour::after {
  display: none;
}
.bl_entrySubnav_cont .el_xlHeading.el_xlHeading__tour:first-child {
  margin-top: 0;
}
.el_lgHeading {
  margin-top: 1em;
  margin-bottom: 0.72em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.el_lgHeading.el_lgHeading__borderbtm {
  border-bottom: 1px solid #5a9467;
  padding: 0 10px 5px;
}

/* サブで英語がある時 */
.el_xlHeading_en {
  display: block;
  margin: 0 0 0.5em;
  font-size: 0.8em;
  color: #444444;
}
.el_xlHeading_en span {
  border-bottom: solid 0.218em #444444;
}

.el_xlHeading_ja {
  display: block;
}

/* サブで数字がある時 */
.el_xlHeading_num {
  display: block;
  margin: 0 0 0.25em;
  font-size: 0.8em;
  color: #444444;
}
.el_xlHeading_num span {
  border-bottom: solid 2px #444444;
}

.el_xlHeading_ja {
  display: block;
}

/* ----- 中見出し ----- */
.el_mdHeading {
  margin-bottom: 0.72em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

/* ----- 小見出し ----- */
.el_smHeading {
  margin-bottom: 0.72em;
  font-size: 16px;
  line-height: 1.5;
}

.el_lgHeading_en {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.el_lgHeading_en span {
  font-size: 16px;
  padding-left: 10px;
}

.bl_entry h2.el_heading_accodion_wrap {
  margin: 0 0 0;
}

.el_heading_accodion {
  padding: 20px 60px 20px 30px;
  border-radius: 10px;
  color: #444444;
  background-color: #e5f1e3;
  text-decoration: none;
  display: block;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 0;
}
.el_heading_accodion:hover {
  background-color: #cae1c7;
}

.el_heading_accodion_icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #5a9467;
  padding: 0 30px;
  border-radius: 0 10px 10px 0;
}
/* 横棒 */
.el_heading_accodion_icon::before,
.el_heading_accodion_icon::after {
  content: "";
  position: absolute;
  left: 35%;
  top: 50%;
  width: 25%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/* 横棒 */
.el_heading_accodion_icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 縦棒（初期は表示） */
.el_heading_accodion_icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* アコーディオンが開いたときの状態 */
.js-fader-active .el_heading_accodion_icon::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); /* 回転は維持、透明にする */
}

.el_xlHeading + .acms-col-md-6 h3 {
  margin-top: 1em;
}
.el_xlHeading + .acms-col-md-6 + .acms-col-md-6 h3 {
  margin-top: 1em;
}

/* ------------------------------------------------------------
* 注釈
* ------------------------------------------------------------ */
.el_note {
  font-size: 12px;
  color: #777;
}

ul.el_note {
  padding-left: 0;
  list-style: none;
}
ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
ul.el_note li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
* ラベル
* ------------------------------------------------------------ */
/* ボタンのみ */
.el_label {
  display: inline-block;
  padding: 0.6em 0.6em 0.6em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #aaa;
  margin: 0 8px 0 8px;
  position: relative;
  text-align: center;
}
.el_label.el_label__lg {
  font-size: 1.2em;
}
.el_label.el_label__category {
  min-width: 8.5em;
  font-weight: bold;
}
.el_label.el_label__entry {
  background-color: #666;
  margin: 0 4px 4px 0;
  font-weight: bold;
  border-radius: 3px;
}
.el_label.el_label__ {
  background-color: #e8e59a;
  color: #444444;
}
.el_label.el_label__topics {
  background-color: #e8e59a;
  color: #444444;
}
.el_label.el_label__rosen {
  background-color: #43a15b;
}
.el_label.el_label__highway {
  background-color: #64abc3;
}
.el_label.el_label__charter {
  background-color: #f0a869;
}
.el_label.el_label__tour {
  background-color: #2e735d;
}
.el_label.el_label__other {
  background-color: #aaa;
}
.el_label.el_label__important {
  background-color: #e6002d;
}
.el_label.el_label__white {
  background-color: #fff;
}
.el_label.el_label__yellow {
  color: #444444;
}
.el_label.el_label__gray {
  color: #aaa;
}
.el_label.el_label__new {
  background-color: #fa4027;
}
.el_label.el_label__close {
  background-color: #e6e6e6;
  color: #666;
}
.el_label.el_label__small {
  font-size: 0.7em;
}
.el_label.el_label__marginright {
  margin-right: 5px;
}

.el_labelLarge {
  background-color: #5a9467;
  color: #444444;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.el_labelLarge.el_labelLarge__gray {
  background-color: #464646;
  color: #fff;
}

.el_entryTagLabel {
  list-style: none;
}
.el_entryTagLabel a {
  text-decoration: none;
  background-color: #e6e6e6;
  display: inline-block;
  border-radius: 100px;
  margin: 0 5px 10px 5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #444444;
}
.el_entryTagLabel a:hover {
  background-color: #aaa;
}
.el_entryTagLabel.current a {
  background-color: #5a9467;
}

/* ------------------------------------------------------------
* フォームの要素
* ------------------------------------------------------------ */
/* ----- テキスト・テキストエリア ----- */
.el_inputText,
.el_inputTextarea {
  padding: 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.el_inputText:-moz-placeholder-shown:focus, .el_inputTextarea:-moz-placeholder-shown:focus {
  background-color: #fff;
}
.el_inputText:-ms-input-placeholder:focus, .el_inputTextarea:-ms-input-placeholder:focus {
  background-color: #fff;
}
.el_inputText:focus, .el_inputText:placeholder-shown:focus,
.el_inputTextarea:focus,
.el_inputTextarea:placeholder-shown:focus {
  background-color: #fff;
}
.el_inputText::-webkit-input-placeholder, .el_inputTextarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #aaa;
}
.el_inputText::-moz-placeholder, .el_inputTextarea::-moz-placeholder {
  font-size: 14px;
  color: #aaa;
}
.el_inputText:-ms-input-placeholder, .el_inputTextarea:-ms-input-placeholder {
  font-size: 14px;
  color: #aaa;
}
.el_inputText::-ms-input-placeholder, .el_inputTextarea::-ms-input-placeholder {
  font-size: 14px;
  color: #aaa;
}
.el_inputText::placeholder,
.el_inputTextarea::placeholder {
  font-size: 14px;
  color: #aaa;
}
.el_inputText:-moz-placeholder-shown, .el_inputTextarea:-moz-placeholder-shown {
  background-color: #fbfbfb;
}
.el_inputText:-ms-input-placeholder, .el_inputTextarea:-ms-input-placeholder {
  background-color: #fbfbfb;
}
.el_inputText:placeholder-shown,
.el_inputTextarea:placeholder-shown {
  background-color: #fbfbfb;
}

.el_inputTextarea {
  resize: vertical;
}

/* ----- ラジオボタン  ----- */
/* テキストのみ */
.el_inputRadio {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.el_inputRadio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.el_inputRadio label {
  position: relative;
  display: block;
  padding-right: 0.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  cursor: pointer;
}
.el_inputRadio label::before,
.el_inputRadio label::after {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.el_inputRadio label::before {
  border: solid 2px #ddd;
}
.el_inputRadio label::after {
  border: solid 0.45em #5a9467;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputRadio input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* テキストもボタンに入れる */
.el_inputRadio.el_inputRadio__btn label {
  padding: 0.85em 1em 0.85em 2.2em;
  cursor: pointer;
  background-color: #fbfbfb;
  border: solid 1px #ddd;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_inputRadio.el_inputRadio__btn label::before,
.el_inputRadio.el_inputRadio__btn label::after {
  top: 50%;
  left: 0.5em;
  margin-top: -0.6em;
}
.el_inputRadio.el_inputRadio__btn label::before {
  border: solid 2px #ddd;
}
.el_inputRadio.el_inputRadio__btn label::after {
  background-color: #5a9467;
  border: solid 3px #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputRadio.el_inputRadio__btn input:checked + label {
  color: #fff;
  background-color: #5a9467;
  border-color: #5a9467;
}
.el_inputRadio.el_inputRadio__btn input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----- セレクトボックス  ----- */
.el_select {
  padding: 0.75em 2em 0.75em 1em;
  line-height: 1.5;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTExLjQ1LDYuNzFjLS4yOSwwLS41Ny0uMTItLjc3LS4zNmwtMi42OC0zLjItMi42OCwzLjJjLS4zNS40Mi0uOTkuNDgtMS40MS4xMi0uNDItLjM1LS40OC0uOTktLjEyLTEuNDFMNy4yMy45NWMuMzgtLjQ1LDEuMTUtLjQ1LDEuNTMsMGwzLjQ1LDQuMTFjLjM1LjQyLjMsMS4wNS0uMTIsMS40MS0uMTkuMTYtLjQyLjIzLS42NC4yM1oiIHN0eWxlPSJmaWxsOiM3Nzc7IHN0cm9rZS13aWR0aDowcHg7Ii8+PHBhdGggZD0ibTgsMTUuMzljLS4zLDAtLjU4LS4xMy0uNzctLjM2bC0zLjQ1LTQuMTJjLS4zNS0uNDItLjMtMS4wNS4xMi0xLjQxLjQyLS4zNiwxLjA1LS4zLDEuNDEuMTJsMi42OCwzLjIsMi42OC0zLjJjLjM2LS40Mi45OS0uNDgsMS40MS0uMTIuNDIuMzUuNDguOTkuMTIsMS40MWwtMy40NSw0LjEyYy0uMTkuMjMtLjQ3LjM2LS43Ny4zNloiIHN0eWxlPSJmaWxsOiM3Nzc7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 1px #ddd;
  border-radius: 3px;
}

/* ----- チェックボックス   ----- */
/* テキストのみ */
.el_inputCheckbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
}
.el_inputCheckbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.el_inputCheckbox label {
  position: relative;
  display: block;
  padding-right: 0.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  cursor: pointer;
}
.el_inputCheckbox label::before,
.el_inputCheckbox label::after {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fff;
  border-radius: 5%;
}
.el_inputCheckbox label::before {
  border: solid 2px #ddd;
}
.el_inputCheckbox label::after {
  border: solid 0.45em #5a9467;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputCheckbox input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* テキストもボタンに入れる */
.el_inputCheckbox.el_inputCheckbox__btn label {
  padding: 0.85em 1em 0.85em 2.2em;
  cursor: pointer;
  background-color: #fbfbfb;
  border: solid 1px #ddd;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_inputCheckbox.el_inputCheckbox__btn label::before,
.el_inputCheckbox.el_inputCheckbox__btn label::after {
  top: 50%;
  left: 0.5em;
  margin-top: -0.6em;
}
.el_inputCheckbox.el_inputCheckbox__btn label::before {
  border: solid 2px #ddd;
}
.el_inputCheckbox.el_inputCheckbox__btn label::after {
  background-color: #5a9467;
  border: solid 3px #fff;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.el_inputCheckbox.el_inputCheckbox__btn input:checked + label {
  color: #fff;
  background-color: #5a9467;
  border-color: #5a9467;
}
.el_inputCheckbox.el_inputCheckbox__btn input:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.el_formcomment {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.el_form_commentlist {
  margin: 5px 0 0 1.5em;
}
.el_form_commentlist li {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------
* テーブル
* ------------------------------------------------------------ */
/* ----- テーブル ----- */
.el_table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.el_table th,
.el_table td {
  display: block;
  padding: 0.5em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.el_table.js-scroll-hint th,
.el_table.js-scroll-hint td {
  display: table-cell;
  white-space: nowrap;
}
.el_table.js-scroll-hint table {
  margin: 0;
}
.el_table th {
  font-weight: bold;
  background: #f0f0f0;
}
.el_table td {
  background: #fff;
}
.el_table .entry-custom-table {
  margin-bottom: 2em;
}
/* ------------------------------------------------------------
* リスト
* ------------------------------------------------------------ */
.el_list {
  padding: 0 0 0 2em;
  margin: 0 0 2em;
}
.el_list li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.el_list li:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
* ヘッダーのコンテンツ
* ------------------------------------------------------------ */
.bl_headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ロゴ
* -------------------------------------------------- */
.bl_headerContents__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bl_headerContents_logo {
  max-width: 250px;
  padding: 10px 20px 0 20px;
}
.bl_headerContents_logo a {
  display: block;
}
.bl_headerContents_logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右側
* -------------------------------------------------- */
.bl_headerContents_linksSns {
  padding: 0 20px 0 0;
  font-size: 12px;
  line-height: 1.3;
}

.bl_headerContents_linksSns_head,
.bl_headerContents_linksSns_item {
  display: inline-block;
}

.bl_headerContents_linksSns_item::before {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
}
.bl_headerContents_linksSns_item a {
  color: #444444;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:visited {
  color: #444444;
  text-decoration: none;
}
.bl_headerContents_linksSns_item a:focus,
.bl_headerContents_linksSns_item a:active,
.bl_headerContents_linksSns_item a:hover {
  color: #444444;
  text-decoration: underline;
}
.bl_headerContents_linksSns_item img {
  width: 1.2em;
  height: 1.2em;
  margin: 0 0.3em 0 0;
}
.bl_headerContents_links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bl_headerContents_linkBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 20px;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #464646;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #e6e6e6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerContents_linkBtn img {
  width: 30px;
  display: block;
}
.bl_headerContents_linkBtn:focus, .bl_headerContents_linkBtn:active, .bl_headerContents_linkBtn:hover {
  background-color: #fafafa;
}
.bl_headerContents_linkBtn:focus::after, .bl_headerContents_linkBtn:active::after, .bl_headerContents_linkBtn:hover::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 5px center/1em 1em;
}
.bl_headerContents_linkBtn.bl_headerContents_linkBtn__spheader {
  width: 60px;
  height: 60px;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 9px;
}
.bl_headerContents_linkBtn.bl_headerContents_linkBtn__spheader.is_opened {
  display: none;
}

.bl_navbtn_wrap {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bl_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.bl_headerContents_linkBtn_icon {
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.5em 0 0.5em;
  vertical-align: baseline;
  top: 2px;
}
.bl_headerContents_linkBtn_icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerContents_linkBtn_icon::before {
  opacity: 1;
}

.bl_scrollHeader {
  position: fixed;
  width: 100%;
  top: -500px;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 0;
}
.bl_scrollHeader.bl_scrollHeader__tourheader {
  padding: 0;
}
.bl_scrollHeader.bl_scrollHeader__tourheader .bl_headerGreentour_wrap {
  margin-top: 0;
}
.is_scrolled .bl_scrollHeader {
  top: 0;
}
.bl_scrollHeader .bl_headerContents_logo img {
  max-width: 450px;
}
.bl_scrollHeader .bl_subnav {
  display: none;
}

.bl_headerContents__menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bl_subnav {
  margin: 5px 10px 5px 0;
}

.bl_subnav_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 20px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0 0 0 10px;
  border-left: 2px solid #2dbff4;
  border-bottom: 2px solid #2dbff4;
}

.bl_subnav_listitem {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.bl_subnav_listitem a {
  display: inline-block;
  margin-right: 5px;
  background-color: #333;
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
}
.bl_subnav_listitem a::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 0 center/contain;
  background-size: contain;
  margin-left: 4px;
}
.bl_subnav_listitem.bl_subnav_listitem__picrologo {
  height: 15px;
  padding: 0;
  margin: 0 10px 0 0;
}
.bl_subnav_listitem.bl_subnav_listitem__picrologo img {
  display: block;
  height: 100%;
}
.bl_subnav_listitem.bl_subnav_listitem__registration a {
  background-color: #2dbff4;
}
.bl_subnav_listitem.bl_subnav_listitem__registration a:hover {
  background-color: #1c78b5;
}
.bl_subnav_listitem.bl_subnav_listitem__memberlogin a {
  background-color: #005979;
}
.bl_subnav_listitem.bl_subnav_listitem__memberlogin a:hover {
  background-color: #003e55;
}

.bl_menu .bl_subnav {
  margin: 0px -20px 5px 0;
}
.bl_menu .bl_subnav_list.bl_subnav_list__menuinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  border-left: 0 solid #2dbff4;
  border-bottom: 0 solid #2dbff4;
}
.bl_menu .bl_subnav_listitem {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.bl_menu .bl_subnav_listitem a {
  display: inline-block;
  margin-right: 5px;
  background-color: #333;
  color: #fff;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
}
.bl_menu .bl_subnav_listitem a::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05NiwwdjQxNmg0MTZWMEg5NnogTTQ3MiwzNzZIMTM2VjQwaDMzNlYzNzZ6Ii8+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQwLDQ3MiA0MCwyOTYgNDAsMTM2IDQwLDk2IDAsOTYgMCw1MTIgNDE2LDUxMiA0MTYsNDcyIDM3Niw0NzIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyMzIuOCwzMTIuOCAzNTAuNywxOTUgMzUwLjcsMjc5LjggMzkwLjcsMjc5LjggMzkwLjcsMTI2LjcgMjM3LjYsMTI2LjcgMjM3LjYsMTY2LjcgMzIyLjQsMTY2LjcgCgkJMjA0LjUsMjg0LjUgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat 0 center/contain;
  background-size: contain;
  margin-left: 4px;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__picrologo {
  height: 20px;
  padding: 0;
  margin: 0 auto 10px;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__picrologo img {
  display: block;
  height: 100%;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__registration a {
  width: 12em;
  background-color: #2dbff4;
  margin-bottom: 5px;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__registration a:hover {
  background-color: #1c78b5;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__memberlogin a {
  width: 12em;
  background-color: #005979;
}
.bl_menu .bl_subnav_listitem.bl_subnav_listitem__memberlogin a:hover {
  background-color: #003e55;
}

.bl_headerGreentour_wrap {
  background-color: #2e735d;
  padding: 2px 40px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_headerGreentour_wrap a {
  display: inline-block;
}
.bl_headerGreentour_wrap img {
  display: inline-block;
}
.bl_headerGreentour_wrap .bl_headerGreentour_logo {
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

.bl_headerGreentour_nav {
  font-size: 14px;
}
.bl_headerGreentour_nav ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_headerGreentour_nav li {
  margin: 0;
}
.bl_headerGreentour_nav li a {
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

/* ------------------------------------------------------------
* フェードインのメニュー
* ------------------------------------------------------------ */
/* 開閉のボタン
* -------------------------------------------------- */
.bl_menuOpnBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_menuOpnBtn.is_opened {
  background: rgb(255, 255, 255);
}
.bl_menuOpnBtn > span, .bl_menuOpnBtn::before, .bl_menuOpnBtn::after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 30px;
  height: 2px;
  content: "";
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_headerGreentour_wrap .bl_menuOpnBtn > span, .bl_headerGreentour_wrap .bl_menuOpnBtn::before, .bl_headerGreentour_wrap .bl_menuOpnBtn::after {
  background: #fff;
}
.bl_menuOpnBtn::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.bl_menuOpnBtn::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.bl_menuOpnBtn.is_opened span {
  opacity: 0;
}
.bl_menuOpnBtn.is_opened::before {
  -webkit-animation: before-opened 0.5s forwards;
          animation: before-opened 0.5s forwards;
}
.bl_menuOpnBtn.is_closed::before {
  -webkit-animation: before-closed 0.5s forwards;
          animation: before-closed 0.5s forwards;
}
.bl_menuOpnBtn.is_opened::after {
  -webkit-animation: after-on 0.5s forwards;
          animation: after-on 0.5s forwards;
  width: 30px;
}
.bl_menuOpnBtn.is_closed::after {
  -webkit-animation: after-off 0.5s forwards;
          animation: after-off 0.5s forwards;
}

@-webkit-keyframes before-opened {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

@keyframes before-opened {
  0% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes before-closed {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}
@keyframes before-closed {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
}
@-webkit-keyframes after-on {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes after-on {
  0% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes after-off {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
}
@keyframes after-off {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
}
/* メニュー本体
* -------------------------------------------------- */
/* ----- 大枠 ----- */
.bl_menu {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.bl_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-position: center right -5%;
  background-size: 70%;
  background-repeat: no-repeat;
  min-height: 80%;
}

.bl_menu_inner_imagewrap {
  border-radius: 0 30px 30px 0;
  width: 40%;
  overflow: hidden;
}

.bl_menu_largebtn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.bl_menu_largebtn {
  padding: 6px;
  width: 50%;
}
.bl_menu_largebtn a {
  display: block;
  background-color: #5a9467;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.bl_menu_inner_sitemap {
  width: 60%;
  padding: 0 40px;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_menu_inner_cat {
  width: 100%;
  list-style: none;
  margin: 0;
}
.bl_menu_inner_cat a {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #444444;
  font-size: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #5a9467;
}
.bl_menu_inner_cat:first-child a {
  border-top: 1px solid #5a9467;
}

.bl_menu_inner_catname_en {
  font-size: 36px;
  line-height: 1.2;
  color: #5a9467;
  font-weight: bold;
}

.bl_menu_inner_catname_ja {
  color: #444444;
  font-weight: bold;
  padding-left: 5px;
}

.bl_menu_inner_navlist {
  margin: 0 1em 40px;
}
.bl_menu_inner_navlist > li {
  list-style: none;
}
.bl_menu_inner_navlist > li a {
  color: #444444;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}

/* ----- 見出し ----- */
.bl_menuHead {
  padding: 0 auto 0;
  margin: 0 0;
  text-align: center;
}

/* ロゴ */
.bl_menuHead_logo {
  margin: 0 auto;
  padding: 10px;
}
.bl_menuHead_logo a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
.bl_menuHead_logo img {
  display: inline-block;
  padding: 5px 10px;
}

/* SNSリンク */
.bl_menuHead_sns_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: solid 1px #2e735d;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_menuHead_sns_link:active, .bl_menuHead_sns_link:hover {
  background-color: #2e735d;
}
.bl_menu__outernavlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 10px 18px;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn {
  padding: 0 3px;
  width: 33.3333333333%;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn a {
  font-size: 12px;
  text-decoration: none;
  color: #444444;
  display: block;
  text-align: center;
  padding: 10px 10px;
  border-radius: 999px;
  border: 2px solid #666;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn.bl_menu__outernavbtn__fb a {
  color: #447ccc;
  border-color: #447ccc;
}
.bl_menu__outernavlist ul .bl_menu__outernavbtn.bl_menu__outernavbtn__insta a {
  color: #cc44a3;
  border-color: #cc44a3;
}

.bl_menuMainNav_wrap {
  max-width: 900px;
  margin: 40px auto 0;
}

.bl_menuMainNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.bl_menuMainNavList .bl_menuMainNavItem > a {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #2e735d;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.bl_menuMainNavList .bl_menuMainNavItem > a:hover {
  color: #2e735d;
}
.bl_menuMainNavList .bl_menuMainNavItem img {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
}

.bl_menuMainNavItem_child {
  list-style: none;
  margin-left: 1em;
}
.bl_menuMainNavItem_child > a {
  font-size: 14px;
  text-decoration: none;
  color: #444444;
  display: block;
}
.bl_menuMainNavItem_child > a:hover {
  color: #2e735d;
}
.bl_menu_inner_sitemap .bl_menuMainNavItem_child > a {
  display: inline;
}
.bl_menu_inner_sitemap .bl_menuMainNavItem_child::before {
  content: "●";
  color: #5a9467;
  display: inline-block;
  margin-right: 4px;
}

.bl_menuMainNavItem {
  width: 33.3333333333%;
  padding: 0 20px;
}

.bl_menuSubNav_wrap {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_menuSubNavList {
  list-style: none;
}
.bl_menuSubNavList a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}
.bl_menuSubNavList a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Q5RDlEOTtmaWx0ZXI6dXJsKCNBZG9iZV9PcGFjaXR5TWFza0ZpbHRlcik7fQoJLnN0MXttYXNrOnVybCgjbWFzazBfMTlfMTEyM18wMDAwMDE1MDA4Mzg4NDA1MzAzNzI1OTM4MDAwMDAwNDEyNzQ3NTgwMjcwMjI2NjAwNV8pO30KCS5zdDJ7ZmlsbDojNDQ0NDQ0O30KPC9zdHlsZT4KPGRlZnM+Cgk8ZmlsdGVyIGlkPSJBZG9iZV9PcGFjaXR5TWFza0ZpbHRlciIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiPgoJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+Cgk8L2ZpbHRlcj4KPC9kZWZzPgo8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiIGlkPSJtYXNrMF8xOV8xMTIzXzAwMDAwMTUwMDgzODg0MDUzMDM3MjU5MzgwMDAwMDA0MTI3NDc1ODAyNzAyMjY2MDA1XyI+Cgk8cmVjdCB4PSIwLjUiIHk9IjAuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjwvbWFzaz4KPGcgY2xhc3M9InN0MSI+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNOC41LDIyLjlsLTEuOC0xLjhsOC4yLTguMkw2LjgsNC43bDEuOC0xLjhsMTAsMTBMOC41LDIyLjl6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-size: contain;
  background-repeat: no-repeat;
  right: -20px;
  top: 1em;
  position: absolute;
}
.bl_menuSubNavList a:hover {
  color: #2e735d;
}

.bl_menuSubNavItem_child {
  list-style: none;
  margin-left: 1em;
}
.bl_menuSubNavItem_child > a {
  font-size: 14px;
  text-decoration: none;
  color: #444444;
  font-weight: normal;
  padding: 0;
}
.bl_menuSubNavItem_child > a:hover {
  color: #2e735d;
}
.bl_menuSubNavItem_child > a::after {
  width: 0.5em;
  height: 0.5em;
  right: -15px;
  top: 0.5em;
}

.bl_menupdflink a {
  display: inline-block;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0;
  font-size: 14px;
}
.bl_menupdflink a:hover {
  color: #2e735d;
}
.bl_menupdflink a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAASFBMVEVMaXHw8PAjHyD///8jHyAjHyDJTE8jHyAjHyAjHyCwrq/RaWx1NDbq2ttWU1OWlJXajI69vLy6R0rjqqs3LS7oxcaEgYKWLjRmJqDRAAAACnRSTlMA////4SX/cqxRzQUY7gAAAAlwSFlzAAALEwAACxMBAJqcGAAAA0BJREFUeJzt2+1ygyAQBdCIBjWEhBax7/+mnQU0Rk3U8DmZvT/aaqeZM8sGEdPTCYPBYDAYDAaDwWAwNue2/iBNfQqauiOfpQmq+hBFCAlYr/OntQrragkht8vh3AO7YAwvxeFwEtblyCJ1OhZfZ3VdONc2SzJKBV9jXcK5NlmSQtgqK5xri6W0ilK5ygrm2mIJKNWyXAMrlGuLxSilHL68YAVybbEoFEq8YYVx7WAJXbKXrCCuXdWii95SQOlsAqwn9rCULtlTfsgideyWl+sTxCxNigmCz87f0lZL0NVZHgo2ySU2SxnWrLXmic7ihqUyYxXQWPNZKwOW2DGGCVh8Zf2QAavY0VqpqsWyY8mc34ksz3mLirxY0l4T3w9jdBYDkZ67+MubxvgsbvpK32RIIWyjLW4bY7Okbitu1xGPiLQsBsUxNXrnisxScw0Tw0jyVCz1NHQGo7tK3zfKJCwOOyIjSaqxcpKbH0UCFhfPJHPSQplIVC0xGTy1uD7SRL3FhqosLoaPKsZ/J4qhucXKApDrEWSz0xFYfHjHqRcrB64WF6AILGmHaDkNvE4klioKtbLZlprF7FSu8mHxxySwcwhjvhMpZXtrFWnekmZ2342Kd/FRq4vQ1Kyj+XpW3ehU8DzRPYSQyrxg66RqSKg0jg9dQ6XNsVjEpVzA+qX+84usA8FqHQlWK49qyVLH3OsLezDcZHNzXJYlS8Mqy1KOLHuUB6sUU5Z2pWUxyuCb0iwphCysBFjrfxaHRSm0lGbptb3SyuxYFOqVnMUmg2hYUC6mWfC4VSZhPbW8mBRxaHmekCVpZqwC7smgwTLrLWozsuAsz4olGRPQ8ODLiDUEtuHyYymaIUs9VhBpWIxNH/LA0eTE8y9jspyCrCPBah3J91brGiLEiVXluZFUBWRVSf5fZTMue7vGdb3CR2xvP66BLd1ON5brjrN2dX/A6p03wPvxtVx2Ticuj6zOh2rSX70XFvGjerh6bywfqtHV+2L5UQ2u3hPLl8q6ej8sfypzcbw7s+6xPy+/L1//PHHyqKy7u6bz3Fr+1hKVV5W3tUTrl3VqfdSrakP8Y7Vrzv5RGAwGg8FgMBgMBoM5+c0/uPOPD183VkMAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.ly_footer .bl_menuSPlargenav__greentour {
  display: none;
}

.bl_tourmenu_wrap {
  background-color: #2e735d;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: -20px;
}

.bl_navtourtitlewrap {
  text-align: center;
  margin-bottom: 20px;
}
.bl_navtourtitlewrap img {
  width: 80%;
  max-width: 300px;
}

.bl_navtourmenulist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_navtourmenulist li {
  min-width: 50%;
  padding: 0 10px;
}
.bl_navtourmenulist li::before {
  content: "●";
  color: #e5f1e3;
  display: inline-block;
  margin-right: 2px;
}
.bl_navtourmenulist li a {
  padding: 3px 0 3px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

/* ------------------------------------------------------------
* サイト一覧
* ------------------------------------------------------------ */
/* 全てのリスト */
.bl_sitemapList ul {
  padding: 0;
  margin: 20px 0 0;
  font-size: 12px;
  list-style: none;
}

.bl_sitemapList li {
  padding: 0 0 0 1em;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
}

.bl_sitemapList a {
  color: #444444;
  text-decoration: none;
}
.bl_sitemapList a:visited {
  color: #444444;
  text-decoration: none;
}
.bl_sitemapList a:active, .bl_sitemapList a:hover {
  color: #444444;
  text-decoration: underline;
}

/* 1階層目のリスト */
.bl_sitemapList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 20px;
}

.bl_sitemapList li.is_level_1 {
  width: 50%;
  padding: 20px 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.bl_sitemapList li.is_level_1 > a {
  color: #FFF;
}
/* ------------------------------------------------------------
* グローバルナビ
* ------------------------------------------------------------ */
.bl_gnavLg_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.bl_gnavLg_listitem {
  margin: 0 5px;
  position: relative;
  text-align: center;
}
.bl_gnavLg_listitem img {
  max-width: 35px;
  margin-bottom: 3px;
}
.bl_gnavLg_listitem > a {
  display: inline-block;
  min-width: 130px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #444444;
  text-decoration: none;
  border-radius: 10px;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__rosen > a {
  color: #fff;
  background-color: #43a15b;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__rosen > a:hover {
  background-color: #2e7840;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__highway > a {
  color: #fff;
  background-color: #64abc3;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__highway > a:hover {
  background-color: #468ca3;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__charter > a {
  color: #fff;
  background-color: #f0a869;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__charter > a:hover {
  background-color: #c97b36;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__other {
  margin: 0;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__other > a {
  padding: 10px 10px;
  border-radius: 0;
  border-right: solid 1px #ddd;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__other > a:hover {
  background-color: #e6e6e6;
}

/* 2階層目のリスト */
.bl_gnavLg_listitem > ul {
  position: absolute;
  top: 75px;
  padding-top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}
.bl_gnavLg_listitem > ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e6e6e6;
  z-index: -1;
}
.bl_gnavLg_listitem > ul.is_on {
  -webkit-animation: cnav-on 0.3s forwards;
          animation: cnav-on 0.3s forwards;
}
.bl_gnavLg_listitem > ul.is_off {
  -webkit-animation: cnav-off 0.3s forwards;
          animation: cnav-off 0.3s forwards;
}

.bl_gnavLg_listitem > ul > li {
  margin: 0 0 -1px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  background-color: #e6e6e6;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.bl_gnavLg_listitem > ul > li a {
  display: block;
  padding: 15px 20px;
  color: #444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}
.bl_gnavLg_listitem > ul > li a:hover {
  background-color: #4b7b55;
}
.bl_gnavLg_listitem > ul > li:first-child {
  border-top: none;
  border-radius: 10px 10px 0 0;
}
.bl_gnavLg_listitem > ul > li:last-child {
  margin: 0;
  border-radius: 0 0 10px 10px;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__rosen > ul::before {
  border-bottom: 8px solid #43a15b;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__rosen > ul > li {
  color: #fff;
  background-color: #43a15b;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__rosen > ul > li a:hover {
  background-color: #2e7840;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__highway > ul::before {
  border-bottom: 8px solid #64abc3;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__highway > ul > li {
  color: #fff;
  background-color: #64abc3;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__highway > ul > li a:hover {
  background-color: #468ca3;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__charter > ul::before {
  border-bottom: 8px solid #f0a869;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__charter > ul > li {
  color: #fff;
  background-color: #f0a869;
}
.bl_gnavLg_listitem.bl_gnavLg_listitem__charter > ul > li a:hover {
  background-color: #c97b36;
}

/* 外枠 */
.bl_gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  line-height: 1.3;
}

/* 全階層 */
.bl_gnavList ul {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
}

/* 1階層目のリスト */
.bl_gnavList > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bl_gnavList li a {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
  text-align: center;
}
.bl_gnavList li a:hover {
  color: #4b7b55;
  text-decoration: none;
}
.bl_gnavList li a > a {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px;
  color: #444444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_gnavList li a > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #5a9467;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.bl_gnavList li a[data-has-child=true] > a {
  padding-right: 1em;
}
.bl_gnavList li a > a:visited {
  text-decoration: none;
}
.bl_gnavList li a > a:hover {
  text-decoration: none;
  border-bottom: 1px;
}
.bl_gnavList li a > a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bl_gnavList li a.stay > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bl_gnavList li a.is_on > a {
  color: #4b7b55;
}

@-webkit-keyframes cnav-on {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes cnav-on {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes cnav-off {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  99% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ------------------------------------------------------------
* トピックパス
* ------------------------------------------------------------ */
.bl_topicpath {
  margin: 0 0 20px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.3;
}

.bl_topicpath_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0 0 0 -0.5em;
  list-style: none;
}
.bl_topicpath_list::after {
  display: block;
  clear: both;
  content: "";
}
.bl_topicpath_item {
  padding: 5px 1.5em 5px 0.5em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjkuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Q5RDlEOTtmaWx0ZXI6dXJsKCNBZG9iZV9PcGFjaXR5TWFza0ZpbHRlcik7fQoJLnN0MXttYXNrOnVybCgjbWFzazBfMTlfMTEyM18wMDAwMDE1MDA4Mzg4NDA1MzAzNzI1OTM4MDAwMDAwNDEyNzQ3NTgwMjcwMjI2NjAwNV8pO30KCS5zdDJ7ZmlsbDojNDQ0NDQ0O30KPC9zdHlsZT4KPGRlZnM+Cgk8ZmlsdGVyIGlkPSJBZG9iZV9PcGFjaXR5TWFza0ZpbHRlciIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiPgoJCTxmZUNvbG9yTWF0cml4ICB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMSAwIDAgMCAwICAwIDEgMCAwIDAgIDAgMCAxIDAgMCAgMCAwIDAgMSAwIi8+Cgk8L2ZpbHRlcj4KPC9kZWZzPgo8bWFzayBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSI2LjgiIHk9IjIuOSIgd2lkdGg9IjExLjgiIGhlaWdodD0iMjAiIGlkPSJtYXNrMF8xOV8xMTIzXzAwMDAwMTUwMDgzODg0MDUzMDM3MjU5MzgwMDAwMDA0MTI3NDc1ODAyNzAyMjY2MDA1XyI+Cgk8cmVjdCB4PSIwLjUiIHk9IjAuOSIgY2xhc3M9InN0MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+CjwvbWFzaz4KPGcgY2xhc3M9InN0MSI+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNOC41LDIyLjlsLTEuOC0xLjhsOC4yLTguMkw2LjgsNC43bDEuOC0xLjhsMTAsMTBMOC41LDIyLjl6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat right calc(0.1em + 5px)/1em 1em;
  opacity: 0.8;
}
.ly_title__workscat .bl_topicpath_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNSAyNSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDExNikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDIyLjlsLTEuOC0xLjgsOC4yLTguMkw2LjgsNC43bDEuOC0xLjgsMTAsMTAtMTAuMSwxMFoiLz4KPC9zdmc+);
}
.bl_topicpath_item:last-child {
  padding: 5px 0 5px 0.5em;
  background: transparent;
}
.bl_topicpath_item a {
  color: #444444;
  text-decoration: none;
}
.ly_title__workscat .bl_topicpath_item a {
  color: #fff;
}
.bl_topicpath_item a:hover,
.bl_topicpath_item a:active {
  text-decoration: underline;
}

/* ------------------------------------------------------------
* CTAエリア
* ------------------------------------------------------------ */
.bl_cta {
  text-align: center;
  background-color: #333;
  padding: 60px 40px;
}

.bl_cta_inner {
  max-width: 1100px;
  margin: auto;
}

/* 電話番号
* -------------------------------------------------- */
.bl_ctaTel {
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
}

.bl_ctaTel_title {
  margin: 0 0 10px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
}

.bl_cta_bodywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 30px -20px 0;
}

.bl_cta_body {
  width: 50%;
  padding: 20px;
}

.bl_cta_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
}
.bl_cta_body.bl_cta_body__tel {
  border-left: 1px solid #fff;
}

.bl_cta_body_icon {
  width: 100px;
  padding: 15px;
}

.bl_cta_body_cont {
  width: calc(100% - 130px);
}
.bl_cta_body_cont > p {
  margin-bottom: 5px;
}

.bl_cta_titlesmall {
  font-weight: bold;
}

.bl_cta_telnumber {
  font-size: 45px;
  line-height: 1;
}
.bl_cta_telnumber a {
  color: #FFF;
}
/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bl_footerLogo {
  text-align: center;
  max-width: 200px;
  margin: auto;
}

.bl_footerLogo_text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.bl_footer_copyright {
  text-align: center;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.5em;
}

/* ------------------------------------------------------------
* スライダー
* ------------------------------------------------------------ */
.bl_slider_wrap {
  overflow: hidden;
  top: 0;
  position: relative;
  line-height: 0;
}

.bl_slider_cont {
  position: relative;
}
.bl_slider_cont::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(24, 79, 184, 0.25);
  opacity: 1;
  min-height: 500px;
  z-index: 5;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}

.bl_slider .slick-list {
  overflow: visible;
}

.bl_slider_img img {
  height: 70vh;
  min-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}

.bl_slider_copy_wrap {
  max-width: 500px;
  width: 40%;
  margin: auto;
  max-width: 1040px;
  font-size: 16px;
  z-index: 15;
}

.bl_slider_copy_cont {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.bl_slider_ttl {
  font-size: 14px;
}

.bl_slider_ttl__large {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
}
.bl_slider_ttl__large span {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8em;
}
.bl_slider_scrolldown {
  position: absolute;
  color: #fff;
  z-index: 11;
  font-size: 10px;
  letter-spacing: 0.08em;
  left: 15px;
  bottom: 100px;
  padding-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bl_slider_scrolldown > span {
  -webkit-animation: scroll-arrow 4s infinite linear 1s;
          animation: scroll-arrow 4s infinite linear 1s;
  display: block;
  position: absolute;
  right: -10px;
}
.bl_slider_scrolldown > span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 1px;
  height: 20px;
  background: #eee;
  rotate: -31deg;
}
.bl_slider_scrolldown > span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -15px;
  width: 120px;
  height: 1px;
  background: #eee;
  -webkit-transform-origin: right;
          transform-origin: right;
}

@-webkit-keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  2% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  8% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes scroll-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  2% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  8% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.bl_slider_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  overflow: hidden;
}
.bl_slider_wrapper .slick-nextbtn {
  right: 10%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMjUgM0wxOS43NSAxOS41TDMuMjUgMzYiIHN0cm9rZT0iIzNCQzJCMiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.bl_slider_wrapper .slick-prevbtn {
  left: 10%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyMyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUgMzZMNCAxOS41TDIwLjUgMyIgc3Ryb2tlPSIjM0JDMkIyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.bl_slider_wrapper .slick-prevbtn,
.bl_slider_wrapper .slick-nextbtn {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.bl_slider_wrapper .slick-prevbtn::before,
.bl_slider_wrapper .slick-nextbtn::before {
  display: none;
}
.bl_slider_wrapper .slick-prevbtn:hover,
.bl_slider_wrapper .slick-nextbtn:hover {
  background-repeat: no-repeat;
  background-size: contain;
}

.bl_slider_wrapper .slick-dots {
  bottom: -30px;
  margin-left: 0;
  margin-right: 0;
}

ul.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button:before {
  font-size: 11px !important;
}
/* ------------------------------------------------------------
* メインビジュアル
* ------------------------------------------------------------ */
.bl_mv_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.bl_mvSlider {
  width: calc(100% - 300px);
}

.bl_mvTopic_wrapper {
  width: 300px;
  padding-left: 10px;
}
.bl_mvTopic {
  background: #5a9467;
  padding: 10px 10px 1px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 33vw;
  max-height: 370px;
}

.bl_mvTopicOperation {
  background-color: #fff;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 10px;
  overflow: auto;
  height: 40%;
}
.bl_mvTopicOperation.bl_mvTopicOperation__important {
  height: 60%;
}
.bl_mvTopicList {
  list-style: none;
}

.bl_mvTopicTitle {
  background-color: #2e735d;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}
.bl_mvTopicTitle.bl_mvTopicTitle_important {
  background-color: #e6002d;
}

.bl_mvTopicList {
  font-size: 14px;
  margin: 10px 5px;
  overflow: auto;
}
.bl_mvTopicList li {
  margin-bottom: 8px;
}
.bl_mvTopicList.bl_mvTopicList__important span {
  display: block;
}

/* ------------------------------------------------------------
* ヘッドライン
* ------------------------------------------------------------ */
.bl_headline_wrap {
  margin: 0 20px;
}

.bl_headlineList {
  list-style: none;
}
.bl_headlineList .bl_headlineItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.bl_headlineList .bl_headlineItem:last-child .un_information_importantlist_wrap .bl_headlineList .bl_headlineItem {
  border-bottom: 0;
}
.bl_headlineList.bl_headlineList__top .bl_headlineItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.un_indexlist .bl_headlineList.bl_headlineList__top .bl_headlineItem {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_headlineDate {
  padding: 0 10px;
  font-weight: bold;
  width: 9em;
  white-space: nowrap;
}

.bl_headlineTitle a {
  color: #444444;
  font-weight: bold;
}
.un_indexlist .bl_headlineTitle {
  width: 100%;
  margin: 5px 10px;
}
/* ------------------------------------------------------------
* サマリー
* ------------------------------------------------------------ */
.bl_greentourSummaryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
  list-style: none;
}

.bl_greentourSummaryItem {
  width: 25%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_greentourSummaryItem:hover .bl_greentourSummaryImg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bl_greentourSummaryItem:hover a {
  color: #2e735d;
}
.bl_greentourSummaryImg {
  position: relative;
  overflow: hidden;
}
.bl_greentourSummaryImg img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_greentourSummarylabel {
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #2c6ab4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 999px;
  z-index: 2;
}

.bl_greentourSummaryText {
  padding: 5px 10px;
}
.un_topgreentour_wrap .bl_greentourSummaryText {
  color: #fff;
}

.bl_greentourSummaryCode {
  color: #2e735d;
  font-size: 14px;
}
.un_topgreentour_wrap .bl_greentourSummaryCode {
  color: #fff;
}

.bl_greentourSummaryTitle a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.un_topgreentour_wrap .bl_greentourSummaryTitle a {
  color: #fff;
}

.bl_greentourSummaryPrice {
  text-align: right;
}

.bl_tripsummarywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_tripsummarywrap.bl_tripsummarywrap__modelcourseTripTop .bl_tripsummary_outer {
  width: 33.3333333333%;
}
.bl_tripsummarywrap.bl_tripsummarywrap__spotTripTop .bl_tripsummary_outer {
  width: 25%;
}

.bl_tripsummary_outer {
  width: 50%;
  padding: 10px;
}

.bl_tripsummary {
  position: relative;
  background-color: #fafafa;
  border-radius: 20px;
  overflow: hidden;
}
.bl_tripsummary:hover {
  background-color: #e5f1e3;
}

.bl_tripsummary_arealabel {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.bl_tripsummary_tylelabel {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 50px;
}

.bl_tripsummaryImage {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bl_tripsummaryImage img {
  width: 100%;
}

.bl_tripsummarytext {
  padding: 10px 20px 15px;
}
.bl_tripsummarytext .bl_tripsummarytitle {
  font-weight: bold;
  font-size: 18px;
  margin: 3px 0;
}
.bl_tripsummarytext .bl_tripsummarytitle a {
  color: #444444;
  text-decoration: none;
}
.bl_tripsummarytext .bl_tripsummaryupdate {
  text-align: right;
  font-size: 12px;
  color: #aaa;
}
/* ------------------------------------------------------------
* エントリー
* ------------------------------------------------------------ */
/* エントリーのタイトル
* -------------------------------------------------- */
.bl_entryHeader {
  margin: 0 0 20px;
}

.bl_entryHeaderInfo {
  margin: 0 0 10px;
  font-size: 16px;
}

.bl_entryHeaderInfo_date {
  margin: 0 0.5em 0 0;
  color: #aaa;
}

.bl_entryHeaderInfo_new {
  margin: 0 0.5em 0 0;
  font-size: 0.8em;
  color: #fa4027;
}

.bl_entryHeaderInfo_important {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.5em;
  font-size: 0.75em;
  line-height: 1.7;
  color: #fff;
  vertical-align: 2px;
  background-color: #fa4027;
  border-radius: 3px;
}
.bl_entryHeaderInfo_important::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: -0.1em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTcuMDYsMTAuMDhsLS42Ny02LjMyLS4wNy0yLjc2aDMuMzhsLS4wOSwyLjc2LS42NSw2LjMyaC0xLjlabS45NCw0LjkyYy0xLjA5LDAtMS45Mi0uNzQtMS45Mi0xLjgxcy44My0xLjgzLDEuOTItMS44MywxLjkyLjc4LDEuOTIsMS44My0uODMsMS44MS0xLjkyLDEuODFaIiBzdHlsZT0iZmlsbDojZmE0MDI3OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==) no-repeat center/90% auto #fff;
  border-radius: 50%;
}

.bl_entryHeaderTitle {
  margin: 0 0 1em;
  font-size: 26px;
  line-height: 1.5;
}

.bl_entryHeaderSmall {
  margin: 30px 0 20px;
}

.bl_entryHeaderSmall__ja {
  font-size: 30px;
  line-height: 1.3;
}

.bl_entryHeaderSmall__en {
  font-size: 12px;
  text-transform: uppercase;
}

.bl_continuelink a {
  display: inline-block;
  background-color: #e6e6e6;
  color: #444444;
  padding: 7px 20px;
  font-size: 0.8em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_continuelink a:hover {
  background-color: #5a9467;
  color: #fff;
}
/* ユニットのスタイル
* -------------------------------------------------- */
/* ----- 本文 ----- */
.bl_entry {
  word-wrap: break-word;
}
.bl_entry p {
  margin-bottom: 1em;
}
.bl_entry p.bl_bodysmall {
  font-size: 0.8em;
}

/* ----- 見出し ----- */
.bl_entry h2 {
  margin-top: 3em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px 10px;
  margin: 3em 10px 0.72em;
}
.bl_entry h2:first-child {
  margin-top: 0;
}
.bl_entry h2.bgcolor {
  background-color: #5a9467;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
}
.bl_entry h3 {
  margin-top: 2em;
  margin-bottom: 0.72em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.bl_entry h4 {
  margin-top: 1.5em;
  margin-bottom: 0.72em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #5a9467;
}
.bl_entry h4.el_colorblack {
  color: #444444;
}

/* ----- エントリー内コンテナー ----- */
.entry-container {
  margin: 0 10px;
}

[class^=column-table] .entry-container {
  margin-bottom: 2em;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* ----- テーブル ----- */
.bl_entry table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
}
.bl_entry th,
.bl_entry td {
  padding: 0.5em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bl_entry th ul,
.bl_entry td ul {
  margin: 5px 0;
}
.bl_entry th ul li,
.bl_entry td ul li {
  margin-bottom: 5px;
}
.bl_entry table .sortable-item th,
.bl_entry table .sortable-item td {
  display: table-cell;
}
.bl_entry .acms-table-responsive th,
.bl_entry .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.bl_entry .acms-table-responsive table {
  margin: 0;
}
.bl_entry th {
  font-weight: bold;
  background: #e5f1e3;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.bl_entry .entry-custom-table {
  margin-bottom: 2em;
}

.scroll-hint {
  overflow-y: hidden !important;
}
/* ----- リスト ----- */
.bl_entry ul {
  padding: 0;
  margin: 0 1em 1em;
  list-style: none;
}
.bl_entry ul li {
  margin: 0 0 1em;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  text-indent: -1.1em;
}
.bl_entry ul li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 0.7em;
  color: #5a9467;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.bl_entry ul li span {
  font-size: 0.8em;
}
.bl_entry ul.bl_list__mbsm li {
  margin: 0 0 0.5em;
}
.bl_entry ul li:last-child {
  margin-bottom: 0;
}
.bl_entry ul.small_text {
  font-size: 12px;
}
.bl_entry ul.bl_list2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bl_entry ul.bl_list2col li {
  min-width: 50%;
}
.bl_entry ul.el_note {
  padding-left: 0;
  list-style: none;
}
.bl_entry ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}
/* ----- 番号付きリスト ----- */
.bl_entry ol {
  padding: 0 0 0 2em;
  margin: 0 10px 2em;
}
.bl_entry ol li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entry ol li:last-child {
  margin-bottom: 0;
}
.bl_entry ol.small_text {
  font-size: 12px;
}
.bl_entry ol.nl_orderlist02 li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.bl_entry ol.nl_orderlist02 li::before {
  content: "(" counter(cnt) ") ";
}

/* ----- 定義リスト ----- */
.bl_entry dl {
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.5;
}
.bl_entry dt {
  margin: 20px 0 0.375em;
  font-weight: bold;
  line-height: 1.5;
}
.bl_entry dd {
  margin-bottom: 0.3em;
  margin-left: 0;
  line-height: 1.5;
}
.bl_entry dl.el_horizontal dt {
  float: left;
  width: 10em;
  padding: 1em 1em 1em 1em;
  color: #5a9467;
  text-align: right;
}
.bl_entry dl.el_horizontal dd {
  padding: 1em 1em 1em 11em;
  border-bottom: 1px solid #ddd;
}
.bl_entry dl.length_4 {
  margin-bottom: 40px;
}
.bl_entry dl.length_4 dt {
  float: left;
  margin: 0;
  width: 6em;
}
.bl_entry dl.length_4 dd {
  padding-left: 7em;
}
.bl_entry dl.length_6 {
  margin-bottom: 40px;
}
.bl_entry dl.length_6 dt {
  float: left;
  margin: 0;
  width: 8em;
}
.bl_entry dl.length_6 dd {
  padding-left: 9em;
}
.bl_entry dl.length_8 {
  margin-bottom: 40px;
}
.bl_entry dl.length_8 dt {
  float: left;
  margin: 0;
  width: 10em;
}
.bl_entry dl.length_8 dd {
  padding-left: 11em;
}

/* ----- ユニット ----- */
.bl_entry .caption {
  font-size: 12px;
  color: #aaa;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

[class*=column-media-] a,
[class*=column-image-] a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ----- 引用URL ----- */
.bl_entry .quote {
  padding: 0;
  border: solid 1px #ddd;
}
.bl_entry .quoteLink {
  display: block;
  padding: 15px;
  color: #444444;
  text-decoration: none;
  background-color: #fff;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_entry .quoteLink:visited {
  color: #444444;
  text-decoration: none;
}
.bl_entry .quoteLink:hover {
  background-color: #464646;
}
.bl_entry .quoteLink:hover .quoteTitle {
  text-decoration: underline;
}
.bl_entry .quote-maincontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_entry .quoteTitle-wrap {
  margin: 0 20px 10px 0;
}
.bl_entry .quoteTitle {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-align: left;
}
.bl_entry .quoteImageContainer {
  float: none;
  min-width: 100px;
  margin: 0 0 10px;
}
.bl_entry .quoteSiteName {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.bl_entry .quoteDescription {
  font-size: 12px;
  text-align: left;
}
.bl_entry .caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  color: #777;
}

/* ----- 罫線ユニット ----- */
.unit-separator {
  margin: 0 10px 2em;
  border: 0;
  border-top: solid 1px #aaa;
}

/* ----- カードユニット ----- */
.unit-cards {
  margin: 0 10px 2em;
}
.unit-cards ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  margin-bottom: -30px;
  list-style: none;
}
.unit-cards ul li {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.unit-cards ul li:last-child {
  margin-bottom: 30px;
}
.unit-cards h3,
.unit-cards p {
  margin-right: 0;
  margin-left: 0;
}

/* ----- ユニットグループ ----- */
[class*=bl_entryUnit_bg] {
  padding: 20px 10px;
  margin: 0 10px 2em;
  overflow: hidden;
  border-radius: 10px;
}
[class*=bl_entryUnit_bg] *:last-child {
  margin-bottom: 0;
}
[class*=bl_entryUnit_bg] h2,
[class*=bl_entryUnit_bg] h3,
[class*=bl_entryUnit_bg] h4 {
  margin-bottom: 0.5em;
}

.bl_entryUnit_bgGray {
  background-color: #464646;
}

/* WordPressインポート時の調整
* -------------------------------------------------- */
.bl_entry img[class*=wp-image-] {
  margin: 0 10px 20px;
}

/* ----- 定義リスト(カスタムユニット) ----- */
.bl_customDescriptionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.bl_customDescriptionList .bl_customDescriptionList_item {
  width: 50%;
  padding: 10px 20px;
}
.bl_customDescriptionList dt {
  width: 5em;
  float: left;
  font-weight: bold;
  padding: 20px 0;
}
.bl_customDescriptionList dd {
  padding: 20px 0 20px 6em;
}
/* ----- 定義リスト ----- */
.bl_descriptionListHorizontal dt {
  width: 7em;
  float: left;
  font-weight: bold;
  padding: 20px 10px;
  color: #5a9467;
}
.bl_descriptionListHorizontal dd {
  padding: 20px 0 20px 8em;
  border-bottom: 1px solid #e6e6e6;
}

dl.un_joblist dt {
  width: 12em;
  float: left;
  font-weight: bold;
  padding: 20px 20px;
  margin-bottom: 0;
}
dl.un_joblist dd {
  padding: 20px 0 20px 13em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.bl_entryCategorySearch_wrap {
  margin-bottom: 5px;
}
.bl_entryCategorySearch_wrap span {
  background-color: #5a9467;
  display: inline-block;
  border-radius: 100px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.bl_entryCategorySearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}

.bl_entryCategoryLabel {
  margin-bottom: 5px;
}
.bl_entryCategoryLabel span {
  background-color: #5a9467;
  display: inline-block;
  border-radius: 100px;
  margin: 0 3px 3px 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.bl_entryEmbetunit {
  margin: 0 10px;
}
.bl_entryEmbetunit > iframe {
  width: 100% !important;
}

/* ----- メディアの角丸 ----- */
.bl_entryimage_round {
  border-radius: 20px;
}

.bl_entry table {
  font-size: 14px;
}
.bl_entry table p {
  font-size: 14px;
  margin: 0;
}
.bl_entry table p.small {
  font-size: 10px;
  line-height: 1.4;
}
.bl_entry table td.gozen {
  text-align: right;
  background-color: rgb(252, 249, 226);
}
.bl_entry table td.zenjitu {
  text-align: right;
  background-color: rgb(252, 234, 211);
}

.bl_faqunit {
  margin-bottom: 40px;
}

.bl_faqunit_question {
  background-color: #5a9467;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 20px;
}

.bl_faqunit_answer {
  padding: 0 20px;
}
.bl_pdfUnit_wrap {
  margin: 0 10px 20px;
}

.bl_pdfUnit_wrap a {
  text-decoration: none;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border: 1px solid #aaa;
}
.bl_pdfUnit_wrap a:hover .bl_pdfUnit_image {
  background-color: #e5f1e3;
}
.bl_pdfUnit_wrap a:hover .bl_pdfUnit_text .bl_pdfUnit_title {
  color: #5a9467;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_image {
  width: 150px;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_image img {
  max-width: 45px;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_text {
  width: calc(100% - 150px);
  padding: 20px 40px;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_text p {
  margin: 0;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_text .bl_pdfUnit_title {
  font-weight: bold;
  font-size: 18px;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_text .bl_pdfUnit_subtext {
  font-size: 14px;
}
.bl_pdfUnit_wrap a .bl_pdfUnit_text .bl_pdfUnit_subtext strong {
  font-weight: bold;
  color: #e6002d;
}
.bl_entrySubnav_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_entrySubnav_nav {
  width: 250px;
  position: sticky;
  top: 100px;
  padding-right: 30px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_entrySubnav_cont {
  width: calc(100% - 250px);
}

.bl_entryInnerlinkwrap .bl_entryInnerlinkList {
  list-style: none;
}
.bl_entryInnerlinkwrap .bl_entryInnerlinkList li {
  margin: 0;
}
.bl_entryInnerlinkwrap .bl_entryInnerlinkList li a {
  font-size: 14px;
  font-weight: bold;
  background-color: #fafafa;
  display: block;
  color: #444444;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 20px;
  border-left: 3px solid #2e735d;
}
.bl_entryInnerlinkwrap .bl_entryInnerlinkList li a:hover {
  background-color: #e5f1e3;
}
.bl_entryInnerlinkwrap .bl_entryInnerlinkList li a:last-child a {
  border-bottom: 0;
}
.bl_entryInnerlinkwrap .bl_entryInnerlinkList span {
  display: none;
}
.bl_entryInnerlinkwrap .bl_entryInnerlink_navitimebanner {
  margin-top: 10px;
}
.bl_entryInnerlinkwrap .bl_entryInnerlink_navitimebanner:hover {
  opacity: 0.8;
}
.bl_accodion_wrap {
  margin: 10px 20px 30px;
  overflow: hidden;
}
.bl_accodion_wrap > .el_lgHeading:first-of-type {
  margin-top: 0;
}
.bl_googlemap_unit .bl_googlemap_unit_title {
  font-weight: bold;
  margin-bottom: 5px;
}
.bl_googlemap_unit .bl_googlemap_unit_embetcode {
  margin: 0 10px 20px;
}
.bl_googlemap_unit .bl_googlemap_unit_embetcode iframe {
  width: 100% !important;
}
.bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-large iframe {
  height: 600px !important;
}
.bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-midium iframe {
  height: 400px !important;
}
.bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-small iframe {
  height: 300px !important;
}

.bl_entryGroupBorder {
  margin: 0 10px 2em;
  padding: 30px 20px 20px;
  border: solid 1px #ddd;
}
.bl_entryGroupBorder h4 {
  margin-top: 0;
}

.bl_entryGroupBg {
  margin: 0 10px 2em;
  padding: 30px 20px 20px;
  background-color: #e5f1e3;
}
.bl_entryGroupBg h4 {
  margin-top: 0;
}

.bl_entryPad_left {
  padding-left: 1em;
}

.bl_imagegallaryUnit_wrap {
  margin: 0 10px 20px;
}
.bl_imagegallaryUnit_wrap .slick-nextbtn {
  right: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMjUgM0wxOS43NSAxOS41TDMuMjUgMzYiIHN0cm9rZT0iIzNCQzJCMiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.bl_imagegallaryUnit_wrap .slick-prevbtn {
  left: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyMyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUgMzZMNCAxOS41TDIwLjUgMyIgc3Ryb2tlPSIjM0JDMkIyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.bl_imagegallaryUnit_wrap .slick-prevbtn,
.bl_imagegallaryUnit_wrap .slick-nextbtn {
  position: absolute;
  top: 45%;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.bl_imagegallaryUnit_wrap .slick-prevbtn::before,
.bl_imagegallaryUnit_wrap .slick-nextbtn::before {
  display: none;
}
.bl_imagegallaryUnit_wrap .slick-prevbtn:hover,
.bl_imagegallaryUnit_wrap .slick-nextbtn:hover {
  background-repeat: no-repeat;
  background-size: contain;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit_caption {
  font-size: 12px;
  margin: 5px 0;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit div {
  padding: 10px;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit.bl_imagegallaryUnit__flex-02 div {
  width: 50%;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit.bl_imagegallaryUnit__flex-03 div {
  width: 33.3333333333%;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit.bl_imagegallaryUnit__flex-04 div {
  width: 25%;
}
.bl_imagegallaryUnit_wrap .bl_imagegallaryUnit.bl_imagegallaryUnit__flex-05 div {
  width: 20%;
}

.bl_cardUnit_wrap {
  margin: 0 10px 20px;
  width: calc(100% - 20px);
  background-color: #fafafa;
}
.bl_cardUnit_wrap.bl_cardUnit_wrap__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.bl_cardUnit_wrap.bl_cardUnit_wrap__side .bl_cardUnit_image {
  max-width: 700px;
  margin: auto;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bl_cardUnit_wrap.bl_cardUnit_wrap__side .bl_cardUnit_body {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.bl_cardUnit_wrap .bl_cardUnit_body {
  padding: 20px;
}
.bl_cardUnit_wrap .bl_cardUnit_image img {
  width: 100%;
}
.bl_cardUnit_wrap .bl_cardUnit_text {
  margin-bottom: 0;
}
.bl_cardUnit_wrap .bl_cardUnit_title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 10px 15px 10px;
}

.bl_entryArrow {
  margin: 0 20px;
}
.bl_entryArrow .bl_cardUnit_wrap {
  margin-bottom: 40px;
  position: relative;
}
.bl_entryArrow .bl_cardUnit_wrap::after {
  content: "▼";
  position: absolute;
  color: #5a9467;
  margin: auto;
  bottom: -35px;
  font-size: 18px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ------------------------------------------------------------
* ページタイトル部分
* ------------------------------------------------------------ */
.bl_categoryTitle {
  overflow: hidden;
  background-color: #fafafa;
  margin: 20px 0 0;
}

.bl_categoryTitle_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bl_categoryTitle_body {
  position: absolute;
  z-index: 2;
  left: 20px;
  padding: 0 0 0 20px;
}
.bl_categoryTitle_body.bl_categoryTitle_body__recTitle {
  width: 50%;
}

.bl_categoryTitleImg {
  position: relative;
  right: 0;
  width: 80%;
  margin-right: calc((50vw - 50%) * -1);
  overflow: hidden;
}
.bl_categoryTitleImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_categoryTitleImg_innertext {
  position: absolute;
  font-family: "Dawning of a New Day", cursive;
  font-weight: normal;
  font-style: normal;
  z-index: 2;
  color: #2e735d;
  bottom: 15%;
  left: 5%;
  font-size: 80px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  line-height: 0.9;
}
.ly_title__workscat .bl_categoryTitleImg_innertext, .un_cat_growth .bl_categoryTitleImg_innertext {
  bottom: auto;
  top: 5%;
}

.bl_pagetitle_entrytitle {
  font-size: 36px;
  margin-top: 20px;
}
.ly_title__workscat .bl_pagetitle_entrytitle {
  color: #fff;
}

.bl_pagetitle_introductiontext {
  font-size: 22px;
  margin: 25px 0;
  font-weight: bold;
}
.bl_pagetitle_introductiontext.bl_pagetitle_introductiontext__strong {
  padding: 5px 10px;
  display: inline;
  background-color: #2e735d;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
.ly_title__workscat .bl_pagetitle_introductiontext, .bl_categoryTitle_cont__recruit .bl_pagetitle_introductiontext {
  color: #fff;
}

.bl_pagetitle {
  position: relative;
}
.ly_sect__color_key .bl_pagetitle::before, .ly_title__workscat .bl_pagetitle::before, .bl_categoryTitle_cont__recruit .bl_pagetitle::before {
  background-color: #fff;
}
.bl_pagetitle.bl_pagetitle__reccolor::before {
  background-color: #e6002d;
}

.bl_pagetitle_en {
  font-size: 16px;
  color: #2e735d;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.bl_pagetitle_ja {
  font-size: 36px;
  color: #444444;
  font-weight: bold;
  display: inline-block;
  text-shadow: 2px 2px 4px #ffffff, -2px 2px 4px #ffffff, 2px -2px 4px #ffffff, -2px -2px 4px #ffffff, 2px 0px 4px #ffffff, 0px 2px 4px #ffffff, -2px 0px 4px #ffffff, 0px -2px 4px #ffffff;
}

.bl_pagetitle_btmcopy {
  color: #444444;
  margin: 20px 0;
}
.ly_sect__color_key .bl_pagetitle_btmcopy {
  color: #fff;
}
.bl_pagetitle__reccolor .bl_pagetitle_btmcopy {
  color: #e6002d;
}
.bl_smallttl_en {
  font-size: 16px;
  color: #5a9467;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.bl_smallttl_en::before {
  content: "●";
  color: #41d59a;
  display: inline-block;
  margin-right: 5px;
}

.bl_ttl_normal {
  font-size: 26px;
}
.bl_tourTitle {
  text-align: center;
  background-color: #f8f6de;
  padding: 40px 20px;
  font-weight: bold;
}
.bl_tourTitle .bl_tourTitle_body {
  font-size: 24px;
}
/* ------------------------------------------------------------
* ページャー
* ------------------------------------------------------------ */
.bl_pager {
  margin: 30px auto;
}

/* ページ送り
* -------------------------------------------------- */
.bl_pagerList {
  padding: 0;
  margin: 0 -2px;
  text-align: center;
  list-style: none;
}
.bl_pagerList li {
  display: inline-block;
  margin: 2px;
}
.bl_pagerList li.cur > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #5a9467;
  border-radius: 50%;
}

.bl_pagerItem_btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  color: #444444;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn:visited {
  color: #444444;
  text-decoration: none;
}
.bl_pagerItem_btn:active, .bl_pagerItem_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #aaa;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward, .bl_pagerItem_btn.bl_pagerItem_btn__back {
  background-color: transparent;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before, .bl_pagerItem_btn.bl_pagerItem_btn__forward::after, .bl_pagerItem_btn.bl_pagerItem_btn__back::before, .bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::after, .bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  opacity: 0;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward:active::before, .bl_pagerItem_btn.bl_pagerItem_btn__forward:hover::before, .bl_pagerItem_btn.bl_pagerItem_btn__back:active::before, .bl_pagerItem_btn.bl_pagerItem_btn__back:hover::before {
  opacity: 0;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward:active::after, .bl_pagerItem_btn.bl_pagerItem_btn__forward:hover::after, .bl_pagerItem_btn.bl_pagerItem_btn__back:active::after, .bl_pagerItem_btn.bl_pagerItem_btn__back:hover::after {
  opacity: 1;
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}
.bl_pagerItem_btn.bl_pagerItem_btn__forward::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEyLDhjMC0uMjYtLjEtLjUxLS4yOS0uNzFMNS43MSwxLjI5Yy0uMzktLjM5LTEuMDItLjM5LTEuNDEsMHMtLjM5LDEuMDIsMCwxLjQxbDUuMjksNS4yOS01LjI5LDUuMjljLS4zOS4zOS0uMzksMS4wMiwwLDEuNDFzMS4wMi4zOSwxLjQxLDBsNi02Yy4yLS4yLjI5LS40NS4yOS0uNzFaIiBzdHlsZT0iZmlsbDojZmZjYzE2OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.bl_pagerItem_btn.bl_pagerItem_btn__back::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC4yNi4xLjUxLjI5LjcxbDYsNmMuMzkuMzksMS4wMi4zOSwxLjQxLDBzLjM5LTEuMDIsMC0xLjQxbC01LjI5LTUuMjksNS4yOS01LjI5Yy4zOS0uMzkuMzktMS4wMiwwLTEuNDFzLTEuMDItLjM5LTEuNDEsMGwtNiw2Yy0uMi4yLS4yOS40NS0uMjkuNzFaIiBzdHlsZT0ic3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
}
.bl_pagerItem_btn.bl_pagerItem_btn__back::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTQsOGMwLC4yNi4xLjUxLjI5LjcxbDYsNmMuMzkuMzksMS4wMi4zOSwxLjQxLDBzLjM5LTEuMDIsMC0xLjQxbC01LjI5LTUuMjksNS4yOS01LjI5Yy4zOS0uMzkuMzktMS4wMiwwLTEuNDFzLTEuMDItLjM5LTEuNDEsMGwtNiw2Yy0uMi4yLS4yOS40NS0uMjkuNzFaIiBzdHlsZT0iZmlsbDojZmZjYzE2OyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}

/* 前後リンク
* -------------------------------------------------- */
.bl_serialNavi {
  padding: 40px 0 40px;
}

.bl_serialNavi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
}

.bl_serialNavi_item {
  width: 33.33%;
}
.bl_serialNavi_item.bl_serialNavi_item__prev {
  text-align: left;
}
.bl_serialNavi_item.bl_serialNavi_item__index {
  text-align: center;
}
.bl_serialNavi_item.bl_serialNavi_item__next {
  text-align: right;
}

.bl_serialNaviItem_btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  color: #444444;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn::before, .bl_serialNaviItem_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}
.bl_serialNaviItem_btn::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNaviItem_btn::after {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_serialNavi_item__prev > .bl_serialNaviItem_btn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEuNzksNy4yOUw1Ljc5LDMuMjljLjM5LS4zOSwxLjAyLS4zOSwxLjQxLDBzLjM5LDEuMDIsMCwxLjQxbC0yLjI5LDIuMjloOC41OWMuNTUsMCwxLC40NSwxLDFzLS40NSwxLTEsMUg0LjkxbDIuMjksMi4yOWMuMzkuMzkuMzksMS4wMiwwLDEuNDEtLjIuMi0uNDUuMjktLjcxLjI5cy0uNTEtLjEtLjcxLS4yOUwxLjc5LDguNzFjLS4zOS0uMzktLjM5LTEuMDIsMC0xLjQxWiIgc3R5bGU9InN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
}
.bl_serialNavi_item__prev > .bl_serialNaviItem_btn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTEuNzksNy4yOUw1Ljc5LDMuMjljLjM5LS4zOSwxLjAyLS4zOSwxLjQxLDBzLjM5LDEuMDIsMCwxLjQxbC0yLjI5LDIuMjloOC41OWMuNTUsMCwxLC40NSwxLDFzLS40NSwxLTEsMUg0LjkxbDIuMjksMi4yOWMuMzkuMzkuMzksMS4wMiwwLDEuNDEtLjIuMi0uNDUuMjktLjcxLjI5cy0uNTEtLjEtLjcxLS4yOUwxLjc5LDguNzFjLS4zOS0uMzktLjM5LTEuMDIsMC0xLjQxWiIgc3R5bGU9ImZpbGw6I2ZmZjsgc3Ryb2tlLXdpZHRoOjBweDsiLz48L3N2Zz4=);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.bl_serialNavi_item__next > .bl_serialNaviItem_btn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
}
.bl_serialNavi_item__next > .bl_serialNaviItem_btn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0ibTE0LjIxLDcuMjlsLTQtNGMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxLDBzLS4zOSwxLjAyLDAsMS40MWwyLjI5LDIuMjlIMi41Yy0uNTUsMC0xLC40NS0xLDFzLjQ1LDEsMSwxaDguNTlsLTIuMjksMi4yOWMtLjM5LjM5LS4zOSwxLjAyLDAsMS40MS4yLjIuNDUuMjkuNzEuMjlzLjUxLS4xLjcxLS4yOWw0LTRjLjM5LS4zOS4zOS0xLjAyLDAtMS40MVoiIHN0eWxlPSJmaWxsOiNmZmY7IHN0cm9rZS13aWR0aDowcHg7Ii8+PC9zdmc+);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.bl_serialNaviItem_btn:visited {
  color: #444444;
  text-decoration: none;
}
.bl_serialNaviItem_btn:active, .bl_serialNaviItem_btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5a9467;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  background: initial;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff::before, .bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff::after {
  position: relative;
}
.bl_serialNaviItem_btn.bl_serialNaviItem_btn__staff:hover {
  color: #5a9467;
}

/* ------------------------------------------------------------
* フォーム
* ------------------------------------------------------------ */
.bl_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.bl_formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 0 1em 1.5em;
}

.bl_formLabel {
  width: 100%;
  padding: 0 0 0.3em;
  font-weight: bold;
}

.bl_formLabel_required {
  margin-left: 0.5em;
  font-size: 11px;
  background-color: #fa4027;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 1;
}

.bl_formControl {
  width: 100%;
}
.bl_formInput {
  position: relative;
  width: 100%;
}
.bl_formInput > .bl_scheduleItem_cover {
  border-radius: 0;
}

.bl_formInput_othercomment {
  font-size: 14px;
  margin-bottom: 5px;
}

/* ----- エラーテキスト ----- */
.bl_formErrorText_group:first-child {
  margin-top: 0.5em;
}

.bl_formErrorText {
  font-size: 12px;
  color: #fa4027;
}
.bl_formErrorText .acms-icon {
  padding-right: 0.3em;
  vertical-align: -0.03em;
}

/* ----- プライバシーポリシー ----- */
.bl_formPrivacy {
  padding: 20px;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
  border: solid 1px #ddd;
}

.bl_formPrivacy_agree {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}

/* ----- 送信ボタン ----- */
.bl_formBtn {
  margin-top: 30px;
  text-align: center;
}
.bl_formBtn .el_btn {
  width: 100%;
  max-width: 400px;
}

/* ----- 確認画面のテーブル ----- */
.bl_formConfirm {
  width: 100%;
}

.bl_formConfirm_head {
  display: block;
  padding: 0 1em 0.3em;
  text-align: left;
}

.bl_formConfirm_body {
  display: block;
  padding: 0.3em 1em 1.5em;
  margin: 0 0 1.5em;
  border-bottom: solid 1px #ddd;
  text-align: left;
}

.bl_formConfirm.bl_formConfirm__tour tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_formConfirm.bl_formConfirm__tour .bl_formConfirm_head {
  padding: 0.3em 1em 1.5em;
  margin: 0 0 1.5em;
  border-bottom: solid 1px #ddd;
  width: 12em;
}
.bl_formConfirm.bl_formConfirm__tour .bl_formConfirm_body {
  padding: 0.3em 1em 1.5em;
  margin: 0 0 1.5em;
  border-bottom: solid 1px #ddd;
  width: calc(100% - 12em);
}
/* ----- チェックボックス ----- */
.bl_formcheckbox {
  margin-right: 40px;
}

.bl_dynamicform p.bl_formccaption {
  font-size: 11px;
  padding: 3px 0 0;
}

/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 太字 */
.hp_font_bold {
  font-weight: bold !important;
}

/* 文字揃え */
.hp_txt_left {
  text-align: left !important;
}

.hp_txt_right {
  text-align: right !important;
}

.hp_txt_center {
  text-align: center !important;
}

.hp_txt_justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 文字間を戻す */
.hp_letter_0 {
  letter-spacing: 0 !important;
}

/* 文字サイズ */
.hp_fs_lg {
  font-size: 1.1em !important;
}

.hp_fs_sm {
  font-size: 0.8em !important;
}

/* 文字色 */
.hp_color_primary {
  color: #5a9467 !important;
}

.hp_color_secondary {
  color: #2e735d !important;
}

.hp_color_third {
  color: #e6002d !important;
}

/* 強調 */
.hp_txt_em {
  font-style: normal !important;
  font-weight: bold !important;
}

/* 重要 */
.hp_txt_strong {
  font-weight: bold !important;
  color: #fa4027 !important;
}

/* 重要2 */
.hp_txt_strong_green {
  font-weight: bold !important;
  color: #5a9467 !important;
}

/* 黄帯 */
.hp_txt_strong_bg {
  font-weight: bold !important;
  background-color: #2e735d;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

/* 上付き文字 */
.hp_txt_sup {
  color: #777;
}

/* 小文字 */
.hp_txt_small {
  font-size: 0.8em !important;
}

/* 改行禁止 */
.hp_nowrap {
  white-space: nowrap !important;
}

/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.hp_pt__0 {
  padding-top: 0 !important;
}

.hp_mt__0 {
  margin-top: 0 !important;
}

.hp_MT__0 {
  margin-top: 0 !important;
}

.hp_pt__xxs {
  padding-top: 5px !important;
}

.hp_mt__xxs {
  margin-top: 5px !important;
}

.hp_MT__xxs {
  margin-top: -5px !important;
}

.hp_pt__xs {
  padding-top: 10px !important;
}

.hp_mt__xs {
  margin-top: 10px !important;
}

.hp_MT__xs {
  margin-top: -10px !important;
}

.hp_pt__sm {
  padding-top: 20px !important;
}

.hp_mt__sm {
  margin-top: 20px !important;
}

.hp_MT__sm {
  margin-top: -20px !important;
}

.hp_pt__md {
  padding-top: 40px !important;
}

.hp_mt__md {
  margin-top: 40px !important;
}

.hp_MT__md {
  margin-top: -40px !important;
}

.hp_pt__lg {
  padding-top: 60px !important;
}

.hp_mt__lg {
  margin-top: 60px !important;
}

.hp_MT__lg {
  margin-top: -60px !important;
}

.hp_pt__xl {
  padding-top: 80px !important;
}

.hp_mt__xl {
  margin-top: 80px !important;
}

.hp_MT__xl {
  margin-top: -80px !important;
}

.hp_pt__xxl {
  padding-top: 100px !important;
}

.hp_mt__xxl {
  margin-top: 100px !important;
}

.hp_MT__xxl {
  margin-top: -100px !important;
}

.hp_pr__0 {
  padding-right: 0 !important;
}

.hp_mr__0 {
  margin-right: 0 !important;
}

.hp_MR__0 {
  margin-right: 0 !important;
}

.hp_pr__xxs {
  padding-right: 5px !important;
}

.hp_mr__xxs {
  margin-right: 5px !important;
}

.hp_MR__xxs {
  margin-right: -5px !important;
}

.hp_pr__xs {
  padding-right: 10px !important;
}

.hp_mr__xs {
  margin-right: 10px !important;
}

.hp_MR__xs {
  margin-right: -10px !important;
}

.hp_pr__sm {
  padding-right: 20px !important;
}

.hp_mr__sm {
  margin-right: 20px !important;
}

.hp_MR__sm {
  margin-right: -20px !important;
}

.hp_pr__md {
  padding-right: 40px !important;
}

.hp_mr__md {
  margin-right: 40px !important;
}

.hp_MR__md {
  margin-right: -40px !important;
}

.hp_pr__lg {
  padding-right: 60px !important;
}

.hp_mr__lg {
  margin-right: 60px !important;
}

.hp_MR__lg {
  margin-right: -60px !important;
}

.hp_pr__xl {
  padding-right: 80px !important;
}

.hp_mr__xl {
  margin-right: 80px !important;
}

.hp_MR__xl {
  margin-right: -80px !important;
}

.hp_pr__xxl {
  padding-right: 100px !important;
}

.hp_mr__xxl {
  margin-right: 100px !important;
}

.hp_MR__xxl {
  margin-right: -100px !important;
}

.hp_pb__0 {
  padding-bottom: 0 !important;
}

.hp_mb__0 {
  margin-bottom: 0 !important;
}

.hp_MB__0 {
  margin-bottom: 0 !important;
}

.hp_pb__xxs {
  padding-bottom: 5px !important;
}

.hp_mb__xxs {
  margin-bottom: 5px !important;
}

.hp_MB__xxs {
  margin-bottom: -5px !important;
}

.hp_pb__xs {
  padding-bottom: 10px !important;
}

.hp_mb__xs {
  margin-bottom: 10px !important;
}

.hp_MB__xs {
  margin-bottom: -10px !important;
}

.hp_pb__sm {
  padding-bottom: 20px !important;
}

.hp_mb__sm {
  margin-bottom: 20px !important;
}

.hp_MB__sm {
  margin-bottom: -20px !important;
}

.hp_pb__md {
  padding-bottom: 40px !important;
}

.hp_mb__md {
  margin-bottom: 40px !important;
}

.hp_MB__md {
  margin-bottom: -40px !important;
}

.hp_pb__lg {
  padding-bottom: 60px !important;
}

.hp_mb__lg {
  margin-bottom: 60px !important;
}

.hp_MB__lg {
  margin-bottom: -60px !important;
}

.hp_pb__xl {
  padding-bottom: 80px !important;
}

.hp_mb__xl {
  margin-bottom: 80px !important;
}

.hp_MB__xl {
  margin-bottom: -80px !important;
}

.hp_pb__xxl {
  padding-bottom: 100px !important;
}

.hp_mb__xxl {
  margin-bottom: 100px !important;
}

.hp_MB__xxl {
  margin-bottom: -100px !important;
}

.hp_pl__0 {
  padding-left: 0 !important;
}

.hp_ml__0 {
  margin-left: 0 !important;
}

.hp_ML__0 {
  margin-left: 0 !important;
}

.hp_pl__xxs {
  padding-left: 5px !important;
}

.hp_ml__xxs {
  margin-left: 5px !important;
}

.hp_ML__xxs {
  margin-left: -5px !important;
}

.hp_pl__xs {
  padding-left: 10px !important;
}

.hp_ml__xs {
  margin-left: 10px !important;
}

.hp_ML__xs {
  margin-left: -10px !important;
}

.hp_pl__sm {
  padding-left: 20px !important;
}

.hp_ml__sm {
  margin-left: 20px !important;
}

.hp_ML__sm {
  margin-left: -20px !important;
}

.hp_pl__md {
  padding-left: 40px !important;
}

.hp_ml__md {
  margin-left: 40px !important;
}

.hp_ML__md {
  margin-left: -40px !important;
}

.hp_pl__lg {
  padding-left: 60px !important;
}

.hp_ml__lg {
  margin-left: 60px !important;
}

.hp_ML__lg {
  margin-left: -60px !important;
}

.hp_pl__xl {
  padding-left: 80px !important;
}

.hp_ml__xl {
  margin-left: 80px !important;
}

.hp_ML__xl {
  margin-left: -80px !important;
}

.hp_pl__xxl {
  padding-left: 100px !important;
}

.hp_ml__xxl {
  margin-left: 100px !important;
}

.hp_ML__xxl {
  margin-left: -100px !important;
}

/* ------------------------------------------------------------
* ディスプレイ
* ------------------------------------------------------------ */
.hp_block {
  display: block !important;
}

.hp_inline {
  display: inline !important;
}

.hp_inline_block {
  display: inline-block !important;
}

/* 非表示 */
.hp_hide_all {
  display: none !important;
}

/* 端末別 */

/* ------------------------------------------------------------
* 画像の幅
* ------------------------------------------------------------ */
/* 画像をブロックにする */
.hp_img_block {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
.un_topInnerLink_wrap {
  margin-bottom: 30px;
}

.un_topInnerLink_outer.un_topInnerLink_outer__rosen {
  background: #43a15b;
  padding: 40px 20px 30px;
}

.un_topInnerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_topInnerLink .un_topInnerLink_left {
  width: 50%;
  padding-right: 10px;
}
.un_topInnerLink .un_topInnerLink_right {
  width: 50%;
  padding-left: 10px;
}

.un_topInnerLinkTitle {
  font-size: 28px;
}
.un_topInnerLinkTitle a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.un_topInnerLinkTitle a::after {
  position: absolute;
  right: -30px;
  top: 12px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNSAyNSI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDExNikgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC41LDIyLjlsLTEuOC0xLjgsOC4yLTguMkw2LjgsNC43bDEuOC0xLjgsMTAsMTAtMTAuMSwxMFoiLz4KPC9zdmc+);
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.un_topInnerLinkTitle a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.un_topInnerLinkTitle .un_topInnerLinkTitle_image {
  display: inline-block;
  width: 50px;
  margin-right: 20px;
}
.un_topInnerLinkTitle .un_topInnerLinkTitle_image img {
  width: 100%;
}
.un_topInnerLinklist {
  list-style: none;
  margin: 20px -10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_topInnerLinklist .un_topInnerLinkitem {
  width: 50%;
  padding: 0 10px 10px;
}

.un_triplargelink {
  background-image: url(assets/top_triplinkbgimage.jpg);
  background-size: cover;
  height: calc(100% - 10px);
  border-radius: 10px;
  border: 4px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.un_triplargelink a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}
.un_triplargelink:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.un_triplargelink img {
  max-width: 400px;
}
.un_topInnerLink_outer__highway {
  margin-top: 20px;
}

.un_topInnerImageLink {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 50px 30px;
}
.un_topInnerImageLink .un_topInnerImageLink_image {
  margin-right: 20px;
}
.un_topInnerImageLink .un_topInnerImageLink_image img {
  width: 50px;
}
.un_topInnerImageLink a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
}
.un_topInnerImageLink a::after {
  top: 15px;
}
.un_topInnerImageLink:hover a::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.un_topInnerImageLink.un_topInnerImageLink__highway {
  background-color: #64abc3;
}
.un_topInnerImageLink.un_topInnerImageLink__highway:hover {
  background-color: #468ca3;
}
.un_topInnerImageLink.un_topInnerImageLink__charter {
  background-color: #f0a869;
}
.un_topInnerImageLink.un_topInnerImageLink__charter:hover {
  background-color: #c97b36;
}
.un_greentour_title {
  max-width: 500px;
  margin: auto;
  width: 70%;
  margin-bottom: 30px;
}

.un_topgreentour_wrap {
  padding: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 115, 93, 0.9)), to(rgba(46, 115, 93, 0.9))), url(assets/top_greentour_bg.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(46, 115, 93, 0.9), rgba(46, 115, 93, 0.9)), url(assets/top_greentour_bg.jpg) no-repeat center/cover;
}
.un_topOuterlink_wrap {
  margin: 40px 0;
}

.un_topOuterlinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
}

.un_topOuterlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.un_topOuter_xlinkwrap {
  width: 50%;
  padding: 10px 10px 0;
}

.un_topOuter_banner {
  padding: 0 10px;
  width: 50%;
  height: 100%;
}

.un_topOuter_xlinkwrap,
.un_topOuter_banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.un_topOuterlinkItem {
  width: 50%;
  padding: 10px 10px 0;
}

.un_topOuter_xlinkwrap iframe {
  width: 100%;
  border: none;
}

.un_topOuter_xlinkwrap a {
  display: block;
  background-color: #000;
  padding: 70px 30px 60px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.un_topOuter_xlinkwrap a:hover {
  background-color: #4b7b55;
}
.un_topOuter_xlinkwrap a img {
  max-width: 80px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------
* お知らせ
* ------------------------------------------------------------ */
/* 重要と全ての切り替えナビ
* -------------------------------------------------- */
.un_newsNav {
  margin: -66px 0 40px;
}

.un_newsNav_list {
  margin: -2px;
  list-style: none;
}

.un_newsNav_item {
  display: inline-block;
  padding: 2px;
}

.un_newsNav_btn {
  display: inline-block;
  padding: 0 0.8em;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
  vertical-align: bottom;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.un_newsNav_btn:visited {
  text-decoration: none;
}
.un_newsNav_btn:active, .un_newsNav_btn:hover {
  text-decoration: none;
}
.un_newsNav_btn.un_newsNav_btn__all {
  color: #444444;
  border-color: #444444;
}
.un_newsNav_btn.un_newsNav_btn__all.stay {
  color: #fff;
  background-color: #444444;
}
.un_newsNav_btn.un_newsNav_btn__all.stay:visited {
  color: #fff;
}
.un_newsNav_btn.un_newsNav_btn__all.stay:active, .un_newsNav_btn.un_newsNav_btn__all.stay:hover {
  opacity: 0.7;
}
.un_newsNav_btn.un_newsNav_btn__all:visited {
  color: #444444;
}
.un_newsNav_btn.un_newsNav_btn__all:active, .un_newsNav_btn.un_newsNav_btn__all:hover {
  color: #fff;
  text-decoration: none;
  background-color: #444444;
}
.un_newsNav_btn.un_newsNav_btn__important {
  color: #fa4027;
  border-color: #fa4027;
}
.un_newsNav_btn.un_newsNav_btn__important.stay {
  color: #fff;
  background-color: #fa4027;
}
.un_newsNav_btn.un_newsNav_btn__important.stay:visited {
  color: #fff;
}
.un_newsNav_btn.un_newsNav_btn__important.stay:active, .un_newsNav_btn.un_newsNav_btn__important.stay:hover {
  opacity: 0.7;
}
.un_newsNav_btn.un_newsNav_btn__important:visited {
  color: #fa4027;
}
.un_newsNav_btn.un_newsNav_btn__important:active, .un_newsNav_btn.un_newsNav_btn__important:hover {
  color: #fff;
  background-color: #fa4027;
}

/* ------------------------------------------------------------
* アクセス
* ------------------------------------------------------------ */
.un_access_wrap .un_access_map_wrapper {
  margin-top: 30px;
}
.un_access_wrap .un_access_map_wrapper iframe {
  width: 100% !important;
  height: 500px !important;
}
.un_access_wrap .un_access_wrap_information {
  text-align: center;
  margin: 40px 0;
}
.un_access_wrap .un_access_wrap_information dl {
  display: inline-block;
  margin: auto;
  text-align: left;
}
.un_access_wrap .un_access_wrap_information dl dt {
  width: 5em;
  font-weight: bold;
  float: left;
  color: #5a9467;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.un_access_wrap .un_access_wrap_information dl dd {
  margin: 0 0 10px;
  padding: 0 0 10px 6em;
  border-bottom: 1px solid #EEE;
}
/* ------------------------------------------------------------
* お問い合せ
* ------------------------------------------------------------ */
.un_contact_itemwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_contact_itemwrap.un_contact_itemwrap__col2 .un_contact_itemcol {
  width: 50%;
  padding: 10px 10px 0 0;
}
.un_contact_itemwrap.un_contact_itemwrap__col2 .un_contact_itemcol.un_contact_itemcol__full {
  width: 100%;
}
/* ------------------------------------------------------------
* フォーム
* ------------------------------------------------------------ */
.un_formselect_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -10px;
}
.un_formselect_wrap ul li {
  width: 50%;
  list-style: none;
  padding: 0 10px 5px;
}
.un_formselect_wrap ul li a {
  text-align: center;
  margin: 0 0 10px;
  padding: 20px;
  color: #444444;
  text-decoration: none;
  display: block;
  border: 1px solid #5a9467;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.un_formselect_wrap ul li a:hover {
  background-color: #5a9467;
  color: #fff;
}
.un_form_commoncomment li {
  margin-left: 1.5em;
  font-size: 14px;
}

.un_formheading {
  border-bottom: 1px solid #5a9467;
  font-size: 30px;
  margin-bottom: 40px;
}

.un_matsumoto_caution {
  border: 2px solid #fa4027;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}

/* labelをボタンらしく */
.upload-label {
  margin-top: 10px;
}

/* ホバー時 */
/* inputは隠す */
/* ------------------------------------------------------------
* 動的フォーム (デフォルト上書き)
* ------------------------------------------------------------ */
#entryForm {
  background-color: initial;
}

table.bl_dynamicform th {
  background-color: initial;
  color: #444444;
  width: 30%;
  text-align: left;
  background: #fafafa;
}
table.bl_dynamicform th,
table.bl_dynamicform td {
  padding: 10px;
}

.un_form_comment {
  font-size: 12px;
  color: #666;
}

.un_ridepoint_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.un_ridepoint_box .un_ridepoint_title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 8em;
}
.un_ridepoint_box .un_ridepoint_number,
.un_ridepoint_box .un_ridepoint_parking {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
}
.un_ridepoint_box .un_ridepoint_number span,
.un_ridepoint_box .un_ridepoint_parking span {
  font-size: 14px;
  margin: 0 5px;
  padding-top: 2px;
  display: inline-block;
}
/* ------------------------------------------------------------
* 路線バス
* ------------------------------------------------------------ */
.un_rosenindex_operationwrap {
  border: 2px solid #5a9467;
  padding: 30px;
  margin-bottom: 20px;
}

.un_rosenindex_operationlist {
  list-style: none;
  margin-top: 10px;
}
.un_rosenindex_operationlist a {
  color: #444444;
  font-weight: bold;
}

.un_rosenindex_innerlinkwrap {
  margin-bottom: 40px;
}
.un_rosenindex_innerlinkwrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.un_rosenindex_innerlinkwrap ul li {
  width: 50%;
  padding: 0 10px 5px;
}

/* ------------------------------------------------------------
* 高速バス
* ------------------------------------------------------------ */
.un_highwayIndexSummary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 40px;
}
.un_highwayIndexSummary_wrap a {
  text-decoration: none;
  color: #444444;
}

.un_highwayIndexSummary {
  width: 50%;
  padding: 20px;
}
.un_highwayIndexSummary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.un_highwayIndexSummary a .un_highwayIndexSummaryBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_highwayIndexSummary:hover .un_highwayIndexSummaryImage img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.un_highwayIndexSummary:hover .un_highwayIndexSummaryBody {
  background-color: #4b7b55;
}
.un_highwayIndexSummary:hover .un_highwayIndexSummaryBody .un_highwayIndexSummarytitle {
  color: #fff;
}
.un_highwayIndexSummaryImage {
  overflow: hidden;
}
.un_highwayIndexSummaryImage img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.un_highwayIndexSummaryBody {
  background-color: #e5f1e3;
  padding: 10px 20px;
}

.un_highwayReservedicon {
  font-size: 10px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #fff;
  margin-bottom: 3px;
}
.un_highwayReservedicon.un_highwayReservedicon__reserved {
  background-color: #5a9467;
  color: #fff;
}

.un_highwayIndexSummarytitle {
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
/* ------------------------------------------------------------
* お知らせ
* ------------------------------------------------------------ */
.un_information_importantlist_wrap {
  border: 3px solid #e6002d;
  padding: 30px 30px 0;
  border-radius: 20px;
  background-color: #f8f6de;
  margin: 0 10px 40px;
}
.un_information_importantlist_wrap .bl_headlineList .bl_headlineItem:last-child {
  border-bottom: 0;
}
.un_information_importantlist_wrap:has(.no-entry) {
  display: none;
}
/* ------------------------------------------------------------
* 路線バスの楽しみ方
* ------------------------------------------------------------ */
.un_triptopintrotext {
  margin: 20px 0;
}

.un_tripBusStop_wrap,
.un_tripSpot_wrap {
  margin-left: 150px;
  margin-right: 10px;
  position: relative;
  border: 10px solid #cae1c7;
  border-radius: 20px;
  padding: 40px 40px 30px;
  margin-bottom: 20px;
}
.un_tripBusStop_wrap p,
.un_tripSpot_wrap p {
  margin: 0;
}
.un_tripBusStop_wrap::before,
.un_tripSpot_wrap::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -100px;
  top: 40px;
  border-radius: 9999px;
  background-color: #5a9467;
  display: block;
  z-index: 2;
}
.un_tripBusStop_wrap::after,
.un_tripSpot_wrap::after {
  content: "";
  position: absolute;
  display: block;
  left: -40px;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 40px solid #cae1c7;
  border-left: 0;
}
.un_tripBusStop_wrap .un_tripBusStop_label,
.un_tripSpot_wrap .un_tripBusStop_label {
  background-color: #2e735d;
  border: 2px solid #2e735d;
  padding: 8px 10px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px;
  white-space: nowrap;
}
.un_tripBusStop_wrap .un_tripBusStop_label.un_tripBusStop_label__off,
.un_tripSpot_wrap .un_tripBusStop_label.un_tripBusStop_label__off {
  background-color: #fff;
  color: #2e735d;
}
.un_tripBusStop_wrap .un_tripBusStop_timeExample,
.un_tripSpot_wrap .un_tripBusStop_timeExample {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}
.un_tripBusStop_wrap .un_tripBusStop_btn_wrapper,
.un_tripSpot_wrap .un_tripBusStop_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.un_tripBusStop_wrap .un_tripBusStop_othertext,
.un_tripSpot_wrap .un_tripBusStop_othertext {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.un_tripBusStop_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.un_tripBusStop_title::before {
  content: "";
  width: 30px;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAABiCAMAAAALKlHmAAAARVBMVEVMaXEzMzMzMzP///80NDQyMjI0NDQzMzMzMzMzMzM5tUrMzMy5urro6Og4UDvN7dGD0I7U1NQ2fEA4okbc3NxmaGampqZOTeRVAAAACnRSTlMAz///HmQ6v+SJCi+GxQAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAAZpJREFUeJzlltuSgyAMQCGCXJTsFqv//6k73CxFpMyOO9POnkd7JgmRxBKSM3IhJYCkgo/kBKYoZEjOahaXuRTEYyiRfkRE3MUi4BhCoV20Z7FYCciDtAQnmkHMvNE/sLrA+sf7kZk8hMoC7vWdWTp4Iiusamm9PMqTtbry+nxaFwz1KRjD0fOUKa0ghLlg3w0QAJjPOQ8NNp/Vvct7SzMAoFxp2LKGAQGoa8fa1lYASaBHg15NdmvYcQQBAOZVQwRRr9o7+765m7t+NVjDDXb3SLdfvSTEZ7Xti6TcJDQurw7X10+Dat1LjMHSYJ1bkmUzUy3PPg20S1sZwcXPfUiZebYSKreiB/umcRIereQBoHWk1XXccP68BaK2WTntkPwCU7tJ1emOfuy6+nbOYU57aZG2pkSE+uoTRdv8SFQQv9a2qWCralM5U9NnaibS1swcMZdoU8S8X0PMPXLNSec+7RZ5x4bcumoz1zbk3vUW/k9Dhr45feLztK1v91648JVMgPvcJkrt2k/bO2tcJcD9SUnwv/7swodqP5Y/OSXvJGyyAAAAAElFTkSuQmCC);
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
.un_tripBusStop_title p {
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin: 0;
}

.un_tripNextline {
  display: block;
  width: 10px;
  height: calc(100% + 20px);
  background-color: #e6e6e6;
  position: absolute;
  top: 60px;
  left: -85px;
  z-index: 1;
}

.un_tripNexticon {
  position: absolute;
  bottom: 70px;
  width: 200px;
  left: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.un_tripNexticon .un_tripNexticon_image {
  width: 50px;
}
.un_tripNexticon .un_tripNexticon_text {
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  width: 70px;
  line-height: 1.2;
}
.un_tripNexticon .un_tripNexticon_text p {
  margin: 0;
}

.un_tripSpot_wrap {
  border: 10px solid #1f81f2;
}
.un_tripSpot_wrap::before {
  background-color: #1f81f2;
}
.un_tripSpot_wrap::after {
  border-right: 40px solid #1f81f2;
}

.un_tripSpot_staytime {
  background: #1f81f2;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.un_tripSpot_label {
  background-color: #1f81f2;
  border: 2px solid #1f81f2;
  padding: 8px 10px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
  margin: 0 8px 0 0;
}

.un_tripSpot_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.un_tripSpot_title p {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  margin: 0;
  color: #1f81f2;
}

.un_btn_tripSpot {
  background-color: #1f81f2 !important;
  margin-left: 10px;
}
.un_btn_tripSpot:hover {
  background-color: #1866c0 !important;
}

.un_tripSpot_largeLink {
  margin: 20px 0 0;
}
.un_tripSpot_largeLink a {
  display: block;
  padding: 20px;
  background-color: #1f81f2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
}
.un_tripSpot_largeLink a:hover {
  background-color: #1866c0;
}

.un_tripSpot_photosliderwrap {
  max-width: 600px;
  margin: auto;
  margin-bottom: 0;
}
.un_tripSpot_photosliderwrap .slick-slide {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.un_tripSpot_photosliderwrap .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.un_tripSpot_photosliderwrap.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.un_tripSpot_photosliderwrap .slick-dots {
  bottom: 0;
}
/* ------------------------------------------------------------
* モデルコースタイトル
* ------------------------------------------------------------ */
.un_modelcourse_titlewrap {
  margin-top: 40px;
  background-color: #f8f6de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 5px solid #2e735d;
}

.un_modelcourse_titlebody {
  width: 50%;
  padding: 30px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.un_modelcourse_titleimage {
  width: 50%;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_modelcourse_titleimage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.un_trip_categorylabel {
  display: inline-block;
  border: 1px solid #5a9467;
  color: #5a9467;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  margin-right: 5px;
}

.un_trip_arealabel {
  display: inline-block;
  background-color: #5a9467;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  padding: 6px 15px;
  font-weight: bold;
  margin-right: 5px;
}
.un_trip_arealabel.un_trip_arealabel__area-tajimi {
  background-color: #3cb1a7;
}
.un_trip_arealabel.un_trip_arealabel__area-toki {
  background-color: #ed8e29;
}
.un_trip_arealabel.un_trip_arealabel__area-ena {
  background-color: #e329ed;
}
.un_trip_arealabel.un_trip_arealabel__area-yaotsu {
  background-color: #ff2680;
}
.un_trip_arealabel.un_trip_arealabel__area-mizunami {
  background-color: #2680ff;
}
.un_trip_arealabel.un_trip_arealabel__area-other {
  background-color: #646464;
}

.un_modelcourse_titletext {
  font-size: 28px;
  line-height: 1.5;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}

.un_modelcourse_titlespotlist {
  list-style: none;
}
.un_modelcourse_titlespotlist li {
  font-size: 14px;
  margin: 0 0 0.3em;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  text-indent: -1.1em;
}
.un_modelcourse_titlespotlist li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 0.7em;
  color: #5a9467;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
/* ------------------------------------------------------------
* スポットタイトル
* ------------------------------------------------------------ */
.un_spottitle_wrap {
  margin-top: 20px;
  position: relative;
}

.un_spottitlebackground_image {
  overflow: hidden;
  border-radius: 20px;
}

.un_spottitletext_image {
  position: absolute;
  width: 70%;
  right: 0;
  top: 20%;
}

.un_spot_titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.un_spot_titlebody {
  width: 40%;
  padding-right: 20px;
}
.un_spot_titlebody p {
  font-size: 14px;
}

.un_spot_upperinfo {
  width: 60%;
  padding: 20px 20px 10px;
  background-color: #f8f6de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 5px solid #2e735d;
  font-size: 14px;
}
.un_spot_upperinfo div {
  width: 50%;
  padding-left: 20px;
}

.un_trip_title_labelwrap {
  margin-bottom: 10px;
}

.un_spottype_icon_wrap {
  display: inline-block;
}
.un_spottype_icon_wrap .un_spottype_icon {
  display: inline-block;
  max-width: 50px;
  margin: 0 5px 0 0;
}

.un_spot_titletext {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.un_spot_upperinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_spot_upperinfo .un_spot_upperinfo_item {
  width: 50%;
  margin-bottom: 10px;
}
.un_spot_upperinfo .un_spot_upperinfo_title {
  font-weight: bold;
}
.un_spot_upperinfo .un_spot_upperinfo_body {
  padding-left: 1em;
  margin-bottom: 10px;
}
.un_spot_upperinfo .un_spot_upperinfo_body.un_spot_upperinfo_body__url {
  overflow: hidden; /* はみ出た部分を隠す */
  white-space: nowrap; /* テキストを折り返さない */
  text-overflow: ellipsis;
}

.un_spot_btminfo_wrap {
  border: 4px solid #5a9467;
  padding: 30px 30px 20px;
}

.un_spot_btminfo_headtitle {
  font-weight: bold;
  margin-bottom: 20px;
  color: #5a9467;
  border-bottom: 1px solid #5a9467;
}

.un_spot_btminfo_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_spot_btminfo_cont .un_spot_btminfo_group {
  width: 50%;
  padding: 0 10px 10px;
}
.un_spot_btminfo_cont .un_spot_btminfo_title {
  font-weight: bold;
}
.un_spot_btminfo_cont .un_spot_btminfo_body {
  padding-left: 1em;
}
.un_spotindex_areasearch_list {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 20px;
}
.un_spotindex_areasearch_list li {
  display: inline-block;
  margin: 0 2px;
}
.un_spotindex_areasearch_list li a {
  display: inline-block;
  padding: 8px 20px;
  font-weight: bold;
  background-color: #e5f1e3;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}
.un_spotindex_areasearch_list li a:hover {
  background-color: #4b7b55;
}
.un_spotindex_areasearch_list li.stay a {
  background-color: #5a9467;
}

.un_tripSpot_photosliderwrap {
  margin-top: 20px;
}
.un_tripSpot_photosliderwrap .slick-nextbtn {
  right: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMjUgM0wxOS43NSAxOS41TDMuMjUgMzYiIHN0cm9rZT0iIzNCQzJCMiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.un_tripSpot_photosliderwrap .slick-prevbtn {
  left: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyMyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUgMzZMNCAxOS41TDIwLjUgMyIgc3Ryb2tlPSIjM0JDMkIyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.un_tripSpot_photosliderwrap .slick-prevbtn,
.un_tripSpot_photosliderwrap .slick-nextbtn {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}
.un_tripSpot_photosliderwrap .slick-prevbtn::before,
.un_tripSpot_photosliderwrap .slick-nextbtn::before {
  display: none;
}
.un_tripSpot_photosliderwrap .slick-prevbtn:hover,
.un_tripSpot_photosliderwrap .slick-nextbtn:hover {
  background-repeat: no-repeat;
  background-size: contain;
}

.un_tripSpot_wrap .bl_slider_wrapper {
  width: 100%;
  margin: 20px 0;
}
.un_tripSpot_wrap .bl_slider_wrapper .slick-nextbtn {
  right: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMjUgM0wxOS43NSAxOS41TDMuMjUgMzYiIHN0cm9rZT0iIzNCQzJCMiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}
.un_tripSpot_wrap .bl_slider_wrapper .slick-prevbtn {
  left: 3%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyMyAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjUgMzZMNCAxOS41TDIwLjUgMyIgc3Ryb2tlPSIjM0JDMkIyIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.un_tripSpot_wrap .bl_slider_wrapper .slick-prevbtn,
.un_tripSpot_wrap .bl_slider_wrapper .slick-nextbtn {
  top: 50%;
  width: 20px;
  height: 40px;
}
.un_recmovie_wrap {
  margin-bottom: 30px;
}
.un_recmovie_wrap img {
  width: 100%;
  border-radius: 10px;
}
.un_recmovie_wrap a:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* ------------------------------------------------------------
* グリーンツアー
* ------------------------------------------------------------ */
.un_tourentry_wrap {
  margin-top: 20px;
}

.un_tourentry_sliderimage_wrap {
  position: relative;
}
.un_tourentry_sliderimage_wrap .un_tourentry_slidercaption {
  position: absolute;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
  bottom: 10px;
  right: 15px;
  color: #fff;
}

.un_tourentry_sliderimage {
  padding: 0 5px;
}
.un_tourentry_sliderimage img {
  width: 100%;
}

.un_tourentry_sliderThumnail {
  margin: 10px 0;
}

.un_tourentry_sliderimagethum {
  padding: 0 2px;
}

.un_tourentry_titlewrap {
  border-bottom: 2px solid #2e735d;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.un_tourentry_periodlabel {
  display: inline-block;
  background-color: #2c6ab4;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 15px;
  border-radius: 999px;
  margin-right: 5px;
  font-weight: bold;
}

.un_tourSmallSummary_text {
  background-color: #fff;
  padding: 5px 10px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.un_tourSmallSummary_box:hover .un_tourSmallSummary_text {
  background-color: #e5f1e3;
}

.un_tourSmallSummary_headwrap {
  line-height: 1.2;
}
.un_tourSmallSummary_headwrap .un_tourentry_tourcode {
  line-height: 1.2;
  font-size: 12px;
  display: inline-block;
}

.un_tourentry_tourcode {
  color: #2e735d;
  font-weight: bold;
}

.un_tourentry_title {
  font-size: 30px;
  line-height: 1.4;
  margin: 10px 0 5px;
}

.un_tourentry_subtitle {
  font-weight: bold;
  font-size: 16px;
}

.un_tourentry_upperinfo_wrap {
  border: 2px solid #2e735d;
  padding: 30px 20px 30px 30px;
  margin: 20px 0;
}

.un_tourentry_upperinfo_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_tourentry_upperinfo_cont dt {
  width: 9em;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.un_tourentry_upperinfo_cont dd {
  width: calc(50% - 9em - 20px);
  margin-right: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.un_tourentry_upperinfo_cont .un_tourentry_upperinfo_area span {
  display: inline-block;
  padding-right: 1em;
}
.un_tourentry_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px 20px;
}
.un_tourentry_course dt {
  width: 6em;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  color: #2e735d;
}
.un_tourentry_course dt.un_tourentry_course_detanumber_empty {
  width: 0;
}
.un_tourentry_course dd {
  width: calc(100% - 6em);
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}

.un_tourentry_fieldcont_inner {
  margin: 20px 20px 10px;
}

.un_tourentry_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.un_tourentry_schedule_datelistcont_wrap {
  width: calc(50% - 10px);
  padding: 30px 30px 10px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
}

.un_tourentry_schedule_datelistcont_wrap:not(:has(.un_tourentry_schedule_date)) {
  display: none;
}

.un_tourentry_busstopicon_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_tourentry_busstopicon_wrap .un_tourentry_busstopicon {
  position: relative;
  margin-right: 5px;
}

.un_tourentry_busstopicon {
  display: inline-block;
  padding: 7px;
  font-size: 16px;
  line-height: 1;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  margin-right: 2px;
}
.un_tourentry_busstopicon.un_tourentry_busstopicon__black {
  background-color: #222;
}
.un_tourentry_busstopicon.un_tourentry_busstopicon__blue {
  background-color: #0658cc;
}
.un_tourentry_busstopicon.un_tourentry_busstopicon__red {
  background-color: #b6120d;
}
.un_tourentry_busstopicon.un_tourentry_sample {
  padding: 5px;
  margin: 0 5px 0 10px;
  font-size: 14px;
  background-color: #e6e6e6;
  color: #222;
  border: 1px solid #aaa;
}

.un_tourentry_schedule_comment {
  margin: 0 20px 20px;
}
.un_tourentry_schedule_datelist {
  margin: 10px 0 20px;
  list-style: none;
}
.un_tourentry_schedule_datelist li {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.un_tourentry_schedule_datelist .un_tourentry_schedule_date {
  font-weight: bold;
  width: 6em;
  margin-right: 10px;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon {
  display: inline-block;
  background-color: #999;
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__pending {
  background-color: #e8e59a;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__confirmed {
  background-color: #c94c4f;
  color: #fff;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__canceled {
  background-color: #999;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__inquiry {
  background-color: #c9a0e0;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__available {
  background-color: #84bae5;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__soldout {
  background-color: #5c5c5c;
  color: #ccc;
}
.un_tourentry_schedule_datelist .un_tour_departure_statusicon.un_tour_departure_statusicon__novalue {
  background-color: #aaa;
  color: #999;
}
.un_placesybol_legend {
  list-style: none;
  margin: 0 10px;
  font-size: 14px;
}
.un_placesybol_legend li {
  display: inline-block;
  margin-right: 10px;
}

.un_tourentry_commenttext {
  margin: 10px 0;
  font-size: 14px;
}
.un_tourForm_wrap {
  background-color: #2e735d;
  padding: 40px 10px;
  margin-top: 60px;
}

.un_tourForm_box {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.un_tourForm_largetitle {
  color: #fff;
  text-align: center;
  font-size: 35px;
  margin: 20px 0 0;
}

.un_tourForm_largetitlebtmtext {
  text-align: center;
  color: #fff;
}

.un_tourForm_box .bl_formLabel {
  width: 12em;
  padding-right: 10px;
}
.un_tourForm_box .bl_formControl {
  width: calc(100% - 12em);
}
.un_tourForm_box .bl_formControl .un_touragecell {
  padding-right: 2em;
}

.un_participants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.un_participants_select {
  font-weight: bold;
  width: 3em;
}

.un_participants_input {
  padding: 0 20px;
}
.un_participants_input p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.un_participants_input .bl_formInput__sm {
  width: 100px;
}

.un_participants_spalater {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}

.un_gender_selectcell {
  min-width: 5em;
}
.un_tourfooter_wrap {
  background-color: #f8f6de;
  padding: 60px 20px;
  margin-bottom: -60px;
}

.un_tourfooter_contwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_tourfooter_contwrap .un_tourfooter_contactinfowrap {
  width: 50%;
  padding: 0 20px;
}
.un_tourfooter_contwrap .un_tourfooter_licenseinfowrap {
  width: 50%;
  padding: 0 20px;
}
.un_tourfooter_contwrap .un_tourfooter_contactintroduct {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.un_tourfooter_contwrap .un_tourfooter_contactsmtitle {
  font-size: 20px;
  color: #2e735d;
  font-weight: bold;
  margin-bottom: 0;
}
.un_tourfooter_contwrap .un_tourfooter_contacttelnumber {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
}
.un_tourfooter_contwrap .un_tourfooter_contacttelnumber a {
  color: #444444;
  text-decoration: none;
}

.un_tourfooter_licensebox {
  background-color: #fff;
  border: 1px solid #2e735d;
  padding: 20px 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

.un_tourfooter_licenseinfo {
  font-size: 14px;
  margin-bottom: 8px;
}
.un_tourfooter_licenseinfo dt {
  font-weight: bold;
  width: 12em;
  float: left;
  padding: 5px 0;
  text-align: right;
}
.un_tourfooter_licenseinfo dd {
  padding: 5px 0 5px 13em;
  border-bottom: 1px solid #eee;
}

.un_licensepdf {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_licensepdf li {
  min-width: 50%;
  padding: 0;
  margin-bottom: 5px;
}
.un_licensepdf li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAASFBMVEVMaXHw8PAjHyD///8jHyAjHyDJTE8jHyAjHyAjHyCwrq/RaWx1NDbq2ttWU1OWlJXajI69vLy6R0rjqqs3LS7oxcaEgYKWLjRmJqDRAAAACnRSTlMA////4SX/cqxRzQUY7gAAAAlwSFlzAAALEwAACxMBAJqcGAAAA0BJREFUeJzt2+1ygyAQBdCIBjWEhBax7/+mnQU0Rk3U8DmZvT/aaqeZM8sGEdPTCYPBYDAYDAaDwWAwNue2/iBNfQqauiOfpQmq+hBFCAlYr/OntQrragkht8vh3AO7YAwvxeFwEtblyCJ1OhZfZ3VdONc2SzJKBV9jXcK5NlmSQtgqK5xri6W0ilK5ygrm2mIJKNWyXAMrlGuLxSilHL68YAVybbEoFEq8YYVx7WAJXbKXrCCuXdWii95SQOlsAqwn9rCULtlTfsgideyWl+sTxCxNigmCz87f0lZL0NVZHgo2ySU2SxnWrLXmic7ihqUyYxXQWPNZKwOW2DGGCVh8Zf2QAavY0VqpqsWyY8mc34ksz3mLirxY0l4T3w9jdBYDkZ67+MubxvgsbvpK32RIIWyjLW4bY7Okbitu1xGPiLQsBsUxNXrnisxScw0Tw0jyVCz1NHQGo7tK3zfKJCwOOyIjSaqxcpKbH0UCFhfPJHPSQplIVC0xGTy1uD7SRL3FhqosLoaPKsZ/J4qhucXKApDrEWSz0xFYfHjHqRcrB64WF6AILGmHaDkNvE4klioKtbLZlprF7FSu8mHxxySwcwhjvhMpZXtrFWnekmZ2342Kd/FRq4vQ1Kyj+XpW3ehU8DzRPYSQyrxg66RqSKg0jg9dQ6XNsVjEpVzA+qX+84usA8FqHQlWK49qyVLH3OsLezDcZHNzXJYlS8Mqy1KOLHuUB6sUU5Z2pWUxyuCb0iwphCysBFjrfxaHRSm0lGbptb3SyuxYFOqVnMUmg2hYUC6mWfC4VSZhPbW8mBRxaHmekCVpZqwC7smgwTLrLWozsuAsz4olGRPQ8ODLiDUEtuHyYymaIUs9VhBpWIxNH/LA0eTE8y9jspyCrCPBah3J91brGiLEiVXluZFUBWRVSf5fZTMue7vGdb3CR2xvP66BLd1ON5brjrN2dX/A6p03wPvxtVx2Ticuj6zOh2rSX70XFvGjerh6bywfqtHV+2L5UQ2u3hPLl8q6ej8sfypzcbw7s+6xPy+/L1//PHHyqKy7u6bz3Fr+1hKVV5W3tUTrl3VqfdSrakP8Y7Vrzv5RGAwGg8FgMBgMBoM5+c0/uPOPD183VkMAAAAASUVORK5CYII=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.un_licensepdf li a {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.un_licensepdf li a:hover {
  text-decoration: underline;
}
.un_tourlistserchbox_wrap {
  border: 4px solid #2e735d;
  padding: 30px 40px;
  margin: 20px 0;
  background-color: #e7f0ea;
  border-radius: 10px;
}

.un_tourlistserchfield {
  padding: 0 20px 20px;
}
.un_tourlistserchfield.un_tourlistserchfield__tourtype {
  width: 300px;
}
.un_tourlistserchfield.un_tourlistserchfield__departure {
  width: 400px;
}
.un_tourlistserchfield.un_tourlistserchfield__keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_tourlistserchfield.un_tourlistserchfield__confirmedcheck {
  width: 300px;
}
.un_tourlistserchfield.un_tourlistserchfield__pickup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.un_tourlistserchtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.un_tourlistserchfield_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.un_tourlistserchfield_title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.un_greentour_toplargetitle {
  text-align: center;
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.un_greentour_toplargetitle::before, .un_greentour_toplargetitle::after {
  content: "●";
  color: #2e735d;
  display: inline-block;
  padding: 0 12px;
  font-size: 1.2em;
  vertical-align: middle;
  top: -5px;
  position: relative;
}
.un_tourSummary_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 20px 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.un_tourSummary_box .un_tourSummary_image {
  width: 400px;
}
.un_tourSummary_box .un_tourSummary_image img {
  width: 100%;
}
.un_tourSummary_box .un_tourSummary_text {
  width: calc(100% - 400px);
  padding-left: 30px;
}
.un_tourSummary_box .un_tourSummary_link {
  margin-top: 20px;
}
.un_tourSummary_box .un_tourSummary_headwrap {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.un_tourSummary_box .un_tourSummary_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 0;
}
.un_tourSummary_box .un_tourSummary_subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.un_tourSummary_box .un_tourSummary_price {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}
.un_tourSummary_box .un_tourSummary_infowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelistcont_wrap {
  border: none;
  padding: 0 5px 10px;
  margin-bottom: 0;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourSummary_info {
  width: 50%;
  padding: 0 10px;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_busstopicon {
  font-size: 12px;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist li {
  margin: 5px 0 0;
  padding: 5px 5px;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist .un_tourentry_schedule_date {
  font-size: 12px;
}
.un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist .un_tour_departure_statusicon {
  font-size: 12px;
  padding: 5px 8px;
  margin-right: 1px;
}
.un_tourSummary_box dl.un_tourSummary_info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.un_tourSummary_box dl.un_tourSummary_info dt {
  font-weight: bold;
}
.un_tourSummary_box dl.un_tourSummary_info dd {
  padding-left: 20px;
}
.un_tourSmallSummary_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_tourSmallSummary_wrap .un_tourSmallSummary_box {
  width: 25%;
}

.un_tourSmallSummary_box {
  max-width: 50%;
  padding: 0 10px 20px;
}

.un_tourSmallSummary_image {
  position: relative;
}
.un_tourSmallSummary_image .un_tourentry_periodlabel {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.un_tourSmallSummary_title {
  margin-bottom: 5px;
}
.un_tourSmallSummary_title a {
  color: #444444;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  text-decoration: none;
}

.un_tourSmallSummary_price {
  font-size: 14px;
}
.un_tourMvSlider {
  width: 100%;
}

.bl_slider_image img {
  width: 100%;
}

.un_tourtopMiddle_wrap {
  margin-top: 60px;
  padding: 60px 20px;
  background-color: #2e735d;
}

.un_tourtopMiddle_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.un_tourtopMiddle_cont .un_tourtopRankingSummary {
  width: 50%;
  padding: 0 20px;
}
.un_tourtopMiddle_cont .un_tourtopNewslist_wrap {
  width: 50%;
  padding: 0 20px;
}
.un_tourtopMiddle_cont .un_tourtopMiddle_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.un_tourranking_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.un_tourranking_wrap .un_tourSmallSummary_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.un_tourranking_wrap .un_tourSmallSummary_box::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 60px;
  right: 5px;
  top: -10px;
  z-index: 2;
}
.un_tourranking_wrap .un_tourSmallSummary_box:first-of-type::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAByCAMAAADzq6aiAAAAJ1BMVEVMaXH8azv9bT38azv7azr7bDv/cED7azv////+t6D8flP+28/9nXzxPFvUAAAAB3RSTlMAny3lbsEQ7LsEMAAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAAYVJREFUeJzt2stugzAQheGBMf0x4f2ftwqKmkBM8eUsUtVnlYX1yZpoDLYxC840mi4BwIWi30EGHUgH/00N8SAGkZEgJkFMgpjkGA+jFqSRJJlhFIPUkyAmQUyCmAQxyWUKn4kgJsnKFMQg+U0OYhLEJIhJEJMU52J1AzFJVfy8I6nNGQliktOsMca1nCSdJd7meZ5j+SxJTm7TckDeyOSgOOeDHEgByG7BTA5Y1nWNBSAvC+bpkKUI5KfJZSAPUgiykVIQghqc1KB/+gx91ILTKP2Xh60BZeDw6GcN6OFL2cv+5NLgcs+6gfdfJZwlwc16poSzRtCPXBuY4CwN3nYp4az6QX/6FkZVfnmNR8tZBXixyUDLWSGYsQVCy1kBmLmNRMtZHlhyrEEOl+yxWtCLODMxZybmzMScmZizM7D+lI7GI4a3pLim8z60nB3B9psQtJy9gpp7GgSHmruIOfszlwtDBxtCr2Fz6DVsDr2GzaHXsDn0Gn5eDV0Nyj+PsTC58gOeb5xuZMDL6xAxAAAAAElFTkSuQmCC);
}
.un_tourranking_wrap .un_tourSmallSummary_box:nth-of-type(2)::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAByCAMAAADzq6aiAAAALVBMVEVMaXH8jTv8jjv/jz/7jjv7jDv7jTr7jDz/j0D7jTv/////6Nf8mlL9y6b9rXJw13gzAAAACXRSTlMAn+UgwXxfQBCsQlnZAAAACXBIWXMAABYlAAAWJQFJUiTwAAABxklEQVR4nO3ay5LCIBCF4Q5JdH5zef/HnTJqOWYI0HB25mxcaH0FjbQJxmwMDL3pMgIEoRjuIJ0O5AS/poaEixhERoKYBDEJYpJ9wthrQRpJoul6MUg9CWISxCSISRCTZDNcxSA+kqIMFzFI+SYHMQliEsQkiEncyXQ3EJNUJRzvSGpzRIKYJJp5mW6327SsfpJYltsry+wliQzvPrpXpjTIPzLykYc3TY/XJSfSXQtGuE11KRoinw0z9v48PYe1iZkq7hsmsbyM9Q5mVnq/yUnFA/Ik82DRlN8kqSyFi/LOJQnOZV+bvxmS4OScMRBS4OIfIKkRbiviqyCht3QBnRMe+uNVfnQI14S7bQPKvO7ZdTReGH/Se9nnhTd31G22BZ7ndcvs4CzbsXPdIXxyUfD9i5IFw55rAyOcRcHpM6uDs+of+sOrMKqSuIxHy1kFmLnJQMuZEyy4BULLmQP8vIRpBrvSu1JK4jnWoISL7rFaMLg4MzFnJubMxJyZmLMjsP6UjsYjhn9pP1fZRcyZiTkzMWcm5sy87a4U7GT/+fDwVJydoCCci9Iczho2h7OGzeGsYXM4a/gFNQxqUP54jF2GoHyA5xeEB4FABAkutgAAAABJRU5ErkJggg==);
}
.un_tourranking_wrap .un_tourSmallSummary_box:nth-of-type(3)::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAByCAMAAADzq6aiAAAAKlBMVEVMaXH8sDv8sDv/r0D6rzr7sDv8rzz7sDv7sDv////8v1/905H+58T/9+p/2S8eAAAACHRSTlMAn+UaY8FAgoiPWPUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAHoSURBVHic7drdjoMgGEVRRJ3ZBXz/150UTadVRH7OXT2XjVmhCB8KGjNZ5h+jywRgRx1onyC/OpCY4Qa/oA+xkxhERoKYBDEJYpJ97O+oBekkSWYYxSDtJIhJEJMgJkFMcpnKNRHEJEWZJzFI+SQHMQliEsQkiEmqc1HdQEzSFHs+I0nFh2UJwbuceUaS4JbHlkA9yT7uxT0ej4VqkkP7VmljPbUkKTE4cL6giRzJxCVha1Z4itkbs5Ef1S1zYSnIR8GUgLwVzPNrXFkf7ic5Z1lHY2ED30hScWEdNcvVqEmQpLKOxTh6KvOTBRvE+ewvN/5n7PlNcfGuLE7Swrdxky84+9gxW2BjE6nIPOYrdpwq5dwQJ+Dxd+8/KmMxN54V2NdoCeV9aP+XrYMXmxW83xYCX7sKkgRfCdWLKlkx1K/RHOND8cyzxyU/eZ1z3udX5TPOND45RG4qW5d7n8JoSuYxHi1nGsCLlwy0nKkEC16B0HKmAvx8hOkGh9K3UkpSs62BljPXYO2mC1rO5MGWLSG0nDG15a4VtM27dHRuMRyS4rrOGtByZg/2n4Sg5cw7qDmnobLclYKD7MyH1VNx5gYF4b4p3eHuw+5w92F3uPuwO9x9+AV9aCMo/PhE/nmMmWb73PZT5Q+K1XNSdCGlCgAAAABJRU5ErkJggg==);
}
.un_tourranking_wrap .un_tourSmallSummary_box:nth-of-type(4)::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAByCAMAAADzq6aiAAAAJ1BMVEVMaXH81Dv81Dv71Tr/2UD71Dv81Dz71Dv////95ov821n/+N3+77h1ecmfAAAAB3RSTlMAn+VvGsFAj6lgDQAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAAcFJREFUeJzt2tuOgyAUhWFEnV/B93/eCW1nWlu3clh3ZV01KfmCUA5CnRs984/TZQTwkw70CWTQgXTwa9oQP4pBZCSISRCTICZ5jx8nLUgjyWGGSQxST4KYBDEJYhLEJJcpXBNBTJKVeRSD5A9yEJMgJkFMgpikOBezG4hJquLtEUltLBLEJHbCmhIKSWwvLilrYS0xsy0ZIB+kWXBd8kAYdrObWSwuS8wD2U2YZxXcckFeJkyjQEhWyAf5H+TG1+lpV0pAHqT9wDEUgtxI+ye43p+7BISfYzD1xkYNODvzJxiqQH8I3h9YV8M19QhVoJ8OwBsTt5THp5Bdv+mol/8G8TOZ4HAbgDJweMw6GtA/l62zYrmd4l9XwXbQ7xfVVtC/r9FtoP9c8lvAwx0EZ2CMMYbCDQmVMXdhVOVkG4+WcxXgxUsGWs4VghmvQGg5VwDutzDN4JD7VkpOSo410HLuGiw9dEHLuXOw5kgILedssPbACour0pwBFhwxfOSIa7prQMu5d7D9JgQt515BzT0NhdNdLjjI7ny4eyrOdVAQeqc0h96GzaG3YXPobdgceht+QRt6NSj/e4wbZ5+O/VT5Bf7DZQa918kNAAAAAElFTkSuQmCC);
}

.un_tourtopNewslist_outer {
  background-color: #fff;
  padding: 40px 40px 20px;
}

.un_tourtopNewslist {
  list-style: none;
  line-height: 1.2;
  margin-bottom: 40px;
}
.un_tourtopNewslist li {
  margin-bottom: 15px;
}
.un_tourtopNewslist li a {
  color: #444444;
  font-weight: bold;
}
.un_tourtopNewslist li .un_tourtopNewsdate {
  font-size: 12px;
  font-weight: normal;
}

.un_tourtop_outerlink_wrap {
  padding: 40px 10px;
}

.un_tourtopOuterlinkList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.un_tourtopOuterlinkList .un_tourtopOuterlinkItem {
  width: 20%;
  padding: 5px;
}
.un_tourtopOuterlinkList .un_tourtopOuterlinkItem img {
  border: 1px solid #e6e6e6;
}

.un_summary_notfound {
  text-align: center;
  padding: 40px 20px 60px;
  font-weight: bold;
}
.un_tourplace_wrap {
  margin-bottom: 90px;
}

.un_tourplace_image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 0;
}
.un_tourplace_image_wrap .un_tourplace_image {
  width: 50%;
  padding: 10px;
}
.un_tourplace_image_wrap .un_tourplace_image img {
  width: 100%;
  border: 1px solid #aaa;
}

.un_tourplace_adress {
  font-weight: bold;
}

.un_tourplace_gmaplink {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8em;
}

.un_tourplace_comment {
  margin-top: 3px;
  font-size: 14px;
}

.un_tourentrylinkbtn {
  right: 20px;
}
.un_tourentrylinkbtn a {
  background-color: #2e735d;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 9999px;
  line-height: 1.2;
}

#js-formlink {
  position: fixed;
  right: 20px;
  bottom: -100px; /* 初期状態：画面外 */
  opacity: 0;
  -webkit-transition: bottom 0.5s ease, opacity 0.5s ease;
  transition: bottom 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}

#js-formlink.is-visible {
  bottom: 20px; /* 表示状態：画面内にスライド */
  opacity: 1;
}
.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid rgba(0, 0, 0, 0.21);
  -webkit-animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
          animation: spinner-bulqg1 0.8s infinite linear alternate, spinner-oaa3wk 1.6s infinite linear;
}

@-webkit-keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-bulqg1 {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
            clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@-webkit-keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
@keyframes spinner-oaa3wk {
  0% {
    -webkit-transform: scaleY(1) rotate(0deg);
            transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    -webkit-transform: scaleY(1) rotate(135deg);
            transform: scaleY(1) rotate(135deg);
  }
  50% {
    -webkit-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
  }
  100% {
    -webkit-transform: scaleY(-1) rotate(-135deg);
            transform: scaleY(-1) rotate(-135deg);
  }
}
.un_ranking_summary_load {
  position: relative;
}
.un_ranking_summary_load .spinner {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 40%;
}

/* ============================================================
*
* プログラム
*
* ============================================================ */
/* ------------------------------------------------------------
* メニューの開閉
* ------------------------------------------------------------ */
/* スクロールを止める */
body.is_locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* メニュー本体 */
.js_menu {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.js_menu.is_opened {
  visibility: visible;
  -webkit-animation: menu-fade-in 0.6s forwards;
          animation: menu-fade-in 0.6s forwards;
}
.js_menu.is_closed {
  visibility: hidden;
  -webkit-animation: menu-fade-out 0.6s forwards;
          animation: menu-fade-out 0.6s forwards;
}

/* カバー */
.js_menu_cover {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #FFF;
  opacity: 0;
}
.js_menu_cover.is_opened {
  visibility: visible;
  -webkit-animation: menu-fade-in 0.3s forwards;
          animation: menu-fade-in 0.3s forwards;
}
.js_menu_cover.is_closed {
  visibility: hidden;
  -webkit-animation: menu-fade-out 0.3s forwards;
          animation: menu-fade-out 0.3s forwards;
}

/* アニメーション */
@-webkit-keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes menu-fade-in {
  0% {
    left: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes menu-fade-out {
  0% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  99% {
    left: 0;
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* ------------------------------------------------------------
* メインビジュアルのアニメーション用
* ------------------------------------------------------------ */
/* 背景画像 */
/* ------------------------------------------------------------
* フェードインのアニメーション
* ------------------------------------------------------------ */
body.no-js [class*=js_fade] {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
body.no-js [class*=js_fade].is-appeared {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

/* フェードイン */
.js_fadeIn {
  visibility: hidden;
  opacity: 0;
}
.js_fadeIn.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js_fadeIn_item {
  visibility: hidden;
  opacity: 0;
}
.js_fade_group.is_appeared .js_fadeIn_item {
  visibility: visible;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 下から上にフェードイン */
.js_fadeUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fadeUp.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.js_fadeUp_item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fade_group.is_appeared .js_fadeUp_item {
  visibility: visible;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 下から上に大きくなりながらフェードイン */
.js_fadeScaleUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.7);
          transform: translateY(50px) scale(0.7);
}
.js_fadeScaleUp.is_appeared {
  visibility: visible;
  -webkit-animation-name: fade-scale-up;
          animation-name: fade-scale-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.js_fadeScaleUp_item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js_fade_group.is_appeared .js_fadeScaleUp_item {
  visibility: visible;
  -webkit-animation-name: fade-scale-up;
          animation-name: fade-scale-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
          animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

@-webkit-keyframes fade-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.9);
            transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes fade-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.9);
            transform: translateY(50px) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
/* ディレイを追加する */
.js_delay_0 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.js_delay_1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.js_delay_2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.js_delay_3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.js_delay_4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.js_delay_5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.js_delay_6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.js_delay_7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.js_delay_8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.js_delay_9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.js_delay_10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.js_delay_11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.js_delay_12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.js_delay_13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.js_delay_14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.js_delay_15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.js_delay_16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.js_delay_17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.js_delay_18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.js_delay_19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.js_delay_20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

/* ------------------------------------------------------------
* スライダー（Slick）
* ------------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.js-sliderunit li::before {
  display: none;
}

@media screen and (min-width: 480px){
  .bl_sitemapList li.is_level_1 {
    width: 50%;
  }
  .bl_formInput.bl_formInput__full {
    width: 100%;
  }
  .bl_formInput.bl_formInput__sm {
    max-width: 170px;
  }
  .bl_formInput.bl_formInput__xs {
    max-width: 100px;
  }
  .bl_formInput.bl_formInput__md {
    max-width: 300px;
  }
  .bl_formInput.bl_formInput__lg {
    max-width: 750px;
  }
  .bl_formInput.bl_formInput__100 {
    max-width: 100%;
  }
  .bl_formInput.bl_formInput__75 {
    max-width: 75%;
  }
  .bl_formInput.bl_formInput__50 {
    max-width: 49%;
  }
  .bl_formInput.bl_formInput__25 {
    max-width: 24%;
  }
  .hp_hide_sm_min {
    display: none !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px){
  .hp_hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .ly_footer__home {
    padding-top: 100px;
  }
  .ly_sect {
    padding: 60px 0;
  }
  .el_mdHeading {
    font-size: 24px;
  }
  .el_smHeading {
    font-size: 20px;
  }
  .el_table th,
  .el_table td {
    display: table-cell;
    text-align: left;
  }
  .bl_entryHeaderTitle {
    font-size: 32px;
  }
  .bl_entry h2 {
    font-size: 26px;
  }
  .bl_entry h3 {
    margin-top: 3em;
    font-size: 20px;
  }
  .bl_entry th,
  .bl_entry td {
    display: table-cell;
    text-align: left;
  }
  .bl_entry th {
    text-align: center;
  }
  .hp_hide_md_min {
    display: none !important;
  }
}

@media screen and (min-width: 1024px){
  .ly_cont.ly_cont__mdNarrow {
    max-width: 1140px;
  }
  .bl_headerContents_links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
  }
  body.is_scrolled .bl_menuOpnBtn,
  body.is_locked .bl_menuOpnBtn {
    visibility: visible;
    opacity: 1;
  }
  .bl_sitemapList li.is_level_1 {
    width: 33.33%;
  }
  .bl_ctaTel {
    margin: 0;
    white-space: nowrap;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1280px){
  .hp_hide_xl_min {
    display: none !important;
  }
}

@media screen and (max-width: 1279px){
  .hp_hide_xl_max {
    display: none !important;
  }
}

@media (width <= 1150px){
  .bl_gnavList li a {
    padding: 5px 2px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1023px){
  .ly_header_inner {
    padding: 10px 0;
  }
  .bl_headerContents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_headerContents_logo {
    max-width: 200px;
  }
  .bl_headerContents_links {
    display: none;
  }
  .bl_scrollHeader {
    padding: 0;
  }
  .bl_scrollHeader.bl_scrollHeader__tourheader .bl_headerGreentour_wrap {
    padding: 13px 0;
  }
  .bl_headerGreentour_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .bl_menu_inner_imagewrap {
    display: none;
  }
  .bl_menu_inner_sitemap {
    width: 100%;
    padding: 0;
  }
  .bl_menuMainNav_wrap {
    padding: 0 20px;
  }
  .bl_menuMainNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_menuMainNavList .bl_menuMainNavItem {
    width: 100%;
    padding: 0 0;
    margin-bottom: 20px;
  }
  .bl_menuMainNavList .bl_menuMainNavItem > a {
    font-size: 16px;
  }
  .bl_menuMainNavList .bl_menuMainNavList_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_menuMainNavList .bl_menuMainNavList_child .bl_menuMainNavItem_child {
    min-width: calc(50% - 1em);
  }
  .bl_menuSubNav_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 0;
  }
  .bl_menuSubNav_wrap .bl_menuSubNav_group {
    min-width: 50%;
  }
  .bl_menuSubNavList a {
    padding: 5px 0;
    font-size: 14px;
  }
  .bl_menuSubNavList a::after {
    right: -15px;
    top: 0.8em;
  }
  .bl_menuSubNavItem_child {
    list-style: none;
    margin-left: 0.3em;
    margin-bottom: 2px;
    line-height: 1;
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu {
    width: 100%;
    margin-bottom: 10px;
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav a {
    width: 100%;
    background-color: #fff;
    border: 2px solid #5a9467;
    border-radius: 5px;
    padding: 15px 20px 15px 60px;
    position: relative;
    background-color: #e5f1e3;
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav a::after {
    display: none;
  }
  .ly_footer_inner .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav.bl_menuSPlargenav__greentour {
    display: none;
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav.bl_menuSPlargenav__greentour a::before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAMAAAAJixmgAAAAQlBMVEVMaXEAaDcAaDdISFEdXUAAaDcAaDcjWkIjW0IAaDdISFFISFFISFFUWUsAaDf85SFISFHR0CVOjzCiuSknezN2oiy3APTVAAAADnRSTlMAxqePLt9/VRPyvPHd7kYajr8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAisSURBVHic7VzbtqMqEERFgehy1Jj//9VZ2Sp3FBVNAl1Px8zZxqK7upqLQQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsYFUecnatmVZXtGD98CkyrOSlTm6HEcfcQbJ31wFsgqfuEdG0EWguKry95hOX1TmFdn/oIhWpcJ2eeo9g4irhS07MFZ+35BntudsWb7rSRHlj2rcyTu1Scb/KD+ZazZQUmWuh5y/FZ+n6x8tiS4jV5BtPVD6fbM1mRVk2J9uWwbOZuxH1psy2aS7mS4y3cDpjPPNx2Naqd0Y78p37JyUFbptFpAt3c69d1CzHcHxC+/CxXYjrH5dFiy+dE8m65QdT4HzvTciG3coQ/Glq3V0E9a6Sb2zWWYku5QxYAx/BV3jQf8edvuewzDYPs7mxoaY+UG+ha7eNXlU+lf/743BNYC2ZwrTPZM9dWUDWf7GRsPStu34/Ldgx92DCJiaeRMm3mt4cbruEFsQIqErk122t7TuxTgl84yX998FSGhsU1oZMMVtGGW6OwgHSGhyffJu8O2fr/G+hK7auzAOw7gMrihX/57eZIO0lHl7D8bJgAY9wP24o2MPEGB6LWG2VIJB9R9++dz4e80sQswZ8PHmeQc4w8F26Y1zASaPqeKR9gaoIR09IxzQkmjRdB25sk6Pr+dTBJBXqelyMeF+1y2PTxpoUXdd1z3mS7zbdLenBL3qr7ytGtTLPSW6Osz30c1YXBxbu/QT4ISWD7QkHve3WC073nPUC2FeBALomMkeMhiEtCTmtnRHgFGxEC74R+ftqVSyxKhKWhJrmr64qSQL4UXECFF/GQ+v9W7hrw83CGlJvN+YzlgS7XQRI4Q92T4tiTg8e7klLs0iZSax3ZjcpaQ8wReJqkU8mmquzbk91GqNNI2XGmPTaR3G9M9zjnZuHaswRexOaiZF0aCh0JWHwnDa4aAxTYNwomK9gRfCDRJwV+rxpdPqmcbCGAuT0BljOt1E16aIXZVaSmSDlYXvwsAkpMV8T7N1fmH2YRGxrW6piSwCPNqWLdSc5f/vdKfSaUzjHdP+wjQmS4jVdScR3qXySv/cy/+tEuJ3U2Nu9ibO+AZYt8ONLaf1EFv49tJqDA9ZP6ij87I7raPZMmdMqjmF2RitbTmNtLmxyVeJRq89MWfc2wk9jzRbLNDGaGHNabIVYbnC8BAa3jt9Yjity5hWmq19pz+8usta+Vj1Yh4DwVyqMC9jEF5KIihXzMJwumvv0jA7cr7Ho7tUbqq2W1PInsMoqEvReBoaVNsrEfBBmiFLozY++15aI+Aos+zYGaFVNFYRU7VevJYHsq26qRJmZlkSDHt7m6bgTZJgSi84mrMiYmdHzZ+2tBNmZdkybd4vbx5JsHQaefB4rnSXqojp31ibK5mWnNZchpmrsWtNixzb69m6jQll70N2ZpOp1iN1DAQDLlvtUoJZok7OC07NmOactszS+LO7avIftAibvba5rxL+fNmWMdUPI6dt4Ok5eoxBzyeVvaNL47iNL3IYk2t1yxLP3tk8znX4vcq1zLWsO4SsvCufnTMm57TYslkgqvAfF6lIT9xYPp3yHUfnhCjkAbOjxqR1WxycnTkGU4zF4seS4/LCrXW1KtiBq33dZYd8ctpiTPI6iDw/tAXURjjUgauTInbktKXZciwAeO8m3FewNBGrxoQca6VmUbYv8XjvCN4qYEXEjVdOm8Zk7R6943tzQiOpu1SWPZz9tMWYzBj/LX58Z0IjZ3eJtfMK7kZDX5jeQfe2jlJG0XW1TcTz3IF55HTbsvGl7rR8qYAVY9JE7Mhp2yrAUdwv4DfoHGDdmBwba75nb75UwMqyxz5j2nP49XsEvNZd+jdbx3DDC4NBjMl/s2D9zMi9LbSPMcndpTwDWKZ6m+V49XR46HesDnWX2iqA43nH/p91YXX7kKT8bx/ki8SMSc2ys+cR11L6k3yREDG56VDxfWtYGyJWjemy85ef1O+aiD3P9OxGuHfoQou4vITvFa84H172uF7Eni8afyanSaR0kegu1ZzeFvGe87csM94Y/TpjYlsc1lXOyrLMsvdGbxV+qzeQMT18Ww/nTzXkVUUI+TJ+bhHXJ6pWVpFgpzHuEzG2ELb/gIdG9stD6mdM5OAr0j+Axipi17apGtyvqb2HRKwaU/kzznq8u1QIbLwFwdin1qUCivjhXaZZ/mOVyi7i2rtq/Wo2rxnTWnN500Gje0VM3Xx/Vr3rInZ2kD+dzivGlH3pIk1QEZNNX/r8Ik3QKWKxRTgKvkhMEesNI/7gJslFIsarRhwLX1TYchrHyxcJETcrRvzRTaGrustOBJFOL8YK/L7/bhhTZP2Vo7uURFx+/tjN1d1loxhTFquAVWMSOa38LnJMAnYZU/UNx1CuF3FtIxyPA5tTRNFsVfEmNJJFXOi95S0/xP5BETc64fLHV3S2RMybLRJly2FOEbkx4fM/c/RbxkSjDjAyc3o+j3fuV3B+YYrYzTlNp/N0EVqSPkUsZMJxTRpWjYnGHWBEllc+lmaLvo9zxKpgZBNxxCVac+J5yyXiEq2JeDamyAOMiJ7TkQcYSTk9GVPkAUbSFLH+y+m2jbOLton4L6fjW9ixiVi8fkk/+z7Gves89fs69gAj6aCpdpg4VhDeTeuvX8bfXTYoCdSCcewFS4h4nhenkdOFIKy9Uhy/iLvIuyxTxGkY00MQTiOnSWo5TbvUcrpJLacLbQKRlIgxSkzEBUpMxA1KS8SPRxI5TURGF0VqIq5RYt1lhxNz4q5IzYlrlJiIO5yYE3dFaiKuUWIi7nBqIi5QYk5co8RE3JHURFyg+EG7ukkrpx+p5XSRWk4TmXBDE3HiOqUQNyLAj5/5oazzIm7qpkihtUSLiB8pFOgJtOvqIoVU5mjSogsAAAAAAAAAAAAAAAAAAAAAAAAAOoj/9UBsTeMF34QAAAAASUVORK5CYII=);
  }
  .bl_menu_inner_sitemap .bl_menuSubNav_group.bl_menuSubNav_group__largemenu .bl_menuSPlargenav.bl_menuSPlargenav__routebus-trip a::before {
    content: "";
    background-image: url(assets/trip_icon.png);
  }
  .bl_gnav {
    display: none;
  }
  .bl_gnavLg {
    display: none;
  }
  .bl_mv_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .bl_mvSlider {
    width: 100%;
  }
  .bl_mvTopic_wrapper {
    width: 100%;
    padding-left: 0;
  }
  .bl_mvTopic {
    height: auto;
    max-height: none;
  }
  .bl_mvTopicOperation {
    height: auto;
  }
  .bl_mvTopicOperation.bl_mvTopicOperation__important {
    height: auto;
    max-height: 200px;
  }
  .hp_hide_lg_max {
    display: none !important;
  }
  .un_triplargelink img {
    max-width: auto;
    width: 80%;
    padding: 30px 20px;
  }
  .un_topInnerLinklist {
    margin: 20px -5px 0;
  }
  .un_topInnerLinklist .un_topInnerLinkitem {
    padding: 0 5px 5px;
  }
}

@media screen and (max-width: 767px){
  body {
    font-size: 14px;
  }
  .acms-entry .acms-col-md-6.col-lgpadding {
    padding: 0;
  }
  .ly_footer {
    padding: 40px 0 20px;
    margin-top: 30px;
  }
  .ly_footer_inner {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ly_sect.ly_sect_narrowPadding {
    padding: 30px 0;
  }
  .ly_cont {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ly_outerbox {
    border-radius: 20px;
    padding: 30px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .el_btn, .el_arrowBtn, .el_arrowBtnLg {
    min-width: 150px;
    padding: 1em 2em 1em 2em;
    font-size: 14px;
  }
  .el_btn:before, .el_arrowBtn:before, .el_arrowBtnLg:before {
    bottom: 29px;
    right: 34px;
    height: 10px;
    rotate: -40deg;
  }
  .el_btn:after, .el_arrowBtn:after, .el_arrowBtnLg:after {
    right: 31px;
    width: 20px;
  }
  .el_btn.el_btn__topmvlink, .el_btn__topmvlink.el_arrowBtn, .el_btn__topmvlink.el_arrowBtnLg {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .el_btn.el_btn__topmvlink span, .el_btn__topmvlink.el_arrowBtn span, .el_btn__topmvlink.el_arrowBtnLg span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
  }
  .el_btn_wrap.el_btn_wrap__widthfull {
    margin: 0 10px;
  }
  .el_btn.el_btn__lg, .el_btn__lg.el_arrowBtn, .el_btn__lg.el_arrowBtnLg {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .el_btn.el_btn__larger, .el_btn__larger.el_arrowBtn, .el_btn__larger.el_arrowBtnLg {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .el_outerLinkbtn {
    padding: 0.8em 1.5em;
    font-size: 14px;
  }
  .el_ttlHeading {
    font-size: 22px;
  }
  .el_ttlHeading_ja {
    font-size: 24px;
  }
  .el_ttlHeading_ja span {
    letter-spacing: 0;
  }
  .el_ttlHeading_ja span::before, .el_ttlHeading_ja span::after {
    top: 3px;
    width: 30px;
    height: 20px;
  }
  .el_ttlHeading_ja span::before {
    left: -50px;
  }
  .el_ttlHeading_ja span::after {
    right: -50px;
  }
  .el_largetelnumber {
    text-align: center;
    font-size: 40px;
  }
  .el_pageHeading_main {
    font-size: 18px;
  }
  .el_xlHeading {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .el_xlHeading.el_xlHeading__tour {
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    margin-top: 20px;
  }
  .el_lgHeading_en {
    font-size: 40px;
  }
  .bl_entry h2.el_heading_accodion_wrap {
    padding: 0 0 5px;
  }
  .el_heading_accodion {
    padding: 10px 60px 10px 20px;
    font-size: 14px;
  }
  .el_heading_accodion_icon {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    position: absolute;
    height: 100%;
    padding: 0 20px;
    border-radius: 0 10px 10px 0;
  }
  .el_xlHeading + .acms-col-md-6 + .acms-col-md-6 h3 {
    margin-top: 3em;
  }
  .el_label {
    padding: 0.4em 0.4em 0.4em;
    font-size: 11px;
  }
  .bl_headerContents_logo {
    padding: 0 10px 0 20px;
    width: 95%;
  }
  .bl_menu_inner_navlist {
    margin-bottom: 20px;
  }
  .bl_menu_inner_navlist li a {
    font-size: 12px;
  }
  .bl_menu_inner_catname_en {
    font-size: 26px;
  }
  .bl_topicpath {
    margin-bottom: 3px;
    padding: 5px 5px;
    overflow-x: auto;
  }
  .bl_topicpath .bl_topicpath_list {
    white-space: nowrap;
  }
  .bl_cta {
    padding: 30px 20px;
  }
  .bl_ctaTel_title {
    font-size: 40px;
  }
  .bl_cta_bodywrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0 0;
  }
  .bl_cta_bodywrap .el_btn_wrap.el_btn_wrap__widthfull {
    margin: 0;
    width: 100%;
  }
  .bl_cta_body {
    width: 100%;
    padding: 10px;
  }
  .bl_cta_body.bl_cta_body__tel {
    border-left: none;
    border-top: 1px solid #FFF;
    margin-top: 20px;
    padding-top: 20px;
  }
  .bl_cta_body_icon {
    width: 75px;
    padding: 15px;
  }
  .bl_cta_body_cont {
    width: calc(100% - 75px);
  }
  .bl_cta_body_cont > p {
    margin-bottom: 5px;
  }
  .bl_cta_telnumber {
    font-size: 35px;
  }
  .bl_slider_img::before {
    height: 80vh;
  }
  .bl_slider_img img {
    height: 80vh;
  }
  .bl_slider_ttl {
    font-size: 12px;
  }
  .bl_slider_scrolldown {
    display: none;
  }
  .bl_slider_wrapper .slick-dots {
    bottom: 0px;
  }
  .bl_slider_wrapper .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  .slick-dots li button:before {
    font-size: 12px !important;
  }
  .bl_slider_outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_slider_wrapper {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .bl_slider_copy_wrap {
    max-width: auto;
    width: 100%;
    margin: -40px auto 20px;
    padding: 0 10px;
  }
  .bl_slider_copy_cont {
    border-radius: 20px;
    padding: 20px;
  }
  .bl_slider_ttl__large {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .bl_headline_wrap {
    margin: 0 5px;
  }
  .bl_headlineList.bl_headlineList__top .bl_headlineItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_headlineList .bl_headlineItem {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .bl_headlineTitle {
    width: 100%;
    padding: 5px 10px 0;
  }
  .bl_greentourSummaryItem {
    width: 50%;
    padding: 5px;
  }
  .bl_tripsummarywrap.bl_tripsummarywrap__modelcourseTripTop .bl_tripsummary_outer {
    width: 50%;
  }
  .bl_tripsummarywrap.bl_tripsummarywrap__spotTripTop .bl_tripsummary_outer {
    width: 50%;
  }
  .bl_tripsummary_outer {
    padding: 5px;
  }
  .bl_tripsummary {
    border-radius: 10px;
  }
  .bl_tripsummary_arealabel {
    top: 5px;
    left: 5px;
  }
  .bl_tripsummary_tylelabel {
    top: 5px;
    right: 5px;
    width: 30px;
  }
  .bl_tripsummarytext {
    padding: 5px 5px 10px;
  }
  .bl_tripsummarytext .bl_tripsummarytitle {
    font-size: 14px;
  }
  .bl_tripsummarytext .bl_tripsummaryupdate {
    font-size: 10px;
  }
  .bl_entryHeaderTitle {
    font-size: 22px;
  }
  .bl_entry th,
  .bl_entry td {
    padding: 0.2em 0.5em;
    font-size: 0.8em;
  }
  .bl_entry ul {
    margin: 0 0.5em 0.5em;
  }
  .bl_entry dl.el_horizontal dt {
    float: none;
    padding: 1em 1em 0;
    text-align: left;
  }
  .bl_entry dl.el_horizontal dd {
    padding: 0 1em 1em;
  }
  .bl_customDescriptionList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_customDescriptionList .bl_customDescriptionList_item {
    width: 100%;
    padding-top: 0;
  }
  .bl_customDescriptionList dt {
    width: 100%;
    float: none;
    padding: 10px 10px 0;
  }
  .bl_customDescriptionList dd {
    padding: 0 15px 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  dl.un_joblist dt {
    width: 100%;
    float: none;
    padding: 15px 0 0;
  }
  dl.un_joblist dd {
    padding: 0 0 15px;
  }
  h4.bl_faqunit_question {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .bl_faqunit_answer {
    padding: 0 5px;
  }
  .bl_pdfUnit_wrap {
    margin: 0 10px 10px;
  }
  .bl_pdfUnit_wrap a .bl_pdfUnit_image {
    width: 50px;
  }
  .bl_pdfUnit_wrap a .bl_pdfUnit_image img {
    max-width: 30px;
  }
  .bl_pdfUnit_wrap a .bl_pdfUnit_text {
    width: calc(100% - 50px);
    padding: 10px 20px;
  }
  .bl_pdfUnit_wrap a .bl_pdfUnit_text .bl_pdfUnit_title {
    font-size: 16px;
  }
  .bl_pdfUnit_wrap a .bl_pdfUnit_text .bl_pdfUnit_subtext {
    font-size: 11px;
  }
  .bl_entrySubnav_wrapper {
    display: block;
  }
  .bl_entrySubnav_nav {
    width: 100%;
    position: relative;
    top: auto;
    margin-bottom: 20px;
    padding-right: 0;
    z-index: 3;
  }
  .bl_entrySubnav_cont {
    width: 100%;
  }
  .bl_entryInnerlinkwrap .bl_entryInnerlinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_entryInnerlinkwrap .bl_entryInnerlinkList li {
    width: 50%;
  }
  .bl_entryInnerlinkwrap .bl_entryInnerlinkList li a {
    font-size: 12px;
    padding: 12px 10px;
    border-left: 2px solid #2e735d;
  }
  .bl_entryInnerlinkwrap .bl_entryInnerlink_navitimebanner {
    display: none;
  }
  .bl_accodion_wrap {
    margin: 10px 10px 20px;
  }
  .bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-large iframe {
    height: 400px !important;
  }
  .bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-midium iframe {
    height: 300px !important;
  }
  .bl_googlemap_unit .bl_googlemap_unit_embetcode.bl_googlemap_unit_embetcode__height-small iframe {
    height: 200px !important;
  }
  .bl_categoryTitle {
    margin: 0 0 0;
  }
  .bl_pagetitle_en {
    font-size: 11px;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle_en {
    color: #5a9467;
  }
  .bl_pagetitle_entrytitle {
    font-size: 24px;
  }
  .bl_categoryTitle_body {
    width: 100%;
    padding-left: 0;
    left: 0;
  }
  .bl_pagetitle {
    display: inline-block;
    padding: 0 25px 0 20px;
    border-radius: 0 20px 20px 0;
  }
  .bl_categoryTitleImg {
    width: calc(100% + 20px);
    top: 0;
    margin: 20px -20px 0 0;
  }
  .bl_pagetitle_introductiontext {
    font-size: 18px;
    margin: 15px 0;
  }
  .bl_categoryTitle_cont__recruit .bl_pagetitle_introductiontext {
    color: #444444;
  }
  .un_rec_message_headcopy {
    color: #444444;
    font-size: 22px;
  }
  .bl_pagetitle_ja {
    font-size: 18px;
    background-color: initial;
    padding: 0 0 0;
    border-radius: 0;
  }
  .bl_categoryTitleImg_innertext {
    font-size: 40px;
  }
  .bl_categoryTitleImg {
    width: 100%;
    margin: 0 -120px 0 0;
    border-radius: 0;
  }
  .bl_smallttl_en {
    font-size: 14px;
  }
  .bl_ttl_normal {
    font-size: 20px;
  }
  .bl_tourTitle {
    padding: 20px 10px;
  }
  .bl_tourTitle .bl_tourTitle_body {
    font-size: 20px;
  }
  .bl_serialNavi_item.bl_serialNavi_item__prev {
    width: 10%;
  }
  .bl_serialNavi_item.bl_serialNavi_item__index {
    width: 80%;
  }
  .bl_serialNavi_item.bl_serialNavi_item__next {
    width: 10%;
  }
  .bl_formGroup {
    margin: 0 0 1em;
    padding: 0 1em 1em;
  }
  .bl_formConfirm.bl_formConfirm__tour tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl_formConfirm.bl_formConfirm__tour .bl_formConfirm_head {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .bl_formConfirm.bl_formConfirm__tour .bl_formConfirm_body {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .hp_hide_md_max {
    display: none !important;
  }
  .un_topInnerLink_wrap {
    margin-bottom: 0;
  }
  .un_topInnerLink_outer.un_topInnerLink_outer__rosen {
    background: #43a15b;
    padding: 20px 0 0px;
  }
  .un_topInnerLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_topInnerLink .un_topInnerLink_left {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .un_topInnerLink .un_topInnerLink_right {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .un_topInnerLinkTitle {
    font-size: 20px;
  }
  .un_topInnerLinkTitle .un_topInnerLinkTitle_image {
    width: 40px;
    margin-right: 10px;
  }
  .un_topInnerLinkTitle a::after {
    top: 9px;
  }
  .un_topInnerImageLink {
    border-radius: 10px;
    padding: 20px 10px;
  }
  .un_topInnerImageLink .un_topInnerImageLink_image {
    margin-right: 10px;
  }
  .un_topInnerImageLink .un_topInnerImageLink_image img {
    width: 350px;
  }
  .un_topInnerImageLink a {
    font-size: 20px;
  }
  .un_topgreentour_wrap {
    padding: 30px 20px;
  }
  .un_topOuterlink_wrap {
    margin: 20px 0 -30px;
  }
  .un_topOuterlinkList {
    margin: 0 0;
  }
  .un_topOuterlink {
    display: block;
    margin: 0 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_topOuter_xlinkwrap {
    width: 100%;
    padding: 0 5px 10px;
  }
  .un_topOuter_xlinkwrap a {
    padding: 20px 20px 10px;
    font-size: 12px;
  }
  .un_topOuter_xlinkwrap a img {
    max-width: 40px;
  }
  .un_topOuter_banner {
    padding: 0 0;
    width: 100%;
    height: 100%;
  }
  .un_topOuterlinkItem {
    width: 50%;
    padding: 10px 5px 0;
  }
  .un_access_wrap .un_access_map_wrapper iframe {
    height: 300px !important;
  }
  .un_contact_itemwrap.un_contact_itemwrap__col2 .un_contact_itemcol {
    width: 100%;
  }
  .un_formselect_wrap ul li {
    width: 100%;
    padding-bottom: 0;
  }
  table.bl_dynamicform th {
    width: 100%;
  }
  .un_ridepoint_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .un_ridepoint_box .un_ridepoint_title {
    width: 100%;
  }
  .un_ridepoint_box .un_ridepoint_number,
  .un_ridepoint_box .un_ridepoint_parking {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 3px;
  }
  .un_ridepoint_box .un_ridepoint_number span,
  .un_ridepoint_box .un_ridepoint_parking span {
    white-space: nowrap;
    font-size: 12px;
    margin: 0 5px 3px;
    padding-top: 2px;
    display: block;
  }
  .un_highwayIndexSummary_wrap {
    margin: 10px 0 40px;
  }
  .un_highwayIndexSummary {
    width: 50%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .un_highwayIndexSummaryBody {
    padding: 5px 10px;
  }
  .un_highwayIndexSummarytitle {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .un_highwayReservedicon {
    font-size: 9px;
    padding: 4px 6px;
  }
  .un_information_importantlist_wrap {
    padding: 20px 5px 0;
    border-radius: 10px;
    margin: 0 0px 30px;
  }
  .un_tripSpot_photosliderwrap {
    margin: 10px 0;
  }
  .un_tripBusStop_wrap,
  .un_tripSpot_wrap {
    margin-left: 40px;
    margin-right: 10px;
    border-width: 5px;
    border-radius: 20px;
    padding: 15px 15px 10px;
    margin-bottom: 10px;
  }
  .un_tripBusStop_wrap::before,
  .un_tripSpot_wrap::before {
    content: "";
    width: 20px;
    height: 20px;
    left: -40px;
    top: 30px;
  }
  .un_tripBusStop_wrap::after,
  .un_tripSpot_wrap::after {
    content: "";
    left: -20px;
    top: 25px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right-width: 15px;
  }
  .un_tripBusStop_wrap .un_tripBusStop_label,
  .un_tripSpot_wrap .un_tripBusStop_label {
    padding: 5px 6px;
    font-size: 10px;
    margin: 0 8px;
  }
  .un_tripBusStop_wrap .un_tripBusStop_timeExample,
  .un_tripSpot_wrap .un_tripBusStop_timeExample {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
  }
  .un_tripBusStop_wrap .un_tripBusStop_btn_wrapper,
  .un_tripSpot_wrap .un_tripBusStop_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
  .un_tripBusStop_wrap .un_tripBusStop_othertext,
  .un_tripSpot_wrap .un_tripBusStop_othertext {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
  }
  .un_tripBusStop_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_tripBusStop_title::before {
    content: "";
    width: 30px;
    height: 50px;
  }
  .un_tripBusStop_title p {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    margin: 0;
    width: 80%;
  }
  .un_tripNextline {
    width: 5px;
    height: calc(100% + 25px);
    top: 45px;
    left: -33px;
  }
  .un_tripNexticon {
    bottom: 70px;
    width: 30px;
    left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_tripNexticon .un_tripNexticon_image {
    width: 30px;
  }
  .un_tripNexticon .un_tripNexticon_text {
    font-size: 9px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px 0;
    width: 35px;
    line-height: 1.2;
  }
  .un_tripNexticon .un_tripNexticon_text p {
    margin: 0;
  }
  .un_tripNexticon .un_tripNexticon_text span {
    display: inline-block;
  }
  .un_tripSpot_label {
    padding: 4px 5px;
    font-size: 10px;
    margin: 0 8px 3px 0;
  }
  .un_tripSpot_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_tripSpot_title p {
    font-size: 20px;
    line-height: 1.4;
    display: block;
  }
  .un_trip_categorylabel {
    font-size: 11px;
    padding: 3px 7px;
  }
  .un_trip_arealabel {
    font-size: 11px;
    padding: 3px 7px;
  }
  .un_modelcourse_titlewrap {
    margin-top: 20px;
    display: block;
  }
  .un_modelcourse_titlebody {
    width: 100%;
    padding: 20px 20px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .un_modelcourse_titleimage {
    width: 100%;
    height: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .un_modelcourse_titletext {
    font-size: 22px;
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .un_spot_titlewrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .un_spot_titlebody {
    width: 100%;
    padding-right: 0;
  }
  .un_spot_titlebody p {
    font-size: 14px;
  }
  .un_spot_upperinfo {
    width: 100%;
    margin-top: 10px;
    padding: 10px 10px 10px;
    font-size: 12px;
  }
  .un_spot_upperinfo div {
    width: 100%;
    padding-left: 0;
  }
  .un_spottype_icon_wrap {
    display: inline-block;
  }
  .un_spottype_icon_wrap .un_spottype_icon {
    max-width: 30px;
  }
  .un_spot_titletext {
    font-size: 22px;
    vertical-align: middle;
  }
  .un_spot_upperinfo_title {
    width: 8em;
    float: left;
  }
  .un_spot_upperinfo .un_spot_upperinfo_body {
    margin-bottom: 5px;
  }
  .un_spot_btminfo_wrap {
    border: 2px solid #5a9467;
    padding: 20px 20px 10px;
  }
  .un_spot_btminfo_headtitle {
    margin-bottom: 10px;
  }
  .un_spot_btminfo_cont .un_spot_btminfo_group {
    width: 100%;
    padding: 0 5px 5px;
  }
  .un_spot_btminfo_cont .un_spot_btminfo_body {
    margin-bottom: 1em;
  }
  .un_tripSpot_wrap .bl_slider_wrapper.bl_slider_wrapper {
    width: auto;
    margin: 20px 0;
  }
  .un_tourentry_title {
    font-size: 20px;
  }
  .un_tourentry_upperinfo_wrap {
    border: 2px solid #2e735d;
    padding: 15px 10px 15px 15px;
    margin: 20px 0;
  }
  .un_tourentry_upperinfo_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
  }
  .un_tourentry_upperinfo_cont dt {
    width: 8em;
    padding: 5px;
  }
  .un_tourentry_upperinfo_cont dd {
    width: calc(100% - 8em);
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px;
  }
  .un_tourentry_upperinfo_cont .un_tourentry_upperinfo_area span {
    display: inline-block;
    padding-right: 1em;
  }
  .un_tourentry_course {
    margin: 0 0 20px;
  }
  .un_tourentry_course dt {
    padding: 10px 10px;
  }
  .un_tourentry_course dd {
    padding: 10px 10px;
  }
  .un_tourentry_fieldcont_inner {
    margin: 0 5px 5px;
  }
  .un_tourentry_schedule_datelistcont_wrap {
    width: 100%;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
  }
  .un_tourentry_busstopicon {
    padding: 5px;
    font-size: 12px;
  }
  .un_tourentry_busstopicon.un_tourentry_sample {
    padding: 4px;
    margin: 0 5px 0 0;
    font-size: 12px;
  }
  .un_tourentry_schedule_datelist {
    margin: 5px 0 10px;
  }
  .un_tourentry_schedule_datelist li {
    border-bottom: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 3px;
  }
  .un_tourentry_schedule_datelist .un_tourentry_schedule_date {
    font-weight: bold;
    width: 6em;
    margin-right: 10px;
  }
  .un_tourentry_schedule_datelist .un_tour_departure_statusicon {
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 3px;
    margin-bottom: 2px;
  }
  .un_tourentry_periodlabel {
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 3px;
  }
  .un_tourentry_commenttext {
    font-size: 12px;
  }
  .un_tourForm_wrap {
    padding: 20px 0;
    margin-top: 30px;
  }
  .un_tourForm_largetitle {
    font-size: 20px;
  }
  .un_tourForm_largetitlebtmtext {
    font-size: 12px;
  }
  .un_tourForm_box {
    padding: 5px 10px;
    margin-top: 20px;
  }
  .un_tourForm_box .bl_formLabel {
    width: 100%;
  }
  .un_tourForm_box .bl_formControl {
    width: 100%;
  }
  .un_participants {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_participants_select {
    width: 100%;
  }
  .un_participants_input {
    width: 50%;
    padding: 0 10px;
  }
  .un_participants_input .bl_formInput__sm {
    width: 80%;
  }
  .un_tourfooter_wrap {
    padding: 30px 0px;
    margin-bottom: -30px;
  }
  .un_tourfooter_contwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_tourfooter_contwrap .un_tourfooter_contactinfowrap {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .un_tourfooter_contwrap .un_tourfooter_licenseinfowrap {
    width: 100%;
    padding: 0 10px;
  }
  .un_tourfooter_contwrap .un_tourfooter_contactintroduct {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .un_tourfooter_contwrap .un_tourfooter_contactsmtitle {
    font-size: 16px;
    text-align: center;
  }
  .un_tourfooter_contwrap .un_tourfooter_contacttelnumber {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
  }
  .un_tourfooter_licensebox {
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .un_tourfooter_licenseinfo {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .un_tourfooter_licenseinfo dt {
    width: 100%;
    float: none;
    padding: 5px 0 0;
    text-align: left;
  }
  .un_tourfooter_licenseinfo dd {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
  }
  .un_tourlistserchbox_wrap {
    border: 2px solid #2e735d;
    padding: 20px 15px;
    margin: 20px -5px;
  }
  .un_tourlistserchfield {
    padding: 0 0 10px;
  }
  .un_tourlistserchtitle {
    margin-bottom: 5px;
  }
  .un_tourlistserchfield_title {
    font-size: 10px;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
  .un_greentour_toplargetitle {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .un_greentour_toplargetitle::before, .un_greentour_toplargetitle::after {
    padding: 0 9px;
    font-size: 0.8em;
    top: -3px;
  }
  a.el_btn.el_btn__lg.el_btn__widthauto.un_footercontactlink {
    width: 100%;
  }
  .un_tourSummary_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 10px 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #aaa;
  }
  .un_tourSummary_box .un_tourSummary_image {
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: contents;
  }
  .un_tourSummary_box .un_tourSummary_text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .un_tourSummary_box .un_tourSummary_link {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .un_tourSummary_box .un_tourSummary_link .el_btn__widthfull {
    width: 100%;
  }
  .un_tourSummary_box .un_tourSummary_headwrap {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .un_tourSummary_box .un_tourSummary_title {
    font-size: 16px;
    margin: 0;
  }
  .un_tourSummary_box .un_tourSummary_subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
  .un_tourSummary_box .un_tourSummary_price {
    font-size: 14px;
    text-align: right;
  }
  .un_tourSummary_box .un_tourSummary_infowrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelistcont_wrap {
    border: none;
    width: 100%;
    padding: 0 5px 0;
    margin-bottom: 0;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourSummary_info {
    width: 100%;
    padding: 0 10px;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_busstopicon {
    font-size: 10px;
    padding: 5px;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist {
    margin: 3px 0 10px;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist li {
    margin: 0 0 0;
    padding: 2px 0;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist .un_tourentry_schedule_date {
    font-size: 11px;
  }
  .un_tourSummary_box .un_tourSummary_infowrap .un_tourentry_schedule_datelist .un_tour_departure_statusicon {
    font-size: 10px;
    padding: 3px 4px;
  }
  .un_tourSummary_box dl.un_tourSummary_info {
    font-size: 12px;
  }
  .un_tourSummary_box dl.un_tourSummary_info dt {
    width: 7em;
  }
  .un_tourSummary_box dl.un_tourSummary_info dd {
    padding-left: 20px;
  }
  .un_tourSmallSummary_wrap {
    margin: 0 -5px;
  }
  .un_tourSmallSummary_wrap .un_tourSmallSummary_box {
    width: 50%;
  }
  .un_tourSmallSummary_box {
    padding: 0 5px 10px;
  }
  .un_tourSmallSummary_image {
    position: relative;
  }
  .un_tourSmallSummary_image .un_tourentry_periodlabel {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }
  .un_tourSmallSummary_title {
    margin-bottom: 5px;
  }
  .un_tourSmallSummary_title a {
    font-size: 14px;
  }
  .un_tourSmallSummary_image .un_tourentry_periodlabel {
    top: 5px;
    left: 5px;
  }
  .un_tourtopMiddle_wrap {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .un_tourtopMiddle_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_tourtopMiddle_cont .un_tourtopRankingSummary {
    width: 100%;
    padding: 0 10px;
  }
  .un_tourtopMiddle_cont .un_tourtopNewslist_wrap {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
  .un_tourtopMiddle_cont .un_tourtopMiddle_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .un_tourtopMiddle_cont .un_tourranking_wrap {
    margin: 0 -5px;
  }
  .un_tourtopOuterlinkList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .un_tourtopOuterlinkList .un_tourtopOuterlinkItem {
    width: 50%;
  }
  .un_tourtop_outerlink_wrap {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 479px){
  .hp_hide_sm_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
  .un_tourentrylinkbtn {
    right: 5px;
  }
  .un_tourentrylinkbtn a {
    padding: 5px;
    width: 250px;
    height: auto;
    border-radius: 10px 10px 0 0;
    line-height: 1.2;
  }
  #js-formlink {
    right: 5px;
    bottom: -100px; /* 初期状態：画面外 */
  }
  #js-formlink.is-visible {
    bottom: 0; /* 表示状態：画面内にスライド */
  }
}

@media screen and (max-width: 374px){
  .hp_hide_xs_max {
    display: none !important;
  }
}

/*# sourceMappingURL=bundle.min.css.map*/