@charset "UTF-8";
/* ==============================================================
*  Reset
* ============================================================ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

/* ==============================================================
*  Set Default Style
* ============================================================ */
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

em {
  font-style: oblique;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

ul li {
  list-style: none;
}

/* ==============================================================
*  base
* ============================================================ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #222222;
  font-size: 1.3rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  background-color: white;
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  background-color: #f4f4ec;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

a, button, input[type=button], input[type=reset], input[type=submit] {
  touch-action: manipulation;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

.inner {
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}

.clear {
  overflow: hidden;
  *zoom: 1;
}

/* ==============================================================
*  header
* ============================================================ */
header {
  background: #ffffff;
}
header .page_width {
  padding: 14px 0;
}
header .logo {
  width: 168px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .page_width {
    padding: 2.53% 0;
  }
  header .logo {
    width: 120px;
  }
}
/* ==============================================================
*  footer
* ============================================================ */
footer {
  padding: 65px 0;
}
footer .bana_wrap {
  text-align: center;
  font-size: 0;
  margin-bottom: 70px;
}
footer .bana_wrap a {
  margin: 0 10px;
}
footer .bana_wrap a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer .bana_wrap img {
  width: auto;
}
footer .foot_wrap {
  position: fixed;
  right: 20px;
  bottom: 0;
}
footer .foot_wrap .social-icons {
  margin-bottom: 15px;
}
footer .foot_wrap .social-icons > a {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  margin: 0 auto 5px;
}
footer .foot_wrap .social-icons > a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer .foot_wrap .social-icons > .facebook {
  background-image: url(../img/footer_icon_facebook.svg);
}
footer .foot_wrap .social-icons > .twitter {
  background-image: url(../img/footer_icon_twitter.svg);
}
footer .foot_wrap .social-icons > .google-plus {
  background-image: url(../img/footer_icon_google.svg);
}
footer .foot_wrap .social-icons > .hatena {
  background-image: url(../img/footer_icon_hatena.svg);
  width: 16px;
  height: 16px;
}
footer .foot_wrap .social-icons > .pinterest {
  background-image: url(../img/footer_icon_pinterest.svg);
}
footer .foot_wrap .page_top {
  display: block;
  width: 28px;
  padding: 0 8px;
}
footer .foot_wrap .page_top:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
footer .copyright {
  text-align: center;
  font-family: Century Gothic, "Avenir-Book", "Avenir-Roman", "Avenir-Light", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 45px 0;
  }
  footer .bana_wrap {
    margin-bottom: 35px;
  }
  footer .bana_wrap a {
    display: block;
    margin: 10px 0;
  }
  footer .foot_wrap {
    right: 7px;
  }
}

/*
*  button
* ----------------------------------------*/
.btn {
  display: block;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 1.2rem;
  color: transparent;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.3rem;
    height: 36px;
    line-height: 36px;
  }
}

/*----- デフォルトボタン */
.btn_default {
  height: 50px;
  line-height: 50px;
  color: #594d4d !important;
  border-color: #594d4d !important;
}
.btn_default:hover {
  background-color: #594d4d !important;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .btn_default {
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
  }
}

/*----- ボタンサイズ */
.btn_m {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn_m {
    width: 100%;
  }
}

/* ピックアップのボタンサイズ */
.pick_up .btn {
  height: 40px;
  line-height: 40px;
}

/*----- 自然（緑）ボタン */
.nature .btn {
  border-color: #5bb36c;
  color: #5bb36c;
}
.nature .btn:hover {
  background-color: #5bb36c;
  color: #fff;
}
.nature .pick_up .box a:hover .btn,
.nature .activity_list li > a:hover .btn {
  background-color: #5bb36c;
  color: #fff;
}

/*----- 文化（青）ボタン */
.culture .btn {
  border-color: #4f8ab7;
  color: #4f8ab7;
}
.culture .btn:hover {
  background-color: #4f8ab7;
  color: #fff;
}
.culture .pick_up .box a:hover .btn,
.culture .activity_list li > a:hover .btn {
  background-color: #4f8ab7;
  color: #fff;
}

/*----- 人・暮らし（オレンジ）ボタン */
.people .btn {
  border-color: #e56d5c;
  color: #e56d5c;
}
.people .btn:hover {
  background-color: #e56d5c;
  color: #fff;
}
.people .pick_up .box a:hover .btn,
.people .activity_list li > a:hover .btn {
  background-color: #e56d5c;
  color: #fff;
}

/* ==============================================================
*  contents
* ============================================================ */
section h2 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  margin-bottom: 6%;
}
section h2 span {
  display: block;
  font-family: Century Gothic, "Avenir-Book", "Avenir-Roman", "Avenir-Light", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
}
section .icon > svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  vertical-align: text-top;
  margin-right: 5px;
  margin-left: 5px;
}
section .detail .icon > svg {
  margin-left: 0;
}
section .icon_calendar {
  width: 15px;
  height: 15px;
  vertical-align: text-top;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  section h2 {
    font-size: 3.0rem;
    margin-bottom: 55px;
  }
  section h2 span {
    font-size: 1.5rem;
  }
  section .icon.window > svg {
    width: 14px;
    height: 14px;
  }
}

/* slider ----------------------------------------------*/
.slider {
  position: relative;
  width: 100%;
  z-index: 1;
}
.slider h1 {
  width: 320px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider .flexslider {
  margin: 0;
  border: none;
  z-index: 0;
}
.slider .slides img {
  min-height: 400px;
  position: relative;
  vertical-align: bottom;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slider {
    margin-bottom: 60px;
  }
  .slider h1 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: 80px;
  }
  .slider h1 {
    width: 600px;
  }
  .slider .slides img {
    min-height: 720px;
  }
}
.slider .social-icons {
  position: absolute;
  right: 120px;
  top: 10px;
  z-index: 9999;
}
.slider .social-icons > .line,
.slider .social-icons > .facebook,
.slider .social-icons > .twitter,
.slider .social-icons > .hatena,
.slider .social-icons > .google-plus,
.slider .social-icons > .pinterest {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  float: left;
  height: 37px;
  width: 37px;
  margin-right: 10px;
  cursor: pointer;
}
.slider .social-icons > .line {
  background-image: url(../img/icon_line.png);
}
.slider .social-icons > .facebook {
  background-image: url(../img/icon_facebook.png);
}
.slider .social-icons > .twitter {
  background-image: url(../img/icon_twitter.png);
}
.slider .social-icons > .google-plus {
  background-image: url(../img/icon_google.png);
}
.slider .social-icons > .hatena {
  background-image: url(../img/icon_hatena.png);
}
.slider .social-icons > .pinterest {
  background-image: url(../img/icon_pinterest.png);
}
.slider .social-icons > .line {
  display: none;
}
@media screen and (max-width: 767px) {
  .slider .social-icons {
    position: absolute;
    right: 0;
    left: 0;
    top: 10px;
    z-index: 9999;
    text-align: center;
  }
  .slider .social-icons > .line,
  .slider .social-icons > .facebook,
  .slider .social-icons > .twitter,
  .slider .social-icons > .hatena,
  .slider .social-icons > .google-plus,
  .slider .social-icons > .pinterest {
    float: none;
    display: inline-block;
  }
  .slider .social-icons > .line {
    display: none;
  }
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  background-color: #f4f4ec;
  border: 1px solid #594d4d;
  box-shadow: none;
}
.flex-control-paging li a.flex-active {
  background-color: #594d4d;
}

/* about ----------------------------------------------*/
.about {
  position: relative;
}
.about .inner {
  position: relative;
}
.about .text_box {
  background-color: #fff;
}
.about .text_box p {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .about h2 {
    width: 70%;
    padding-left: 9%;
  }
  .about .text_box {
    padding: 9% 8.5% 8% 9%;
    margin-top: -9%;
    margin-bottom: 5%;
  }
  .about .text_box p br {
    display: none;
  }
  .about .img_wrap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 6%;
  }
  .about .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about .accent {
    width: auto;
    position: absolute;
    top: -12%;
    right: -2%;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .about h2 {
    width: 350px;
    padding-top: 60px;
  }
  .about .text_box {
    padding: 60px 0 60px 80px;
    margin-left: -80px;
    margin-top: -70px;
    margin-bottom: 30px;
  }
  .about .text_box p {
    font-size: 1.5rem;
  }
  .about .btn_default {
    width: 410px;
  }
  .about .img_wrap {
    position: absolute;
    top: 0;
    left: 52%;
  }
  .about .img_wrap img {
    width: auto;
  }
  .about .accent {
    width: auto;
    position: absolute;
    top: -95px;
    left: -190px;
  }
}

/* charm ----------------------------------------------*/
.charm {
  background-color: #fff;
  position: relative;
}
.charm li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1;
  margin: 5% 0;
}
.charm li h3.nature {
  color: #5bb36c;
}
.charm li h3.culture {
  color: #4f8ab7;
}
.charm li h3.people {
  color: #e56d5c;
}
.charm li p {
  line-height: 1.8;
}
.charm .accent_top {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  background: url(../img/charm_accent_br.png) no-repeat left;
  background-size: auto 60px;
  height: 60px;
}
.charm .accent_top:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  background: url(../img/charm_accent_wh.png) no-repeat right;
  background-size: auto 65px;
  height: 65px;
}
.charm .accent_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background: url(../img/charm_accent_br.png) no-repeat left;
  background-size: auto 60px;
  height: 60px;
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.charm .accent_bottom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/charm_accent_wh.png) no-repeat right;
  background-size: auto 65px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .charm {
    padding-bottom: 2%;
    margin-top: 90px;
    margin-bottom: 80px;
  }
  .charm li {
    padding-left: 7%;
    padding-right: 6.5%;
  }
  .charm li + li {
    margin-top: 7%;
  }
  .charm li img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .charm {
    padding: 20px 0;
    margin-top: 240px;
    margin-bottom: 140px;
  }
  .charm .accent_top {
    top: -120px;
    background: url(../img/charm_accent_br.png) no-repeat left;
    background-size: auto 120px;
    height: 120px;
  }
  .charm .accent_top:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    background: url(../img/charm_accent_wh.png) no-repeat right;
    background-size: auto 130px;
    height: 130px;
  }
  .charm .accent_bottom {
    background: url(../img/charm_accent_br.png) no-repeat left;
    background-size: auto 120px;
    bottom: -120px;
    height: 120px;
  }
  .charm .accent_bottom:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../img/charm_accent_wh.png) no-repeat right;
    background-size: auto 130px;
    height: 130px;
  }
  .charm ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .charm li {
    width: 300px;
  }
  .charm li h3 {
    font-size: 2.0rem;
    margin: 30px 0;
  }
  .charm li p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

/* activity ----------------------------------------------*/
.activity {
  margin-bottom: 8%;
}
.activity .detail {
  background-color: #f4f4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 1.2rem;
}
.activity .detail small {
  font-size: 1.0rem;
}
.activity .detail b {
  font-size: 1.4rem;
}
.activity .detail dt small {
  margin-left: -0.5rem;
}
.activity .detail dd span.label {
  font-size: 1.0rem;
  border: 1px solid #594d4d;
  vertical-align: text-bottom;
  padding: 0 3px;
  margin-right: 5px;
}
.activity .current {
  color: #fff;
}
.activity .current.nature {
  background-color: #5bb36c;
}
.activity .current.culture {
  background-color: #4f8ab7;
}
.activity .current.people {
  background-color: #e56d5c;
}
.activity .nature .activity_list a:hover:before {
  border-color: #5bb36c;
}
.activity .nature .accent {
  color: #5bb36c;
}
.activity .nature .icon {
  color: #5bb36c;
}
.activity .culture .activity_list a:hover:before {
  border-color: #4f8ab7;
}
.activity .culture .accent {
  color: #4f8ab7;
}
.activity .culture .icon {
  color: #4f8ab7;
}
.activity .people .activity_list a:hover:before {
  border-color: #e56d5c;
}
.activity .people .accent {
  color: #e56d5c;
}
.activity .people .icon {
  color: #e56d5c;
}
@media screen and (max-width: 767px) {
  .activity .nature .pick_up a:hover:before {
    border-color: #5bb36c;
  }
  .activity .culture .pick_up a:hover:before {
    border-color: #4f8ab7;
  }
  .activity .people .pick_up a:hover:before {
    border-color: #e56d5c;
  }
}
@media screen and (min-width: 768px) {
  .activity {
    margin-bottom: 80px;
  }
  .activity .nature .pick_up a:hover .box_r, .activity .nature .pick_up a:hover .box_l {
    border-color: #5bb36c;
  }
  .activity .culture .pick_up a:hover .box_r, .activity .culture .pick_up a:hover .box_l {
    border-color: #4f8ab7;
  }
  .activity .people .pick_up a:hover .box_r, .activity .people .pick_up a:hover .box_l {
    border-color: #e56d5c;
  }
}

/* activity：ピックアップ */
.pick_up {
  margin-bottom: 8%;
}
.pick_up .accent {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Century Gothic, "Avenir-Book", "Avenir-Roman", "Avenir-Light", sans-serif;
  letter-spacing: 0.1rem;
  position: relative;
}
.pick_up .accent span + span {
  padding-left: 24px;
}
.pick_up .accent span + span:before {
  content: '';
  display: block;
  background-color: #cccccc;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 60px;
}
@media screen and (min-width: 768px) {
  .pick_up .accent {
    font-size: 1.3rem;
  }
  .pick_up .accent span + span {
    padding-left: 38px;
  }
  .pick_up .accent span + span:before {
    width: 20px;
    top: 11px;
    left: 64px;
  }
}
.pick_up .icon > svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.pick_up .box + .box {
  margin-top: 5%;
}
.pick_up .box .box_r, .pick_up .box .box_l {
  background-color: #fff;
  padding: 6% 7% 7%;
  position: relative;
  border: 2px solid transparent;
  touch-action: manipulation;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
.pick_up .box .box_r h3, .pick_up .box .box_l h3 {
  font-weight: bold;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 3% 0;
}
.pick_up .box .detail {
  padding: 4% 5% 2%;
  margin: 4% 0;
}
.pick_up .box .detail dt, .pick_up .box .detail dd {
  padding-bottom: 1%;
}
.pick_up .box .detail dt {
  width: 34%;
}
.pick_up .box .detail dd {
  width: 66%;
  position: relative;
  padding-left: 3%;
}
.pick_up .box .detail dd:before {
  content: '';
  display: block;
  width: 5%;
  height: 1px;
  border-bottom: 1px dotted #555;
  position: absolute;
  top: 9px;
  left: -3%;
}
.pick_up .box .detail dt.money + dd:before {
  width: 5%;
  top: 9px;
  left: -9%;
}
.pick_up .box .detail + .detail {
  margin-top: -9%;
}
@media screen and (max-width: 767px) {
  .pick_up .box > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .pick_up .box > a:before {
    border: 2px solid transparent;
    content: '';
    display: block;
    width: 99.5%;
    height: 99.5%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    z-index: 1;
  }
  .pick_up .box .box_r > img, .pick_up .box .box_l > img {
    width: 28%;
    position: absolute;
    top: -25%;
    z-index: 2;
  }
  .pick_up .box .box_r > img {
    left: -6%;
  }
  .pick_up .box .box_l > img {
    right: -6%;
  }
}
@media screen and (min-width: 768px) {
  .pick_up .box {
    position: relative;
  }
  .pick_up .box:after {
    content: '';
    display: block;
    clear: both;
  }
  .pick_up .box + .box {
    margin-top: 60px;
  }
  .pick_up .box .box_r, .pick_up .box .box_l {
    width: 480px;
    padding: 45px 60px 50px;
    margin-top: 30px;
    z-index: 1;
  }
  .pick_up .box .box_r h3, .pick_up .box .box_l h3 {
    font-size: 2.0rem;
    margin: 15px 0;
  }
  .pick_up .box .box_r + img, .pick_up .box .box_l + img {
    position: absolute;
    z-index: 0;
  }
  .pick_up .box .box_r > img, .pick_up .box .box_l > img {
    width: auto;
    position: absolute;
    bottom: 0;
  }
  .pick_up .box a > img {
    width: auto;
  }
  .pick_up .box .box_r {
    float: right;
  }
  .pick_up .box .box_r + img {
    left: 0;
  }
  .pick_up .box .box_r > img {
    left: -600px;
  }
  .pick_up .box .box_l {
    float: left;
  }
  .pick_up .box .box_l + img {
    right: 0;
  }
  .pick_up .box .box_l > img {
    right: -600px;
  }
  .pick_up .box .detail {
    font-size: 1.4rem;
    margin: 22px 0 20px;
    padding: 18px 20px 10px;
  }
  .pick_up .box .detail small {
    font-size: 1.2rem;
  }
  .pick_up .box .detail b {
    font-size: 2.0rem;
  }
  .pick_up .box .detail dt, .pick_up .box .detail dd {
    padding-bottom: 5px;
  }
  .pick_up .box .detail dt {
    width: 120px;
  }
  .pick_up .box .detail dd {
    width: 60%;
    padding-left: 0;
  }
  .pick_up .box .detail dd:before {
    width: 15%;
    left: -33px;
  }
  .pick_up .box .detail dt.money + dd:before {
    width: 10%;
    top: 16px;
    left: -24px;
  }
  .pick_up .box .detail + .detail {
    margin-top: -45px;
  }
  .pick_up .box .detail + .detail dd {
    width: 190px;
  }
}

/* activity：ツアーリスト */
.activity_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.activity_list li {
  background-color: #fff;
}
.activity_list li > a {
  display: block;
  position: relative;
}
.activity_list li > a:before {
  border: 2px solid transparent;
  content: '';
  display: block;
  width: 99%;
  height: 99%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
.activity_list li .text_wrap {
  padding: 6% 7% 7%;
}
.activity_list li .text_wrap h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .activity_list {
    margin-left: -1%;
    margin-right: -1%;
  }
  .activity_list li {
    width: 48%;
    margin: 0 1% 5%;
  }
  .activity_list li .detail {
    display: block;
    padding: 3% 6% 1.5%;
    margin: 6% 0;
  }
  .activity_list li .detail dd {
    margin-top: -1.5%;
    margin-left: 17px;
  }
}
@media screen and (min-width: 768px) {
  .activity_list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
  }
  .activity_list li {
    width: 240px;
    margin: 0 10px 20px;
  }
  .activity_list li .text_wrap {
    padding: 20px;
  }
  .activity_list li .text_wrap h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .activity_list li .detail {
    padding: 1px 8px;
    margin: 18px 0 20px;
  }
}

/* access ----------------------------------------------*/
.access {
  background-color: #03bdaf;
  padding: 7% 0;
}
.access h2 {
  color: #fff;
}
.access .tab_button {
  margin: 0 0 -2px;
  justify-content: space-between;
}
.access .tab_button li {
  width: 49%;
  height: 50px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.access .tab_button li.current {
  background-color: #fff;
  color: #03bdaf;
  pointer-events: none;
}
.access .tab_button li:hover {
  background-color: #fff;
  color: #03bdaf;
}
.access .tab_contents {
  background-color: #fff;
  padding: 7%;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 65px 0 70px;
  }
  .access .tab_button li {
    height: 80px;
    font-size: 2.0rem;
  }
  .access .tab_contents {
    padding: 60px;
  }
}

/* タブ切り替え ----------------------------------------------*/
.tab_button {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab_button li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_button li:hover {
  touch-action: manipulation;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

.tab_contents .content {
  display: none;
}
.tab_contents .content:nth-child(1) {
  display: block;
}
