@charset "UTF-8";
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 0.2em;
}

h1,
.h1 {
  font-size: 3.8rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.6rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
.local_Container {
  position: relative;
}

.local_Container_inner {
  text-align: left;
  position: relative;
}

.hide_overflow {
  overflow: hidden;
}

.cont_width_static {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_padding_both {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.cont_padding_both_mini {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.cont_padding_top {
  padding-top: 30px;
}

.cont_padding_bottom {
  padding-top: 0px;
  padding-bottom: 60px;
}

.cont_width_static_mobile_fit {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
}

.cont_overflow {
  overflow: hidden;
}

.white_bg_box {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.white_bg_box .entry_table {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.white_box_twin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.white_box_twin .white_bg_box {
  width: 46%;
}

.content_box {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.content_box_pad {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.wh_box {
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.wh_box_heaader img {
  width: 100%;
}

.wh_box_inner {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .white_bg_box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .white_box_twin {
    display: block;
  }
  .white_box_twin .white_bg_box {
    width: auto;
  }
}
.cont_color_gray {
  background-color: #F5f5f5;
  background-color: #fff;
}

.cont_color_white {
  background-color: #F1EEE6;
}

.cont_color_blue {
  background-color: #1CA2DB;
}

.idx_bg_brown {
  background-color: #EEEAE2;
}

@media screen and (max-width: 767px) {
  .cont_mobile_color_white {
    background-color: #F1EEE6;
  }
}
.cont_flex_col2 {
  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: 30px;
}
.cont_flex_col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cont_flex_col2_inner {
  width: 48%;
}
.cont_flex_col2_inner h3 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 2.2rem;
}

.cont_flex_col2_img {
  width: 100%;
  aspect-ratio: 3/2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.unit_border_box .cont_flex_col2 {
  margin-bottom: 0;
}

.inner_col2_main {
  width: 600px;
  overflow: hidden;
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 6px;
}

.col2_main_body {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.inner_col2_side {
  width: 360px;
  border-bottom: 1px #A8A7A7 solid;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.inner_col2_twin {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .cont_flex_col2 {
    display: block;
    margin-bottom: 20px;
  }
  .cont_flex_col2_inner {
    width: 100%;
  }
  .cont_flex_col2_inner:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cont_width_static {
    max-width: 100%;
  }
  .cont_width_static_mobile_fit {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 0px;
  }
  .inner_col2_twin {
    width: 100%;
  }
  .inner_col2_main {
    width: 100%;
    border: 0px;
    border-radius: 0px;
  }
  .inner_col2_side {
    width: 100%;
  }
  .col2_main_body {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .cont_padding_both {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cont_padding_bottom {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cont_padding_both_mini {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content_box {
    margin-left: 16px;
    margin-right: 16px;
  }
  .content_box_pad {
    width: auto;
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2rem;
}

th,
td {
  padding: 0.5rem;
  border: 1px solid #bbb;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
ol,
ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  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;
}

.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

.help_popup {
  width: 16px;
  height: 16px;
  margin: 8px;
  position: relative;
}

.help_txt {
  position: absolute;
  right: 16px;
  top: -60px;
  width: 200px;
  height: auto;
  display: none;
  background-color: #fff;
  border: #bbb 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.help_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px #bbb solid;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4px;
  cursor: pointer;
  background-color: #fff;
}

.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 4rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp_content {
    display: none;
  }
}
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 {
  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;
  }
}
.imagemap_responcive {
  margin-bottom: 20px;
}
.imagemap_responcive img {
  width: 100%;
  height: auto;
}

:root {
  --innerheight: 100vh;
}

.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

body {
  /*color: #676767;*/
  color: #8D8171;
  background-color: #F1EEE6;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

main {
  display: block;
  padding-top: 129px;
  padding-bottom: 0px;
  background-color: #F1EEE6;
  position: relative;
}

.Index main {
  padding-top: 129px;
}

@media screen and (max-width: 1024px) {
  main,
  .Index main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .Index main {
    padding-top: 60px;
  }
}
.sp_header {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_header {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    text-align: left;
    background-color: #fff;
    background-color: #1CA2DB;
    -webkit-box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    /*	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;*/
  }
  h1 {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    padding-left: 8px;
    padding-top: 6px;
  }
  .sp_header_logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    padding-top: 8px;
    padding-left: 8px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 75%;
  }
  .sp_header_logo img {
    width: auto;
    height: 24px;
  }
  .sp_menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1CA2DB;
  }
  .sp_menu_btn_inner {
    display: table-cell;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #1CA2DB;
  }
  .menu_btn_elm,
  .menu_btn_elm::before,
  .menu_btn_elm::after {
    line-height: 0;
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .menu_btn_elm {
    margin: 0 auto;
    position: relative;
  }
  .menu_btn_elm::before,
  .menu_btn_elm::after {
    position: absolute;
    content: "";
    left: 0;
  }
  .menu_btn_elm::before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .menu_btn_elm::after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .navi_active .menu_btn_elm {
    background-color: #1CA2DB;
  }
  .navi_active .menu_btn_elm::before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navi_active .menu_btn_elm::after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.non_scroll {
  height: 100%;
  overflow: hidden;
}

.mobile_navi_bg {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  height: 100vh;
}

.navi_bg_hide {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.mobile_navi {
  width: 80%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 910;
  text-align: left;
  overflow: scroll;
  background-color: transparent;
  height: 100vh;
}

@media screen and (max-width: 600px) {
  .mobile_navi {
    width: 100%;
  }
}
.mobile_navi.navi_hide {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  visibility: hidden;
  overflow: hidden;
  opacity: 0.8;
}

.mobile_navi_inner {
  padding: 80px 0;
  min-height: calc(var(--innerheight) * 100 - 0px);
  background-color: rgb(255, 255, 255);
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  position: relative;
}

.mn_link {
  list-style-type: none;
  position: relative;
  background-color: #fff;
  margin: 30px;
  padding-left: 0;
}

.mn_item {
  margin: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mn_item .dropdown_list {
  background-color: #fff;
  margin-left: 2em;
}
.mn_item .dropdown_list.open .dropdown_item a {
  color: #000;
  width: auto;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
}

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

.mobile_navi .header_contact {
  margin: 30px;
}
.mobile_navi .header_contact a {
  padding: 1em 2em;
}

.btn_plus {
  width: 50%;
  height: 1em;
  padding: 1em;
  cursor: pointer;
}
.btn_plus span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 22px;
  right: 1em;
}
.btn_plus span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn_plus.clicked span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_plus.clicked span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

a.spNavi_link {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 1em;
}
a.spNavi_link:hover {
  text-decoration: none;
}

.dropdown_list.open {
  overflow: visible;
  padding: 0.5em;
}
.dropdown_list.open .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
}

.mobile_navi_slide {
  visibility: visible;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mm_btn {
  padding-top: 10px;
}
.mm_btn a {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
  width: 80%;
  padding-left: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  background-color: #1CA2DB;
  color: #fff;
  text-decoration: none;
  line-height: 2.5;
}
.mm_btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* PC */
.lang {
  position: relative;
}

.lang_btn {
  background: #0A76A3;
  width: 45px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}

.lang_btn::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/en/lang.png") no-repeat center/contain;
}

.lang_btn:hover {
  opacity: 0.8;
}

.lang_select {
  list-style: none;
  width: 120px;
  background: #0A76A3;
  padding: 20px 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lang_select.show {
  opacity: 1;
  visibility: visible;
}

.lang_select li + li {
  margin-top: 0.5em;
}

.lang_select a {
  color: #fff;
}

.lang_select a:hover {
  color: #DAC951;
}

/* SP */
.lang_select_sp {
  list-style: none;
  margin: 0;
}

.lang_select_sp li {
  margin: 0 0 10px 0;
  text-align: center;
}

.lang_select_sp li a {
  color: #000;
  display: block;
  width: 100px;
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #000;
}

.lang_select_sp li a:hover,
.lang_select_sp li.active a {
  color: #fff;
  background: #000;
  text-decoration: none;
}

header {
  width: 100%;
  background-color: #1CA2DB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  -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);
}

.header_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header_inner_v2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header_navi_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
}
.globalHeader {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.globalHeader h1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_logo {
  margin-right: 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo img {
  width: 200px;
}

.sns_btn {
  margin-right: 12px;
}
.sns_btn img {
  width: 32px;
  height: auto;
}

.header_inner_v2 .globalHeader {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 72px;
}
.header_inner_v2 .globalHeader h1 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
}
.header_inner_v2 .header_logo {
  margin-right: 40px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_inner_v2 .header_logo img {
  width: 280px;
}

.header_contact a {
  display: block;
  color: #fff;
  background-color: #85AA5A;
  border: 2px solid #fff;
  padding: 0.5em 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_contact a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .header_inner_v2 .globalHeader h1 {
    font-size: 14px;
    line-height: 1.3;
    padding-right: 15px;
  }
}
.globalNavi {
  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;
}

.globalNavi a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 40px;
  padding-top: 8px;
  border-right: #fff 1px solid;
}

.globalNavi a:nth-child(8) {
  border-right: 0;
}

.globalNavi a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DAC951;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.globalNavi a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.globalNavi a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.globalNavi_v2_wrap {
  width: 100%;
  background-color: #0c89be;
  padding: 12px;
}

.globalNavi_v2 {
  list-style-type: none;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.globalNavi_v2 li {
  margin-bottom: 0;
}
.globalNavi_v2 .globalNavi_link {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-right: #fff 1px solid;
  padding: 0.5em 1.5em;
  position: relative;
}
.globalNavi_v2 .globalNavi_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DAC951;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.globalNavi_v2 .globalNavi_link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.globalNavi_v2 .globalNavi_link.active::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
  .globalNavi_v2_wrap {
    padding: 12px 0;
  }
  .globalNavi_v2 .globalNavi_link {
    padding: 0.5em 1em;
    font-size: 12px;
  }
}
.globalNavi_v2_item:last-child .globalNavi_link {
  border-right: none;
}

.dropdown_list {
  list-style-type: none;
  background-color: #0c89be;
  margin: 0;
  padding: 0 0.5em;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown_item {
  margin: 0;
}

.dropdown_item a {
  display: block;
  width: 160px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 0 1em;
  border-bottom: none;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropdown_item a:hover {
  color: #DAC951;
}

.globalNavi_v2_item.gnav01 {
  position: relative;
}
.globalNavi_v2_item.gnav01 .dropdown_list {
  position: absolute;
  top: 45px;
  left: 0;
}

.globalNavi_v2_item.gnav01:hover .dropdown_list {
  overflow: visible;
  padding: 0.5em;
}
.globalNavi_v2_item.gnav01:hover .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
  border-right: none;
}

.globalNavi_v2_item.gnav02 {
  position: relative;
}
.globalNavi_v2_item.gnav02 .dropdown_list {
  position: absolute;
  top: 39px;
  left: 0;
}

.globalNavi_v2_item.gnav02:hover .dropdown_list {
  overflow: visible;
  padding: 0.5em;
}
.globalNavi_v2_item.gnav02:hover .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
}

.globalNavi_v2_item.gnav04 {
  position: relative;
}
.globalNavi_v2_item.gnav04 .dropdown_list {
  position: absolute;
  top: 39px;
  left: 0;
}

.globalNavi_v2_item.gnav04:hover .dropdown_list {
  overflow: visible;
  padding: 0.5em;
}
.globalNavi_v2_item.gnav04:hover .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
}

.globalNavi_v2_item.gnav06 {
  position: relative;
}
.globalNavi_v2_item.gnav06 .dropdown_list {
  position: absolute;
  top: 39px;
  left: 0;
}

.globalNavi_v2_item.gnav06:hover .dropdown_list {
  overflow: visible;
  padding: 0.5em;
}
.globalNavi_v2_item.gnav06:hover .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
}

.globalNavi_v2_item.gnav07 {
  position: relative;
}
.globalNavi_v2_item.gnav07 .dropdown_list {
  position: absolute;
  top: 39px;
  left: 0;
}

.globalNavi_v2_item.gnav07:hover .dropdown_list {
  overflow: visible;
  padding: 0.5em;
}
.globalNavi_v2_item.gnav07:hover .dropdown_item a {
  height: auto;
  padding: 0.7em 1em;
  border-bottom: #fff 1px solid;
}

span.icon01::before {
  background-image: url(../img/page_module/icon/icon_genre_01.png);
}

span.icon02::before {
  background-image: url(../img/page_module/icon/icon_genre_02.png);
}

span.icon03::before {
  background-image: url(../img/page_module/icon/icon_genre_03.png);
}

span.icon04::before {
  background-image: url(../img/page_module/icon/icon_genre_04.png);
}

span.icon05::before {
  background-image: url(../img/page_module/icon/icon_genre_05.png);
}

span.icon06::before {
  background-image: url(../img/page_module/icon/icon_genre_06.png);
}

footer {
  background-color: #1CA2DB;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.scroll_up_btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px #A8A7A7 solid;
  background-color: #fff;
  position: absolute;
  right: 40px;
  top: -25px;
  cursor: pointer;
}
.scroll_up_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px #A8A7A7 solid;
  border-top: 1px #A8A7A7 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 23px;
  left: 20px;
}

.footer_inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  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;
  padding-top: 40px;
  position: relative;
}

.footer_inner a {
  color: #fff;
}

.footer_company {
  width: 30%;
  margin-right: 30px;
  color: #fff;
  padding-left: 28px;
}
.footer_company h3 {
  font-size: 2rem;
  margin-bottom: 0.3em;
}
.footer_company p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.footer_icon_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_icon_group .sns_btn {
  margin: 0 16px 0 0;
}
.footer_icon_group .sns_btn:hover {
  opacity: 0.7;
}

.footer_spaser {
  font-size: 1.4rem;
  width: 475px;
  height: 2px;
}

.footer_navi {
  width: 30%;
  font-size: 1.4rem;
  border-left: 1px #fff solid;
}
.footer_navi ul {
  margin: 0;
  padding-left: 2em;
}
.footer_navi li {
  margin: 0;
  list-style: none;
  margin-bottom: 10px;
}

.footer_copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 40px;
  color: #fff;
}

.sp_footer {
  display: none;
}

.fixced_tel_group {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
  .sp_footer {
    background-color: #1CA2DB;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  a.footer_sub_btn {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: left;
    width: 80%;
    padding-left: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  a.footer_sub_btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .footer_icon_group_sp {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .footer_icon_group_sp .footer_icon_group_sp_inner {
    width: 90%;
    max-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_icon_group_sp .sns_btn {
    width: 40px;
    margin-right: 20px;
  }
  .footer_icon_group_sp .sns_btn img {
    width: 40px;
    height: auto;
  }
  .footer_logo1 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_logo1 img {
    width: 60%;
    height: auto;
  }
  .footer_logo2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_logo2 img {
    width: 60%;
    height: auto;
  }
  .sp_copyright {
    color: #8D8171;
    font-size: 12px;
    line-height: 1.1;
    padding-top: 6px;
    color: #fff;
  }
}
.page_header_visual {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
}

@media screen and (min-width: 1600px) {
  .page_header_visual {
    background-size: cover;
  }
}
.page_header_visual h1 {
  text-shadow: 0px 0px 4px #1B1B1A;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .page_header_visual {
    height: 70px;
    background-color: #1CA2DB;
  }
  .page_header_visual h1 {
    font-size: 23px;
  }
}
/* ----------------------------------------
   ページヘッダー
---------------------------------------- */
.page_header {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header h1 {
  width: 100%;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .page_header {
    width: 100%;
    height: 50px;
  }
  .page_header h1 {
    font-size: 1.6rem;
  }
}
.page_sub_header {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 3%;
  border-bottom: #8D8171 1px solid;
}
.page_sub_header h2 {
  color: #8D8171;
  width: 100%;
  text-align: center;
  margin: 0.2em auto;
  font-size: 30px;
}
.page_sub_header p {
  max-width: 1000px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin: 1em auto 0;
}
.page_sub_header.type_entry h2 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page_sub_header_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#activity_header.page_sub_header {
  border: none;
}

@media screen and (max-width: 767px) {
  .page_sub_header {
    padding: 12px 3%;
  }
  .page_sub_header h2 {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
  }
  .page_sub_header p {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .page_sub_header.type_entry h2 {
    width: 100%;
  }
}
.information {
  color: #000;
  background-color: #E8E2D1;
  font-weight: bold;
  padding: 20px 10px;
}

.information_date {
  font-size: 16px;
  margin: 0;
  text-align: left;
}

.information_txt {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .information_txt {
    margin-top: 10px;
    font-weight: normal;
  }
}
.page_date_header {
  padding-bottom: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_date_header dl {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.page_date_header dt {
  text-align: center;
}
.page_date_header dd {
  margin: 0;
  white-space: nowrap;
}

.page_date_header_label {
  color: #fff;
  background-color: #8D8171;
  padding: 5px 15px;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .page_date_header {
    display: block;
  }
  .page_date_header dl {
    width: 100%;
    font-size: 1.4rem;
  }
  .page_date_header dl + dl {
    margin-top: 10px;
  }
  .page_date_header dt {
    min-width: 4em;
  }
}
.index_tab_group {
  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;
  border: #8D8171 1px solid;
  background-color: #FDFAF4;
  position: relative;
  margin-bottom: 40px;
}
.index_tab_group a {
  display: block;
  padding: 0.8em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #8D8171;
  text-decoration: none;
  position: relative;
  border-right: 1px #8D8171 solid;
}
.index_tab_group a:last-child {
  border-right: none;
}
.index_tab_group a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #DAC951;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.index_tab_group a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.index_tab_group a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.tab_type_gallery {
  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;
}
.tab_type_gallery a {
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .index_tab_group {
    margin-bottom: 20px;
  }
  .index_tab_group.view_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 0;
    border-top: #1CA2DB 1px solid;
    border-left: #1CA2DB 1px solid;
  }
  .index_tab_group.view_all a:nth-child(1) {
    border-left: 0;
  }
  .index_tab_group a {
    width: 33%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 1.2rem;
    border-right: 1px #8D8171 solid;
  }
  .tab_type_gallery {
    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;
  }
  .tab_type_gallery a {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.page_back_link {
  width: 100%;
  padding: 30px 0;
}
.page_back_link a {
  width: 100%;
  display: block;
  background-color: #8D8171;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 3;
}

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

a.btn_yoyaku_my_page {
  display: inline-block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

a.btn_yoyaku_my_page_permalink {
  display: block;
  width: auto;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 1px solid #707070;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px 1em;
  line-height: 1.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.btn_yoyaku_my_page_permalink:hover {
  opacity: 0.7;
}

/* ----------------------------------------
   PageNation
---------------------------------------- */
.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;
}
.PageNation a {
  text-decoration: none;
  color: #bbb;
}

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;
  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: -6px;
  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: -6px;
  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 {
  color: #0c89be;
  font-weight: bold;
}

.genre_index_navi {
  background-color: #FDFAF4;
  position: relative;
  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;
  height: 55px;
  border-top: #8D8171 1px solid;
  border-left: #8D8171 1px solid;
  margin-bottom: 16px;
}

.genre_index_navi a {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.2;
  color: #8D8171;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 55px;
  border-right: #8D8171 1px solid;
  border-bottom: #8D8171 1px solid;
  font-size: 16px;
  line-height: 55px;
}
.genre_index_navi a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DAC951;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.genre_index_navi a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.genre_index_navi a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .genre_index_navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .genre_index_navi a {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 2.5;
    color: #8D8171;
    font-size: 12px;
    height: auto;
    padding-top: 0px;
  }
}
.search_Panel {
  width: 100%;
  background-color: #fff;
  text-align: left;
}

.search_Panel_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.sp_genre_Panel {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_Panel {
    display: none;
    width: 100vw;
    height: calc(var(--innerheight) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    overflow-y: scroll;
  }
  .search_Panel_inner {
    padding-top: 0;
    width: 100%;
    min-height: calc(var(--innerheight) * 100);
  }
  .sp_genre_Panel {
    display: none;
    width: 100vw;
    height: calc(var(--innerheight) * 100);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1350;
    overflow-y: scroll;
    background-color: #fff;
  }
  .sp_genre_Panel_inne {
    padding-top: 0;
    width: 100%;
    min-height: calc(var(--innerheight) * 100);
  }
  .sp_genre_icons_header {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: left;
  }
  .sp_genre_icons_header h3 {
    font-size: 1.4rem;
  }
  .sp_genre_icons {
    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;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sp_genre_icons a {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 2%;
    color: #000;
    text-decoration: none;
  }
  .sp_genre_icons a p {
    font-size: 1.2px;
    text-align: center;
  }
  .sp_genre_icons a:nth-child(3n) {
    margin-right: 0;
  }
  .sp_genre_icons .sp_genre_link {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    border: 1px #A8A7A7 solid;
    margin-bottom: 6px;
  }
  .sp_genre_icons .sp_genre_link_inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
  .sp_genre_icons span.icon01 {
    background-image: url(../img/page_module/icon/icon_genre_01.png);
  }
  .sp_genre_icons span.icon02 {
    background-image: url(../img/page_module/icon/icon_genre_02.png);
  }
  .sp_genre_icons span.icon03 {
    background-image: url(../img/page_module/icon/icon_genre_03.png);
  }
  .sp_genre_icons span.icon04 {
    background-image: url(../img/page_module/icon/icon_genre_04.png);
  }
  .sp_genre_icons span.icon05 {
    background-image: url(../img/page_module/icon/icon_genre_05.png);
  }
  .sp_genre_icons span.icon06 {
    background-image: url(../img/page_module/icon/icon_genre_06.png);
  }
}
.search_tab_content {
  display: none;
}

.search_tab_content_inner {
  background-color: #F4F7F4;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search_tab_content_inner h3 {
  font-size: 1.8rem;
  color: #8D8171;
}

.spot_category_list {
  display: none;
}

.category_gropup .active {
  display: block;
}

.btn_group {
  padding-top: 80px;
}
.btn_group input {
  border: 0;
  outline: 0;
  background-color: #85AA5A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 70px;
  width: 260px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_group input:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .category_gropup {
    border-bottom: #8D8171 1px solid;
    padding-bottom: 16px;
  }
  .area_group {
    padding-top: 16px;
    border-bottom: #8D8171 1px solid;
    padding-bottom: 16px;
  }
  .btn_group input {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 40px;
    width: 100vw;
    border-radius: 0px;
    z-index: 1160;
  }
}
.sp_search_header {
  display: none;
}

.sp_footer_fixced_search {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_footer_fixced_search {
    display: block;
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F6EDD9;
    color: #8D8171;
    font-size: 1.4rem;
    height: 40px;
    z-index: 1140;
    border-top: 1px #8D8171 solid;
  }
  .sp_footer_search_btn {
    width: 50%;
    border-left: 1px #8D8171 solid;
    text-align: center;
    line-height: 40px;
  }
  .sp_footer_search_btn:nth-child(1) {
    border-left: 1px #F6EDD9 solid;
  }
  .sp_footer_search_btn a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: #8D8171;
  }
  .search_tab_content {
    display: block;
  }
  .search_tab_content_inner {
    display: block;
  }
  .search_tab_group {
    display: none;
  }
  .sp_search_header {
    display: block;
    background-color: #fff;
  }
  .sp_search_header_logo {
    padding-left: 8px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sp_search_header_logo img {
    height: 50px;
    width: auto;
  }
  .sp_close_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    z-index: 500;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
  }
  .sp_close_btn_elm,
  .sp_close_btn_elm::before,
  .sp_close_btn_elm::after {
    line-height: 0;
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
  }
  .sp_close_btn_elm {
    margin: 0 auto;
    position: relative;
    background-color: #000;
  }
  .sp_close_btn_elm::before {
    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .sp_close_btn_elm::after {
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sp_close_btn_elm::before,
  .sp_close_btn_elm::after {
    position: absolute;
    content: "";
    left: 0;
  }
  .search_select_group {
    padding: 20px;
  }
  .search_select_group h3 {
    font-size: 1.4rem;
  }
}
.content_hidden {
  margin-bottom: 40px;
}

.search_tab_group {
  border-top: #8D8171 1px solid;
  border-bottom: #8D8171 1px solid;
  background-color: #F1EFEB;
  position: relative;
  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;
  height: 55px;
  border-left: #8D8171 1px solid;
}

@media screen and (max-width: 767px) {
  .search_tab_group {
    display: none;
  }
}
.search_tab_group a {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.2;
  color: #8D8171;
  font-size: 14px;
  position: relative;
  display: block;
  text-decoration: none;
  height: 55px;
  padding-top: 20px;
  -ms-flex: 1;
      flex: 1;
  border-right: #8D8171 1px solid;
  font-size: 16px;
  line-height: 1;
  padding-left: 30px;
}
.search_tab_group a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #527636;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.search_tab_group a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search_tab_group a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.search_tab_group a span {
  display: inline-block;
  position: relative;
}

.search_tab_group a span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.search_tab_group a span.icon01::before {
  background-image: url(../img/page_module/icon/icon_genre_01.png);
}

.search_tab_group a span.icon02::before {
  background-image: url(../img/page_module/icon/icon_genre_02.png);
}

.search_tab_group a span.icon03::before {
  background-image: url(../img/page_module/icon/icon_genre_03.png);
}

.search_tab_group a span.icon04::before {
  background-image: url(../img/page_module/icon/icon_genre_04.png);
}

.search_tab_group a span.icon05::before {
  background-image: url(../img/page_module/icon/icon_genre_05.png);
}

.search_tab_group a span.icon06::before {
  background-image: url(../img/page_module/icon/icon_genre_06.png);
}

.search_results_header {
  border-top: 1px #8D8171 solid;
  border-bottom: 1px #8D8171 solid;
}

.search_results_header_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px #8D8171 solid;
  border-right: 1px #8D8171 solid;
}

.search_results_category {
  color: #8D8171;
  font-size: 2rem;
  font-weight: bold;
  padding-right: 1em;
  border-right: 1px #8D8171 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_results_txt {
  padding-left: 1em;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search_results_number {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp_genre_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_results_header_inner {
    width: 100%;
    display: block;
    border-left: 0;
    border-right: 0;
  }
  .search_results_category {
    font-size: 1.6rem;
    border-right: 0;
  }
  .search_results_number {
    display: block;
  }
  .sp_genre_header {
    text-align: left;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
  }
  .sp_genre_header_icon span {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #8D8171;
  }
  .sp_genre_header_icon span::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.search_results_list {
  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;
}

.spot_idx_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

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

.spot_idx_box a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.spot_idx_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.spot_idx_box_thumb {
  width: 100%;
  position: relative;
  padding-top: 67%;
  overflow: hidden;
}

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

.spot_idx_box_txt {
  padding: 16px;
}

.spot_idx_box_txt h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #8D8171;
}

.spot_idx_box_txt p {
  margin-bottom: 0;
  line-height: 1.2;
}

.Index .spot_idx_box_txt h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Index .spot_idx_box_txt p {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spot_idx_box_category {
  padding: 14px;
  padding-top: 0px;
  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;
}

.spot_idx_box_icon {
  font-size: 12px;
  padding-left: 1em;
  padding-right: 1em;
  min-width: 5em;
  line-height: 2;
  background-color: #85AA5A;
  color: #fff;
  text-align: center;
  border-radius: 1em;
  margin-right: 8px;
  margin-bottom: 8px;
}

.spot_idx_box.view_next a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spot_idx_box.view_next a span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .search_results_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .spot_idx_box {
    width: 49%;
    margin-right: 0;
  }
  .spot_idx_box:nth-child(3n) {
    margin-right: 0;
  }
  .spot_idx_box:nth-child(2n) {
    margin-right: 0;
  }
  .spot_idx_box_txt {
    padding: 8px;
  }
  .spot_idx_box_category {
    padding: 8px;
  }
  .spot_idx_box_txt h3 {
    font-size: 14px;
  }
  .spot_idx_box_txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 499px) {
  .spot_idx_box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .spot_idx_box.view_next {
    display: none;
  }
}
.spot_detail_header {
  border-bottom: 1px #8D8171 solid;
}

.spot_detail_header_inner {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.spot_detail_header_inner h2 {
  font-size: 2.6rem;
  color: #8D8171;
  margin-bottom: 0;
}
.spot_detail_header_inner p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .spot_detail_header_inner {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .spot_detail_header_inner h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .spot_detail_header_inner p {
    font-size: 1.2rem;
  }
}
.box_border {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
}

.sppot_data_main {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
}

.sppot_data_main_ph {
  width: 630px;
  margin-right: 30px;
}

.sppot_phbox {
  position: relative;
  width: 100%;
  padding-top: 70.6%;
  overflow: hidden;
}
.sppot_phbox .sppot_phbox_inner {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sppot_data_main_txt {
  padding: 16px;
  padding-left: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sppot_data_main_txt .sppot_data_main_label table {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.sppot_data_main_txt .sppot_data_main_label table th {
  border: 0;
  background-color: #A8A7A7;
  color: #fff;
  text-align: center;
  width: 8em;
}
.sppot_data_main_txt .sppot_data_main_label table td {
  border: 0;
  padding-left: 1em;
}
.sppot_data_main_txt .sppot_data_main_label table tr {
  border-bottom: #fff 5px solid;
}

.sppot_data_main_txt .sppot_data_main_detail table {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.sppot_data_main_txt .sppot_data_main_detail table th {
  border: 0;
  width: 6em;
  vertical-align: top;
  padding: 0.8em;
}
.sppot_data_main_txt .sppot_data_main_detail table td {
  vertical-align: top;
  border: 0;
  padding: 0.8em;
}
.sppot_data_main_txt .sppot_data_main_detail table tr {
  border-bottom: #A8A7A7 1px solid;
}

.sp_tel_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sppot_data_main {
    display: block;
    margin-bottom: 16px;
  }
  .sppot_data_main_ph {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .sppot_data_main_txt {
    padding: 8px;
    padding-bottom: 0;
  }
  .sppot_data_main_txt .sppot_data_main_label table {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .sppot_data_main_txt .sppot_data_main_label table th {
    border: 0;
    background-color: #A8A7A7;
    color: #fff;
    text-align: center;
  }
  .sppot_data_main_txt .sppot_data_main_label table td {
    border: 0;
  }
  .sppot_data_main_txt .sppot_data_main_label table tr {
    border-bottom: #fff 5px solid;
  }
  .sppot_data_main_txt .sppot_data_main_detail table {
    margin-bottom: 0px;
    font-size: 1.2rem;
  }
  .sppot_data_main_txt .sppot_data_main_detail table th {
    border: 0;
    width: 6em;
    vertical-align: top;
    padding: 0.5em;
  }
  .sppot_data_main_txt .sppot_data_main_detail table td {
    vertical-align: top;
    border: 0;
    padding: 0.5em;
  }
  .sppot_data_main_txt .sppot_data_main_detail table tr {
    border-bottom: #A8A7A7 1px solid;
  }
  a.sp_tel_btn {
    display: block;
    margin-bottom: 16px;
    width: 100%;
    line-height: 40px;
    position: relative;
    background-color: #DDDDDD;
    text-align: center;
    color: #000;
  }
  a.sp_tel_btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 15px;
    margin-top: -15px;
    background-image: url(../img/page_module/icon/icon_tel_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
}
.spot_data_sub_group {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.spot_data_sub_group_inner {
  padding: 16px;
}

.spot_data_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.spot_data_sub_ph {
  width: 48%;
}

.spot_data_sub_txt {
  width: 48%;
}
.spot_data_sub_txt h3 {
  color: #8D8171;
  font-size: 2.2rem;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .spot_data_sub_group_inner {
    padding: 8px;
  }
  .spot_data_sub {
    display: block;
    margin-bottom: 16px;
  }
  .spot_data_sub_ph {
    width: 100%;
    margin-bottom: 10px;
  }
  .spot_data_sub_txt {
    width: 100%;
  }
  .spot_data_sub_txt h3 {
    font-size: 1.6rem;
  }
  .spot_data_sub_txt p {
    font-size: 1.2rem;
  }
}
.spot_data_table_group {
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
}

table.spot_data_table {
  border-top: 1px #A8A7A7 solid;
  line-height: 1.4;
  border-collapse: collapse;
}
table.spot_data_table th {
  border: 0;
  padding: 1em;
  width: 10em;
  background-color: #F1EEE6;
  padding-left: 2em;
  vertical-align: top;
}
table.spot_data_table td {
  border: 0;
  padding: 1em;
  padding-left: 2em;
  vertical-align: top;
}
table.spot_data_table tr {
  border-bottom: 1px #A8A7A7 solid;
}
table.spot_data_table .spot_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  table.spot_data_table {
    border-top: 1px #A8A7A7 solid;
    line-height: 1.4;
    font-size: 1.2rem;
  }
  table.spot_data_table th {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  table.spot_data_table td {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  table.spot_data_table tr {
    border-bottom: 1px #A8A7A7 solid;
  }
}
.spot_act_list {
  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;
}

.spot_act_box {
  width: 48%;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.spot_act_box a {
  color: #8D8171;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spot_act_box h3 {
  font-size: 2rem;
  margin-bottom: 0.1em;
}

.spot_act_box_thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.spot_act_box_thumb_inner {
  width: 130px;
}

.spot_act_box_txt {
  padding: 0.8em;
}

@media screen and (max-width: 767px) {
  .spot_act_list {
    display: block;
  }
  .spot_act_box {
    width: 100%;
    margin-bottom: 2%;
  }
  .spot_act_box h3 {
    font-size: 1.4rem;
    margin-bottom: 0.1em;
  }
  .spot_act_box p {
    font-size: 1.1rem;
    margin-bottom: 0.1em;
  }
  .spot_act_box_thumb_inner {
    width: 25vw;
  }
}
.detail_map {
  width: 100%;
  border: 1px #A8A7A7 solid;
  margin-bottom: 50px;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

.detail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile_map_link {
  margin-bottom: 30px;
}

.mobile_map_link a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 2.5;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #1CA2DB;
  text-decoration: none;
}

.mobile_map_link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/page_module/icon/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

.simple_header {
  background-color: #1CA2DB;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.simple_header_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.simple_header_logo {
  margin-right: 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.simple_header_logo img {
  width: 300px;
}

.simple_footer {
  border-top: 1px #bbb solid;
  padding-top: 20px;
  padding-bottom: 8px;
}

.simple_footer_copy {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .simple_header {
    background-color: #1CA2DB;
    width: 100%;
  }
  .simple_header_inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .simple_header_logo {
    margin-right: 0px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .simple_header_logo img {
    display: inline-block;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .simple_footer {
    border-top: 1px #bbb solid;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .simple_footer_copy {
    font-size: 10px;
  }
}
.redirect_message {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
.redirect_message h2 {
  font-weight: normal;
  font-size: 28px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .redirect_message {
    height: 70vh;
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .redirect_message h2 {
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
/* ----------------------------------------
   体験・ツアー一覧
---------------------------------------- */
.btn_container_login {
  width: 100%;
  text-align: center;
}
.btn_container_login a {
  display: inline-block;
  color: #8D8171;
  background-color: #FDFAF4;
  border: 1px solid #8D8171;
  border-radius: 4px;
  padding: 1em 2em;
}
.btn_container_login a:hover {
  text-decoration: none;
}

.activity_category {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 3px 10px;
  margin: 0 0.5em 0.5em 0;
}
.activity_category.taiken {
  background-color: #1CA2DB;
}
.activity_category.higaeri {
  background-color: #ec76a2;
}
.activity_category.tour {
  background-color: #85AA5A;
}
.activity_category.stay {
  background-color: #ee822e;
}

.gourme_tours_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-top: 20px;
}
.gourme_tours_list .gourme_tours_box {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4%;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.gourme_tours_list .gourme_tours_box .detail_link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 1em;
}
.gourme_tours_list .gourme_tours_box .detail_link a {
  position: relative;
  display: block;
  background-color: #8D8171;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
}
.gourme_tours_list .gourme_tours_box .detail_link a.icon_detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.gourme_tours_list .gourme_tours_box .detail_link a.icon_res {
  background-color: #EE822E;
}
.gourme_tours_list .gourme_tours_box .detail_link a.icon_res::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/page_module/icon/icon_yoyaku_wh.svg") no-repeat 100% 50%;
  background-size: contain;
  width: 23px;
  height: 23px;
}
.gourme_tours_list .gourme_tours_box .detail_link button.bokunButton {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  position: relative;
  display: block;
  background-color: #EE822E;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}
.gourme_tours_list .gourme_tours_box .detail_link button.bokunButton::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/page_module/icon/icon_yoyaku_wh.svg") no-repeat 100% 50%;
  background-size: contain;
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  .gourme_tours_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 20px;
  }
  .gourme_tours_list .gourme_tours_box .detail_link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 1em;
  }
  .gourme_tours_list .gourme_tours_box .detail_link a {
    position: relative;
    display: block;
    background-color: #8D8171;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border-radius: 6px;
  }
}
button.bokunButton {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  position: relative;
  display: block;
  background-color: #EE822E;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
}
button.bokunButton::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/page_module/icon/icon_yoyaku_wh.svg") no-repeat 100% 50%;
  background-size: contain;
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 767px) {
  button.icon_res {
    font-size: 1.8rem;
  }
}
.gourmet_results_list {
  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;
  padding-top: 20px;
}

.gourmet_view_box {
  width: 48%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4%;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.gourmet_view_box a {
  color: #8D8171;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
}
.gourmet_view_box .gourmet_view_box_label {
  position: absolute;
  top: -45px;
  left: -45px;
  width: 90px;
  height: 90px;
  background-color: #EE822E;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 9;
}
.gourmet_view_box .label_new {
  background-color: #EE822E;
}
.gourmet_view_box .label_new::after {
  content: "NEW";
  position: absolute;
  width: 90px;
  bottom: 4px;
  left: 0;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}
.gourmet_view_box .label_pop {
  background-color: #85AA5A;
}
.gourmet_view_box .label_pop::after {
  content: "人気！";
  position: absolute;
  width: 90px;
  bottom: 4px;
  left: 0;
  font-size: 14px;
  text-align: center;
  z-index: 10;
}

.gourmet_view_box_icon {
  margin-top: -30px;
  width: 100%;
  text-align: left;
  padding: 6px;
  margin-bottom: 20px;
}

.gourmet_view_box_thumb {
  width: 100%;
  aspect-ratio: 480/307;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.gourmet_view_box_thumb .gourmet_view_box_thumb_inner {
  display: none;
}
.gourmet_view_box_thumb .gourmet_view_box_icon {
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
  margin-bottom: 0px;
}

.icon_gourmet_or {
  display: inline-block;
  line-height: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 1em;
  background-color: #EE822E;
  color: #fff;
  font-size: 1.4rem;
}

.gourmet_view_box_txt_group {
  padding: 16px 16px 8px 16px;
}
.gourmet_view_box_txt_group h3 {
  font-size: 2rem;
  margin: 0 0 0.5em 0;
}

.spot_gourmet_list .gourmet_view_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spot_gourmet_list .gourmet_view_box .gourmet_view_box_label,
.spot_gourmet_list .gourmet_view_box .gourmet_view_box_icon {
  display: none;
}
.spot_gourmet_list .gourmet_view_box_thumb {
  width: 30%;
  height: auto;
}
.spot_gourmet_list .gourmet_view_box_txt_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gourmet_view_box_desc {
  font-size: 14px;
  border-top: 1px solid #8D8171;
  padding: 5px 0;
}
.gourmet_view_box_desc.act_price {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gourmet_results_list {
    display: block;
  }
  .gourmet_view_box {
    width: 100%;
  }
  .gourmet_view_box .gourmet_view_box_label,
  .gourmet_view_box .gourmet_view_box_icon {
    display: none;
  }
  .gourmet_view_box_txt_group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
  }
  .gourmet_view_box_txt_group h3 {
    font-size: 16px;
  }
  .gourmet_view_box_txt_group p {
    font-size: 1.2rem;
  }
  .gourmet_view_box_desc.act_price {
    font-size: 14px;
  }
  .gourmet_view_box_desc,
  .activity_category {
    font-size: 12px;
  }
}
.gourmet_data_main {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}
.gourmet_data_main .gourmet_view_box_label {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 120px;
  height: 120px;
  background-color: #EE822E;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 9;
}
.gourmet_data_main .label_new {
  background-color: #EE822E;
}
.gourmet_data_main .label_new::after {
  content: "NEW";
  position: absolute;
  width: 120px;
  bottom: 4px;
  left: 0;
  font-size: 18px;
  text-align: center;
  z-index: 10;
}
.gourmet_data_main .label_pop {
  background-color: #85AA5A;
}
.gourmet_data_main .label_pop::after {
  content: "人気！";
  position: absolute;
  width: 120px;
  bottom: 4px;
  left: 0;
  font-size: 18px;
  text-align: center;
  z-index: 10;
}

.gourmet_phbox {
  position: relative;
  padding-top: 64%;
  overflow: hidden;
}

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

.gourmet_data_main_txt {
  padding: 16px;
}
.gourmet_data_main_txt h3 {
  color: #8D8171;
  font-size: 2rem;
  margin-top: 0.3em;
}

.gourmet_online_shop_list {
  padding-bottom: 20px;
}

.gourmet_online_shop_box {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.gourmet_online_shop_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #8D8171;
  text-decoration: none;
}
.gourmet_online_shop_box .gourmet_online_shop_box_thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gourmet_online_shop_box .gourmet_online_shop_box_inner {
  width: 200px;
  height: 120px;
}
.gourmet_online_shop_box .gourmet_online_shop_box_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2em;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .gourmet_online_shop_box {
    margin-bottom: 10px;
  }
  .gourmet_online_shop_box .gourmet_online_shop_box_inner {
    width: 30vw;
    height: 20vw;
  }
  .gourmet_online_shop_box .gourmet_online_shop_box_txt {
    padding-left: 1em;
    font-size: 1.4rem;
  }
}
.two_img_btn {
  margin: 30px auto 20px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.two_img_btn a {
  color: #8D8171;
}

.two_img_link {
  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;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.two_img_link:hover, .two_img_link:visited {
  color: #8D8171;
  text-decoration: none;
}

.two_img_link:hover {
  opacity: 0.8;
}
.two_img_link:hover .two_img_link_txt::after {
  margin-right: -3px;
}

.two_img_link_inner {
  width: 45%;
  min-height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.two_img_link_thumb {
  width: 50%;
  aspect-ratio: 16/9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.two_img_link_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 55%;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: 25px;
  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;
}
.two_img_link_txt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #6E6250;
  border-right: 2px solid #6E6250;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.two_img_link_txt p {
  line-height: 1.5;
  margin: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
  .two_img_btn {
    max-width: 500px;
  }
  .two_img_link_inner {
    width: 100%;
    height: 100px;
    min-height: initial;
  }
  .two_img_link_txt {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 15px 10px 15px;
  }
  .two_img_link_txt::after {
    width: 8px;
    height: 8px;
  }
}
/* ----------------------------------------
   イベント/お知らせ 記事詳細
---------------------------------------- */
.event_photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.event_photos_img {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_photos_img:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

.img_caption {
  color: #8F8D8D;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
}

.entry_text_main {
  padding-bottom: 30px;
  line-height: 1.6;
}
.entry_text_main h3 {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .event_photos {
    gap: 10px;
  }
  .entry_text_main {
    padding-bottom: 20px;
  }
  .entry_text_main h3 {
    font-size: 2rem;
  }
}
.entry_related_group {
  padding-bottom: 30px;
}

.entry_related_box {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.entry_related_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8D8171;
  text-decoration: none;
}
.entry_related_box .entry_related_box_thumb_wrap {
  width: 30%;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry_related_box .entry_related_box_thumb {
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
  position: relative;
}
.entry_related_box .entry_related_box_thumb .entry_related_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.entry_related_box .entry_related_box_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.entry_related_box .entry_related_box_txt h3 {
  font-size: 2.2rem;
  margin-bottom: 0.3em;
}

.entry_related_box.activity_event {
  position: relative;
  margin: 30px 0 20px;
}
.entry_related_box.activity_event::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #6E6250;
  border-right: 2px solid #6E6250;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.entry_related_box.activity_event:hover::after {
  right: 1.8em;
}
.entry_related_box.activity_event .entry_related_box_thumb_wrap {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .entry_related_group {
    padding-bottom: 10px;
  }
  .entry_related_box {
    margin-bottom: 10px;
  }
  .entry_related_box .entry_related_box_thumb_wrap {
    width: 25%;
    margin-right: 20px;
  }
  .entry_related_box .entry_related_box_thumb {
    padding-top: 90%;
  }
  .entry_related_box .entry_related_box_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .entry_related_box .entry_related_box_txt h3 {
    font-size: 1.4rem;
    margin-right: 3em;
  }
  .entry_related_box .entry_related_box_txt p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .entry_related_box.activity_event::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
}
.activity_results_list {
  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;
}

.activity_view_box {
  width: 48%;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.activity_view_box a {
  color: #8D8171;
  text-decoration: none;
}

.activity_view_box_thumb_group {
  width: 100%;
}

.activity_view_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}

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

.activity_view_box_txt_group {
  padding: 10px;
}
.activity_view_box_txt_group h3 {
  font-size: 2rem;
  color: #8D8171;
  margin-bottom: 0.5em;
}

.activity_view_box_txt_price {
  border-top: #A8A7A7 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.activity_view_box_txt_date {
  border-top: #A8A7A7 1px solid;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.idx_activity_slider .activity_view_box {
  width: 48%;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.idx_activity_slider .activity_view_box a {
  color: #8D8171;
  text-decoration: none;
  display: block;
}
.idx_activity_slider .activity_view_box_thumb_group {
  width: 100%;
}
.idx_activity_slider .activity_view_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}
.idx_activity_slider .activity_view_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx_activity_slider .activity_view_box_txt_group {
  padding: 10px;
}
.idx_activity_slider .activity_view_box_txt_group h3 {
  font-size: 2rem;
  color: #8D8171;
  margin-bottom: 0.5em;
}
.idx_activity_slider .activity_view_box_txt_price {
  border-top: #A8A7A7 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.idx_activity_slider .activity_view_box_txt_date {
  border-top: #A8A7A7 1px solid;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.spot_activity_list .activity_view_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spot_activity_list .activity_view_box_thumb_group {
  width: 30%;
  height: auto;
}
.spot_activity_list .activity_view_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 102%;
  overflow: hidden;
}
.spot_activity_list .activity_view_box_txt_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .activity_results_list {
    display: block;
  }
  .activity_view_box {
    width: 100%;
  }
  .activity_view_box a {
    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;
  }
  .activity_view_box_thumb_group {
    width: auto;
    margin-right: 3%;
  }
  .activity_view_box_thumb {
    width: 25vw;
    padding-top: 100%;
  }
  .activity_view_box_txt_group {
    padding: 4px;
    padding-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .activity_view_box_txt_group h3 {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
  .activity_view_box_txt_price {
    font-size: 1.4rem;
  }
  .idx_activity_slider .activity_view_box_txt_group {
    padding: 4px;
  }
  .idx_activity_slider .activity_view_box_txt_group h3 {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
  .idx_activity_slider .activity_view_box_txt_price {
    font-size: 1.6rem;
  }
  .idx_activity_slider .activity_view_box_txt_date {
    font-size: 1.2rem;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
/* ----------------------------------------
   体験・ツアー詳細ページ
---------------------------------------- */
.page_sub_header_category {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.activity_main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.activity_main_left {
  width: 48%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.activity_main_right {
  width: 48%;
}
.activity_main_right h3 {
  margin-top: 0;
}

.activity_thumb_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .activity_main {
    width: auto;
    padding: 16px;
    margin-bottom: 20px;
    display: block;
  }
  .activity_main_left {
    width: 100%;
  }
  .activity_main_right {
    width: 100%;
    margin-top: 16px;
  }
}
.activity_main_price {
  font-size: 2.8rem;
  font-weight: bold;
  color: #8D8171;
  padding-bottom: 16px;
}
.activity_main_price span {
  font-size: 1.8rem;
}

.activity_main_table {
  margin-bottom: 20px;
}
.activity_main_table table {
  color: #8D8171;
  border-top: 1px #8D8171 solid;
  margin-bottom: 0;
  border-collapse: collapse;
}
.activity_main_table th {
  border: 0;
  width: 8em;
  padding: 0.8em 0;
}
.activity_main_table td {
  border: 0;
  padding: 0.8em 0;
}
.activity_main_table tr {
  border-bottom: 1px #8D8171 solid;
}

.additional {
  font-weight: bold;
  margin-bottom: 20px;
}
.additional p {
  margin: 0;
  margin-bottom: 5px;
}

a.btn_orange {
  display: block;
  color: #fff;
  background-color: #EE822E;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.btn_orange:hover {
  opacity: 0.8;
}

a.activity_main_btn.nolink {
  cursor: default;
}

@media screen and (max-width: 767px) {
  a.btn_orange {
    font-size: 1.8rem;
  }
}
.point_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
}
.point_box + .point_box {
  margin-top: 40px;
}
.point_box h3 {
  font-size: 2rem;
  margin-top: 0;
}
.point_box p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.point_box_img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
}

.point_box_type2 .point_box_txt {
  grid-column: 1/3;
}

@media screen and (max-width: 767px) {
  .point_box {
    gap: 20px;
  }
  .point_box + .point_box {
    margin-top: 30px;
  }
  .point_box {
    grid-template-columns: 1fr;
  }
  .point_box_type2 .point_box_txt {
    grid-column: 1/2;
  }
}
.entry_table {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.4);
}
.entry_table table {
  border-top: 1px #A8A7A7 solid;
  border-collapse: collapse;
  word-break: break-all;
}
.entry_table tr {
  border-bottom: 1px #A8A7A7 solid;
}
.entry_table th {
  border: 0;
  padding: 1em;
  width: 14em;
  vertical-align: top;
  background-color: #F1EEE6;
}
.entry_table td {
  border: 0;
  padding: 1em;
  vertical-align: top;
}

.entry_table .unit_btn {
  width: 70%;
  padding: 12px;
  margin-bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.entry_table_map .unit_btn {
  width: 40%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .entry_table th {
    font-weight: bold;
    display: block;
    width: auto;
    padding: 0.5em;
  }
  .entry_table td {
    display: block;
    padding: 0.5em;
  }
  .entry_table_map .unit_btn {
    width: 70%;
    margin-top: 10px;
  }
}
a.btn_back {
  color: #fff;
  background: #8D8171;
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px 0 0 8px;
  padding: 15px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.btn_back:hover {
  background: #6E6250;
}
a.btn_back:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a.btn_back {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.activity_main_ph {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

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

.activity_contents .activity_main_ph {
  aspect-ratio: 25/16;
  height: auto;
}
.activity_contents .activity_main_ph_inner {
  background-size: contain;
}

@media all and (-ms-high-contrast: none) {
  .activity_main_ph {
    min-height: 360px;
  }
  .activity_main_ph_inner {
    min-height: 360px;
  }
}
.activity_thumb_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.activity_thumb_box:nth-child(3n) {
  margin-right: 0;
}

.activity_thumb_box_thumb {
  width: 100%;
  padding-top: 69%;
  overflow: hidden;
  position: relative;
}

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

@media screen and (max-width: 767px) {
  a.activity_main_btn {
    font-size: 1.6rem;
  }
}
.act_schedule_list {
  padding-bottom: 30px;
}

.act_schedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.act_schedule_box_thumb_group {
  margin-right: 2em;
}

.act_schedule_box_thumb {
  width: 150px;
  padding-top: 120px;
  position: relative;
}

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

.act_schedule_box_time {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.act_schedule_box_place {
  padding-left: 2em;
  padding-right: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: #8D8171;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.act_schedule_box_txt {
  padding: 1em;
  border-left: #8D8171 1px solid;
  width: 50%;
}

.act_schedule_arrow {
  position: relative;
  width: 2px;
  height: 50px;
  background-color: #8D8171;
  margin-left: 280px;
}
.act_schedule_arrow::before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #8D8171;
  position: absolute;
  left: -6px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.act_schedule_arrow::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #8D8171;
  position: absolute;
  left: 6px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.act_pdf_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.act_pdf_col3 a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
  border: #707070 1px solid;
  border-radius: 6px;
  text-align: center;
  line-height: 2.5;
  color: #707070;
  text-decoration: none;
  position: relative;
}
.act_pdf_col3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: center center;
  background-image: url(../img/page_module/icon/icon_btn_wh_pdf.png);
}
.act_pdf_col3 a.type_blank::after {
  background-size: 26px auto;
  background-image: url(../img/page_module/icon/icon_btn_wh_blank.png);
}
.act_pdf_col3 a:nth-child(2n) {
  margin-left: 20px;
  margin-right: 20px;
}

a.act_pdf_center {
  margin-left: 20px;
  margin-right: 20px;
}

/*
.txt_icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -0.7em;
	width: 1.4em;
	height: 1.4em;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}


.icon_pdf:after {
	background-image: url(../img/def/css/svg/file-pdf.svg);
}
*/
@media screen and (max-width: 767px) {
  .act_schedule_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .act_schedule_box_thumb {
    width: 80px;
    padding-top: 80px;
    position: relative;
  }
  .act_schedule_box_place {
    font-size: 1.4rem;
  }
  .act_schedule_box_txt {
    width: 100%;
    border-left: 0;
    font-size: 1.2rem;
  }
  .act_schedule_arrow {
    width: 2px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .act_pdf_col3 {
    display: block;
  }
  .act_pdf_col3 a {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .act_pdf_col3 a:nth-child(2n) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.act_related_list {
  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;
}

.act_related_box {
  width: 48%;
  margin-bottom: 4%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  overflow: hidden;
}
.act_related_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #8D8171;
  text-decoration: none;
}

.act_related_box_thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.act_related_box_thumb_inner {
  width: 140px;
}

.act_related_box_txt {
  padding: 0.8em;
  padding-bottom: 0;
}
.act_related_box_txt h3 {
  font-size: 2rem;
  margin-bottom: 0.1em;
}
.act_related_box_txt p {
  color: #000;
  margin-bottom: 0.4em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .act_related_list {
    display: block;
  }
  .act_related_box {
    width: 100%;
  }
  .act_related_box_thumb_inner {
    width: 30vw;
  }
  .act_related_box_txt {
    padding: 0.8em;
    padding-bottom: 0;
  }
  .act_related_box_txt h3 {
    font-size: 1.4rem;
    margin-bottom: 0.1em;
  }
  .act_related_box_txt p {
    color: #000;
    margin-bottom: 0.1em;
    line-height: 1.2;
    font-size: 1.2rem;
  }
}
/* ----------------------------------------
   イベント一覧
---------------------------------------- */
.event_list_all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event_list_all_item {
  background-color: #fff;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.event_list_all_item a {
  color: #8D8171;
}
.event_list_all_item a:hover {
  text-decoration: none;
}
.event_list_all_item:hover {
  opacity: 0.75;
}

.event_list_all_thumb {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.event_list_all_txt {
  padding: 20px;
}
.event_list_all_txt h3 {
  margin: 0;
  font-size: 2rem;
}
.event_list_all_txt dl {
  margin-bottom: 0;
}

.event_list_all_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 8px 0;
  border-top: #A8A7A7 1px solid;
}
.event_list_all_detail dt {
  margin-right: 1em;
  white-space: nowrap;
}

.sec_festival {
  background-color: #E8E2D1;
}
.sec_festival h2 {
  text-align: center;
  color: #8D8171;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .event_list_all {
    grid-template-columns: 1fr;
  }
  .event_list_all_item {
    max-width: 450px;
    margin: 0 auto;
  }
  .event_list_all_thumb {
    aspect-ratio: 3/2;
  }
  .event_list_all_txt {
    padding: 15px;
  }
  .event_list_all_txt h3 {
    font-size: 16px;
  }
  .sec_festival h2 {
    font-size: 2.4rem;
  }
}
.spot_data_event_group .event_view_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.spot_data_event_group .event_view_box_thumb_group {
  width: 30%;
  margin-right: 0px;
}

.view_type_picup .event_view_box_thumb {
  padding-top: 55%;
}

.event_view_box_txt_group {
  padding: 10px;
}
.event_view_box_txt_group h3 {
  font-size: 2rem;
  color: #8D8171;
  margin-bottom: 0.5em;
}

.event_view_box a {
  text-decoration: none;
}
.event_view_box a .event_view_box_txt_group h3 {
  color: #8D8171;
}
.event_view_box a .event_view_box_txt_group .event_view_box_txt_flex {
  color: #000;
}

.spot_data_event_group {
  padding-bottom: 20px;
  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;
}
.spot_data_event_group .event_view_box {
  width: 48%;
  margin-bottom: 10px;
}
.spot_data_event_group .event_view_box h3 {
  font-size: 1.8rem;
}
.spot_data_event_group .event_view_box_txt_group {
  padding: 8px;
}

.spot_data_event_group .event_view_box_txt_group {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spot_data_event_group .event_view_box_txt_group .event_view_box_description {
  padding-top: 8px;
  border-top: #A8A7A7 1px solid;
}

.view_type_picup .event_view_box_txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: #A8A7A7 1px solid;
}
.view_type_picup .event_view_box_txt_flex dl {
  border-top: 0;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .spot_data_event_group {
    display: block;
  }
  .spot_data_event_group .event_view_box {
    width: 100%;
  }
  .event_view_box_thumb_group {
    width: auto;
    margin-right: 3%;
  }
  .event_view_box_thumb {
    width: 28vw;
    padding-top: 110%;
  }
  .view_type_picup .event_view_box_thumb {
    padding-top: 100%;
  }
  .event_view_box_txt_group {
    padding: 4px;
    padding-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .event_view_box_txt_group h3 {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
  .event_view_box_txt_flex dl {
    font-size: 1rem;
    padding-top: 3px;
    margin-bottom: 3px;
  }
  .spot_data_event_group .event_view_box_thumb_group {
    width: 28%;
    margin-right: 3%;
  }
  .spot_data_event_group .event_view_box h3 {
    font-size: 1.4rem;
  }
  .spot_data_event_group .event_view_box_txt_group {
    padding: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .spot_data_event_group .event_view_box_txt_group .event_view_box_description {
    display: none;
  }
  .view_type_picup .event_view_box_txt_flex {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 0;
  }
  .view_type_picup .event_view_box_txt_flex dl {
    border-top: #A8A7A7 1px solid;
    margin-right: 0;
  }
}
.Index .idx_news {
  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;
}
.Index .idx_news h2 {
  margin-top: 0;
}
.Index .idx_news .news_list_box {
  width: 48%;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.Index .idx_news .news_list_box .news_view_box {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 20px 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Index .idx_news .news_list_box .news_view_box:last-child a {
  border-bottom: 0;
}
.Index .idx_news .news_list_box .news_view_box:hover {
  background-color: rgba(230, 223, 213, 0.3);
}
.Index .idx_news .news_list_box .news_view_box:hover a {
  background-color: transparent;
}
.Index .idx_news .news_list_box .news_view_box a {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #8D8171;
}

.news_title_box {
  background-color: #1CA2DB;
  padding: 1em;
  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;
}
.news_title_box h2 {
  color: #fff;
  margin-bottom: 0;
}
.news_title_box .news_btn a {
  display: block;
  font-size: 14px;
  color: #8D8171;
  background-color: #fff;
  border: 1px solid #8D8171;
  border-radius: 2px;
  padding: 6px 30px 6px 15px;
  position: relative;
}
.news_title_box .news_btn a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8D8171;
  border-right: 1px solid #8D8171;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 1em;
}
.news_title_box .news_btn a:hover {
  text-decoration: none;
}

.news_list {
  list-style-type: none;
  background-color: #fff;
  margin: 0;
  padding-left: 0;
}

.idx_news_mid {
  margin-left: 70px;
  margin-right: 70px;
}

.idx_news {
  margin: 0 0 80px 0;
  padding-left: 0;
}
.idx_news .news_view_box {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.idx_news .news_view_box a {
  display: block;
  color: #6E6250;
  text-align: left;
  padding: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.idx_news .news_view_box a:hover {
  text-decoration: none;
  background-color: rgba(230, 223, 213, 0.3);
}
.idx_news .news_view_box_thumb_group {
  width: 10%;
}

.news_view_box_thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

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

.news_view_box_txt_group h3 {
  color: #8D8171;
  font-size: 2rem;
  margin-top: 0;
}
.news_view_box_txt_group .event_view_box_date {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .idx_news {
    padding: 0 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .Index .idx_news {
    margin-bottom: 0;
  }
  .Index .news_list_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .Index .idx_news .news_list_box {
    width: 100%;
  }
}
.news_results_list {
  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;
}

.news_view_box_thumb_group {
  width: 25%;
}

.news_view_box_thumb_group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news_results_list .news_view_box {
  margin-bottom: 2%;
  width: 48%;
}
.news_results_list .news_view_box_thumb_group {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .news_results_list {
    display: block;
  }
  .news_view_box {
    width: 100%;
  }
  .news_results_list .news_view_box {
    margin-bottom: 8px;
    width: 100%;
  }
  .news_results_list .news_view_box_thumb_group {
    width: 25%;
  }
  .news_view_box_txt_group h3 {
    font-size: 1.4rem;
  }
  .news_view_box_txt_group .event_view_box_date {
    font-size: 1rem;
  }
  .idx_news_mid {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.migoro_main {
  margin-bottom: 30px;
  border: #A8A7A7 1px solid;
}

.migoro_main_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.migoro_main_header_label {
  min-width: 12em;
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 2em;
  background-color: #F79CC7;
  color: #fff;
  line-height: 3;
  text-align: center;
}

.migoro_main_header_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.migoro_main_img img {
  width: 100%;
  height: auto;
}

.migoro_list {
  display: block;
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.migoro_left {
  width: 48%;
}

.migoro_right {
  width: 48%;
}

.migoro_list_box {
  width: 100%;
  border: #A8A7A7 1px solid;
  margin-bottom: 10px;
}

.migoro_list_bar {
  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;
  position: relative;
  cursor: pointer;
}

.migoro_list_bar:after {
  display: none;
}

.migoro_list_bar.active {
  background-color: #F5F2ED;
}

.migoro_list_num {
  width: 60px;
  line-height: 60px;
  border-right: #A8A7A7 1px solid;
  text-align: center;
  margin-right: 10px;
}

.migoro_list_icon {
  width: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 20px;
}

.migoro_list_icon img {
  width: 100%;
  height: auto;
}

.migoro_list_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.migoro_list_content {
  border: #A8A7A7 1px solid;
  padding: 20px;
  padding-top: 0px;
  background-color: #fff;
  display: none;
}
.migoro_list_content h4 {
  font-size: 1.8rem;
  color: #D44488;
  margin-bottom: 0.3em;
}

.migoro_list_show {
  display: block;
}

.migoro_list_content_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: #A8A7A7 1px solid;
  margin-bottom: 20px;
  background-color: #F5F2ED;
}

.migoro_list_content_header_num {
  width: 3em;
  border-right: #A8A7A7 1px solid;
  line-height: 65px;
  text-align: center;
}

.migoro_list_content_header_txt {
  padding-left: 1em;
}

.migoro_content_icon {
  margin-bottom: 15px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.migoro_icon_set {
  position: relative;
  border: #A8A7A7 1px solid;
  border-radius: 20px;
  height: 40px;
}

.migoro_icon_set img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -2px;
  top: -1px;
}

.migoro_icon_set h4 {
  padding-left: 50px;
  padding-right: 15px;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 14px;
  color: #000;
}

.migoro_content_icon img {
  vertical-align: middle;
}

.migoro_content_ph img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.migoro_update {
  margin-right: 2em;
}

.migoro_update {
  margin-bottom: 10px;
}

.migoro_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 15px;
}
.migoro_sns .sns_btn {
  width: 28px;
}

.migoro_btn {
  padding-top: 25px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .migoro_list {
    min-height: auto;
  }
  .migoro_left {
    width: 100%;
  }
  .migoro_right {
    display: none;
  }
  .migoro_list_content {
    display: none;
    width: 100%;
    border: 0;
    border-top: #A8A7A7 1px solid;
    position: relative;
    padding-top: 20px;
  }
  .migoro_list_content_header {
    display: none;
  }
  .migoro_list_bar:after {
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-right: 2px #000 solid;
    border-bottom: 2px #000 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .migoro_list_bar.active:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .migoro_content_icon {
    display: block;
  }
}
.faq_main {
  padding-bottom: 20px;
}

dl.faq_list {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 1px #A8A7A7 solid;
  margin-bottom: 50px;
}

dt.question {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  min-height: 40px;
  position: relative;
}
dt.question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #1CA2DB;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

dd.answer {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 50px;
  min-height: 40px;
  position: relative;
}
dd.answer::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  background-color: #85AA5A;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.new_faq_container .faq_layout {
  padding: 1em 0;
  border-bottom: 1px solid #B5B5B5;
}
.new_faq_container .faq_layout dt {
  color: #8D8171;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
}
.new_faq_container .faq_layout dt::before {
  content: "Q";
  color: #fff;
  background-color: #8D8171;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new_faq_container .faq_layout dd {
  color: #707070;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.7;
}
.new_faq_container .faq_layout dd::before {
  content: "A";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #707070;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  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-right: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .faq_main {
    padding-bottom: 10px;
  }
  dl.faq_list {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px #A8A7A7 solid;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  dt.question {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 40px;
    position: relative;
  }
  dt.question::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #1CA2DB;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  dd.answer {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 40px;
    min-height: 40px;
    position: relative;
  }
  dd.answer::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    background-color: #85AA5A;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
}
.photo_gallery_index {
  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;
  padding-bottom: 30px;
}

.photo_gallery_box {
  width: 32%;
  margin-right: 2%;
  border: 1px #A8A7A7 solid;
  margin-bottom: 2%;
  cursor: pointer;
}
.photo_gallery_box:nth-child(3n) {
  margin-right: 0;
}

.photo_gallery_box_thumb {
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
  position: relative;
}

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

.photo_gallery_box_caption {
  padding: 10px;
}

.gallery_overlay {
  width: 100%;
  height: calc(var(--innerheight) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery_overlay_inner {
  width: 100%;
  height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_window_wrap {
  width: 800px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px #A8A7A7 solid;
  position: relative;
}
.gallery_window_wrap::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gallery_window_wrap::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery_overlay_image_canvas {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  overflow: hidden;
}

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

.gallery_caption {
  padding-top: 20px;
  text-align: left;
}

.gallery_down {
  padding-top: 20px;
}
.gallery_down a {
  display: block;
  width: 300px;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  background-color: #1CA2DB;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery_overlay {
  display: none;
}

@media screen and (max-width: 767px) {
  .photo_gallery_index {
    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;
    padding-bottom: 10px;
  }
  .photo_gallery_box {
    width: 49%;
    margin-right: 0;
    border: 1px #A8A7A7 solid;
    margin-bottom: 2%;
    cursor: pointer;
  }
  .photo_gallery_box:nth-child(3n) {
    margin-right: 0;
  }
  .photo_gallery_box_caption {
    padding: 8px;
    font-size: 1.2rem;
  }
  .gallery_window_wrap {
    width: 90%;
    padding: 10px;
  }
  .gallery_caption {
    padding-top: 10px;
  }
  .gallery_down {
    padding-top: 10px;
  }
  .gallery_down a {
    font-size: 1.2rem;
    width: 100%;
    line-height: 2.5;
  }
}
.site_search_results_list {
  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;
}

.search_view_box {
  border: #8D8171 1px solid;
}
.search_view_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search_view_box_thumb_group {
  width: 25%;
}

.search_view_box_thumb_group {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.search_view_box {
  margin-bottom: 2%;
  width: 48%;
}

.search_view_box_thumb_group {
  width: 25%;
}

.search_view_box_thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

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

.search_view_box_txt_group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 10px;
}
.search_view_box_txt_group h3 {
  color: #8D8171;
  font-size: 2rem;
}
.search_view_box_txt_group .search_view_box_category {
  font-size: 1.4rem;
}

.site_search_header {
  padding-bottom: 20px;
}

.site_search_item {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

input[type=text].site_search_header_input {
  width: 75%;
  margin-right: 10px;
}

.site_search_header_btn {
  border: 0;
  outline: 0;
  background-color: #1CA2DB;
  color: #fff;
  line-height: 40px;
  width: 20%;
  text-align: center;
  border-radius: 6px;
}

.site_search_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: #A8A7A7 1px solid;
  border-bottom: #A8A7A7 1px solid;
  padding: 15px;
}

.site_search_result_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site_search_result_count {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .site_search_results_list {
    display: block;
  }
  .search_view_box {
    width: 100%;
  }
  .search_view_box {
    margin-bottom: 8px;
    width: 100%;
  }
  .search_view_box_thumb_group {
    width: 25%;
  }
  .search_view_box_txt_group h3 {
    font-size: 1.4rem;
  }
  .search_view_box_txt_group .search_view_box_category {
    font-size: 1rem;
  }
  .site_search_header {
    padding-bottom: 15px;
  }
  .site_search_item {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
  }
  input[type=text].site_search_header_input {
    width: 75%;
    margin-right: 0px;
  }
  .site_search_header_btn {
    line-height: 30px;
    width: 20%;
  }
  .site_search_result {
    display: block;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2rem;
  }
  .site_search_result_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .site_search_result_count {
    text-align: right;
  }
}
.spot_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #8D8171;
}
.spot_top_container h2 {
  text-align: center;
}

.spot_select_genre {
  width: 47%;
}

.select_list {
  list-style-type: none;
  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: 0;
  padding-left: 0;
}
.select_list li {
  width: 48%;
  margin-bottom: 16px;
}
.select_list a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #8D8171;
  background-color: #fff;
  border: 1px solid #8D8171;
  padding: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.select_list a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(110, 98, 80, 0.4);
}

.spot_select_area {
  width: 47%;
}
.spot_select_area .map_wrapper {
  border: 1px solid #8D8171;
  background-color: #fff;
}
.spot_select_area a.svg_link rect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.spot_select_area a.svg_link:hover {
  text-decoration: none;
}
.spot_select_area a.svg_link:hover rect {
  fill: #608c5e;
}
.spot_select_area a.svg_link:hover path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .spot_top_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spot_select_genre {
    width: 100%;
    margin-bottom: 30px;
  }
  .spot_select_area {
    width: 100%;
  }
}
.sub_header_search {
  background-color: #8D8171;
}

.sub_header_search .serch_btn {
  width: 35%;
  font-size: 16px;
  font-weight: bold;
  background-color: #F1EEE6;
  padding: 21px;
  margin: 0 auto;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sub_header_search .serch_btn:hover {
  color: #8D8171;
  text-decoration: none;
  opacity: 0.8;
}
.sub_header_search .serch_btn img {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .sub_header_search .serch_btn {
    width: 80%;
    padding: 14px;
  }
}
.hide_checkbox {
  width: 100%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0;
  z-index: 800;
  overflow: hidden;
  position: absolute;
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hide_checkbox.show {
  height: 200px;
  padding: 30px 0;
}

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

.checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox_wrapper h4 {
  width: 7em;
  font-size: 2rem;
  margin-right: 1em;
}
.checkbox_wrapper label {
  display: block;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 1em;
}
.checkbox_wrapper label.check_bold {
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 5px;
}

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

.btn_container_serch {
  color: #fff;
  background-color: #000;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 0.5em 3em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_container_serch:hover {
  background-color: #333;
}

.selected_term_wrapper {
  border-bottom: 1px solid #8D8171;
}

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

.selected_term .title {
  font-weight: bold;
  color: #8D8171;
  margin-right: 2em;
  margin-left: 1em;
}

.selected_term_layout {
  width: calc(100% - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.selected_term_list {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0.5em 2em;
  border-left: 1px solid #8D8171;
}
.selected_term_list li,
.selected_term_list p {
  margin: 0;
}
.selected_term_list span {
  font-size: 1.8rem;
  font-weight: bold;
}

.spot_list_wrapper {
  counter-reset: number 0;
  margin-bottom: 30px;
}

.spot_list_box {
  position: relative;
}

.spot_list_box .spot_number {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #1CA2DB;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 500;
  -webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  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;
}

.spot_list_box .spot_number::before {
  counter-increment: number 1;
  content: counter(number) "";
  font-size: 24px;
  font-weight: bold;
}

.spot_idx_box_area {
  font-size: 14px;
  padding: 8px 16px;
  border-top: 2px solid rgba(110, 98, 80, 0.4);
}
.spot_idx_box_area p {
  margin: 0;
}

.no_search_results {
  margin: 0 auto;
  padding: 0.5em 5em;
  border: 1px solid #8D8171;
}

@media screen and (max-width: 767px) {
  .selected_term_list span {
    font-size: 1.3rem;
  }
  .search_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hide_checkbox {
    padding: 0 30px;
  }
  .hide_checkbox.show {
    padding: 30px;
    height: 400px;
  }
  .checkbox_wrapper {
    margin-bottom: 30px;
  }
  .btn_layout_serch {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spot_idx_box_icon {
    min-width: 3.5em;
  }
}
.spot_container {
  padding: 0;
  margin-bottom: 50px;
}

.spot_container .activity_main_left {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.spot_container .activity_main_left .activity_main_ph {
  margin-bottom: 0;
}

.spot_container .activity_main_right {
  width: 45%;
  padding: 20px;
}

.spot_container .spot_group_list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding-left: 0;
}
.spot_container .spot_group_list p {
  margin-bottom: 0;
}
.spot_container .spot_group_list span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 6em;
  text-align: center;
  padding: 5px 10px;
  margin-right: 1em;
}

.spot_container .spot_group_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

.spot_container .spot_group_list .group_genre {
  background-color: #85AA5A;
}

.spot_container .spot_group_list .group_area {
  background-color: #8D8171;
}

.spot_container .activity_main_table th,
.spot_container .activity_main_table td {
  padding: 0.8em 0;
}
.spot_container .activity_main_table a {
  color: #8D8171;
}

.spot_data_sub_group.recommend {
  padding: 16px;
  margin-bottom: 50px;
}

.entry_table.spot_table {
  padding: 16px;
  margin-bottom: 50px;
}

.spot_related_container .act_related_box {
  margin-bottom: 50px;
}

.spot_related_container .act_related_box_thumb_inner {
  padding-top: 100%;
}

.spot_related_container .act_related_box_txt h3 {
  margin-bottom: 1em;
}
.spot_related_container .act_related_box_txt p {
  margin-bottom: 0;
  padding: 0.5em 0;
  border-top: 1px solid #8D8171;
}

.spot_speciality_container .act_related_box_txt {
  padding: 0.8em;
}
.spot_speciality_container .act_related_box_txt h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid #8D8171;
  margin-bottom: 0;
}

.spot_speciality_container .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  padding-top: 16px;
}

.unit_mid_type3.border_green {
  border-color: #85AA5A;
}

.spot_related_container .act_price {
  font-size: 1.5rem;
  font-weight: bold;
}

.spot_map_container {
  margin-bottom: 50px;
}

.spot_map_container .detail_map {
  margin-bottom: 0;
}

.spot_map_container .map_text {
  font-size: 24px;
  color: #fff;
  background-color: #8D8171;
  margin-bottom: 0;
  padding: 0.5em 1em;
}

.map_category_list {
  list-style-type: none;
  margin: 0;
  background-color: #F1EEE6;
  border: 1px solid #8D8171;
  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: 30px;
  padding-left: 0;
}
.map_category_list li {
  width: calc(20% - 1px);
  margin: 0;
  border-right: 1px solid #8D8171;
}
.map_category_list li.active a {
  color: #fff;
  background-color: rgba(110, 98, 80, 0.4);
}
.map_category_list a {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #8D8171;
  padding: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.map_category_list li:last-child {
  border-right: none;
}
.map_category_list a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(110, 98, 80, 0.4);
}

.btn_container_back a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #8D8171;
  border-radius: 4px;
  padding: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn_container_back a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .spot_container.activity_main {
    margin-right: 0;
    margin-left: 0;
  }
  .spot_container .activity_main_left {
    width: 100%;
  }
  .spot_container .activity_main_left .activity_main_ph {
    padding-top: 56.25%;
  }
  .spot_container .activity_main_right {
    width: auto;
  }
  .spot_data_sub_group.recommend .sppot_phbox {
    padding-top: 56.25%;
  }
  .spot_speciality_container .act_related_box_txt {
    padding: 16px;
  }
  .spot_related_container .act_related_box_txt {
    padding: 16px;
  }
  .spot_related_container .act_related_box_thumb_inner {
    padding-top: 80%;
  }
  .map_category_list li:nth-child(1), .map_category_list li:nth-child(2), .map_category_list li:nth-child(3) {
    width: calc(33.3333333333% - 1px);
  }
  .map_category_list li:nth-child(4), .map_category_list li:nth-child(5) {
    width: calc(50% - 1px);
    border-top: 1px solid #8D8171;
  }
  .map_category_list li:nth-child(3) {
    border-right: none;
  }
  .detail_map {
    padding-top: 150%;
  }
  .spot_map_container .map_text {
    font-size: 18px;
  }
}
.page_sub_header.type_entry.title_orchard h2 {
  text-align: center;
}
.page_sub_header.type_entry.title_orchard .sub_title {
  font-weight: 14;
  text-align: center;
  font-weight: normal;
}

.entry_main_ph.contents_orchard {
  margin-top: 40px;
  margin-bottom: 80px;
}

.contents_orchard .link_list {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.contents_orchard .link_list li {
  font-size: 18px;
  margin: 0;
  width: 32%;
  position: relative;
}
.contents_orchard .link_list li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8D8171;
  border-right: 2px solid #8D8171;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
}
.contents_orchard .link_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #8D8171;
  background-color: #fff;
  border: 1px solid #8D8171;
  border-radius: 4px;
  padding: 1em 3em 1em 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contents_orchard .link_list a:hover {
  text-decoration: none;
  background-color: rgba(230, 223, 213, 0.3);
}

.contents_orchard .unit_Container {
  margin-bottom: 40px;
}

.contents_orchard .unit_main_block {
  background-color: #F1EEE6;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.contents_orchard .unit_main_block .unit_photo {
  width: 48%;
}
.contents_orchard .unit_main_block .unit_txt {
  width: 48%;
}

.contents_orchard .unit_banner_item {
  border: none;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.contents_orchard .unit_banner_item a::after {
  right: 26px;
}

.news_list_orchard {
  list-style-type: none;
  margin: 0 0 80px 0;
  padding-left: 0;
}
.news_list_orchard li {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.news_list_orchard a {
  display: block;
  color: #8D8171;
  text-align: left;
  padding: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_list_orchard a:hover {
  text-decoration: none;
  background-color: rgba(230, 223, 213, 0.3);
}
.news_list_orchard h3 {
  font-size: 2rem;
  margin: 0;
}
.news_list_orchard .post_date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}
.news_list_orchard .news_category {
  color: #fff;
  font-size: 14px;
  padding: 5px;
  vertical-align: text-bottom;
}
.news_list_orchard .news_category.category_mimiyori {
  background-color: #8e5915;
}
.news_list_orchard .news_category.category_news {
  background-color: #597712;
}

.activity_orchard .gourmet_view_box_txt_group {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .entry_main_ph.contents_orchard {
    margin-bottom: 40px;
  }
  .contents_orchard .link_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .contents_orchard .link_list li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contents_orchard .link_list a {
    padding: 0.8em 3em 0.8em 0.5em;
  }
  .contents_orchard .entry_text_main {
    margin-bottom: 30px;
  }
  .contents_orchard .unit_thumb_box:first-child {
    margin-bottom: 30px;
  }
  .contents_orchard .unit_main_block {
    padding: 12px;
  }
  .contents_orchard .unit_main_block .unit_photo {
    width: 100%;
  }
  .contents_orchard .unit_main_block .unit_txt {
    width: 100%;
    padding-left: 0;
  }
  .contents_orchard .unit_table {
    margin-top: 40px;
  }
  .news_container_orchard {
    padding: 0 10px;
  }
  .news_list_orchard {
    margin-bottom: 40px;
  }
  .news_list_orchard h3 {
    font-size: 1.6rem;
  }
  .news_list_orchard a {
    padding: 20px;
  }
  .news_list_orchard .post_date {
    font-size: 14px;
  }
  .news_list_orchard .news_category {
    font-size: 12px;
  }
  .activity_orchard {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
.contents_orchard .event_title {
  color: #8D8171;
  margin-top: 60px;
  font-size: 2rem;
}
.contents_orchard .event_title h2 {
  line-height: 1.1;
  padding-bottom: 0.5em;
  border-bottom: #8D8171 1px solid;
  margin-bottom: 1rem;
}
.contents_orchard .event_title p {
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  margin-bottom: 20px;
}

.contents_orchard .unit_caption {
  font-weight: bold;
}

.contents_orchard .event_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.contents_orchard .event_block .unit_photo {
  width: 48%;
}
.contents_orchard .event_block .unit_txt {
  width: 48%;
  padding-left: 16px;
}
.contents_orchard .event_block h2 {
  font-size: 24px;
}

.contents_orchard .unit_btn_group {
  margin: 40px 0;
}
.contents_orchard .unit_btn_group a.unit_btn {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents_orchard .event_title {
    margin-top: 30px;
  }
  .contents_orchard .event_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .contents_orchard .event_block .unit_photo {
    width: 100%;
  }
  .contents_orchard .event_block .unit_txt {
    width: 100%;
    padding-left: 0;
  }
  .contents_orchard .event_block h2 {
    font-size: 18px;
    margin: 0.5em 0;
  }
  .contents_orchard .unit_btn_group {
    margin: 30px 0;
  }
}
.contents_orchard .unit_mid_type1 {
  margin-top: 80px;
}

.contents_orchard .unit_mid_type2 {
  margin-bottom: 16px;
}

.item_list_recommend {
  margin: 0;
}
.item_list_recommend li {
  margin: 0;
}
.item_list_recommend p {
  margin: 0;
}
.item_list_recommend .info_price {
  text-indent: 1em;
}

.item_container {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .contents_orchard .unit_mid_type1 {
    margin-top: 20px;
  }
  .item_container {
    margin: 30px 0;
  }
}
.page_sub_header.type_entry p.news_date {
  font-weight: normal;
}

.entry_main_ph.contents_news {
  margin: 40px 0;
}

.contact_container .unit_single_txt {
  margin-top: 30px;
}

.contact_container a.unit_btn {
  margin-bottom: 20px;
}

.contact_container .unit_btn_group_full {
  margin-bottom: 60px;
}

.contact_container .unit_mid_type5 {
  color: #8D8171;
}

.contact_tel_container .unit_txt {
  margin-bottom: 30px;
}
.contact_tel_container .unit_txt p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact_container .unit_single_txt {
    margin-top: 10px;
  }
}
.main_visual_video {
  width: 100%;
  height: 76vh;
  position: relative;
}

/* ローディング */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}

#loading.disappear {
  display: none;
}

/* Youtube */
.youtube-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}

.youtube-area.appear {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#youtube-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .main_visual_video {
    display: none;
  }
}
.visual_ph_slider {
  width: 100% !important;
  height: 80vh !important;
}
.visual_ph_slider.slick-slider {
  display: none;
}

.visual_ph_content {
  height: 80vh !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.visual_ph_content a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo_flex_item {
  background-position: center center;
  background-size: 550px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}

@media screen and (max-width: 1024px) {
  .visual_ph_slider.slick-slider {
    display: block;
  }
  .logo_flex_item {
    width: 100% !important;
    height: 100% !important;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 768px) {
  .visual_ph_slider,
  .visual_ph_content {
    height: 108vw !important;
  }
}
.visual_layer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 600px;
}

:root {
  --visualwidth: 1000px;
}

a.visual_btn {
  display: block;
  border: 1px #fff solid;
  font-size: 1.6rem;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 0.3em;
  color: #fff;
  text-decoration: none;
  width: 80%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.visual_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.visual_btn:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

@media screen and (max-width: 767px) {
  .visual_txt_content {
    height: auto !important;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .visual_txt_content h3 {
    font-size: 1.6rem;
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
    font-weight: 0;
    margin-bottom: 8px;
  }
  .visual_txt_content .visual_txt_description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  a.visual_btn {
    font-size: 1.2rem;
  }
}
.idx_mid_wrap {
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.idx_mid_wrap h2 {
  color: #8D8171;
  font-size: 3.6rem;
  border-top: 1px #1CA2DB solid;
  border-bottom: 1px #1CA2DB solid;
  line-height: 1.1;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.idx_mid_wrap a {
  position: absolute;
  display: block;
  color: #8D8171;
  text-decoration: none;
  top: 20px;
  right: 0;
  width: 5em;
  line-height: 2;
  text-align: center;
  border: 1px solid #8D8171;
  border-radius: 4px;
}
.idx_mid_wrap a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8D8171;
  border-right: 1px solid #8D8171;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .idx_mid_wrap {
    text-align: center;
    width: 100%;
  }
  .idx_mid_wrap h2 {
    font-size: 2.1rem;
  }
  .idx_mid_wrap a {
    position: relative;
    font-size: 12px;
    width: 5em;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: -5px;
    margin-bottom: 20px;
  }
  .idx_mid_wrap a::after {
    right: 7px;
  }
}
.idx_pickup_news {
  width: 100%;
  background-color: #202B89;
  border-top: 2px solid #FFDF00;
  border-bottom: 2px solid #FFDF00;
}

.idx_pickup_news_inner {
  text-align: left;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.idx_pickup_news_label {
  color: #FFDF00;
  border: #FFDF00 1px solid;
  margin-right: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  float: left;
}

.idx_pickup_news_slider_wrap {
  padding-top: 6px;
  margin-left: 8em;
}

.news_slider_item a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.news_slider_item a::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news_slider_item a:hover {
  opacity: 0.8;
}
.news_slider_item dl {
  margin: 0;
  padding: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
}
.news_slider_item dt {
  margin: 0;
  padding: 0%;
}
.news_slider_item dd {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .idx_pickup_news {
    width: 100%;
    background-color: #202B89;
  }
  .idx_pickup_news_inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .idx_pickup_news_label {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    padding-left: 1em;
    padding-right: 1em;
    float: none;
    margin-bottom: 8px;
    display: inline-block;
    width: 12em;
  }
  .idx_pickup_news_slider_wrap {
    padding-top: 6px;
    margin-left: 0;
  }
  .news_slider_item a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .news_slider_item a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .news_slider_item a:hover {
    opacity: 0.8;
  }
  .news_slider_item dl {
    margin: 0;
    padding: 0%;
    display: block;
    font-size: 14px;
  }
  .news_slider_item dt {
    margin: 0;
    padding: 0%;
    margin-bottom: 6px;
  }
  .news_slider_item dd {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
}
#eapps-instagram-feed-1 {
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #eapps-instagram-feed-1 {
    margin-bottom: 20px;
  }
}
.txt_banner_Container {
  width: 100%;
}
.txt_banner_Container.cont_pickup {
  background-color: #DEE6DD;
}
.txt_banner_Container.cont_kinkyu {
  background-color: #F6EDD9;
}

.txt_banner_Container_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .txt_banner_Container_inner {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.txt_banner {
  overflow: hidden;
  width: 100%;
}

.txt_banner_label {
  padding: 8px;
  white-space: nowrap;
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0px;
  width: 150px;
  float: left;
}

.cont_pickup .txt_banner_label {
  background-color: #527636;
}

.cont_kinkyu .txt_banner_label {
  background-color: #E60E72;
}

.txt_banner_slider {
  margin-left: 160px;
}

.txt_banner_content_inner {
  padding-top: 10px;
}
.txt_banner_content_inner .banner_date {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 1rem;
  display: inline-block;
}
.txt_banner_content_inner .banner_txt {
  display: inline-block;
}
.txt_banner_content_inner .banner_txt a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .txt_banner_label {
    padding: 4px;
    font-size: 1rem;
    width: 60px;
  }
  .txt_banner_slider {
    margin-left: 70px;
  }
  .txt_banner_content_inner {
    display: block;
    padding-top: 0px;
  }
  .txt_banner_content_inner .banner_date {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 1rem;
    display: block;
  }
  .txt_banner_content_inner .banner_txt {
    display: inline-block;
    font-size: 1.2rem;
  }
  .txt_banner_content_inner .banner_txt a {
    color: #000;
  }
}
.idx_mid_module_wrap {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.idx_mid_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.idx_mid_module h2 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  color: #8D8171;
  margin-bottom: 0;
}
.idx_mid_module h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 50px;
  height: 1px;
  background-color: #8D8171;
}
.idx_mid_module h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  width: 50px;
  height: 1px;
  background-color: #8D8171;
}
.idx_mid_module a.idx_mid_module_btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
}
.idx_mid_module a.idx_mid_module_btn::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .idx_mid_module_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_mid_module {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .idx_mid_module h2 {
    font-size: 1.8rem;
    color: #8D8171;
    margin-bottom: 0;
  }
  .idx_mid_module h2::before {
    left: -40px;
    width: 20px;
  }
  .idx_mid_module h2::after {
    right: -40px;
    width: 20px;
  }
  .idx_mid_module a.idx_mid_module_btn {
    margin-top: -6px;
    font-size: 1rem;
    right: 10px;
  }
}
.banner_container {
  margin-bottom: 0px;
  padding: 0 3%;
}

.top_banner_list {
  list-style-type: none;
  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: 0;
  padding-left: 0;
}

.top_banner_list li {
  width: 32%;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.top_banner_list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .banner_container {
    margin-bottom: 0;
  }
  .top_banner_list {
    padding-top: 30px;
  }
  .top_banner_list li {
    width: 50%;
    max-height: 180px;
  }
}
.arrow_ichioshi {
  position: relative;
}

.arrow_taiken {
  position: relative;
}

.idx_tokusyu_wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 90px;
  position: relative;
}

.idx_tokusyu_stage {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.idx_tokusyu_slider {
  width: 3000px;
  margin-left: -1000px;
}
.idx_tokusyu_slider .unit_list_box {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
.idx_tokusyu_slider .activity_view_box {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 0 !important;
}
.idx_tokusyu_slider .spot_idx_box,
.idx_tokusyu_slider .spot_idx_box:nth-child(3n) {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 0 !important;
}
.idx_tokusyu_slider .unit_list_box {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .arrow_ichioshi .slick-prev,
  .arrow_ichioshi .slick-prev::before,
  .arrow_ichioshi .slick-next,
  .arrow_ichioshi .slick-next::before {
    width: 40px !important;
    height: 40px !important;
  }
  .idx_tokusyu_wrap {
    margin-bottom: 20px;
  }
  .idx_tokusyu_stage {
    width: 100%;
  }
  .idx_tokusyu_slider {
    width: 100%;
    margin-left: 0px;
  }
}
.idx_gourmet_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .idx_gourmet_list {
    display: block;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cont_bg_soramichi {
  background-image: url(../img/index/bg_soramichi.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1CA2DB;
  margin-bottom: 90px;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.idx_soramichi_content {
  width: 48%;
  color: #fff;
}
.idx_soramichi_content h3 {
  font-size: 2.4rem;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  margin-bottom: 16px;
}
.idx_soramichi_content .idx_soramichi_description {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
.idx_soramichi_content .idx_soramichi_link {
  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;
}
.idx_soramichi_content .idx_soramichi_link a.visual_btn {
  width: 70%;
  margin-bottom: 8px;
}

@media screen and (min-width: 1600px) {
  .cont_bg_soramichi {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .cont_bg_soramichi {
    background-image: none;
    margin-bottom: 20px;
  }
  .cont_flex {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .idx_soramichi_content {
    width: 100%;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .idx_soramichi_content h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .idx_soramichi_content .idx_soramichi_description {
    line-height: 1.6;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .idx_soramichi_content .idx_soramichi_link {
    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;
  }
  .idx_soramichi_content .idx_soramichi_link a.visual_btn {
    width: 100%;
    margin-bottom: 8px;
  }
  .set_dummy {
    height: 60vw;
    background-image: url(../img/index/bg_soramichi_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.idx_osusume_slider {
  padding-bottom: 20px;
}
.idx_osusume_slider .unit_list_box {
  margin-left: 10px;
  margin-right: 10px;
}

.idx_tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.idx_tour_ph {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-image: url(../img/index/bg_tour.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px;
}

.idx_tour_txt {
  background-color: #8D8171;
  width: 500px;
  color: #fff;
  text-align: left;
  padding: 30px;
}
.idx_tour_txt h3 {
  font-size: 2.4rem;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.idx_tour_txt .idx_tour_description {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.idx_tour_txt .idx_tour_link a.visual_btn {
  margin-bottom: 8px;
}
.idx_tour_txt .idx_tour_mesage {
  font-size: 3rem;
  font-weight: nomal;
  text-align: center;
  padding-top: 30px;
}

@media screen and (min-width: 1600px) {
  .idx_tour_ph {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .idx_tour {
    display: block;
  }
  .idx_tour_ph {
    background-size: cover;
    min-height: auto;
    height: 60vw;
  }
  .idx_tour_txt {
    width: 100%;
    padding: 16px;
  }
  .idx_tour_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .idx_tour_txt .idx_tour_description {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .idx_tour_txt .idx_tour_link a.visual_btn {
    margin-bottom: 8px;
  }
  .idx_tour_txt .idx_tour_mesage {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
.idx_event_loop {
  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;
  margin-bottom: 50px;
}
.idx_event_loop .event_view_box {
  width: 32%;
  margin-bottom: 2%;
}
.idx_event_loop .event_loop {
  margin-right: 2%;
}
.idx_event_loop .event_loop:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .idx_event_loop {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .idx_event_loop .event_view_box {
    width: 100%;
    margin-bottom: 8px;
  }
  .idx_event_loop .event_loop {
    margin-right: 0;
  }
  .idx_event_loop .event_loop:nth-child(3n) {
    margin-right: 0;
  }
}
a.eapps-link {
  display: none !important;
  visibility: hidden !important;
}

.eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}

.bottom_banner_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom_banner_group a {
  display: block;
  width: 49%;
  margin-bottom: 2%;
}
.bottom_banner_group a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .bottom_banner_group {
    display: block;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bottom_banner_group a {
    display: block;
    width: 100%;
    margin-bottom: 2%;
  }
  .bottom_banner_group a img {
    width: 100%;
    height: auto;
  }
}
.footer_banner_wrap {
  width: 100%;
  overflow: hidden;
  background-color: #F1F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_banner_stage {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer_banner_slider {
  width: 3000px;
  margin-left: -1000px;
}
.footer_banner_slider a {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.footer_banner_slider a img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .footer_banner_stage {
    width: 100%;
  }
  .footer_banner_slider {
    width: 100%;
    margin-left: 0px;
  }
}
.footer_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 70px;
}
.footer_banner_list .item {
  width: 235px;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_banner_list .item a {
  display: block;
}
.footer_banner_list .item a img {
  width: 100%;
  height: auto;
}
.footer_banner_list .item:nth-child(4n) {
  margin-right: 0;
}
.footer_banner_list .item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_banner_list {
    width: 93%;
    margin: 0 auto 30px;
  }
  .footer_banner_list .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .footer_banner_list .item:nth-child(2n),
  .footer_banner_list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.unit_pageHeader {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px auto;
  background-image: url("../img/page_module/heading/header.jpg");
}

.unit_pageHeader h1 {
  text-shadow: 0px 0px 4px #1B1B1A;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
}

/*
.unit_pageHeader {
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	//background-image: url(../img/page_module/heading/header_bg.png);

	h1 {
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		margin-bottom: 0;
		line-height: 1;
		color: #fff;
		text-shadow: var.$text-shadow-1;
	}
}
*/
.unit_page_sub_Header {
  border-bottom: 1px #8D8171 solid;
  width: 100%;
}

.unit_page_sub_Header.color_dark {
  background-color: #8E8170;
}

.unit_page_sub_Header_inner {
  padding: 16px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.unit_page_sub_Header h2 {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #1CA2DB;
  display: inline-block;
  margin: 0.2em auto;
}

.unit_page_sub_Header p {
  line-height: 1;
  margin: 0;
}

.unit_page_sub_Header.color_dark h2,
.unit_page_sub_Header.color_dark p {
  color: #1CA2DB;
}

.unit_page_sub_Header_inner.unit_submid_center {
  text-align: center;
}

.unit_txt .unit_mid_type5,
.unit_thumb_box .unit_mid_type5,
.unit_photo .unit_mid_type5 {
  font-size: 22px;
  color: #1CA2DB;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  line-height: 1.1;
}

@media screen and (min-width: 1600px) {
  .unit_pageHeader {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .unit_pageHeader {
    height: 70px;
    background-color: #1CA2DB;
  }
  .unit_pageHeader h1 {
    font-size: 23px;
  }
  .unit_page_sub_Header h2 {
    font-size: 20px;
  }
  .unit_page_sub_Header_inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.unit_mid_type1 {
  width: 600px;
  display: block;
  font-size: 36px;
  color: #1CA2DB;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.1;
  text-align: center;
  border-top: #1CA2DB 1px solid;
  border-bottom: #1CA2DB 1px solid;
  white-space: nowrap;
}

.unit_mid_type2 {
  font-size: 34px;
  color: #1CA2DB;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  line-height: 1.1;
  border-bottom: #A8A7A7 1px solid;
  position: relative;
}

.unit_mid_type3 {
  font-size: 26px;
  border-left: #1CA2DB 4px solid;
  padding-left: 10px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.1;
  text-align: left;
}

.unit_mid_type4 {
  font-size: 22px;
  color: #1CA2DB;
  margin-bottom: 30px;
  padding-bottom: 0.5em;
  line-height: 1.1;
}

.unit_mid_type5 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .unit_mid_type1 {
    width: 100%;
  }
  .unit_mid_type1,
  .unit_mid_type2,
  .unit_mid_type3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .unit_mid_type3 {
    margin-top: 0;
  }
  .unit_mid_type4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .unit_mid_type5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.unit_display1 {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  font-weight: nomal;
  font-size: 26px;
  color: #1CA2DB;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
}

.unit_display2 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
  color: #707070;
}

.unit_display3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
  color: red;
}

@media screen and (max-width: 767px) {
  .unit_display1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .unit_display2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.mid_set_center {
  text-align: center;
}

.unit_single_txt {
  margin-bottom: 30px;
}

.unit_single_txt_border {
  margin-bottom: 30px;
}

.unit_photo_and_txt {
  margin-bottom: 30px;
}

.unit_movie_and_txt {
  margin-bottom: 30px;
}

.unit_photo_single {
  margin-bottom: 30px;
}

.unit_photo_single_origin {
  margin-bottom: 30px;
}

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

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

.unit_slider {
  margin-bottom: 30px;
}

.unit_simple_table {
  margin-bottom: 30px;
}

.unit_list {
  margin-bottom: 30px;
}

.unit_banner {
  margin-bottom: 30px;
}

.unit_youtube {
  margin-bottom: 30px;
}

.unit_single_txt_border .unit_txt {
  border: 1px #A8A7A7 solid;
  padding: 16px;
}

.unit_single_txt .unit_txtarea textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 100px;
}

.unit_slider_main {
  height: auto !important;
  margin-bottom: 20px;
}

.unit_slider_main img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.unit_slider_sub img {
  height: 95px;
  margin-right: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border: 1px #fff solid;
}

.unit_slider_main.no_trim img {
  width: 100%;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.unit_slider_sub.no_trim img {
  height: 95px;
  margin-right: 8px;
  -o-object-fit: ccontain;
     object-fit: ccontain;
  font-family: "object-fit: contain;";
  border: 1px #fff solid;
}

.unit_slider_sub img.lazyloaded.slick-current {
  border: 1px #1CA2DB solid;
}

.photo_set_left .unit_photo {
  float: left;
}

.photo_set_left .unit_txt {
  float: right;
}

@media screen and (max-width: 767px) {
  .photo_set_left .unit_photo {
    float: none;
    margin-bottom: 15px;
  }
  .photo_set_left .unit_txt {
    float: none;
  }
}
.unit_border_box {
  background-color: #FDFAF4;
  padding: 16px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
}

.unit_list_col2 {
  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: 30px;
}

.unit_list_box {
  width: 48%;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.unit_list_box.picup_big {
  width: 100%;
}

.unit_list_box a {
  color: #000;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}
.unit_list_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_list_box_thumb {
  width: 100%;
  position: relative;
  padding-top: 66.6%;
  overflow: hidden;
}

.picup_big .unit_list_box_thumb {
  padding-top: 50%;
}

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

.unit_list_box_txt {
  padding: 16px;
}

.unit_list_box_txt h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #8D8171;
}

.unit_list_box_txt p {
  margin-bottom: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .unit_list_col2 {
    display: block;
    margin-bottom: 20px;
  }
  .unit_list_box {
    width: 100%;
    margin-bottom: 16px;
  }
  .unit_list_box.picup_big {
    width: 100%;
  }
  .unit_list_box_txt {
    padding: 8px;
  }
  .unit_list_box_txt h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .unit_list_box_txt p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 14px;
  }
}
.unit_thumbs_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;
}

.unit_thumbs_2col_origin {
  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_thumbs_2col .unit_thumb_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_thumbs_2col_origin .unit_thumb_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_thumbs_2col .unit_thumb_box .unit_photo img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.unit_thumbs_2col_origin .unit_thumb_box .unit_photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .unit_thumbs_2col {
    display: block;
  }
  .unit_thumbs_2col_origin {
    display: block;
  }
  .unit_thumbs_2col .unit_thumb_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_thumbs_2col_origin .unit_thumb_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_thumbs_2col .unit_thumb_box .unit_photo img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .unit_thumbs_2col_origin .unit_thumb_box .unit_photo img {
    width: 100%;
    height: auto;
  }
}
.unit_thumbs_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;
}

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

.unit_thumbs_3col .unit_thumb_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.unit_thumbs_3col_origin .unit_thumb_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.unit_thumbs_3col .unit_thumb_box:nth-child(3n) {
  margin-right: 0;
}

.unit_thumbs_3col_origin .unit_thumb_box:nth-child(3n) {
  margin-right: 0;
}

.unit_thumbs_3col .unit_thumb_box .unit_photo img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.unit_thumbs_3col_origin .unit_thumb_box .unit_photo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .unit_thumbs_3col {
    display: block;
  }
  .unit_thumbs_3col_origin {
    display: block;
  }
  .unit_thumbs_3col .unit_thumb_box {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_thumbs_3col_origin .unit_thumb_box {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_thumbs_3col .unit_thumb_box .unit_photo img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .unit_thumbs_3col_origin .unit_thumb_box .unit_photo img {
    width: 100%;
    height: auto;
  }
  .unit_thumbs_3col .unit_thumb_box:nth-child(3n) {
    margin-right: 0;
  }
}
.unit_photo_full {
  text-align: center;
}

.unit_photo_full img {
  width: 100%;
  height: auto;
}

.unit_photo_full_bg {
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
}

@media screen and (min-width: 1600px) {
  .unit_photo_full_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .unit_photo_full_bg {
    height: -webkit-calc(100vw * 0.57);
    height: 57vw;
  }
}
.unit_photo img {
  display: block;
  width: 100%;
}

.unit_txt h2 {
  font-size: 30px;
  color: #1CA2DB;
}

.unit_main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.unit_main_block .unit_photo {
  width: 60%;
}

.unit_main_block .unit_txt {
  width: 40%;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .unit_txt h2 {
    font-size: 18px;
  }
  .unit_main_block {
    display: block;
    margin-bottom: 20px;
  }
  .unit_main_block .unit_photo {
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_main_block .unit_txt {
    width: 100%;
  }
}
.unit_movie_box {
  position: relative;
}

.unit_movie_box_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.unit_movie_box_iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.unit_movie_box_caption {
  margin-top: 10px;
  margin-bottom: 0;
  color: #bbb;
}

.unit_movie_2col .unit_movie_box {
  width: 48%;
  margin-bottom: 20px;
}

.unit_movie_3col .unit_movie_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

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

.unit_movie_and_txt .unit_movie_box,
.unit_movie_and_txt .unit_txt {
  width: 48%;
}

.movie_set_left .unit_movie_box {
  float: left;
}

.movie_set_left .unit_txt {
  float: right;
}

.movie_set_right .unit_movie_box {
  float: right;
}

.movie_set_right .unit_txt {
  float: left;
}

.unit_photo_single .unit_photo {
  width: 100%;
}

.unit_photo_single_origin .unit_photo {
  width: auto;
  display: inline;
}
.unit_photo_single_origin .unit_photo h3 {
  text-align: left;
}

.unit_photo_single_origin .unit_photo img {
  width: auto;
  display: inline;
  max-width: 100%;
}

.unit_photo_single_origin {
  text-align: center;
}

.unit_photo_and_txt .unit_photo,
.unit_photo_and_txt .unit_txt {
  width: 48%;
}

.photo_set_right .unit_photo {
  float: right;
}

.photo_set_right .unit_txt {
  float: left;
}

.unit_caption {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
  color: #8F8D8D;
}

.unit_thumb_box .unit_photo {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .unit_photo_and_txt {
    margin-bottom: 20px;
  }
  .unit_photo_and_txt .unit_photo,
  .unit_photo_and_txt .unit_txt {
    width: 100%;
  }
}
.unit_banner_item {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.unit_banner_item a {
  color: #1CA2DB;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unit_banner_item a:hover {
  opacity: 0.7;
}

.unit_banner_item_thumb {
  width: 25%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}

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

.unit_banner_item_txt {
  width: 75%;
  padding: 20px 40px 20px 20px;
  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;
}

p.unit_banner_item_title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

p.unit_banner_item_subTxt {
  font-size: 1.4rem;
  margin-top: 15px;
  margin: 0;
  margin-top: 10px;
}

.unit_banner_item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  color: #fff;
  border-top: 2px #1CA2DB solid;
  border-right: 2px #1CA2DB solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.unit_banner_middle .unit_banner_item_thumb {
  aspect-ratio: 5/2;
}
.unit_banner_middle p.unit_banner_item_title {
  font-size: 2rem;
}

.unit_banner_small {
  max-width: 600px;
  margin: 0 auto 10px;
}
.unit_banner_small .unit_banner_item_thumb {
  aspect-ratio: 5/2;
}
.unit_banner_small p.unit_banner_item_title {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .unit_banner_item_thumb {
    width: 30%;
  }
  p.unit_banner_item_title {
    font-size: 1.8rem;
  }
  .unit_banner_item_txt {
    padding: 15px 30px 15px 15px;
  }
  .unit_banner_middle p.unit_banner_item_title {
    font-size: 1.6rem;
  }
  .unit_banner_small p.unit_banner_item_title {
    font-size: 1.6rem;
  }
  .unit_banner_item a::after {
    content: "";
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .unit_single_txt {
    margin-bottom: 20px;
  }
  .unit_movie_and_txt {
    margin-bottom: 20px;
  }
  .unit_photo_single {
    margin-bottom: 20px;
  }
  .unit_slider {
    margin-bottom: 20px;
  }
  .unit_simple_table {
    margin-bottom: 20px;
  }
  .unit_slider_main {
    margin-bottom: 10px;
    height: 230px;
  }
  .unit_slider_main img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .unit_slider_sub img {
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .unit_list {
    margin-bottom: 20px;
  }
  .unit_banner {
    margin-bottom: 20px;
  }
  .unit_youtube {
    margin-bottom: 20px;
  }
  .photo_set_right .unit_photo {
    float: none;
    margin-bottom: 15px;
  }
  .photo_set_right .unit_txt {
    float: none;
  }
  .unit_movie_and_txt .unit_movie_box,
  .unit_movie_and_txt .unit_txt {
    width: 100%;
  }
  .movie_set_left .unit_movie_box {
    float: none;
    margin-bottom: 15px;
  }
  .movie_set_left .unit_txt {
    float: none;
  }
  .movie_set_right .unit_movie_box {
    float: none;
    margin-bottom: 15px;
  }
  .movie_set_right .unit_txt {
    float: none;
  }
  .unit_movie_2col {
    display: block;
  }
  .unit_movie_3col {
    display: block;
  }
  .unit_movie_2col .unit_movie_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .unit_movie_3col .unit_movie_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .unit_movie_3col .unit_movie_box:nth-child(3n) {
    margin-right: 0;
  }
}
.unit_page_anc_flex {
  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;
  margin-bottom: 30px;
}
.unit_page_anc_flex a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #1CA2DB;
  border: 1px #1CA2DB solid;
  border-radius: 6px;
  padding: 1.5em 1.5em 1.5em 1em;
  margin-bottom: 15px;
  width: 28%;
  margin-right: 2%;
  text-decoration: none;
  position: relative;
}
.unit_page_anc_flex a:nth-child(3n) {
  margin-right: 0;
}
.unit_page_anc_flex a:hover {
  background-color: #fafafa;
}
.unit_page_anc_flex a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-top: 1px #1CA2DB solid;
  border-right: 1px #1CA2DB solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .unit_page_anc_flex {
    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: 20px;
  }
  .unit_page_anc_flex a {
    padding: 1.5em;
    color: #1CA2DB;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
    text-decoration: none;
    position: relative;
    font-size: 12px;
  }
  .unit_page_anc_flex a:nth-child(3n) {
    margin-right: 0;
  }
  .unit_page_anc_flex a:hover {
    background-color: #fafafa;
  }
  .unit_page_anc_flex a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-top: 1px #1CA2DB solid;
    border-right: 1px #1CA2DB solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.unit_tab_main {
  width: 100%;
  height: 600px;
}

.unit_tab_main img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: none;
}

.unit_tab_main img.tab_active {
  display: block;
}

.unit_tab_main_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
}

.tab_txt {
  background-color: #1CA2DB;
  color: #fff;
  text-align: center;
  padding: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  cursor: pointer;
}

.tab_txt.tab_active {
  background-color: #fff;
  color: #1CA2DB;
  border-bottom: #fff 1px solid;
}

.unit_tab_main_caption {
  margin-bottom: 40px;
}

.tab_caption {
  display: none;
}

.tab_caption.tab_active {
  display: block;
}

@media screen and (max-width: 767px) {
  .unit_tab_main {
    margin-bottom: 10px;
    height: 230px;
  }
  .unit_tab_main img {
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.unit_table_2col {
  margin-bottom: 50px;
  border-collapse: collapse;
}

.unit_table_2col th {
  border: #A8A7A7 1px solid;
  background-color: #F1EEE6;
  padding: 1em;
  vertical-align: top;
  white-space: nowrap;
  color: #1CA2DB;
}

.unit_table_2col td {
  border: #A8A7A7 1px solid;
  padding: 1em;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .unit_table_2col {
    margin-bottom: 30px;
  }
  .unit_table_2col th,
  .unit_table_2col td {
    border: 0;
    display: block;
    padding: 0.5em;
  }
}
.unit_table_3col {
  margin-bottom: 50px;
}

.unit_table_3col th,
.unit_table_3col td {
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .unit_table_3col {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .unit_table_3col th {
    border: 0;
    display: block;
    background-color: #ECECEA;
    padding: 0.8em;
  }
  .unit_table_3col td {
    border: 0;
    display: block;
    padding: 0.5em;
  }
}
.unit_googlemap {
  margin-bottom: 30px;
}

.unit_youtube_content,
.unit_googlemap_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 10px;
  border: #A8A7A7 1px solid;
}

.unit_youtube_content iframe,
.unit_googlemap_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .unit_googlemap {
    margin-bottom: 20px;
  }
}
a.unit_mini_btn {
  background-color: #1CA2DB;
  color: #fff;
  padding: 1em;
  display: block;
  width: 90%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.unit_mini_btn:hover {
  opacity: 0.7;
}

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

a.unit_mini_btn.type_mini_icon:after {
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  color: #fff;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

a.unit_mini_btn.type_mini_icon.mini_icon_blank:after {
  width: 18px;
  height: 18px;
  background-size: 18px auto;
  background-image: url(../img/page_module/icon/icon_blank.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_pdf.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_word.png);
}

a.unit_mini_btn.type_mini_icon.mini_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_excel.png);
}

@media screen and (max-width: 767px) {
  a.unit_mini_btn {
    max-width: 100%;
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
.unit_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.unit_btn_group_full {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
}

a.unit_btn {
  display: block;
  border: #A8A7A7 1px solid;
  border-radius: 6px;
  position: relative;
  background-color: #8D8171;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.unit_btn:hover {
  opacity: 0.7;
}

a.unit_btn.btn_white {
  background-color: #fff;
  color: #8D8171;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.unit_btn.btn_white:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_btn_group a.unit_btn {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .unit_btn_group {
    display: block;
  }
  .unit_btn_group a.unit_btn {
    width: 90%;
  }
  .unit_btn_group_full {
    padding-left: 0px;
    padding-right: 0px;
  }
  a.unit_btn {
    border-radius: 4px;
    font-size: 1.4rem;
  }
}
a.unit_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
}

a.unit_btn.type_arrow:after {
  right: 15px;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.unit_btn.btn_white.type_arrow:after {
  border-top: 2px #1CA2DB solid;
  border-right: 2px #1CA2DB solid;
}

a.unit_btn.type_icon:after {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-size: auto 26px;
  background-repeat: no-repeat;
  background-position: center center;
}

a.unit_btn.type_icon.btn_icon_blank:after {
  width: 26px;
  height: 26px;
  background-size: 26px auto;
  background-image: url(../img/page_module/icon/icon_blank.png);
}

a.unit_btn.type_icon.btn_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_pdf.png);
}

a.unit_btn.type_icon.btn_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_word.png);
}

a.unit_btn.type_icon.btn_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_excel.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_blank:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_blank.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_pdf:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_pdf.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_word:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_word.png);
}

a.unit_btn.btn_white.type_icon.btn_icon_excel:after {
  background-image: url(../img/page_module/icon/icon_btn_wh_excel.png);
}

@media screen and (max-width: 767px) {
  a.unit_btn.type_arrow:after {
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  a.unit_btn.type_icon:after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  a.unit_btn.type_icon.btn_icon_blank:after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
.unit_Container.unit_single_txt .iframe-style {
  aspect-ratio: 16/9;
}
.unit_Container.unit_single_txt .iframe-style iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .unit_Container.unit_single_txt .iframe-style {
    aspect-ratio: 4/3;
  }
}
.unit_img_banner_group {
  margin-bottom: 20px;
}

.unit_banner_img_btn img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.unit_link_module_group_col4 {
  /*display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;*/
  margin-bottom: 50px;
  width: 990px;
  padding-bottom: 30px;
}

.unit_link_module_box {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}

.unit_link_module_box a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unit_link_module_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_link_module_group_col4 .unit_link_module_box {
  width: 235px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.unit_link_module_group_flex {
  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;
  margin-bottom: 50px;
}

.unit_link_module_group_flex .unit_link_module_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.unit_link_module_group_flex .unit_link_module_box:nth-child(3n) {
  margin-right: 0;
}

.unit_link_module_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 68%;
  overflow: hidden;
  margin-bottom: 8px;
}

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

.unit_link_module_box_txt {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}

.unit_link_module_box_txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1;
}

.module_box_desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  font-size: 12px;
  color: #838383;
}

.module_box_label {
  display: inline-block;
  line-height: 26px;
  font-size: 11px;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 13px;
  background-color: #85AA5A;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .unit_link_module_group_col4 {
    /*	justify-content: space-between;
    flex-wrap: wrap;*/
    margin-bottom: 40px;
    width: 100%;
    height: auto !important;
  }
  .unit_link_module_group_col4 .unit_link_module_box {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .unit_link_module_group_col4 .unit_link_module_box:nth-child(4n) {
    margin-right: 0;
  }
  .unit_link_module_group_flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .unit_link_module_group_flex .unit_link_module_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .unit_link_module_group_flex .unit_link_module_box:nth-child(4n) {
    margin-right: 0;
  }
  .unit_link_module_box_txt h3 {
    font-size: 14px;
  }
  .module_box_desc {
    font-size: 10px;
  }
  .module_box_label {
    line-height: 20px;
    font-size: 10px;
    border-radius: 10px;
  }
}
.unit_modelcourse_module_group {
  padding-bottom: 30px;
}

.unit_modelcourse_box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 4%;
  -webkit-box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.4);
}
.unit_modelcourse_box a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.unit_modelcourse_box a:hover {
  opacity: 0.7;
  background-color: rgba(230, 223, 213, 0.3);
}

.unit_modelcourse_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.unit_modelcourse_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px #8D8171 solid;
}

.unit_modelcourse_thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px #8D8171 solid;
}

.unit_modelcourse_thumb_inner {
  width: 240px;
}

.unit_modelcourse_title {
  padding: 20px;
}
.unit_modelcourse_title h3 {
  font-size: 2rem;
  color: #8D8171;
  margin-bottom: 0;
}
.unit_modelcourse_title p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.unit_modelcourse_title_inner {
  width: 230px;
}

.unit_modelcourse_desc {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.unit_modelcourse_arrow {
  min-height: 90px;
  border-left: 3px #8D8171 solid;
  margin-left: 50%;
  margin-right: 0;
  position: relative;
  padding: 20px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.unit_modelcourse_arrow::after {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 4px;
  width: 29px;
  height: 29px;
  border-left: 3px #8D8171 solid;
  border-bottom: 3px #8D8171 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.unit_modelcourse_arrow .unit_modelcourse_label {
  font-size: 1.6rem;
  display: inline-block;
  border: #A8A7A7 2px solid;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .unit_modelcourse_thumb_inner {
    width: 30vw;
  }
  .unit_modelcourse_box_inner {
    display: block;
  }
  .unit_modelcourse_title_wrap {
    border-right: 0;
    border-bottom: 1px #8D8171 solid;
  }
  .unit_modelcourse_title {
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .unit_modelcourse_title h3 {
    font-size: 1.6rem;
    color: #8D8171;
    margin-bottom: 0;
  }
  .unit_modelcourse_title p {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .unit_modelcourse_title_inner {
    width: auto;
  }
  .unit_modelcourse_desc {
    padding: 10px;
    font-size: 1.2rem;
  }
  .unit_modelcourse_arrow {
    min-height: 80px;
    position: relative;
    padding: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .unit_modelcourse_arrow .unit_modelcourse_label {
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.no_trim {
  background-position: center center;
  background-size: contain;
}

/*====================================
		form tag Reset
====================================*/
.form_content.white_bg_box {
  padding: 36px 24px 20px;
}

ul.noteList {
  margin: 0 0 24px 0;
  padding: 0;
  padding-left: 1em;
}
ul.noteList li {
  text-indent: -1em;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
ul.noteList li:before {
  content: "※";
  margin-right: 6px;
  color: #D5133A;
}

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

.form_content {
  line-height: 1.4;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

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

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #BBB;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}

textarea {
  padding: 0.4em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
  width: 80%;
}

input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
  width: 60%;
}

input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
  width: 100px;
}

input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
  width: 150px;
}

input[type=text].tel_field,
input[type=email].tel_field,
input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
  width: 100px;
}

input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #1CA2DB;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.other_field {
  margin-top: 10px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini {
    width: 100%;
  }
  input[type=text].xmini,
  input[type=email].xmini,
  input[type=tel].xmini {
    width: 25%;
  }
  input[type=text].name_field,
  input[type=email].name_field,
  input[type=tel].name_field {
    width: 100%;
  }
  .name_sei,
  .name_mei {
    display: block;
  }
  input[type=text].xxmini,
  input[type=email].xxmini,
  input[type=tel].xxmini {
    width: 20%;
  }
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide {
    width: 100%;
  }
  input[type=text].zip_field,
  input[type=email].zip_field,
  input[type=tel].zip_field {
    width: 100%;
  }
  input[type=text].zip1_field,
  input[type=email].zip1_field,
  input[type=tel].zip1_field {
    width: 25%;
  }
  input[type=text].zip2_field,
  input[type=email].zip2_field,
  input[type=tel].zip2_field {
    width: 55%;
  }
  input[type=tel].tel_field {
    width: 100%;
  }
  input[type=text].tel_mini,
  input[type=email].tel_mini,
  input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  input[type=text].age_mini,
  input[type=email].age_mini,
  input[type=tel].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
		ceckbox radio select
====================================*/
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px #bbb solid;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 90%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

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

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.1;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 2em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
    padding: 0;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 8px;
  text-align: right;
  color: rgb(0, 128, 122);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #D5133A;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

.required_label_fix,
.req-label-fix {
  background-color: #1CA2DB;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

.required_label_inline {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  text-align: right;
  color: rgb(0, 128, 122);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #D5133A;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label_inline.required_label_inline_fix::before {
  display: none;
}

.required_label_inline_fix {
  background-color: #1CA2DB;
  border-radius: 50%;
  color: #fff;
}

.required_label_inline_fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
  .required_label_inline::before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff9800;
  text-align: center;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

button.btn-reset {
  border: none;
  text-decoration: underline;
  padding: 4px 12px;
  background: none;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #D5133A;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #D5133A;
}

form .validation_mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #D5133A;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #D5133A;
  color: #D5133A;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #D5133A;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #1CA2DB;
}

.progressbar li.active:before {
  background-color: #1CA2DB;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #1CA2DB;
}

.thanks_message {
  border: 2px #5C6E4D solid;
  padding: 30px;
  text-align: center;
  color: #5C6E4D;
  font-size: 3rem;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding: 24px;
  margin: 0 auto;
}

.entry_text_main {
  font-size: 16px;
  padding: 0;
  margin: 0 auto 40px;
}
.entry_text_main p {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .thanks_message {
    border: 2px #5C6E4D solid;
    padding: 30px;
    text-align: center;
    color: #5C6E4D;
    font-size: 3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .thanks_message_comment {
    font-size: 14px;
    padding: 16px;
    margin: 0 auto;
  }
  .entry_text_main {
    font-size: 14px;
    padding: 0;
    margin: 0 auto 24px;
  }
  .entry_text_main p {
    margin-bottom: 12px;
  }
}
.form_agree_fields {
  padding: 30px;
  background-color: #F1EEE6;
  margin-bottom: 30px;
  text-align: center;
}

.agree_checkbox_group .policylink_text {
  margin-bottom: 12px;
}
.agree_checkbox_group .policylink_text a {
  color: #6B6969;
  text-decoration: underline;
}
.agree_checkbox_group dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agree_checkbox_group dl.agree_compact {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.agree_checkbox_group dt {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agree_checkbox_group dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.form_agree_txt_box {
  width: 100%;
  height: 150px;
  border: 1px #bbb solid;
  padding: 15px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.not_active {
  color: #AEAEB0;
}

.agree_txt_box_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.agree_txt_box_layer h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_fields {
    padding: 24px 12px;
    background-color: #FCF5EA;
    margin-bottom: 16px;
    text-align: left;
    font-size: 14px;
  }
  .agree_checkbox_group .control {
    font-size: 14px;
  }
  .agree_checkbox_group dl {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .agree_checkbox_group dl.agree_compact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Fieldset dl.newstyle dt {
  display: block;
  padding: 12px 40px 0 1em;
}

.hosoku {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #bbb;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Fieldset dl.newstyle dt {
    display: block;
    padding: 12px 40px 0 0;
  }
  .hosoku {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #bbb;
    width: 100%;
  }
}
/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

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