@charset "UTF-8";
/* ----------------------------------------
   フォント
---------------------------------------- */
/* ----------------------------------------
   コンテンツ幅
---------------------------------------- */
/* ----------------------------------------
   色
---------------------------------------- */
/* ----------------------------------------
   ブレイクポイント
---------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

/* ----------------------------------------
   Basic body Style
---------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-size: 1.6rem;
}

main {
  display: block;
}

/* ----------------------------------------
   Basic text Style
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
}

h1,
h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.6rem;
}

h4 {
  font-size: 2.8rem;
}

h5 {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 2.8rem;
  }
}
p {
  line-height: 1.7;
  margin-bottom: 1em;
}

/* ----------------------------------------
   Basic Image Style
---------------------------------------- */
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
   Basic Table Style
---------------------------------------- */
table {
  width: 100%;
  line-height: 1.7;
  color: #6B6969;
  background-color: #fff;
}

th,
td {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

th {
  min-width: 15em;
  background-color: #ECECEA;
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  th,
  td {
    display: block;
    width: 100%;
    border: none;
    padding: 0.5em;
  }
}
/* ----------------------------------------
   Basic List Style
---------------------------------------- */
ol,
ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.5em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

/* ----------------------------------------
   Basic Link Style
---------------------------------------- */
a:link {
  color: #196b99;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #4c8cb1;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #196b99;
  text-decoration: underline;
  outline: 0;
}

/* ----------------------------------------
   lazyload
---------------------------------------- */
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------
   common
---------------------------------------- */
.cont_width_static {
  max-width: 1080px;
  margin: 0 auto;
}

.cont_padding {
  padding-top: 60px;
  padding-bottom: 80px;
}

.cont_wrapper {
  padding-right: 5%;
  padding-left: 5%;
}

.cont_layout {
  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;
  padding: 0 5%;
}

.cont_layout_left {
  width: 25%;
}

.cont_layout_right {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .cont_padding {
    padding-top: 50px;
  }
  .cont_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cont_layout_left {
    width: 100%;
  }
  .cont_layout_right {
    width: 100%;
  }
}
.bg_style {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.goTop {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  position: fixed;
  right: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  cursor: pointer;
}
.goTop .goTop__inner {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
}

#goTop.UpMove {
  -webkit-animation: UpAnime 0.4s forwards;
          animation: UpAnime 0.4s forwards;
}

#goTop.DownMove {
  -webkit-animation: DownAnime 0.4s forwards;
          animation: DownAnime 0.4s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .goTop {
    right: 5%;
  }
}
.pop {
  display: none;
  max-width: 480px;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #7CBD1B;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 10;
}
.pop p {
  line-height: 1.5;
}

.pop_close {
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #AFABAB;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
}
.pop_close::before, .pop_close::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: calc(50% - 1px);
}
.pop_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pop_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pop_close:hover {
  opacity: 0.8;
}

.pop_inner {
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pop_logo {
  width: 80px;
}
.pop_logo img {
  margin: 5px 0;
}

.pop_txt {
  width: calc(100% - 125px);
}

.pop_txt_header {
  font-size: 17px;
  font-weight: 600;
  color: #7CBD1B;
  margin-bottom: 12px;
}

a.pop_btn {
  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;
  color: #6B6969;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid #6B6969;
}
a.pop_btn:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
}
a.pop_btn:hover::after {
  border-color: #000;
}
a.pop_btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6B6969;
  border-right: 1px solid #6B6969;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pop {
    width: 94%;
    right: 3%;
    bottom: 10px;
  }
  .pop_inner {
    padding: 10px;
  }
  .pop_close {
    width: 26px;
    top: -13px;
    right: -13px;
  }
  .pop_close::before, .pop_close::after {
    height: 15px;
    top: 6px;
  }
  .pop_logo {
    width: 14%;
  }
  .pop_logo img {
    margin: 3px 0;
  }
  .pop_txt {
    width: 80%;
  }
  .pop_txt_header {
    font-size: 16px;
  }
  .pop_txt_body {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .pop_txt_header {
    font-size: 14px;
  }
}
/* ----------------------------------------
   PC Header
---------------------------------------- */
.gnavi {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.8);
  -webkit-box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.gnavi_inner {
  height: 80px;
  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;
  padding: 0 3%;
}

.gnavi_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnavi_logo_link {
  max-width: 190px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnavi_logo_link:hover {
  opacity: 0.7;
}

.gnavi_logo_gdsa {
  width: 74px;
  margin-left: 14px;
}

.gnavi_logo_gs {
  width: 50px;
  margin-left: 5px;
}

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

.gnavi_item {
  padding: 0.5em 0;
  position: relative;
}
.gnavi_item + .gnavi_item {
  border-left: 1px solid #fff;
}
.gnavi_item:hover a {
  color: #D8FF8B;
}

.gnavi_item a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1080px) {
  .gnavi {
    display: none;
  }
  .gnavi_logo_gdsa {
    width: 50px;
    margin-left: 10px;
  }
  .gnavi_logo_gs {
    width: 35px;
  }
}
/* ----------------------------------------
   SP Navi
---------------------------------------- */
.spheader {
  width: 100%;
  background-color: rgba(70, 70, 70, 0.8);
  padding: 15px 3%;
  -webkit-box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.spheader_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spheader_logo_link {
  width: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spheader_logo_link:hover {
  opacity: 0.7;
}

.hamburger {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

.ham_inner {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ham_inner:first-child {
  top: calc(50% - 13px);
}
.ham_inner:nth-child(2) {
  top: calc(50% - 1px);
}
.ham_inner:last-child {
  top: calc(50% + 11px);
}

.hamburger.close .ham_inner:first-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.close .ham_inner:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.hamburger.close .ham_inner:last-child {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.spnavi {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: -100%;
  left: 0;
  padding: 110px 50px 50px;
  z-index: 100;
  display: none;
  -webkit-transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.spnavi_list {
  margin: 0;
}

.spnavi_item {
  margin: 0.5em 0;
}
.spnavi_item + .spnavi_item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.spnavi_item a {
  display: block;
  color: #000;
  padding: 1em;
}
.spnavi_item a:hover {
  text-decoration: none;
}

.spnavi.open {
  top: 0;
}

@media screen and (max-width: 1080px) {
  .spheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spnavi {
    display: block;
  }
}
/* ----------------------------------------
   FOOTER
---------------------------------------- */
footer {
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3%;
  padding-left: 3%;
}

.footer_inner a {
  color: #fff;
  text-decoration: none;
}

.footer_inner_left {
  width: 62%;
}

.footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.footer_logo_link {
  display: block;
  max-width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_logo_link:hover {
  opacity: 0.7;
}

.footer_logo_gdsa {
  width: 100px;
  margin-left: 16px;
}

.footer_logo_gs {
  width: 70px;
  margin-left: 7px;
}

.footer_add h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.footer_add address {
  font-style: normal;
  line-height: 2;
}
.footer_add .tel {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer_inner_left {
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .footer_logo {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .footer_logo_link {
    width: 210px;
    margin-bottom: 10px;
  }
  .footer_logo_gdsa {
    width: 90px;
    margin-left: 0;
  }
  .footer_logo_gs {
    width: 50px;
  }
}
.fnavi {
  width: 30%;
}

.fnavi_list {
  list-style: none;
  margin: 0;
}

.fnavi_item:hover {
  text-decoration: underline;
}

.fnavi_item + .fnavi_item {
  margin-top: 2em;
}

.footer_inner_bottom {
  background-color: #fff;
  padding: 10px 10px;
}

.copyright {
  color: #707070;
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .fnavi {
    display: none;
    width: 40%;
  }
}
@media screen and (max-width: 499px) {
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_inner_left {
    width: 100%;
  }
  .fnavi {
    width: 100%;
  }
}
/* ----------------------------------------
   レスポンシブ
---------------------------------------- */
.sp_content {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }
}
/* ----------------------------------------
   TOP PAGE
---------------------------------------- */
.idx_title {
  text-align: center;
  margin-bottom: 40px;
}
.idx_title h2 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}

.idx_sub_title {
  font-size: 1.8rem;
  display: block;
  margin-top: 15px;
}

.btn_box {
  text-align: center;
}

a.btn_seeMore {
  display: inline-block;
  min-width: 300px;
  color: #000;
  padding: 1.5em;
  border-radius: 4px;
  border: 1px solid #000;
  text-align: left;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.btn_seeMore::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_seeMore:hover {
  opacity: 0.7;
  color: #495732;
  border-color: #495732;
}
.btn_seeMore:hover::after {
  border-color: #495732;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .idx_title {
    text-align: left;
    margin-bottom: 20px;
  }
  .btn_box {
    text-align: left;
  }
  a.btn_seeMore {
    padding: 1em;
  }
  .idx_sub_title {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.idxVisual {
  width: 100%;
  position: relative;
}

.idxVisual img {
  height: 770px;
}

@media screen and (max-width: 767px) {
  .idxVisual img {
    height: 450px;
  }
}
.idx_picup {
  width: 100%;
  background-color: #000;
  padding: 15px 5%;
}

.pic_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx_picup h2 {
  font-size: 1.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #D8FF8B;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

.pic_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pic_date {
  color: #fff;
  width: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1em;
}

a.pic_title {
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a.pic_title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pic_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx_picup h2 {
    width: 100%;
    text-align: center;
    padding-right: 0;
    border-right: none;
    margin-bottom: 15px;
  }
  .pic_article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pic_date {
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}
.idx_activity {
  list-style: none;
  margin: 0;
  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;
  margin: 50px 0;
}

.activity_box {
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 40px;
}
.activity_box a {
  display: block;
  color: #000;
  text-decoration: none;
}
.activity_box:hover {
  opacity: 0.7;
}
.activity_box:first-child, .activity_box:nth-child(2) {
  margin-top: 0;
}

.activity_box_thumb {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.activity_box_txt h3 {
  font-size: 2.1rem;
  margin-bottom: 0.5em;
}
.activity_box_txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.icon-new {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #FD9902;
  font-weight: 600;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: -50px;
  left: -50px;
}

.post_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}

.post_label_item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: #495732;
  padding: 0.5em 1em;
  margin-right: 8px;
  margin-bottom: 8px;
}
.post_label_item.label_hakone {
  background-color: #8B3C0E;
}
.post_label_item.label_dmo {
  background-color: #7D694E;
}

@media screen and (max-width: 767px) {
  .idx_activity {
    display: block;
  }
  .activity_box {
    width: 100%;
    margin-top: 20px;
  }
  .activity_box:nth-child(2) {
    margin-top: auto;
  }
}
.idx_about {
  position: relative;
  padding: 100px 0;
}

.idx_about_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: -1;
}
.idx_about_bg .bg_style {
  width: 25%;
}

.idx_about_txt {
  color: #fff;
  padding: 50px;
  width: 55%;
  position: relative;
}
.idx_about_txt::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #495732;
  mix-blend-mode: multiply;
}

.idx_about_txt_inner {
  position: relative;
}

.idx_about_txt_inner .idx_title h2 {
  border-color: #fff;
}
.idx_about_txt_inner p {
  margin-bottom: 50px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.btn_white .btn_seeMore {
  color: #fff;
  border-color: #fff;
}
.btn_white .btn_seeMore::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .idx_about_bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .idx_about_bg .bg_style {
    width: 100%;
  }
  .idx_about_txt {
    width: 90%;
  }
  .idx_about_txt_inner .idx_title {
    text-align: center;
  }
  .idx_about_txt_inner p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .idx_about_txt {
    width: 100%;
    padding: 20px;
  }
}
.idx_news {
  list-style: none;
  margin: 50px 0;
}

.idx_news_item {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.idx_news_item a {
  padding: 1em 0;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx_news_item:hover {
  opacity: 0.7;
  color: #495732;
}

.idx_news_date {
  display: block;
  color: #707070;
  width: 8em;
  line-height: 1.7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.idx_news_title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-right: 20px;
}

.idx_news_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 75px;
  aspect-ratio: 3/2;
  margin-right: 0;
  margin-left: auto;
}
.idx_news_thumb img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .idx_news {
    margin-top: 20px;
  }
  .idx_news_item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx_news_date {
    width: 100%;
  }
  .idx_news_title {
    width: 75%;
  }
  .idx_news_thumb {
    width: 20%;
    margin-left: 0;
    aspect-ratio: 1/1;
  }
}
/* ----------------------------------------
   下層ページ 共通
---------------------------------------- */
.page_header {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .idxVisual img {
    height: 420px;
  }
}
.page_title {
  color: #fff;
  background-color: #000;
  padding: 30px 5%;
}

.page_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_title_inner h1 {
  font-weight: 400;
}

.page_sub_title {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.post-date {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page_title {
    padding: 20px 5%;
  }
  .page_title_inner {
    display: block;
  }
  .page_sub_title {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
/* ----------------------------------------
   取り組み紹介ページ
---------------------------------------- */
.activity_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  border: 1px solid #000;
}

.activity_tab_item {
  width: 25%;
  margin: 0;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}
.activity_tab_item + .activity_tab_item {
  border-left: 1px solid #000;
}
.activity_tab_item.tab_active {
  color: #fff;
  background-color: #000;
}

.post_list .idx_activity {
  display: none;
  margin-bottom: 0;
}
.post_list .idx_activity.tab_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-activity .post_label {
  margin: 10px auto 0;
}
#single-activity .post_label_item {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .activity_tab_item {
    font-size: 1.4rem;
    padding: 0.5em;
  }
  .post_list .idx_activity {
    margin-top: 20px;
  }
}
/* ----------------------------------------
   お知らせ
---------------------------------------- */
.news_list.idx_news {
  margin-top: 0;
}

.navigation {
  margin-bottom: 30px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  margin: 0;
}
.page-numbers li {
  margin: 0 5px;
}
.page-numbers a {
  color: #000;
}
.page-numbers a:hover {
  text-decoration: none;
}
.page-numbers .current {
  color: #fff;
  background-color: #000;
}

/* ----------------------------------------
   ツアー紹介
---------------------------------------- */
.tour_list {
  list-style: none;
  margin: 0;
  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;
  margin-bottom: 50px;
}

.tour_item {
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  margin-top: 40px;
}
.tour_item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.tour_item:hover {
  opacity: 0.7;
}
.tour_item:first-child, .tour_item:nth-child(2) {
  margin-top: 0;
}

.tour_item_thumb {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.tour_item_txt h3 {
  font-size: 2.1rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
.tour_item_txt .tour_cat {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.tour_item_txt .tour_cat span {
  padding: 5px 10px;
}

.tour_price {
  margin-bottom: 0;
  padding-bottom: 15px;
  line-height: 1;
}
.tour_price span {
  font-size: 2.1rem;
  font-weight: 600;
}

.tour_term {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-top: 15px;
  line-height: 1;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .tour_list {
    display: block;
  }
  .tour_item {
    width: 100%;
    margin-top: 30px;
  }
  .tour_item:nth-child(2) {
    margin-top: 30px;
  }
  .tour_item_txt h3 {
    font-size: 1.8rem;
  }
  .tour_price span {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------
   ツアー詳細ページ
---------------------------------------- */
.tour_schedule {
  font-weight: 600;
  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;
}

.departure {
  font-size: 2.1rem;
  margin-bottom: 0;
}

.tour_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.tour_cat span {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
}
.tour_cat span + span {
  margin-left: 0.5em;
}
.tour_cat .label_stay {
  background-color: #7FA769;
}
.tour_cat .label_daytrip {
  background-color: #47A4AA;
}

@media screen and (max-width: 767px) {
  .tour_schedule {
    display: block;
  }
  .departure {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .tour_cat {
    font-size: 1.4rem;
  }
}
.tour_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
}
.tour_images_inner:first-child {
  grid-column: 1/4;
}
.tour_images img {
  aspect-ratio: 3/2;
}

@media screen and (max-width: 767px) {
  .tour_images {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 499px) {
  .tour_images {
    grid-template-columns: repeat(2, 1fr);
  }
  .tour_images_inner:first-child {
    grid-column: auto;
  }
}
.tour_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.7;
}
.tour_detail .text_box,
.tour_detail .detail_list {
  width: 47%;
}
.tour_detail p {
  margin-bottom: 0;
}

.detail_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px solid #707070;
}
.detail_list_inner:first-child {
  border-top: 1px solid #707070;
}
.detail_list_inner dt {
  width: 8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detail_box + .detail_box {
  margin-top: 20px;
}

.detail_price {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .tour_detail {
    display: block;
  }
  .tour_detail .text_box,
  .tour_detail .detail_list {
    width: 100%;
  }
  .tour_detail .text_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 499px) {
  .detail_list_inner {
    display: block;
  }
  .detail_list_inner dt {
    width: 100%;
  }
  .detail_price {
    font-size: 1.8rem;
  }
}
.reservation {
  font-weight: 600;
  margin-bottom: 40px;
}

a.reservation_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #FD9902;
  text-align: center;
  font-size: 2.1rem;
  border-radius: 4px;
  line-height: 75px;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.reservation_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

a.reservation_btn.icon_blank::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon/icon-blank_w.png);
  margin-left: 20px;
}

a.reservation_btn.type_tel {
  font-size: 2.4rem;
}
a.reservation_btn.type_tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon/icon-tel.png);
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  a.reservation_btn {
    font-size: 1.8rem;
    padding: 1em;
    line-height: 25px;
    margin-top: 20px;
  }
  a.reservation_btn.type_tel {
    font-size: 2.1rem;
  }
}
.tour_contract .text-box {
  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;
}
.tour_contract .text-box p {
  width: 47%;
  margin-bottom: 0;
}
.tour_contract .text-box .unit_btn {
  width: 47%;
}

.btn_wrapper {
  text-align: center;
  margin-top: 40px;
}

.prev_page {
  color: #fff;
  background-color: #000;
  padding: 1em;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  border-radius: 4px;
  width: 80%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev_page:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .tour_contract .text-box {
    display: block;
  }
  .tour_contract .text-box p,
  .tour_contract .text-box .unit_btn {
    width: 100%;
  }
  .prev_page {
    padding: 0.8em;
    font-size: 1.6rem;
  }
}
/* ----------------------------------------
   公認ガイド紹介
---------------------------------------- */
.guide_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border: 1px solid #000;
  margin-left: 0;
  margin-bottom: 50px;
}

.guide_tab_item {
  width: 33.3333333333%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.guide_tab_item + .guide_tab_item {
  border-left: 1px solid #000;
}
.guide_tab_item.tab_active a {
  color: #fff;
  background-color: #000;
}

.guide_tab_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 10px;
}
.guide_tab_item a:hover {
  text-decoration: none;
}

.guide_tab_br {
  display: none;
}

@media screen and (max-width: 767px) {
  .guide_tab {
    font-size: 14px;
  }
  .guide_tab_br {
    display: block;
  }
}
.guide_list {
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  list-style: none;
  margin: 0;
}

.guide_item {
  margin-bottom: 0;
}

.guide_img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.guide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.guide_name {
  font-size: 24px;
  font-weight: bold;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 10px;
}

.guide_cat {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 20px;
  border-radius: 25px;
  overflow: hidden;
}
.guide_cat.at {
  background-image: url("../img/pages/cat-at.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.guide_cat.pro {
  background-color: #906F05;
}

.certification {
  color: #707070;
  font-weight: bold;
  padding: 7px 0;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}

.guide_pr {
  margin: 10px 0;
}

.license {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #C3C3C3;
}

.license_txt {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 3px;
}

.license_list li {
  margin-bottom: 0;
}

.guide_info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 15px;
  gap: 15px;
}
.guide_info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #707070;
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.guide_info a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.icon-website {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../img/icon/icon-web.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.icon-mail {
  content: "";
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url("../img/icon/icon-mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

@media screen and (768px <= width <= 1160px) {
  .guide_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .guide_cat {
    margin-top: 10px;
  }
  .guide_info {
    gap: 10px;
  }
  .guide_info a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .guide_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .guide_cat {
    margin-top: 0;
  }
  .guide_item .guide_img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .guide_list {
    grid-template-columns: 1fr;
  }
}
#page-guide .navigation {
  margin-top: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-guide .navigation {
    margin-top: 50px;
  }
}
/* ++++ SECTION.SCSS ++++ */
.pageHeader_Visual {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
}

.pageHeader_Nomal {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6B6969;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
}

@media screen and (min-width: 1600px) {
  .pageHeader_Visual,
  .pageHeader_Nomal {
    background-size: cover;
  }
}
.pageHeader_Visual h1 {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-shadow: 0px 0px 4px #000000;
}

.pageHeader_Nomal h1 {
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-shadow: 0px 0px 4px #000000;
}

.page_sub_Header {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #F7F5F1;
  width: 100%;
  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;
  padding-top: 1em;
  padding-bottom: 1em;
}

.page_sub_Header h2 {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.entry_Header_group {
  width: 1000px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  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;
}

.page_sub_Header .entry_Header_group h2 {
  color: #000;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry_icon {
  margin-left: 20px;
  text-align: right;
}

.entry_icon .event_label_item {
  margin-bottom: 0;
}

.nomal_center {
  text-align: center;
  margin-bottom: 30px;
}

.page_guidetour {
  background-image: url(../img/page_module/heading/title_guidetours.jpg);
}

.page_search {
  background-image: url(../img/page_module/heading/title_search.jpg);
}

.page_event {
  background-image: url(../img/page_module/heading/title_event.jpg);
}

.page_mimiyori {
  background-image: url(../img/page_module/heading/title_mimiyori.jpg);
}

.page_otasuke {
  background-image: url(../img/page_module/heading/title_otasuke.jpg);
}

.page_blog {
  background-image: url(../img/page_module/heading/title_blog.jpg);
}

.page_news {
  background-image: url(../img/page_module/heading/title_news.jpg);
}

.page_movie {
  background-image: url(../img/page_module/heading/title_movie.jpg);
}

.page_download {
  background-image: url(../img/page_module/heading/title_download.jpg);
}

.page_hiking {
  background-image: url(../img/page_module/heading/title_hiking.jpg);
}

.page_route {
  background-image: url(../img/page_module/heading/title_route.jpg);
}

.page_camera {
  background-image: url(../img/page_module/heading/title_webcamera.jpg);
}

@media screen and (max-width: 767px) {
  .pageHeader_Visual,
  .pageHeader_Nomal {
    height: 70px;
    background-color: #000;
    background-image: none;
  }
  .pageHeader_Visual h1,
  .pageHeader_Nomal h1 {
    font-size: 23px;
  }
  .page_sub_Header h2 {
    font-size: 20px;
  }
  .entry_Header_group {
    width: 100%;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mid_bar_center {
  font-size: 36px;
  color: #815C49;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.1;
  text-align: center;
  border: #815C49 1px solid;
}

.mid_bar_center {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f5f4f0+60,f5f4f0+66,f5f4f0+69,f5f4f0+77,f0ede8+89,f0ede8+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(60%, #f5f4f0), color-stop(66%, #f5f4f0), color-stop(69%, #f5f4f0), color-stop(77%, #f5f4f0), color-stop(89%, #f0ede8), to(#f0ede8));
  background: linear-gradient(to bottom, #ffffff 1%, #f5f4f0 60%, #f5f4f0 66%, #f5f4f0 69%, #f5f4f0 77%, #f0ede8 89%, #f0ede8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f0ede8", GradientType=0);
  /* IE6-9 */
}

.mid_line_center {
  font-size: 36px;
  color: #815C49;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.1;
  text-align: center;
  border-bottom: #815C49 1px solid;
}

@media screen and (max-width: 767px) {
  .mid_bar_center,
  .mid_line_center {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.WYSIWYG-content {
  padding-bottom: 20px;
}

/* ----------------------------------------
   ページネーション
---------------------------------------- */
.PageNation {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 4px 7px !important;
  margin: 0 3px !important;
}

.wp-pagenavi a {
  color: #000;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
}

a.page_prev_txt,
a.page_next_txt {
  border: 1px #bbb solid;
  position: relative;
  margin-right: 1em;
  background-color: #fff;
  width: 48%;
  line-height: 2.5em;
  display: block;
  width: 100%;
  line-height: 2.5em;
  color: #000;
  text-decoration: none;
  position: relative;
}

a.page_prev_txt {
  margin-right: 1em;
}

a.page_next_txt {
  margin-left: 1em;
}

a.page_prev_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-left: 2px #bbb solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.page_next_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page_prev_txt a,
.page_next_txt a {
  display: block;
  width: 100%;
  line-height: 2.5em;
  color: #000;
  text-decoration: none;
  position: relative;
}

.page_prev {
  border: 1px #bbb solid;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 1em;
  background-color: #fff;
}

.page_prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-left: 2px #bbb solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page_next {
  border: 1px #bbb solid;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-left: 1em;
  background-color: #fff;
}

.page_next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px #bbb solid;
  border-right: 2px #bbb solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page_number {
  font-size: 18px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  line-height: 30px;
}

.page_more {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.page_current {
  text-decoration: underline;
}

.entry_box_compact {
  margin-bottom: 15px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #fff;
}

.entry_box_compact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.entry_box_compact_thumb {
  width: 25%;
  padding-top: 25%;
  overflow: hidden;
  position: relative;
}

.entry_box_compact_thumb_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.entry_box_compact_txt {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.entry_box_compact_txt h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.entry_box_compact_txt h4,
.entry_box_compact_txt h5 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.entry_box_compact_category {
  padding-top: 8px;
}

.entry_category_label {
  display: inline-block;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #000;
  color: #fff;
  font-size: 16x;
  line-height: 2em;
  border-radius: 1em;
}

@media screen and (max-width: 767px) {
  .entry_box_compact_txt {
    padding: 8px;
  }
  .entry_box_compact_txt h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .entry_box_compact_txt h4,
  .entry_box_compact_txt h5 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .entry_category_label {
    font-size: 12px;
  }
  .entry_box_compact_thumb {
    width: 25%;
    padding-top: 25%;
    overflow: hidden;
    position: relative;
  }
}
.download_box_compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background-color: #fff;
}

.download_box_compact_thumb {
  width: 115px;
  padding-top: 115px;
  overflow: hidden;
  position: relative;
}

.download_box_compact_thumb_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.download_box_compact_txt {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.download_box_compact_txt h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.download_box_compact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 8px;
}

.download_box_compact_btn a {
  display: inline-block;
  line-height: 2em;
  border-radius: 0.5em;
  margin-right: 8px;
  text-align: center;
  width: 6em;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.download_box_compact_btn a.type_pdf {
  background-color: #000;
}

.download_box_compact_btn a.type_jpg {
  background-color: #B7A72E;
}

@media screen and (max-width: 767px) {
  .download_box_compact_txt {
    padding: 8px;
  }
  .download_box_compact_txt h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .download_box_compact_btn a {
    font-size: 14px;
  }
}
.category_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  margin-bottom: 30px;
}

.category_navi a {
  color: #000;
  text-decoration: none;
  width: 16.6%;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: block;
  text-align: center;
  line-height: 2em;
  font-size: 16px;
}

.category_navi a.active {
  background-color: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .category_navi a {
    width: 25%;
    font-size: 12px;
  }
}
/* ----------------------------------------
   ユニットページ用変数
---------------------------------------- */
/* ----------------------------------------
   Common
---------------------------------------- */
.unit_box {
  margin-bottom: 50px;
}
.unit_box .btn_box {
  text-align: left;
}

.unit_box_grey {
  background-color: #ECECEA;
  border: 1px solid #C3C3C3;
  padding: 30px;
}

.unit_margin {
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .unit_box {
    margin-bottom: 30px;
  }
  .unit_margin {
    height: 30px;
  }
}
/* ----------------------------------------
   見出し
---------------------------------------- */
.heading_set_center {
  text-align: center;
}

.unit_heading_type1 {
  text-align: center;
  margin-bottom: 40px;
}
.unit_heading_type1 h1 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  font-size: 4.8rem;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}

.unit_sub_title {
  font-size: 1.8rem;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .unit_heading_type1 {
    margin-bottom: 20px;
  }
  .unit_heading_type1 h1 {
    font-size: 2.8rem;
  }
  .unit_sub_title {
    font-size: 1.6rem;
  }
}
.unit_heading_type2 {
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.unit_heading_type3 {
  font-size: 3.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .unit_heading_type3 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.unit_heading_type4 {
  font-size: 2.8rem;
  color: #495732;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .unit_heading_type4 {
    font-size: 1.8rem;
  }
}
.unit_heading_type5 {
  font-size: 2.1rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .unit_heading_type5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
/* ----------------------------------------
   テキスト
---------------------------------------- */
.unit_display {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .unit_display {
    font-size: 1.6rem;
  }
}
.unit_text p:last-child {
  margin-bottom: 0;
}

.unit_caption {
  margin-top: 15px;
  margin-bottom: 0;
  opacity: 0.5;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .unit_caption {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/* ----------------------------------------
   コンテンツ
---------------------------------------- */
.unit_main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit_main_block .photo_box {
  width: 48%;
}
.unit_main_block .text_box {
  width: 48%;
}
.unit_main_block .btn_box {
  margin-top: 30px;
}
.unit_main_block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.unit_main_block.unit_box_grey {
  background-color: #ECECEA;
  border: 1px solid #C3C3C3;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .unit_main_block {
    display: block;
  }
  .unit_main_block .photo_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .unit_main_block .text_box {
    width: 100%;
  }
  .unit_main_block .btn_box {
    margin-top: 25px;
  }
  .unit_main_block.unit_box_grey {
    padding: 15px;
  }
}
/* ----------------------------------------
   写真
---------------------------------------- */
.unit_photo .unit_text {
  margin-top: 1.6rem;
}

.photo_box.trim img {
  aspect-ratio: 3/2;
}

.unit_photo.default .unit_photos_inner + .unit_photos_inner {
  margin-top: 40px;
}

.unit_photos_2col {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.unit_photos_2col .unit_photos_inner {
  width: 48%;
}
.unit_photos_2col .unit_text {
  opacity: 0.5;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .unit_photos_2col {
    display: block;
  }
  .unit_photos_2col .unit_photos_inner {
    width: 100%;
  }
  .unit_photos_2col .unit_photos_inner + .unit_photos_inner {
    margin-top: 30px;
  }
}
.unit_photos_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.unit_photos_3col .unit_photos_inner {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.unit_photos_3col .unit_photos_inner:nth-child(3n) {
  margin-right: 0;
}
.unit_photos_3col .unit_text {
  opacity: 0.5;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .unit_photos_3col {
    display: block;
  }
  .unit_photos_3col .unit_photos_inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .unit_photos_3col .unit_photos_inner + .unit_photos_inner {
    margin-top: 30px;
  }
  .unit_photos_3col .unit_photos_inner:nth-child(3n) {
    margin-right: 0;
  }
}
/* ----------------------------------------
   スライダー
---------------------------------------- */
.unit_slider_main img {
  aspect-ratio: 16/9;
}

.unit_slider_sub {
  margin-top: 15px;
}
.unit_slider_sub .slick-track {
  width: 100% !important;
}
.unit_slider_sub .slick-slide {
  aspect-ratio: 16/9;
  margin-right: 10px;
  border: 2px #fff solid;
}
.unit_slider_sub .slick-current {
  border: 2px solid #495732;
}

.slick-prev,
.slick-next {
  top: calc(28.125vw - 15px);
}

@media screen and (max-width: 767px) {
  .unit_slider_sub .slick-slide {
    width: 22% !important;
  }
}
/* ----------------------------------------
   タブ
---------------------------------------- */
.unit_tab_main .tab_img {
  aspect-ratio: 16/9;
  display: none;
}

@media screen and (max-width: 767px) {
  .unit_tab_main {
    margin-bottom: 10px;
  }
}
.unit_tab_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_txt {
  width: 25%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  background-color: #495732;
  padding: 1em;
  cursor: pointer;
}
.tab_txt + .tab_txt {
  border-left: 1px solid #fff;
}
.tab_txt.tab_active {
  color: #000;
  background-color: #fff;
}

.unit_tab_main img.tab_active {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab_txt {
    font-size: 1.4rem;
  }
}
.tab_caption {
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
}

.tab_caption.tab_active {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab_caption {
    margin-top: 15px;
  }
}
/* ----------------------------------------
   テーブル
---------------------------------------- */
.unit_table_3col th {
  background-color: #fff;
  width: 20%;
}
.unit_table_3col td.td1 {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .unit_table_3col th {
    width: 100%;
    background-color: #ECECEA;
  }
  .unit_table_3col td.td1 {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/* ----------------------------------------
   リンクボタン
---------------------------------------- */
.unit_btn_group_full .unit_btn {
  margin-top: 20px;
}
.unit_btn_group_full .unit_btn:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .unit_btn {
    margin-top: 15px;
  }
}
.unit_btn_group {
  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;
}
.unit_btn_group a.unit_btn {
  width: 48%;
  margin-top: 20px;
}
.unit_btn_group a.unit_btn:first-child, .unit_btn_group a.unit_btn:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .unit_btn_group {
    display: block;
  }
  .unit_btn_group a.unit_btn {
    width: 100%;
    margin-top: 15px;
  }
  .unit_btn_group a.unit_btn:nth-child(2) {
    margin-top: 15px;
  }
}
a.unit_btn {
  display: block;
  color: #000;
  background-color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
a.unit_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.unit_btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  a.unit_btn {
    padding: 1em;
  }
}
a.unit_btn.btn_green {
  color: #fff;
  background-color: #495732;
}

a.unit_btn.type_arrow::after {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.unit_btn.type_arrow.btn_green::after {
  border-color: #fff;
}
a.unit_btn.type_arrow:hover::after {
  right: 1.2em;
}

a.unit_btn.type_icon::after {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  a.unit_btn.type_icon::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}
a.unit_btn.type_icon.icon_blank::after {
  background-image: url(../img/icon/icon-blank.png);
}
a.unit_btn.type_icon.icon_pdf::after {
  background-image: url(../img/icon/icon-pdf.png);
}
a.unit_btn.type_icon.icon_excel::after {
  background-image: url(../img/icon/icon-excel.png);
}
a.unit_btn.type_icon.icon_word::after {
  background-image: url(../img/icon/icon-word.png);
}

a.unit_btn.type_icon.btn_green.icon_blank::after {
  background-image: url(../img/icon/icon-blank_w.png);
}
a.unit_btn.type_icon.btn_green.icon_pdf::after {
  background-image: url(../img/icon/icon-pdf_w.png);
}
a.unit_btn.type_icon.btn_green.icon_excel::after {
  background-image: url(../img/icon/icon-excel_w.png);
}
a.unit_btn.type_icon.btn_green.icon_word::after {
  background-image: url(../img/icon/icon-word_w.png);
}

/* ----------------------------------------
   バナーリンク
---------------------------------------- */
a.unit_banner_inner {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  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;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.unit_banner_inner::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.unit_banner_inner:hover {
  opacity: 0.7;
}
a.unit_banner_inner:hover::after {
  right: 25px;
}

.unit_banner_thumb {
  width: 25%;
  height: 200px;
}

.unit_banner_txt {
  width: 75%;
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.3;
  padding: 30px 50px 30px 30px;
}

@media screen and (max-width: 767px) {
  a.unit_banner_inner::after {
    width: 10px;
    height: 10px;
    right: 20px;
    top: calc(50% - 5px);
  }
  a.unit_banner_inner:hover::after {
    right: 15px;
  }
  .unit_banner_thumb {
    height: 120px;
  }
  .unit_banner_txt {
    font-size: 1.8rem;
    padding: 15px 30px 15px 15px;
  }
}
/* ----------------------------------------
   バナー写真1枚
---------------------------------------- */
a.unit_banner_photo {
  display: block;
  width: 100%;
  height: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.unit_banner_photo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  a.unit_banner_photo {
    height: 150px;
  }
}
/* ----------------------------------------
   GoogleMap
---------------------------------------- */
.unit_googlemap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.unit_googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------
   Youtube
---------------------------------------- */
.unit_movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.unit_movie .unit_text {
  margin-top: 1em;
}

/* ----------------------------------------
   ムービー 複数列
---------------------------------------- */
.unit_movie_2col {
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.unit_movie_2col .unit_movie_inner {
  width: 48%;
  margin-top: 30px;
}
.unit_movie_2col .unit_movie_inner:first-child,
.unit_movie_2col .unit_movie_inner:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .unit_movie_2col {
    display: block;
  }
  .unit_movie_2col .unit_movie_inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .unit_movie_2col .unit_movie_inner:nth-child(2) {
    margin-top: 30px;
  }
}
.unit_movie_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.unit_movie_3col .unit_movie_inner {
  width: 32%;
  margin-right: 2%;
  margin-top: 30px;
}

.unit_movie_3col .unit_movie_inner:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .unit_movie_3col {
    display: block;
  }
  .unit_movie_3col .unit_movie_inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .unit_movie_3col .unit_movie_inner:nth-child(3n) {
    margin-right: 0;
  }
}
.unit_main_block .unit_movie_inner {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .unit_main_block .unit_movie_inner {
    width: 100%;
  }
}
/* ----------------------------------------
   一覧パーツ
---------------------------------------- */
a.unit_archive_link {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.unit_archive_link:hover {
  color: #495732;
  opacity: 0.7;
}
a.unit_archive_link h3,
a.unit_archive_link p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.unit_archive_thumb {
  margin-bottom: 1em;
}
.unit_archive_thumb img {
  aspect-ratio: 16/9;
}

.unit_archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.unit_archive_link.big {
  grid-column: 1/3;
}
.unit_archive_link.big img {
  aspect-ratio: 16/9;
}

.unit_archive_thumb img {
  aspect-ratio: 3/2;
}

@media screen and (max-width: 767px) {
  .unit_archive_link.big {
    grid-column: auto;
  }
  .unit_archive_link.big img {
    aspect-ratio: 3/2;
  }
  .unit_archive {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/*# sourceMappingURL=import.css.map */