@charset "UTF-8";
/* Media Queries */
/* SP */
/* PC */
/* 上下左右中央配置 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  border: none;
  text-align: justify;
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 751px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

p {
  line-height: 1.7;
}

[type="reset"], [type="submit"], button, html [type="button"] {
  -webkit-appearance: button;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  background: #ff0000;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label {
  background: #ff0000;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button, select {
  text-transform: none;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

@media (min-width: 751px) {
  a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 751px) {
  a img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  a img:hover {
    opacity: .7;
  }
}

@media (min-width: 751px) {
  .global-list a img {
    -webkit-transition: 0;
    transition: 0;
  }
  .global-list a img:hover {
    opacity: 1;
  }
}

.border-0 {
  border: 0 !important;
}

@media (max-width: 750px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .hidden-pc {
    display: none !important;
  }
}

.wrapper {
  min-height: 1930px;
  position: relative;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* HEADER
-------------------------------------------------------------------- */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

@media (min-width: 751px) {
  .header {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0 8px;
  }
}

.header-logo {
  width: 57.5px;
  padding-left: 4.6667vw;
  padding-top: 7.5px;
}

@media (min-width: 751px) {
  .header-logo {
    width: 85px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 3px 19px 0 0;
  }
}

.header-challenge_logo {
  width: 168px;
  padding-left: 7.4667vw;
  margin-right: auto;
}

@media (min-width: 751px) {
  .header-challenge_logo {
    width: 448px;
    padding-left: 0;
    padding-top: 5px;
  }
}

.header-menu {
  width: 21px;
  padding-top: 10px;
  padding-right: 6.6667vw;
  cursor: pointer;
}

@media (min-width: 751px) {
  .header-menu {
    display: none;
  }
}

@media (min-width: 751px) {
  .header-contact {
    margin-right: 23px;
  }
}

@media (min-width: 751px) {
  .header-tel {
    padding-top: 6px;
    margin-right: 24px;
  }
}

@media (min-width: 751px) {
  .global-nav {
    padding-top: 19px;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .global-inner {
    background-color: #00a439;
    height: 46px;
  }
  .global-list {
    font-size: 0;
    width: 1020px;
    margin: 0 auto;
  }
  .global-list li {
    display: inline-block;
    margin-top: -19px;
  }
}

/* SLIDER
-------------------------------------------------------------------- */
.slider {
  position: relative;
  font-size: 0;
}

.slider-lead {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}

@media (min-width: 751px) {
  .slider-lead {
    width: 100%;
    pointer-events: none;
  }
  .slider-lead img {
    width: 100%;
  }
}

.slick-dots {
  bottom: 4.5334vw;
  z-index: 997;
}

@media (min-width: 751px) {
  .slick-dots {
    bottom: 20px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  width: 8px;
  height: 8px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #00a439;
}

@media (min-width: 751px) {
  .slick-slide img {
    width: 100%;
  }
}

/* MAIN
-------------------------------------------------------------------- */
.kv {
  font-size: 0;
}

@media (min-width: 751px) {
  .kv img {
    width: 100%;
  }
}

.container {
  width: 85.3334vw;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .container {
    width: 700px;
    margin: 0 auto;
    padding-right: 320px;
  }
}

.bread {
  padding-top: 6.6667vw;
  width: 85.3334vw;
  margin: 0 auto 2vw;
}

@media (min-width: 751px) {
  .bread {
    width: 700px;
    margin: 0 auto;
    padding-right: 320px;
    padding-top: 20px;
  }
}

.bread-list {
  *zoom: 1;
  margin-bottom: -5px;
}

.bread-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.bread-list li {
  display: inline-block;
  float: left;
  font-size: 10px;
  margin-right: 4px;
  margin-bottom: 5px;
}

.page-title {
  font-size: 24px;
  margin-bottom: 17.3334vw;
}

@media (min-width: 751px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 100px;
  }
}

.more-link {
  text-align: right;
}

.more-link a {
  display: inline-block;
  font-size: 12px;
  background: url(../img/green_circle_arrow.png) no-repeat right center;
  background-size: 14px;
  line-height: 14px;
  padding-right: 22px;
}

@media (min-width: 751px) {
  .more-link a {
    background-size: 12px;
    line-height: 12px;
    padding-right: 20px;
  }
}

.experience {
  padding-top: 32vw;
  padding-bottom: 22.6667vw;
  background: url(../img/front_line_bg.png) top 18.6667vw center no-repeat, url(../img/bottom_line_bg.png) bottom 13.3334vw center no-repeat;
  background-size: 46.4vw auto;
  position: relative;
}

@media (min-width: 751px) {
  .experience {
    padding-top: 100px;
    background: none;
    padding-bottom: 120px;
  }
}

.experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/experience_cloud_bg.png) no-repeat;
  background-size: contain;
  width: 34.9334vw;
  height: 26.1334vw;
}

@media (min-width: 751px) {
  .experience::before {
    content: none;
    background: none;
  }
}

@media (min-width: 751px) {
  .experience .container {
    position: relative;
  }
}

@media (min-width: 751px) {
  .experience .container::before {
    content: "";
    position: absolute;
    top: -115px;
    left: -110px;
    background: url(../img/experience_front_bg_pc.png) no-repeat;
    background-size: contain;
    width: 632px;
    height: 118px;
  }
}

@media (min-width: 751px) {
  .experience .container::after {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 186px;
    background: url(../img/bottom_line_bg_pc.png) no-repeat;
    background-size: contain;
    width: 336px;
    height: 9px;
  }
}

.experience-title {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .experience-title {
    margin-bottom: 30px;
  }
}

.experience-title-sub {
  font-size: 17px;
  display: block;
  margin-bottom: 1.6vw;
}

@media (min-width: 751px) {
  .experience-title-sub {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.experience-text {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .experience-text {
    margin-bottom: 15px;
  }
}

.experience-images {
  font-size: 0;
}

@media (min-width: 751px) {
  .experience-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.experience-images li {
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .experience-images li {
    margin: 0;
  }
}

@media (min-width: 751px) {
  .experience-movie {
    background: url(../img/bg_experience_movie.png) no-repeat 10px center;
    padding: 30px 0 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.experience-movie .movie {
  margin-bottom: 5%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

@media (min-width: 751px) {
  .experience-movie .movie {
    height: 270px;
    margin: 0 auto;
    padding-top: 0;
    width: 480px;
  }
}

.experience-movie .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.application {
  padding-top: 10.6667vw;
  padding-bottom: 6.6667vw;
}

@media (min-width: 751px) {
  .application {
    padding-top: 70px;
    padding-bottom: 0;
    background-color: #fff;
  }
}

.application-title {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .application-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
}

.application-text {
  font-size: 11px;
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .application-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.application-button {
  text-align: center;
}

.application-button-title {
  font-size: 14px;
  color: #2e90e3;
  font-weight: bold;
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .application-button-title {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.application-button-link {
  width: 69.3334vw;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .application-button-link {
    width: auto;
    padding-bottom: 34px;
    border-bottom: solid 1px #000;
  }
  .application-button-link img {
    width: 340px;
    height: 72px;
  }
}

.contact {
  padding-bottom: 10.6667vw;
}

@media (min-width: 751px) {
  .contact {
    background-color: #fff;
    padding-bottom: 90px;
  }
}

.contact .container {
  padding-top: 6.6667vw;
  border-top: solid 1px #000;
}

@media (min-width: 751px) {
  .contact .container {
    border: 0;
    padding-top: 32px;
  }
}

.contact-title {
  font-size: 14px;
  color: #2e90e3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .contact-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.contact-number {
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 751px) {
  .contact-number {
    font-size: 22px;
  }
}

.contact-number span {
  display: inline-block;
}

.contact-number-tel {
  margin-right: 4.6667vw;
}

.contact-time {
  font-size: 11px;
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .contact-time {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.contact-link {
  width: 69.3334vw;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .contact-link {
    width: 340px;
  }
}

.banner {
  padding: 12vw 0;
}

@media (min-width: 751px) {
  .banner {
    display: none;
  }
}

.banner-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;/*add ito*/
}

.banner-images li {
  width: 40vw;
}

/* SIDEBAR
-------------------------------------------------------------------- */
.sidebar {
  position: absolute;
  top: 0;
  width: 280px;
  margin: 0 auto;
  left: 740px;
  right: 0;
  background-color: #fff;
}

.sidebar::before {
  position: absolute;
  top: -35px;
  left: 130px;
  content: "";
  background: url(../img/sidebar_bg.png) no-repeat;
  width: 101px;
  height: 81px;
  z-index: 2;
}

.sidebar-inner {
  width: 240px;
  margin: 0 auto;
  padding: 40px 0;
}

.sidebar-tour {
  margin-bottom: 15px;
}

.sidebar-tour-title {
  font-size: 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.sidebar-tour-list a {
  font-size: 16px;
  display: block;
  padding: 15px 0;
}

.sidebar-tour-winter .sidebar-tour-list {
  border-left: 3px solid #2072c5;
}

.sidebar-tour-winter .sidebar-tour-list li {
  padding-left: 12px;
}

.sidebar-tour-winter .sidebar-tour-list li a {
  border-bottom: dotted 2px #8fb8e2;
  color: #2072c5;
  background: url(../img/blue_circle_arrow.png) right center no-repeat;
}

.sidebar-tour-other .sidebar-tour-list {
  border-left: 3px solid #00a439;
}

.sidebar-tour-other .sidebar-tour-list li {
  padding-left: 12px;
}

.sidebar-tour-other .sidebar-tour-list li a {
  border-bottom: dotted 2px #80d19c;
  color: #00a439;
  background: url(../img/green_circle_arrow02.png) right center no-repeat;
}

.sidebar-tour-spring .sidebar-tour-list {
  border-left: 3px solid #ed5274;
}

.sidebar-tour-spring .sidebar-tour-list li {
  padding-left: 12px;
}

.sidebar-tour-spring .sidebar-tour-list li a {
  border-bottom: dotted 2px #ed5274;
  color: #ed5274;
  background: url(../img/red_circle_arrow02.png) right center no-repeat;
}

.sidebar-tour-summer .sidebar-tour-list {
  border-left: 3px solid #f9a707;
}

.sidebar-tour-summer .sidebar-tour-list li {
  padding-left: 12px;
}

.sidebar-tour-summer .sidebar-tour-list li a {
  border-bottom: dotted 2px #f9a707;
  color: #f9a707;
  background: url(../img/yellow_circle_arrow02.png) right center no-repeat;
}

.sidebar-banner {
  margin-top: 24px;
  border-top: dotted 2px #80d19c;
  padding-top: 24px;
}

.sidebar-banner li {
  margin-bottom: 15px;
}

.sidebar-join {
  margin-top: 24px;
  border-top: dotted 2px #80d19c;
  padding-top: 24px;
}

.sidebar-join-title {
  font-size: 15px;
  text-align: center;
  color: #00a439;
  margin-bottom: 15px;
}

.sidebar-join-list li {
  margin-bottom: 20px;
}

/*add ito*/
#sidebar-tour-list-winter,#sidebar-tour-list-other,
#sidebar-tour-list-spring,#sidebar-tour-list-summer{
  display: none;
}

/* FOOTER
-------------------------------------------------------------------- */
.footer {
  background-color: #f0f0f0;
}

@media (min-width: 751px) {
  .footer .container {
    width: 1020px;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
  }
}

.footer-list {
  padding-top: 25px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .footer-list {
    padding: 0;
    padding-left: 50px;
  }
}

.footer-list li {
  margin-bottom: 10px;
  margin-right: 13px;
}

@media (min-width: 751px) {
  .footer-list li {
    margin-bottom: 0;
  }
  .footer-list li + li {
    border-left: 1px solid #878787;
    padding-left: 13px;
  }
}

.footer-list a {
  font-size: 10px;
  display: block;
  background: url(../img/footer_arrow.png) left center no-repeat;
  background-size: 7.5px 7px;
  padding-left: 16px;
}

@media (min-width: 751px) {
  .footer-list a {
    font-size: 12px;
    background: none;
    padding-left: 0;
  }
}

.footer-copyright {
  font-size: 8px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: solid 1px #cacaca;
}

@media (min-width: 751px) {
  .footer-copyright {
    font-size: 10px;
    padding: 0;
    border: 0;
    padding-right: 70px;
  }
}

/* MODAL
-------------------------------------------------------------------- */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-close {
  font-size: 0;
  width: 60.5px;
  margin-left: auto;
}

.modal-close-bottom {
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
}

.modal-close-bottom img {
  width: 80.5px;
}

.modal a {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  padding: 5px 10.6667vw 5px 7.3334vw;
  background-color: #00a439;
  color: #fff;
  border-bottom: solid 1px #bfebdb;
  position: relative;
}

.modal a::after {
  content: "";
  background: url(../img/white_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.0667vw;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 10px;
}

.modal dt {
  position: relative;
}

.modal dt span {
  position: absolute;
  right: 0;
  top: 0;
  height: 31px;
  width: 100%;
}

.modal dt a::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 40%;
  right: 5.8667vw;
}

.modal .active a::after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 35%;
}

.modal dd {
  display: none;
}

.modal-list-winter dt a {
  background-color: #2072c5;
}

.modal-list-winter .active a {
  background-color: #e9f1f9;
  color: #2072c5;
  border-bottom: solid 1px #c7dcf0;
}

.modal-list-winter .active a::after {
  background: url(../img/blue_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-winter dd a {
  background-color: #e9f1f9;
  color: #2072c5;
  border-bottom: solid 1px #c7dcf0;
}

.modal-list-winter dd a::after {
  background: url(../img/blue_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-other .active a {
  background-color: #e5f6eb;
  color: #00a439;
  border-bottom: solid 1px #bfebdb;
}

.modal-list-other .active a::after {
  background: url(../img/green_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-other dd a {
  background-color: #e5f6eb;
  color: #00a439;
  border-bottom: solid 1px #bfebdb;
}

.modal-list-other dd a::after {
  background: url(../img/green_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-spring dt a {
  background-color: #ed5274;
}

.modal-list-spring .active a {
  background-color: #fdeef1;
  color: #ed5274;
  border-bottom: solid 1px #fad4dc;
}

.modal-list-spring .active a::after {
  background: url(../img/red_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-spring dd a {
  background-color: #fdeef1;
  color: #ed5274;
  border-bottom: solid 1px #fad4dc;
}

.modal-list-spring dd a::after {
  background: url(../img/red_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-summer dt a {
  background-color: #f9a707;
}

.modal-list-summer .active a {
  background-color: #fef6e6;
  color: #f9a707;
  border-bottom: solid 1px #fde9c1;
}

.modal-list-summer .active a::after {
  background: url(../img/yellow_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-summer dd a {
  background-color: #fef6e6;
  color: #f9a707;
  border-bottom: solid 1px #fde9c1;
}

.modal-list-summer dd a::after {
  background: url(../img/yellow_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-outside a {
  background-color: #fff;
  color: #00a439;
  border-bottom: solid 1px #bfebdb;
}

.modal-list-outside a::after {
  background: url(../img/green_arrow.png) no-repeat;
  background-size: contain;
}

.modal-list-different a {
  background-color: #f0f0f0;
  color: #808080;
  border-bottom: solid 1px #c8c8c8;
}

.modal-list-different a::after {
  background: url(../img/gray_arrow.png) no-repeat;
  background-size: contain;
}

/* PAGETOP NAV
-------------------------------------------------------------------- */
.totop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 32px;
  text-align: center;
  z-index: 998;
}

@media (min-width: 751px) {
  .totop {
    right: 30px;
    bottom: 60px;
    width: 40px;
  }
}

/* modal
----------------------------------- */
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 999;
  width: 100%;
  height: calc(100% + 100px);
  background-color: rgba(0, 0, 0, 0.78);
  border-bottom: 100px solid transparent;
  opacity: 1;
}

.modal_overlay .modal_body {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 15vh auto;
  width: 900px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-animation: 200ms modalwindow_body_out;
  animation: 200ms modalwindow_body_out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .modal_overlay .modal_body {
    position: relative;
    width: calc(100% - 30px);
    margin: 20px 15px 10vw;
    left: 0;
  }
}

.modal_overlay .modal_body .modal_content {
  background-color: #fff;
  border: 9px solid #00a439;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}

@media (max-width: 750px) {
  .modal_overlay .modal_body .modal_content {
    padding: 7%;
  }
}

.modal_overlay .modal_body .modal_content .close_modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #00a439;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  height: 45px;
  width: 45px;
}

.modal_overlay .modal_body .modal_content .close_modal::before {
  background-color: #00a439;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  height: 61px;
  width: 61px;
  z-index: -1;
}

.modal_overlay .modal_body .modal_content .close_modal span {
  cursor: pointer;
  display: block;
  margin-bottom: 7px;
}

@media all and (-ms-high-contrast: none) {
  .modal_overlay .modal_body .modal_content .close_modal span {
    margin-bottom: 0;
  }
}

.modal_overlay .modal_body .modal_content .discription {
  margin-bottom: 2%;
  position: relative;
  z-index: 2;
}

.modal_overlay .modal_body .modal_content .discription dt {
  color: #00a439;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 750px) {
  .modal_overlay .modal_body .modal_content .discription dt {
    font-size: 5.4vw;
  }
}

.modal_overlay .modal_body .modal_content .discription dd {
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .modal_overlay .modal_body .modal_content .discription dd {
    font-size: 3.9vw;
    line-height: 1.2;
  }
}

.modal_overlay .modal_body .modal_content .img_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*add ito (レスポンシブ対応)*/
.img_movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.img_movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/**/
.modal_overlay .modal_body .modal_content .img_cont img + img {
  margin-left: 10px;
}

@media (max-width: 750px) {
  .modal_overlay .modal_body .modal_content .img_cont {
    display: block;
  }
  .modal_overlay .modal_body .modal_content .img_cont img + img {
    margin: 5px 0 0;
  }
}

#before_start .modal_content {
  border-color: #83d09e;
}

#before_start .modal_content .close_modal {
  color: #00a439;
}

#before_start .modal_content .close_modal::before {
  background-color: #83d09e;
}

#before_start .modal_content .download_input {
  margin-bottom: 12%;
  text-align: center;
}

#before_start .modal_content .download_input dt {
  color: #00a439;
  font-size: 6.5vw;
  margin-bottom: 12%;
}

#before_start .modal_content .download_input dt:before {
  background: url(../img/icon_before_start.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
  height: 26px;
  margin: 0 auto 3%;
  width: 56px;
}

#before_start .modal_content .download_input dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

#before_start .modal_content .download_input dd span {
  line-height: 42px;
}

#before_start .modal_content .download_input dd input {
  background-color: #f0f0f0;
  height: 42px;
  margin-left: 2px;
  padding: 0 10px;
  width: 40vw;
}

#before_start .modal_content button {
  background-color: #00a439;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 751px) {
/*add ito*/
  #movie .modal_content {
    border-color: #804f21;
  }
  #movie .modal_content .close_modal {
    color: #804f21;
  }
  #movie .modal_content .close_modal::before {
    background-color: #804f21;
  }
  #movie .modal_content .discription dt {
    color: #804f21;
  }
/**/
  #gate .modal_content {
    border-color: #804f21;
  }
  #gate .modal_content .close_modal {
    color: #804f21;
  }
  #gate .modal_content .close_modal::before {
    background-color: #804f21;
  }
  #gate .modal_content .discription dt {
    color: #804f21;
  }
  #cabin0 .modal_content,
  #cabin1 .modal_content {
    border-color: #951819;
  }
  #cabin0 .modal_content .close_modal,
  #cabin1 .modal_content .close_modal {
    color: #951819;
  }
  #cabin0 .modal_content .close_modal::before,
  #cabin1 .modal_content .close_modal::before {
    background-color: #951819;
  }
  #cabin0 .modal_content .discription dt,
  #cabin1 .modal_content .discription dt {
    color: #951819;
  }
  #cabin2 .modal_content {
    border-color: #1d3a66;
  }
  #cabin2 .modal_content .close_modal {
    color: #1d3a66;
  }
  #cabin2 .modal_content .close_modal::before {
    background-color: #1d3a66;
  }
  #cabin2 .modal_content .discription dt {
    color: #1d3a66;
  }
  #athletic .modal_content {
    border-color: #b04600;
  }
  #athletic .modal_content .close_modal {
    color: #b04600;
  }
  #athletic .modal_content .close_modal::before {
    background-color: #b04600;
  }
  #athletic .modal_content .discription dt {
    color: #b04600;
  }
  #bbq .modal_content {
    border-color: #e84709;
  }
  #bbq .modal_content .close_modal {
    color: #e84709;
  }
  #bbq .modal_content .close_modal::before {
    background-color: #e84709;
  }
  #bbq .modal_content .discription dt {
    color: #e84709;
  }
  #fire .modal_content {
    border-color: #e50012;
  }
  #fire .modal_content .close_modal {
    color: #e50012;
  }
  #fire .modal_content .close_modal::before {
    background-color: #e50012;
  }
  #fire .modal_content .discription dt {
    color: #e50012;
  }
  #center .modal_content {
    border-color: #009844;
  }
  #center .modal_content .close_modal {
    color: #009844;
  }
  #center .modal_content .close_modal::before {
    background-color: #009844;
  }
  #center .modal_content .discription dt {
    color: #009844;
  }
  #view .modal_content {
    border-color: #0093ac;
  }
  #view .modal_content .close_modal {
    color: #0093ac;
  }
  #view .modal_content .close_modal::before {
    background-color: #0093ac;
  }
  #view .modal_content .discription dt {
    color: #0093ac;
  }
  #spa .modal_content {
    border-color: #951819;
  }
  #spa .modal_content .close_modal {
    color: #951819;
  }
  #spa .modal_content .close_modal::before {
    background-color: #951819;
  }
  #spa .modal_content .discription dt {
    color: #951819;
  }
  #tent .modal_content {
    border-color: #efa311;
  }
  #tent .modal_content .close_modal {
    color: #efa311;
  }
  #tent .modal_content .close_modal::before {
    background-color: #efa311;
  }
  #tent .modal_content .discription dt {
    color: #efa311;
  }
  #wc .modal_content {
    border-color: #b28012;
  }
  #wc .modal_content .close_modal {
    color: #b28012;
  }
  #wc .modal_content .close_modal::before {
    background-color: #b28012;
  }
  #wc .modal_content .discription dt {
    color: #b28012;
  }
  #hike .modal_content {
    border-color: #004da0;
  }
  #hike .modal_content .close_modal {
    color: #004da0;
  }
  #hike .modal_content .close_modal::before {
    background-color: #004da0;
  }
  #hike .modal_content .discription dt {
    color: #004da0;
  }
  #before_start .modal_content .download_input {
    margin-bottom: 50px;
    text-align: center;
  }
  #before_start .modal_content .download_input dt {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #before_start .modal_content .download_input dt:before {
    display: inline-block;
    height: 37px;
    margin: 0 20px 0 0;
    vertical-align: -3px;
    width: 78px;
  }
  #before_start .modal_content .download_input dd {
    font-size: 16px;
    margin: 0 auto 27px;
    width: 410px;
  }
  #before_start .modal_content .download_input dd input {
    height: 42px;
    margin-left: 10px;
    padding: 0 10px;
    width: 290px;
  }
  #before_start .modal_content button {
    width: 271px;
  }
}

.modal_overlay.is_visible .modal_body {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-animation: 400ms modalwindow_body_in;
  animation: 400ms modalwindow_body_in;
}

.front-page main {
  background: url(../img/main_bg.jpg) center top no-repeat;
  background-size: contain;
  padding-top: 13.3334vw;
}

@media (min-width: 751px) {
  .front-page main {
    background: none;
    padding-top: 0;
  }
}

@media (min-width: 751px) {
  .front-page .front-wrapper {
    background: url(../img/main_bg_pc.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 70px;
    position: relative;
  }
  .front-page .front-wrapper::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.front-page .main-title {
  font-size: 24px;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .front-page .main-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.front-page .news {
  padding-bottom: 7.4667vw;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

@media (min-width: 751px) {
  .front-page .news {
    padding-bottom: 66px;
  }
}

.front-page .news-title {
  position: relative;
}

.front-page .news-title::after {
  position: absolute;
  bottom: -2.6667vw;
  right: -5.3334vw;
  content: "";
  background: url(../img/news_title_bg.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 64px;
}

@media (min-width: 751px) {
  .front-page .news-title::after {
    content: none;
  }
}

.front-page .news-list {
  border-top: solid 2px #00a439;
  border-bottom: solid 2px #00a439;
  height: 214px;
  overflow-y: auto;
}

@media (min-width: 751px) {
  .front-page .news-list {
    border-top: solid 1.5px #00a439;
    border-bottom: solid 1.5px #00a439;
  }
}

.front-page .news-list li {
  padding: 1.2vw 1.3334vw;
  border-bottom: dotted 2px #00a439;
  line-height: 1.7;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  margin-right: 8px;
}

@media (min-width: 751px) {
  .front-page .news-list li {
    padding: 22px 8px;
    font-size: 15px;
  }
}

.front-page .news-list li span {
  display: block;
}

.front-page .news-list li:last-child {
  border: 0;
}

.front-page .news-more {
  margin-top: 1.3334vw;
}

@media (min-width: 751px) {
  .front-page .news-more {
    margin-top: 0;
  }
}

.front-page .news-time {
  width: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .front-page .news-time {
    width: 89px;
  }
}

.front-page .news-category {
  width: 65px;
  text-align: center;
  height: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
}

@media (min-width: 751px) {
  .front-page .news-category {
    width: 62px;
    height: 20px;
    margin-right: 10px;
  }
}

.front-page .news-category a {
  color: #fff;
  font-size: 11px;
  display: block;
  line-height: 1;
}

@media (min-width: 751px) {
  .front-page .news-category a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .front-page .news-category a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

.front-page .news-category-orange {
  background-color: #ff9500;
}

.front-page .news-category-green {
  background-color: #00a439;
}

.front-page .news-category-blue {
  background-color: #3bc9d6;
}

.front-page .news-content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .front-page .news-content {
    width: calc(100% - 161px);
  }
}

.front-page .news ::-webkit-scrollbar {
  width: 6px;
}

.front-page .news ::-webkit-scrollbar-track {
  border-radius: 6px;
  margin: 3px 0;
}

.front-page .news ::-webkit-scrollbar-thumb {
  background-color: rgba(150, 150, 150, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.front-page .search {
  background: url(../img/search_bg.jpg) bottom center no-repeat;
  background-size: contain;
  background-color: #fff;
  padding-top: 10.6667vw;
  padding-bottom: 38.6667vw;
}

/*add ito*/
@media (max-width: 750px) {
  .front-page .search{
    padding-bottom: 63.6667vw;
    background-position-y: 210vw;
  }
}
/**/

@media (min-width: 751px) {
  .front-page .search {
    padding-top: 50px;
    background-color: transparent;
    background: url(../img/search_bg_pc.jpg) top 140px center no-repeat, -webkit-linear-gradient(top, transparent 0, transparent calc(100% - 60px), white calc(100% - 60px), white 100%);
    background: url(../img/search_bg_pc.jpg) top 140px center no-repeat, linear-gradient(180deg, transparent 0, transparent calc(100% - 60px), white calc(100% - 60px), white 100%);
    background-size: contain;
    padding-bottom: 0;
  }
}

.front-page .search-title {
  position: relative;
}

.front-page .search-title::before {
  content: "";
  position: absolute;
  top: -6.6667vw;
  left: -6vw;
  background: url(../img/search_title_bg.png) no-repeat;
  background-size: contain;
  width: 43.7334vw;
  height: 9.8667vw;
}

@media (min-width: 751px) {
  .front-page .search-title::before {
    background: url(../img/search_title_bg_pc.png) no-repeat;
    width: 277px;
    height: 69px;
    top: -50px;
    left: -48px;
  }
}

.front-page .search-box {
  position: relative;
  z-index: 0;
  height: 93vw;
  /*margin-bottom: 2.6667vw; ishii mod 2018-12-14 (その他画像修正必要)  */
  margin-bottom: 22.6667vw;
  color: #fff;
  padding: 15% 6% 0;
}

@media (min-width: 751px) {
  .front-page .search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 232px;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

.front-page .search-box::after {
  content: "";
  background: url(../img/search_winter_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5.3334vw;
  width: 96vw;
  height: 117vw;
  z-index: -1;
}

@media (min-width: 751px) {
  .front-page .search-box::after {
    background: url(../img/search_winter_bg_pc.png) no-repeat;
    background-size: contain;
    width: 723px;
    height: 232px;
    left: -18px;
  }
}

.front-page .search-box-spring::after {
  content: "";
  background: url(../img/search_spring_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5.3334vw;
  width: 96vw;
  height: 117vw;
  z-index: -1;
}

@media (min-width: 751px) {
  .front-page .search-box-spring::after {
    background: url(../img/search_spring_bg_pc.png) no-repeat;
    background-size: contain;
    width: 723px;
    height: 232px;
    left: -18px;
  }
}

.front-page .search-box-summer::after {
  content: "";
  background: url(../img/search_summer_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -5.3334vw;
  width: 96vw;
  height: 117vw;
  z-index: -1;
}

@media (min-width: 751px) {
  .front-page .search-box-summer::after {
    background: url(../img/search_summer_bg_pc.png) no-repeat;
    background-size: contain;
    width: 723px;
    height: 232px;
    left: -18px;
  }
}

.front-page .search-box-other {
  height: 74.2667vw;
}

@media (min-width: 751px) {
  .front-page .search-box-other {
    height: 238px;
    margin-bottom: 0;
  }
}

.front-page .search-box-other::after {
  content: "";
  background: url(../img/search_other_bg.png) no-repeat;
  background-size: contain;
  height: 117vw;
}

@media (min-width: 751px) {
  .front-page .search-box-other::after {
    background: url(../img/search_other_bg_pc.png) no-repeat;
    background-size: contain;
    width: 706px;
    height: 238px;
    left: -13px;
  }
}

.front-page .search-box-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10%;
}

@media (min-width: 751px) {
  .front-page .search-box-title {
    font-size: 32px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    text-align: left;
  }
}

.front-page .search-box-list {
  width: 69.3334vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 78vw;
}

@media (min-width: 751px) {
  .front-page .search-box-list {
    width: 500px;
    margin: 0;
    padding-right: 20px;
    padding-top: 35px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 192px;
    box-sizing: content-box;
  }
}

.front-page .search-box-list li {
  width: 30vw;
  margin-right: 8%;
}

@media (min-width: 751px) {
  .front-page .search-box-list li {
    margin-right: 20px;
    width: 138px;
  }
}

@media (max-width: 750px) {
  .front-page .search-box-list li:nth-last-child(6) a {
    border: 0;
  }
}

@media (min-width: 751px) {
  .front-page .search-box-list li:nth-last-child(4n) a {
    border: 0;
  }
}

.front-page .search-box-list li:last-child a {
  border: 0;
}

.front-page .search-box-list li a {
  font-size: 3.5vw;/*add ito*/
  display: block;
  padding-bottom: 3.3334vw;
  border-bottom: dotted 2px #fff;
  margin-bottom: 5vw;/*add ito*/
  color: #fff;
  background: url(../img/white_circle_arrow.png) right 1px top no-repeat;/*add ito*/
  background-size: 15px;/*add ito*/
}

@media (min-width: 751px) {
  .front-page .search-box-list li a {
    padding-bottom: 14px;
    margin-bottom: 14px;
    font-size: 16px;/*add ito*/
    background: url(../img/white_circle_arrow.png) right 2px top 1px no-repeat;/*add ito*/
    background-size: 15px;/*add ito*/
  }
}

/*add ito*/
.midpoint{
  font-size: 10px;
}

.front-page .camp {
  background: url(../img/front_line_bg.png) top 13.3334vw center no-repeat, url(../img/bottom_line_bg.png) bottom 13.3334vw center no-repeat, url(../img/camp_bg.jpg) top center no-repeat;
  background-size: 46.4vw auto, 46.4vw auto, cover;
  padding-top: 26.6667vw;
  padding-bottom: 24.6667vw;
}

@media (min-width: 751px) {
  .front-page .camp {
    background: url(../img/camp_bg_pc.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 130px;
  }
}

@media (min-width: 751px) {
  .front-page .camp .container {
    position: relative;
  }
  .front-page .camp .container::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 186px;
    background: url(../img/front_line_bg_pc.png) no-repeat;
    width: 336px;
    height: 9px;
  }
  .front-page .camp .container::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 186px;
    background: url(../img/bottom_line_bg_pc.png) no-repeat;
    width: 336px;
    height: 9px;
  }
}

.front-page .camp-images {
  font-size: 0;
  margin-bottom: 5.3334vw;
  position: relative;
}

@media (min-width: 751px) {
  .front-page .camp-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}

.front-page .camp-images::before {
  position: absolute;
  top: -4.6667vw;
  right: -2.1334vw;
  content: "";
  background: url(../img/camp_front_bg.png) no-repeat;
  background-size: contain;
  width: 17.8667vw;
  height: 13.6vw;
  z-index: 1;
}

@media (min-width: 751px) {
  .front-page .camp-images::before {
    width: 97px;
    height: 74px;
    top: -36px;
    right: -22px;
  }
}

.front-page .camp-images::after {
  position: absolute;
  bottom: -4vw;
  left: -6.1334vw;
  content: "";
  background: url(../img/camp_back_bg.png) no-repeat;
  background-size: contain;
  width: 15.7334vw;
  height: 14.9334vw;
  z-index: 1;
}

@media (min-width: 751px) {
  .front-page .camp-images::after {
    width: 74px;
    height: 70px;
    bottom: -14px;
    left: -111px;
  }
}

.front-page .camp-images li {
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .front-page .camp-images li {
    margin: 0;
  }
}

.front-page .camp-title-sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .front-page .camp-title-sub {
    margin-bottom: 8px;
  }
}

.front-page .camp-text {
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .front-page .camp-text {
    margin: 0;
  }
}

.front-page .voice {
  background: url(../img/voice_bg.jpg) bottom center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 12vw;
  padding-bottom: 10vw;
}

@media (min-width: 751px) {
  .front-page .voice {
    background: url(../img/voice_bg_pc.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 76px;
  }
}

@media (min-width: 751px) {
  .front-page .voice .container {
    position: relative;
  }
}

.front-page .voice-title {
  margin-bottom: 0.6667vw;
  text-align: center;
}

@media (min-width: 751px) {
  .front-page .voice-title {
    text-align: left;
  }
}

.front-page .voice-title span {
  position: relative;
}

.front-page .voice-title span::before {
  content: "";
  position: absolute;
  top: -6.4vw;
  left: -5.6vw;
  background: url(../img/voice_front_bg.png) no-repeat;
  background-size: contain;
  width: 8.5334vw;
  height: 7.2vw;
}

@media (min-width: 751px) {
  .front-page .voice-title span::before {
    background: url(../img/voice_front_bg_pc.png) no-repeat;
    background-size: contain;
    width: 43px;
    height: 49px;
    top: -16px;
    left: -54px;
  }
}

.front-page .voice-title span::after {
  content: "";
  position: absolute;
  bottom: -1.2vw;
  right: -4.5334vw;
  background: url(../img/voice_back_bg.png) no-repeat;
  background-size: contain;
  width: 2.8vw;
  height: 3.7334vw;
}

@media (min-width: 751px) {
  .front-page .voice-title span::after {
    width: 15px;
    height: 20px;
    top: -15px;
    bottom: auto;
    right: -24px;
  }
}

.front-page .voice-list {
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  .front-page .voice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.front-page .voice-list li {
  border-bottom: solid 2px #fff;
}

@media (min-width: 751px) {
  .front-page .voice-list li {
    width: 335px;
  }
  .front-page .voice-list li:last-child {
    position: relative;
    border: 0;
  }
  .front-page .voice-list li:last-child::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 220px;
    border-bottom: 2px solid #fff;
    bottom: 0;
  }
}

.front-page .voice-list-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 2px rgba(255, 255, 255, 0.8);
  padding-bottom: 4.6667vw;
  padding-top: 10.6667vw;
  padding-left: 22%;
  position: relative;
}

@media (min-width: 751px) {
  .front-page .voice-list-title {
    padding-top: 40px;
    padding-bottom: 15px;
    font-size: 18px;
    height: 42px;
  }
}

.front-page .voice-list-title::before {
  content: "";
  position: absolute;
}

.front-page .voice-list-text {
  padding-top: 3.3334vw;
  padding-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .front-page .voice-list-text {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.front-page .voice-more a {
  color: #fff;
  background: url(../img/white_orange_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .front-page .voice-more a {
    background-size: 12px;
  }
}

@media (min-width: 751px) {
  .front-page .voice-more {
    position: absolute;
    bottom: -9px;
    right: 320px;
  }
}

@media (min-width: 751px) {
  .front-page .voice-guardian {
    margin-right: -30px;
    padding-right: 30px;
  }
}

.front-page .voice-guardian .voice-list-title::before {
  left: -2.1334vw;
  bottom: 5.6vw;
  background: url(../img/voice_guardian.png) no-repeat;
  background-size: contain;
  width: 17.0667vw;
  height: 11.0667vw;
}

@media (min-width: 751px) {
  .front-page .voice-guardian .voice-list-title::before {
    width: 71px;
    height: 47px;
    left: -10px;
    bottom: 22px;
  }
}

.front-page .voice-principal .voice-list-title {
  padding-right: 5.3334vw;
}

@media (min-width: 751px) {
  .front-page .voice-principal .voice-list-title {
    padding-right: 0;
  }
}

.front-page .voice-principal .voice-list-title::before {
  left: -2.6667vw;
  bottom: 5.3334vw;
  background: url(../img/voice_principal.png) no-repeat;
  background-size: contain;
  width: 16.8vw;
  height: 11.8667vw;
}

@media (min-width: 751px) {
  .front-page .voice-principal .voice-list-title::before {
    width: 70px;
    height: 49px;
    left: -10px;
    bottom: 22px;
  }
}

/*add ito important-information*/
@media (min-width: 751px) {
  .important-information {
    margin: 1rem auto;
    width: 700px;
    padding-right: 320px;
    position: relative;
  }
}

@media (max-width: 750px) {
  .important-information{
    width: 85.3334vw;
    /*add ito 2019.04.01 margin-bottom値追加*/
    margin: 0 auto 5.3334vw;
    position: relative;
  }
}

.information-contents {
  background-color: #fffcfc;
  border: 2px solid;
  border-radius: 5px;
  padding: 1rem;
}
/**/

/*add ito 2019.04.01 front-page-banner*/
@media (min-width: 751px) {
  .front-page-banner {
    margin: 1rem auto;
    width: 700px;
    padding-right: 320px;
    position: relative;
    text-align: center;
  }

  .banner-btn-image {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 700px;
    background: repeating-linear-gradient(
            90deg,
            #ed5274,
            #ed5274 5%,
            #f9a707 5%,
            #f9a707 10%,
            #2072c5 10%,
            #2072c5 15%,
            #00a439 15%,
            #00a439 20%,
            #ed5274 20%,
            #ed5274 25%,
            #f9a707 25%,
            #f9a707 30%,
            #2072c5 30%,
            #2072c5 35%,
            #00a439 35%,
            #00a439 40%,
            #ed5274 40%,
            #ed5274 45%,
            #f9a707 45%,
            #f9a707 50%,
            #2072c5 50%,
            #2072c5 55%,
            #00a439 55%,
            #00a439 60%,
            #ed5274 60%,
            #ed5274 65%,
            #f9a707 65%,
            #f9a707 70%,
            #2072c5 70%,
            #2072c5 75%,
            #00a439 75%,
            #00a439 80%,
            #ed5274 80%,
            #ed5274 85%,
            #f9a707 85%,
            #f9a707 90%,
            #2072c5 90%,
            #2072c5 95%,
            #00a439 95%,
            #00a439
    );
  }

  .banner-btn-image:before {
    position:absolute;
    top:0;
    left:0;
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: repeating-linear-gradient(
            #00a439,
            #00a439 25%,
            #ed5274 25%,
            #ed5274 50%,
            #f9a707 50%,
            #f9a707 75%,
            #2072c5 75%,
            #2072c5
    );
  }

  .banner-btn-image:after {
    position:absolute;
    top:0;
    right:0;
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: repeating-linear-gradient(
            #f9a707,
            #f9a707 25%,
            #2072c5 25%,
            #2072c5 50%,
            #00a439 50%,
            #00a439 75%,
            #ed5274 75%,
            #ed5274
    );
  }

  .banner-btn-image a {
    display: block;
    background: white;
    line-height: 0;
    padding: 0 5px;
  }

  .banner-btn-image img {
    width: 100%;
    height: 100%;
  }

}

@media (max-width: 750px) {
  .front-page-banner{
    width: 85.3334vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  .banner-btn-image {
    position: relative;
    padding-top: 1.334vw;
    padding-bottom: 1.334vw;
    width: 85.3334vw;
    background: repeating-linear-gradient(
            90deg,
            #ed5274,
            #ed5274 10%,
            #f9a707 10%,
            #f9a707 20%,
            #2072c5 20%,
            #2072c5 30%,
            #00a439 30%,
            #00a439 40%,
            #ed5274 40%,
            #ed5274 50%,
            #f9a707 50%,
            #f9a707 60%,
            #2072c5 60%,
            #2072c5 70%,
            #00a439 70%,
            #00a439 80%,
            #ed5274 80%,
            #ed5274 90%,
            #f9a707 90%,
            #f9a707
    );
  }

  .banner-btn-image:before {
    position:absolute;
    top:0;
    left:0;
    content: "";
    display: block;
    width: 1.334vw;
    height: 100%;
    background: repeating-linear-gradient(
            #00a439,
            #00a439 25%,
            #ed5274 25%,
            #ed5274 50%,
            #f9a707 50%,
            #f9a707 75%,
            #2072c5 75%,
            #2072c5
    );
  }

  .banner-btn-image:after {
    position:absolute;
    top:0;
    right:0;
    content: "";
    display: block;
    width: 1.334vw;
    height: 100%;
    background: repeating-linear-gradient(
            #ed5274,
            #ed5274 25%,
            #f9a707 25%,
            #f9a707 50%,
            #2072c5 50%,
            #2072c5 75%,
            #00a439 75%,
            #00a439
    );
  }

  .banner-btn-image a {
    display: block;
    background: white;
    line-height: 0;
    padding: 0 1.334vw;
  }

  .banner-btn-image img {
    width: 100%;
    height: 100%;
  }

}
/* end */

.concept .front-wrapper {
  background: url(../img/concept/main_bg.jpg) center top no-repeat;
  background-size: cover;
}

@media (min-width: 751px) {
  .concept .front-wrapper {
    background: url(../img/main_bg_pc.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
  }
  .concept .front-wrapper::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.concept .experience {
  padding-top: 18vw;
  padding-bottom: 21.3334vw;
  background: url(../img/front_line_bg.png) top 29.6vw center no-repeat, url(../img/bottom_line_bg.png) bottom 14vw center no-repeat;
  background-size: 46.4vw auto;
}

@media (min-width: 751px) {
  .concept .experience {
    padding-top: 70px;
    padding-bottom: 120px;
    background: none;
  }
}

.concept .experience::before {
  width: 24.8vw;
  height: 19.4667vw;
}

@media (min-width: 751px) {
  .concept .experience .container::before {
    background: url(../img/concept/experience_front_bg_pc.png) no-repeat;
    background-size: contain;
    top: -65px;
    width: 610px;
    height: 143px;
    left: -88px;
  }
}

@media (min-width: 751px) {
  .concept .experience .container::after {
    bottom: -50px;
  }
}

@media (min-width: 751px) {
  .concept .experience-title-sub {
    text-align: center;
  }
}

.concept .experience-project li {
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  /*add ito リンク有*/
  /*.concept .experience-project li a {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*margin-bottom: 30px;*/
  /*}*/
  /*add ito リンク無*/
  .concept .experience-project li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  /*add ito リンク有*/
  /*.concept .experience-project li:nth-child(odd) a .experience-project-content {*/
    /*-webkit-box-ordinal-group: 2;*/
    /*-webkit-order: 1;*/
    /*-ms-flex-order: 1;*/
    /*order: 1;*/
  /*}*/
  /*add ito リンク無*/
  .concept .experience-project li:nth-child(odd) .experience-project-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.concept .experience-project-content {
  position: relative;
}

.concept .experience-project-number {
  width: 31.4667vw;
  margin: 0 auto 4vw;
}

@media (min-width: 751px) {
  .concept .experience-project-number {
    width: 119px;
    margin: 0 auto 20px;
  }
}

.concept .experience-project-title {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  .concept .experience-project-title {
    margin-bottom: 15px;
  }
}

.concept .experience-project-balloon01 {
  position: absolute;
  top: 58px;
  left: -88px;
  width: 123px;
}

@media (max-width: 750px) {
  .concept .experience-project-balloon01 {
    top: 22%;
    left: -3%;
    width: 27vw;
  }
}

.concept .experience-project-balloon02 {
  position: absolute;
  top: 52px;
  left: 245px;
  width: 250px;
}

@media (max-width: 750px) {
  .concept .experience-project-balloon02 {
    top: 22%;
    left: 73%;
    width: 27vw;
  }
}

.concept .experience-project-balloon03 {
  position: absolute;
  top: 45px;
  left: -100px;
  width: 123px;
}

@media (max-width: 750px) {
  .concept .experience-project-balloon03 {
    top: 20%;
    left: -4%;
    width: 27vw;
  }
}

.concept .experience-project-balloon04 {
  position: absolute;
  top: 54px;
  left: 196px;
  width: 123px;
}

@media (max-width: 750px) {
  .concept .experience-project-balloon04 {
    top: 20%;
    left: 72%;
    width: 27vw;
  }
}

.concept .experience-project-text {
  text-align: center;
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .concept .experience-project-text {
    margin-bottom: 0;
  }
}

.concept .experience-project-image {
  width: 100vw;
  margin-left: -7.3334vw;
}

@media (min-width: 751px) {
  .concept .experience-project-image {
    width: auto;
    margin: 0;
  }
}

.concept .present {
  margin-bottom: 10.6667vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(transparent), color-stop(white), to(white));
  background: -webkit-linear-gradient(top, transparent 0, transparent calc(100% - 55.3334vw), white calc(100% - 55.3334vw), white 100%);
  background: linear-gradient(180deg, transparent 0, transparent calc(100% - 55.3334vw), white calc(100% - 55.3334vw), white 100%);
}

@media (min-width: 751px) {
  .concept .present {
    margin-bottom: 80px;
    background: -webkit-linear-gradient(top, transparent 0, transparent calc(100% - 125px), white calc(100% - 125px), white 100%);
    background: linear-gradient(180deg, transparent 0, transparent calc(100% - 125px), white calc(100% - 125px), white 100%);
  }
}

@media (min-width: 751px) {
  .concept .present-image {
    width: 700px;
    margin: 0 auto;
    padding-right: 320px;
  }
}

@media (min-width: 751px) {
  .concept .link {
    margin-bottom: 100px;
    text-align: center;
  }
}

.concept .link-list li:not(:last-child) {
  margin-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .concept .link-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.concept .camp-overview {
  background: url(../img/concept/camp-overview_bg.png);
  padding: 5% 0 15%;
}

@media (min-width: 751px) {
  .concept .camp-overview {
    margin-bottom: 80px;
    padding: 20px 0 40px;
  }
}

.concept .camp-overview .container {
  width: 97%;
}

@media (min-width: 751px) {
  .concept .camp-overview .container {
    width: 820px;
  }
}

.concept .camp-overview-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.concept .camp-overview-btn .tab-btn {
  cursor: pointer;
  height: 23vw;
  margin-bottom: 20px;
  width: 49vw;
}

@media (min-width: 751px) {
  .concept .camp-overview-btn .tab-btn {
    height: 123px;
    width: 364px;
  }
}

.concept .camp-overview-btn .tab-btn.tab-snow {
  background: url(../img/concept/camp-overview_snow_off_sp.png) no-repeat center;
  background-size: contain;
}

.concept .camp-overview-btn .tab-btn.tab-snow.is-active {
  background: url(../img/concept/camp-overview_snow_sp.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 751px) {
  .concept .camp-overview-btn .tab-btn.tab-snow {
    background: url(../img/concept/camp-overview_snow_off.png) no-repeat center;
  }
  .concept .camp-overview-btn .tab-btn.tab-snow.is-active {
    background: url(../img/concept/camp-overview_snow.png) no-repeat center;
  }
}

.concept .camp-overview-btn .tab-btn.tab-summer {
  background: url(../img/concept/camp-overview_summer_off_sp.png) no-repeat center;
  background-size: contain;
  margin-top: 3.5%;
}

.concept .camp-overview-btn .tab-btn.tab-summer.is-active {
  background: url(../img/concept/camp-overview_summer_sp.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 751px) {
  .concept .camp-overview-btn .tab-btn.tab-summer {
    background: url(../img/concept/camp-overview_summer_off.png) no-repeat center;
    height: 76px;
    margin-top: 36px;
  }
  .concept .camp-overview-btn .tab-btn.tab-summer.is-active {
    background: url(../img/concept/camp-overview_summer.png) no-repeat center;
  }
}

.tour main {
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
}

@media (min-width: 751px) {
  .tour main {
    background: none;
  }
  .tour main::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.tour .bread {
  margin-bottom: 13.3334vw;
}

@media (min-width: 751px) {
  .tour .bread {
    margin-bottom: 70px;
  }
}

.tour .page-title {
  position: relative;
  margin-bottom: 2vw;
}

@media (min-width: 751px) {
  .tour .page-title {
    margin-bottom: 15px;
  }
}

.tour .page-title::before {
  content: "";
  position: absolute;
  top: -6.6667vw;
  left: -6vw;
  background: url(../img/search_title_bg.png) no-repeat;
  background-size: contain;
  width: 43.7334vw;
  height: 9.8667vw;
}

@media (min-width: 751px) {
  .tour .page-title::before {
    background: url(../img/search_title_bg_pc.png) no-repeat;
    width: 277px;
    height: 69px;
    top: -50px;
    left: -48px;
  }
}

.tour .search-area {
  padding: 0 11.6vw 0 10.5334vw;
  background: url(../img/tour/search_bg.png) no-repeat top center;
  background-size: 96.2667vw auto;
  height: 147.6vw;
  margin-bottom: 2.1334vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 751px) {
  .tour .search-area {
    background: none;
    height: 440px;
    position: relative;
    width: 700px;
    margin: 0 auto 12px;
    padding: 0 320px 0 0;
  }
  .tour .search-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    width: 753px;
    height: 440px;
    background: url(../img/tour/search_bg_pc.png) no-repeat top center;
    background-size: 753px auto;
    z-index: -1;
  }
}

.tour .search-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 751px) {
  .tour .search-contents {
    display: block;
  }
}

@media (min-width: 751px) {
  .tour .search-contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
  }
}

.tour .search-contents dt {
  color: #00a439;
  font-size: 15px;
  width: 28.2667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .tour .search-contents dt {
    width: 310px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.tour .search-contents dd {
  font-size: 10px;
  color: #969696;
  width: calc(100% - 28.2667vw);
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .tour .search-contents dd {
    width: 310px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.tour .search-contents dd input[type="text"] {
  width: 49.3334vw;
  height: 45px;
  background-color: #f0f0f0;
}

@media (min-width: 751px) {
  .tour .search-contents dd input[type="text"] {
    width: 310px;
  }
}

@media (min-width: 751px) {
  .tour .search-contents:nth-child(3),
  .tour .search-contents:nth-child(3) dt,
  .tour .search-contents:nth-child(3) dd,
  .tour .search-contents:nth-child(3) .search-contents-select {
    width: 100%;
  }
}

.tour .search-contents-select {
  width: 49.3334vw;
  height: 45px;
  padding: 0 2.4vw;
  background: url(../img/search_select.png) no-repeat right 1.8667vw center;
  background-size: 7px 17px;
  background-color: #f0f0f0;
}

@media (min-width: 751px) {
  .tour .search-contents-select {
    width: 310px;
    padding: 0 10px;
    background: url(../img/search_select.png) no-repeat right 6px center;
    background-size: 7px 17px;
    background-color: #f0f0f0;
  }
}

.tour .search-contents-selected {
  font-size: 10px;
  color: #969696;
}

.tour .search-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6.6667vw;
  margin-top: 4vw;
  border-top: dotted 2px #00a439;
  padding: 6.6667vw 2.6667vw 0;
}

@media (min-width: 751px) {
  .tour .search-checkbox {
    border-top: dotted 1.5px #00a439;
    padding: 30px 0 0;
    width: 640px;
    margin: 15px auto 30px;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

.tour .search-checkbox li {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .tour .search-checkbox li {
    margin: 0 0 5px 0;
  }
}

@media (min-width: 751px) {
  .tour .search-checkbox li:not(:last-child) {
    margin-right: 35px;
  }
}

.tour .search-checkbox label {
  font-size: 14px;
  color: #00a439;
  background: url(../img/check_off.png) no-repeat left center;
  background-size: 12px;
  padding-left: calc(12px + 2.4vw);
}

@media (min-width: 751px) {
  .tour .search-checkbox label {
    background: url(../img/check_off.png) no-repeat left center;
    background-size: 15px;
    padding-left: 25px;
  }
}

.tour .search-checkbox label.selected {
  background: url(../img/check_on.png) no-repeat left center;
  background-size: 12px;
}

@media (min-width: 751px) {
  .tour .search-checkbox label.selected {
    background: url(../img/check_on.png) no-repeat left center;
    background-size: 15px;
  }
}

@media (min-width: 751px) {
  .tour .search-checkbox label {
    font-size: 16px;
  }
}

.tour .search-button {
  text-align: center;
}

@media (min-width: 751px) {
  .tour .search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 520px;
    margin: 0 auto;
  }
}

.tour .search-button button {
  width: 69.3334vw;
  height: 50px;
  line-height: 50px;
  margin: auto;
  color: #fff;
  font-size: 20px;
}

@media (min-width: 751px) {
  .tour .search-button button {
    width: 250px;
    margin: 0;
    -webkit-transition: .3;
    transition: .3;
  }
  .tour .search-button button:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.tour .search-button-reset {
  background-color: #969696;
  margin-bottom: 2.6667vw !important;
}

@media (min-width: 751px) {
  .tour .search-button-reset {
    margin-bottom: 0 !important;
  }
}

.tour .search-button-submit {
  background-color: #00a439;
}

.tour .search-free {
  background: url(../img/tour/free_bg.png) no-repeat top center, url(../img/bottom_line_bg.png) bottom center no-repeat;
  background-size: 96.4vw auto, 46.4vw auto;
  height: 34.6667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 17.3334vw;
  margin-bottom: 10.6667vw;
}

@media (min-width: 751px) {
  .tour .search-free {
    background: none;
    position: relative;
    height: 183px;
    width: 700px;
    /*margin: 0 auto 85px;*/
    margin: 0 auto 10px;
    padding: 0 320px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 751px) {
  .tour .search-free::before {
    content: "";
    background: url(../img/tour/free_bg_pc.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
    width: 747px;
    height: 183px;
    z-index: -1;
  }
}

.tour .search-free-title {
  font-size: 15px;
  color: #fff;
  padding: 0 11.6vw;
  margin-bottom: 1.6vw;
}

@media (min-width: 751px) {
  .tour .search-free-title {
    font-size: 16px;
    padding: 0 0 0 30px;
    margin: 0;
  }
}

.tour .search-free form[role="search"] {
  width: 76.8vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 751px) {
  .tour .search-free form[role="search"] {
    width: 480px;
    margin: 0;
    padding: 0 30px 0 0;
  }
}

.tour .search-free-text {
  width: 60.8vw;
}

@media (min-width: 751px) {
  .tour .search-free-text {
    width: 380px;
  }
}

.tour .search-free-text input[type="text"] {
  background-color: #fff;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.tour .search-free-button {
  width: 16vw;
  background-color: #88d81b;
  color: #fff;
  font-size: 16px;
  height: 40px;
}

@media (min-width: 751px) {
  .tour .search-free-button {
    width: 100px;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .tour .search-free-button:hover {
    opacity: .7;
    cursor: pointer;
  }
}

.tour .report {
  background: url(../img/bottom_line_bg.png) bottom center no-repeat;
  background-size: 46.4vw auto;
  padding-bottom: 13.3334vw;
}

@media (min-width: 751px) {
  .tour .report {
    background: none;
    padding-bottom: 158px;
  }
  .tour .report-container {
    position: relative;
    padding-top: 60px;
  }
  .tour .report-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 186px;
    background: url(../img/bottom_line_bg_pc.png) no-repeat;
    background-size: contain;
    width: 336px;
    height: 9px;
  }
}

.tour .report-tub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10.6667vw;
}

@media (min-width: 751px) {
  .tour .report-tub {
    margin-bottom: 39px;
  }
}

.tour .report-tub li {
  width: 41.8667vw;
  margin-bottom: 6px;
}

@media (min-width: 751px) {
  .tour .report-tub li {
    width: 226px;
    margin-bottom: 11px;
  }
}

.tour .report-tub li:nth-last-child(2), .tour .report-tub li:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .tour .report-tub li:nth-last-child(2), .tour .report-tub li:last-child {
    margin-bottom: 11px;
  }
}

.tour .report-tub li a {
  display: block;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

@media (min-width: 751px) {
  .tour .report-tub li a {
    height: 40px;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .tour .report-tub li a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

.tour .report-tub-spring a {
  background-color: #ed5274;
}

.tour .report-tub-summer a {
  background-color: #f9a707;
}

.tour .report-tub-winter a {
  background-color: #2072c5;
}

.tour .report-tub-other a {
  background-color: #00a439;
}

.tour .report-box {
  padding: 7.3334vw 0 6.6667vw;
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .tour .report-box {
    padding: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 751px) and (min-width: 751px) {
  .tour .report-box:last-child .container {
    position: relative;
  }
  .tour .report-box:last-child .container::after {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 186px;
    background: url(../img/bottom_line_bg_pc.png) no-repeat;
    background-size: contain;
    width: 336px;
    height: 9px;
  }
}

.tour .report-box:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .tour .report-box-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
  }
}

.tour .report-box-image {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .tour .report-box-image {
    width: 166px;
    margin: 0;
  }
}

@media (min-width: 751px) {
  .tour .report-box-text {
    width: 490px;
  }
}

.tour .report-box-tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 16px;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .tour .report-box-tag {
    margin-bottom: 10px;
  }
}

/*add ito*/
.tour .report-box-tag-before {
  background-color: #00a439;
}
/**/

.tour .report-box-tag-wanted {
  background-color: #ef60b5;
}

.tour .report-box-tag-end {
  background-color: #969696;
}

.tour .report-box-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2vw;
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .tour .report-box-title {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .tour .report-box-title a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .tour .report-box-title a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

.tour .report-box-content {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .tour .report-box-content {
    margin-bottom: 15px;
  }
}

.tour .report-box-spring {
  background-color: #fef1f4;
}

@media (min-width: 751px) {
  .tour .report-box-spring {
    background: none;
  }
}

@media (min-width: 751px) {
  .tour .report-box-spring .report-box-inner {
    background-color: #fef1f4;
  }
}

.tour .report-box-spring .report-box-title {
  border-bottom: dotted 2px #ed5274;
}

.tour .report-box-spring .report-box-title a {
  color: #ed5274;
}

.tour .report-box-spring .report-box-deadline dt {
  background-color: #f497ac;
}

.tour .report-box-summer {
  background-color: #fff8eb;
}

@media (min-width: 751px) {
  .tour .report-box-summer {
    background: none;
  }
}

@media (min-width: 751px) {
  .tour .report-box-summer .report-box-inner {
    background-color: #fff8eb;
  }
}

.tour .report-box-summer .report-box-title {
  border-bottom: dotted 2px #f9a707;
}

.tour .report-box-summer .report-box-title a {
  color: #f9a707;
}

.tour .report-box-summer .report-box-deadline dt {
  background-color: #fbc65e;
}

.tour .report-box-winter {
  background-color: #edf4fa;
}

@media (min-width: 751px) {
  .tour .report-box-winter {
    background: none;
  }
}

@media (min-width: 751px) {
  .tour .report-box-winter .report-box-inner {
    background-color: #edf4fa;
  }
}

.tour .report-box-winter .report-box-title {
  border-bottom: dotted 2px #2072c5;
}

.tour .report-box-winter .report-box-title a {
  color: #2072c5;
}

.tour .report-box-winter .report-box-deadline dt {
  background-color: #79aadc;
}

.tour .report-box-other {
  background-color: #ebf8ef;
}

@media (min-width: 751px) {
  .tour .report-box-other {
    background: none;
  }
}

@media (min-width: 751px) {
  .tour .report-box-other .report-box-inner {
    background-color: #ebf8ef;
  }
}

.tour .report-box-other .report-box-title {
  border-bottom: dotted 2px #00a439;
}

.tour .report-box-other .report-box-title a {
  color: #00a439;
}

.tour .report-box-other .report-box-deadline dt {
  background-color: #66c888;
}

.tour .report-box-deadline {
  border: solid 1px #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .tour .report-box-deadline {
    height: 30px;
    margin-bottom: 10px;
  }
}

.tour .report-box-deadline dt {
  width: 30.6667vw;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
}

@media (min-width: 751px) {
  .tour .report-box-deadline dt {
    font-size: 16px;
    width: 140px;
    padding: 7px 0;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tour .report-box-deadline dd {
  font-size: 14px;
  width: calc(100% - 30.6667vw);
  padding: 10px 3.3334vw;
  background-color: #fff;
}

@media (min-width: 751px) {
  .tour .report-box-deadline dd {
    width: 100%;
    padding: 8px 15px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tour .report-more-spring a {
  background: url(../img/red_circle_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .tour .report-more-spring a {
    background-size: 12px;
  }
}

.tour .report-more-summer a {
  background: url(../img/yellow_circle_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .tour .report-more-summer a {
    background-size: 12px;
  }
}

.tour .report-more-winter a {
  background: url(../img/blue_circle_arrow02.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .tour .report-more-winter a {
    background-size: 12px;
  }
}

.tour .report-more-other a {
  background: url(../img/green_circle_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .tour .report-more-other a {
    background-size: 12px;
  }
}

.tour .report-more-event a {
  background: url(../img/event_circle_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .tour .report-more-event a {
    background-size: 12px;
  }
}

.tour_detail .bread {
  padding-top: 3.3334vw;
  margin: 0 auto 9.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .bread {
    padding-top: 14px;
    margin: 0 auto 50px;
  }
}

.tour_detail .page-title {
  width: 85.3334vw;
  margin: 0 auto 12.8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .tour_detail .page-title {
    width: 1000px;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin: 0 auto 38px;
  }
}

.tour_detail .page-title-tag {
  width: 22.6667vw;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  margin-right: 5px;
}

@media (min-width: 751px) {
  .tour_detail .page-title-tag {
    width: 100px;
  }
}

.tour_detail .page-title-tag-wanted {
  background-color: #ef60b5;
}

/*add ito*/
.tour_detail .page-title-tag-before {
  background-color: #00a439;
}

.tour_detail .page-title-tag-end {
  background-color: #969696;
}
/**/

.tour_detail .page-title-main {
  margin-top: 10px;
}

@media (min-width: 751px) {
  .tour_detail .page-title-main {
    margin-top: 0;
  }
}

.tour_detail .page-title-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.tour_detail .page-title-feature li {
  height: 42px;
  width: 42px;
}

.tour_detail .page-title-feature li + li {
  margin-left: 5px;
}

.tour_detail .edit {
  padding: 9.0667vw 0;
  position: relative;
}

@media (min-width: 751px) {
  .tour_detail .edit {
    padding: 60px 0 80px;
  }
}

.tour_detail .edit::before {
  content: "";
  position: absolute;
  top: -3.6vw;
  left: 0;
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
  width: 100vw;
  height: 3.6vw;
}

@media (min-width: 751px) {
  .tour_detail .edit::before {
    height: 9px;
    position: absolute;
    top: -9px;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.tour_detail .edit .container {
  background-color: #fff;
  padding: 8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media (min-width: 751px) {
  .tour_detail .edit .container {
    width: 1000px;
    padding: 50px 165px;
  }
}

.tour_detail .edit .container::before {
  position: absolute;
  top: -64px;
  right: -5.3334vw;
  content: "";
  background: url(../img/news_title_bg.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 64px;
  z-index: -1;
}

@media (min-width: 751px) {
  .tour_detail .edit .container::before {
    top: -75px;
    right: 50px;
    background: url(../img/sidebar_bg.png) no-repeat;
    width: 101px;
    height: 75px;
    z-index: 2;
  }
}

.tour_detail .edit-deadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #000;
  margin: 6.6667vw 0;
}

@media (min-width: 751px) {
  .tour_detail .edit-deadline {
    width: 390px;
    margin: 20px auto 60px;
  }
}

.tour_detail .edit-deadline dt {
  height: 30px;
  background-color: #79aadc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  width: 24vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-deadline dt {
    width: 140px;
    font-size: 16px;
  }
}

.tour_detail .edit-deadline dd {
  font-size: 14px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45.3334vw;
  padding: 0 2.6667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .tour_detail .edit-deadline dd {
    width: 250px;
  }
}

.tour_detail .edit-table {
  text-align: center;
  margin: 13.3334vw 0 6.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-table {
    margin: 60px 0 10px;
    width: 100%;
  }
  .tour_detail .edit-table tr:nth-child(odd) th {
    background-color: #f0f0f0;
  }
  .tour_detail .edit-table tr:nth-child(odd) td {
    background-color: #f0f0f0;
  }
}

.tour_detail .edit-table th {
  font-size: 15px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  background-color: #f0f0f0;
}

@media (min-width: 751px) {
  .tour_detail .edit-table th {
    font-size: 14px;
    display: table-cell;
    height: auto;
    padding: 6px 0;
    border-right: solid 1px #918b8a;
    background-color: #fff;
    width: 15.3732%;
  }
}

.tour_detail .edit-table td {
  font-size: 13px;
  padding: 2.6667vw 0;
  display: block;
  line-height: 1.7;
}

@media (min-width: 751px) {
  .tour_detail .edit-table td {
    display: table-cell;
    font-size: 14px;
    padding: 6px 0;
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tour_detail .edit-application li {
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application li {
    width: 216px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application-first li {
    margin-right: 0;
  }
}

.tour_detail .edit-application-second {
  margin-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-second {
    margin: 0 auto;
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application-second li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.tour_detail .edit-application a {
  /*display: block;*/
  /*font-size: 18px;*/
  /*font-weight: bold;*/
  /*-webkit-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*height: 77px;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.tour_detail .edit-application a::after {
  position: absolute;
  right: 2vw;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.5px;
  height: 18px;
}

@media (min-width: 751px) {
  .tour_detail .edit-application a::after {
    right: 7px;
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application a {
    /* width: 216px;
    height: 50px; */
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .tour_detail .edit-application a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

.tour_detail .edit-application-detail {
  padding-top: 7.3334vw;
  border-bottom: solid 1px #e12e55;
  margin-bottom: 12.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-detail {
    padding-top: 25px;
    margin-top: 0;
    display: block;
    margin-bottom: 55px;
  }
}

.tour_detail .edit-application-detail .edit-application-sign {
  margin-bottom: 6.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-detail .edit-application-sign {
    width: 330px !important;
    margin-bottom: 0;
  }
}

.tour_detail .edit-application-title {
  font-size: 24px;
  color: #e12e55;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #e12e55;
  margin-bottom: 8.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-title {
    font-size: 28px;
    border-bottom: solid 2px #e12e55;
    margin-bottom: 50px;
  }
}

.tour_detail .edit-application-select {
  width: 100%;
  min-height: 55px;
  padding: 0 2.4vw;
  background: url(../img/application_select.png) no-repeat right 2.4vw center;
  background-size: 8.5px 21px;
  background-color: #f0f0f0;
  margin-bottom: 2.6667vw;
  font-size: 17px;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-select {
    width: 330px;
    min-height: 50px;
    padding: 0 13px;
    background: url(../img/application_select.png) no-repeat right 8px center;
    background-size: 9px 22px;
    background-color: #f0f0f0;
    margin-bottom: 0;
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application-select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }
}

.tour_detail .edit-application-select-wrapper .edit-application-sign a {
  background-color: #a7a3a1;
}

.tour_detail .edit-application-subtitle {
  font-size: 14px;
  color: #00a439;
  margin-bottom: 2vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.tour_detail .edit-application-text {
  font-size: 10px;
  margin-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-text {
    margin-bottom: 25px;
  }
}

.tour_detail .edit-application-text strong {
  font-weight: normal;
  color: #e11700;
}

.tour_detail .edit-application-date {
  font-size: 18px;
  font-weight: bold;
  color: #00a439;
  margin-bottom: 2vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-date {
    font-size: 20px;
    margin-bottom: 0;
    width: calc(100% - 200px);/*add ito 2019.0508*/
  }
}

@media (min-width: 751px) {
  .tour_detail .edit-application-date-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

.tour_detail .edit-application-number {
  font-size: 16px;
  font-weight: bold;
  color: #e11700;
  border-top: solid 1px #e12e55;
  border-bottom: solid 1px #e12e55;
  border-left: solid 6px #e12e55;
  border-right: solid 6px #e12e55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 7.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-number {
    width: 200px;
    border-left: solid 5px #e12e55;
    border-right: solid 5px #e12e55;
    height: 32px;
    margin-bottom: 0;
  }
}

.tour_detail .edit-application-club {
  padding-bottom: 7.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-club {
    padding-bottom: 40px;
  }
}

.tour_detail .edit-application-club-title {
  font-size: 16px;
  border-bottom: solid 1px rgba(145, 139, 138, 0.8);
  padding-bottom: 5px;
  margin-bottom: 4.6667vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-club-title {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: solid 2px rgba(145, 139, 138, 0.8);
  }
}

.tour_detail .edit-application-club-text {
  font-size: 13px;
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-club-text {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.tour_detail .edit-application-club-annotation {
  font-size: 10px;
}

@media (min-width: 751px) {
  .tour_detail .edit-application-sign {
    width: 100% !important;
  }
  .tour_detail .edit-application-sign a {
    /* width: 100% !important; */
    /* height: 100%; */
    /* padding: 0 !important; */
    font-size: 16px !important;
  }
}

.tour_detail .edit-application-sign a {
  color: #fff;
  background-color: #E12E55;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-size: 16px;
}

.tour_detail .edit-application-sign a::after {
  content: "";
  background: url(../img/sign_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-sign.selected a {
  background-color: #e12e55;
}

.tour_detail .edit-application-requirements a {
  border: solid 2px #bde28d;
  color: #7bc61b;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: enter;
  align-items: center;
  justify-content: center;
}

.tour_detail .edit-application-requirements a::after {
  content: "";
  background: url(../img/requirements_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-travel a {
  border: solid 2px #96bee8;
  color: #2e7ed2;
  position: relative;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 17px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: enter;
  align-items: center;
  justify-content: center;
}

.tour_detail .edit-application-travel a::after {
  content: "";
  background: url(../img/travel_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-personal a {
  border: solid 2px #ffc38c;
  color: #ff8819;
  position: relative;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 17px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: enter;
  align-items: center;
  justify-content: center;
}

.tour_detail .edit-application-personal a::after {
  content: "";
  background: url(../img/personal_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-schedule a {
  border: solid 2px #f7afda;
  color: #ef60b5;
  position: relative;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-size: 17px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: enter;
  align-items: center;
  justify-content: center;
}

.tour_detail .edit-application-schedule a::after {
  content: "";
  background: url(../img/schedule_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-allergy a {
  border: solid 2px #80d19c;
  color: #00a439;
  position: relative;
  font-size: 17px;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: enter;
  align-items: center;
  justify-content: center;
}

.tour_detail .edit-application-allergy a::after {
  content: "";
  background: url(../img/allergy_arrow.png) no-repeat;
  background-size: contain;
}

.tour_detail .edit-application-selected {
  display: none;
}

.tour_detail .edit-application-selected.selected {
  display: block;
}

.tour_detail.spring .page-title-main {
  color: #ef60b5;
}

.tour_detail.spring .edit {
  background-color: #fef2f9;
}

.tour_detail.summer .page-title-main {
  color: #f9a707;
}

.tour_detail.summer .edit {
  background-color: #fff8eb;
}

.tour_detail.winter .page-title-main {
  color: #2072c5;
}

.tour_detail.winter .edit {
  background-color: #edf4fa;
}

.tour_detail.other .page-title-main {
  color: #00a439;
}

.tour_detail.other .edit {
  background-color: #ebf8ef;
}

.flow main {
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
}

@media (min-width: 751px) {
  .flow main {
    background: none;
  }
  .flow main::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.flow .page-title {
  padding-top: 9.3334vw;
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .flow .page-title {
    padding-top: 70px;
    margin-bottom: 15px;
  }
}

.flow .step {
  padding: 10.6667vw 0 9.3334vw;
}

@media (min-width: 751px) {
  .flow .step {
    padding: 65px 0 45px;
  }
}

@media (min-width: 751px) {
  .flow .step-first .step-inner {
    padding-left: 158px;
  }
}

.flow .step-bggreen {
  background-color: #00a439;
  color: #fff;
}

.flow .step-bggreen .step-inner {
  border-left: dotted 2px #fff;
}

.flow .step-bggreen .step-inner::before {
  position: absolute;
  bottom: -4.4vw;
  left: -2vw;
  content: "";
  background: url(../img/flow/white_step_arrow.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
}

@media (min-width: 751px) {
  .flow .step-bggreen .step-inner::before {
    bottom: -17px;
    left: -7px;
  }
}

.flow .step-bggreen .step-title {
  color: #fff;
}

.flow .step-circle .step-inner::before {
  position: absolute;
  bottom: -3.8667vw;
  left: -1.8667vw;
  content: "";
  background: url(../img/flow/green_step_circle.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
}

@media (min-width: 751px) {
  .flow .step-circle .step-inner::before {
    bottom: -14px;
    left: -7px;
  }
}

.flow .step-inner {
  border-left: dotted 2px #00a439;
  margin-left: 1.4667vw;
  padding-left: 6.4vw;
  padding-top: 5.3334vw;
  position: relative;
}

@media (min-width: 751px) {
  .flow .step-inner {
    margin-left: 7px;
    padding-left: 38px;
    padding-top: 15px;
  }
}

.flow .step-inner::before {
  position: absolute;
  bottom: -4.4vw;
  left: -2vw;
  content: "";
  background: url(../img/flow/green_step_arrow.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 13px;
}

@media (min-width: 751px) {
  .flow .step-inner::before {
    bottom: -17px;
    left: -7px;
  }
}

.flow .step-box:first-child {
  margin-bottom: 10.6667vw;
}

@media (min-width: 751px) {
  .flow .step-box:first-child {
    margin-bottom: 70px;
  }
}

.flow .step-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1.3334vw;
  color: #00a439;
}

@media (min-width: 751px) {
  .flow .step-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

.flow .step-subtitle {
  font-size: 17px;
  width: 57.3334vw;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-bottom: 6vw;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: 5.3334vw;
  position: relative;
}

/*add ito*/
@media (max-width: 750px) {
  .flow .step-subtitle {
    padding-left: 15px;/*add ito*/
  }
}

@media (min-width: 751px) {
  .flow .step-subtitle {
    margin-top: 22px;
    width: 257px;
    height: 62px;
    font-size: 22px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flow .step-subtitle::before {
  position: absolute;
  top: -10px;
  left: -19.6vw;
  content: "";
  width: 65px;
  height: 65px;
}

@media (min-width: 751px) {
  .flow .step-subtitle::before {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -120px;
  }
}

.flow .step-subtitle-web::before {
  background: url(../img/flow/web_icon.png) no-repeat;
  background-size: contain;
}

.flow .step-subtitle-application::before {
  background: url(../img/flow/application_icon.png) no-repeat;
  background-size: contain;
}

.flow .step-button {
  padding: 4vw 0 4.6667vw;
  width: 45.6vw;
}

@media (min-width: 751px) {
  .flow .step-button {
    padding: 15px 0 15px;
    width: 171px;
    margin-right: 10px;
  }
  .flow .step-button-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flow .step-text strong {
  color: #f9d916;
}

@media (min-width: 751px) {
  .flow .step-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
  }
}

@media (min-width: 751px) {
  .flow .step-text.step-arrow {
    position: relative;
  }
  .flow .step-text.step-arrow::after {
    content: "＞";
  }
}

.flow .step-annotation {
  font-size: 10px;
}

@media (min-width: 751px) {
  .flow .step-annotation-yellow {
    color: #f9d916;
  }
}

.flow .step-spacing {
  margin-bottom: 1em;
}

@media (min-width: 751px) {
  .flow .step-spacingpc {
    margin-bottom: 1em;
  }
}

@media (min-width: 751px) {
  .flow .step-nonespacing {
    margin-bottom: 0;
  }
}

.flow .step-image {
  width: 64vw;
  padding-top: 1.3334vw;
}

@media (min-width: 751px) {
  .flow .step-image {
    width: 240px;
    padding-top: 0;
    margin-right: 30px;
  }
}

.flow .step-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.6667vw 0 3.3334vw;
}

@media (min-width: 751px) {
  .flow .step-flex {
    width: 370px;
    padding: 0;
  }
}

.flow .step-flex-icon {
  width: 17.0667vw;
}

@media (min-width: 751px) {
  .flow .step-flex-icon {
    width: 64px;
  }
}

.flow .step-flex-text {
  width: 56.9334vw;
}

@media (min-width: 751px) {
  .flow .step-flex-text {
    width: 294px;
  }
}

.flow .benefits {
  padding: 10.6667vw 0;
  background-color: #ebf8ef;
}

@media (min-width: 751px) {
  .flow .benefits {
    padding: 65px 0 70px;
  }
}

.flow .benefits-title {
  font-size: 24px;
  border-bottom: solid 2px #00a439;
  padding-bottom: 1.3334vw;
  margin-bottom: 7.3334vw;
}

@media (min-width: 751px) {
  .flow .benefits-title {
    font-size: 35px;
    padding-bottom: 6px;
    border-bottom: solid 1px #00a439;
    margin-bottom: 45px;
  }
}

.flow .benefits-box {
  margin-bottom: 8vw;
}

@media (min-width: 751px) {
  .flow .benefits-box {
    position: relative;
    margin-bottom: 55px;
  }
}

.flow .benefits-box-last {
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-last {
    margin-bottom: 20px;
  }
}

.flow .benefits-box-title {
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-title {
    margin-bottom: 15px;
  }
}

.flow .benefits-box-text {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-text {
    margin-bottom: 0;
  }
}

.flow .benefits-box-image {
  margin: 0 auto 2vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-image {
    margin: 0 auto 3px;
  }
}

.flow .benefits-box-image1 {
  width: 75.8667vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-image1 {
    width: auto;
  }
}

.flow .benefits-box-image2 {
  width: 69.2vw;
}

@media (min-width: 751px) {
  .flow .benefits-box-image2 {
    width: auto;
  }
}

.flow .benefits-box-annotation {
  font-size: 10px;
  text-align: center;
}

@media (min-width: 751px) {
  .flow .benefits-box-right {
    position: absolute;
    right: 0;
  }
}

.flow .benefits-box-right-first {
  top: -7px;
}

.flow .benefits-box-right-second {
  top: 20px;
}

.flow .benefits-about {
  padding: 4vw;
  background-color: #fff;
}

@media (min-width: 751px) {
  .flow .benefits-about {
    width: 438px;
    height: 85px;
    padding: 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.flow .benefits-about-title {
  width: 27.2vw;
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .flow .benefits-about-title {
    width: auto;
    margin-bottom: 5px;
  }
}

@media (min-width: 751px) {
  .flow .benefits-about-text {
    font-size: 12px;
  }
}

.flow .discount {
  padding: 10vw 0 9.3334vw;
}

@media (min-width: 751px) {
  .flow .discount {
    padding: 65px 0;
  }
}

.flow .discount-title {
  font-size: 24px;
  border-bottom: solid 2px #00a439;
  padding-bottom: 1.3334vw;
  margin-bottom: 7.3334vw;
}

@media (min-width: 751px) {
  .flow .discount-title {
    font-size: 35px;
    padding-bottom: 6px;
    border-bottom: solid 1px #00a439;
    margin-bottom: 25px;
  }
}

@media (min-width: 751px) {
  .flow .discount-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    border-bottom: solid 1px #00a439;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 751px) {
  .flow .discount-box-left {
    border-right: dotted 2px #80d19c;
    width: 349px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
  }
}

.flow .discount-box-first {
  margin-bottom: 7.3334vw;
}

.flow .discount-box-second {
  margin-bottom: 4.6667vw;
}

.flow .discount-box-third {
  margin-bottom: 2vw;
  margin-bottom: 8px !important;
}

.flow .discount-box-lead {
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  .flow .discount-box-lead {
    margin-bottom: 18px;
  }
}

.flow .discount-box-lead img {
  width: 87.4667vw;
  margin-left: -2.1334vw;
  max-width: initial;
}

@media (min-width: 751px) {
  .flow .discount-box-lead img {
    width: 336px;
    margin-left: -8px;
  }
}

.flow .discount-box-lead-front {
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .flow .discount-box-lead-front {
    margin-bottom: 25px;
  }
}

.flow .discount-box-annotation {
  font-size: 10px;
}

.flow .discount-content {
  border-bottom: solid 1px #00a439;
  text-align: center;
  padding: 5.33334vw 0 6.6667vw;
  margin-top: 4vw;
  position: relative;
}

@media (min-width: 751px) {
  .flow .discount-content {
    width: 349px;
    border: 0 !important;
    padding: 0;
    margin: 0;
    background: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.flow .discount-content::before {
  position: absolute;
  top: -1.8667vw;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 19px;
  height: 12px;
}

@media (min-width: 751px) {
  .flow .discount-content::before {
    content: none;
  }
}

.flow .discount-content-pink {
  background-color: #fdedf1;
  border-top: dotted 2px #eb5073;
}

.flow .discount-content-pink::before {
  background: url(../img/flow/pink_arrow.png) no-repeat;
  background-size: contain;
}

.flow .discount-content-green {
  background-color: #e5f6eb;
  border-top: dotted 2px #00a439;
}

.flow .discount-content-green::before {
  background: url(../img/flow/green_arrow.png) no-repeat;
  background-size: contain;
}

.flow .discount-content-yellowgreen {
  background-color: #f3fbeb;
  border-top: dotted 2px #8ad43c;
}

.flow .discount-content-yellowgreen::before {
  background: url(../img/flow/yellowgreen_arrow.png) no-repeat;
  background-size: contain;
}

.flow .discount-content-bolder {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}

/* add ishii 2018-12-11 */
.flow .discount-content-bolder-2 {
  font-size: 14px !important;
  font-weight: bold;
  display: block;
  line-height: 1.4;
}
/* add ishii 2018-12-11 */


@media (min-width: 751px) {
  .flow .discount-content-bolder {
    font-size: 18px;
  }
}

.flow .discount-content-bold {
  color: #231815;
  font-weight: bold;
  font-size: 46px;
  display: block;
  line-height: 1.2;
}

@media (min-width: 751px) {
  .flow .discount-content-bold {
    font-size: 52px;
  }
}

@media (min-width: 751px) {
  .flow .discount-annotation {
    font-size: 10px;
  }
}

.flow .discount-annotation strong {
  color: #e11700;
}

.flow .notes {
  background-color: #ebf8ef;
  padding: 10.6667vw 0;
}

@media (min-width: 751px) {
  .flow .notes {
    padding: 70px 0 120px;
  }
}

@media (min-width: 751px) {
  .flow .notes .container {
    background-color: transparent;
    display: block;
    height: auto;
  }
}

.flow .notes .container h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.flow .notes-btn {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow .notes-btn .tab-btn {
  cursor: pointer;
  height: 17.5vw;
  width: 50%;
}

@media (min-width: 751px) {
  .flow .notes-btn .tab-btn {
    height: 66px;
    width: 350px;
  }
}

.flow .notes-btn .tab-btn.tab-snow {
  background: url(../img/flow/notes_snow_off_sp.png) no-repeat center;
  background-size: contain;
}

.flow .notes-btn .tab-btn.tab-snow.is-active {
  background: url(../img/flow/notes_snow_sp.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 751px) {
  .flow .notes-btn .tab-btn.tab-snow {
    background: url(../img/flow/notes_snow_off.png) no-repeat center;
  }
  .flow .notes-btn .tab-btn.tab-snow.is-active {
    background: url(../img/flow/notes_snow.png) no-repeat center;
  }
}

.flow .notes-btn .tab-btn.tab-summer {
  background: url(../img/flow/notes_summer_off_sp.png) no-repeat center;
  background-size: contain;
}

.flow .notes-btn .tab-btn.tab-summer.is-active {
  background: url(../img/flow/notes_summer_sp.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 751px) {
  .flow .notes-btn .tab-btn.tab-summer {
    background: url(../img/flow/notes_summer_off.png) no-repeat center;
  }
  .flow .notes-btn .tab-btn.tab-summer.is-active {
    background: url(../img/flow/notes_summer.png) no-repeat center;
  }
}

.flow .notes-inner {
  background-color: #fff;
  position: relative;
  padding: 8%;
}

@media (min-width: 751px) {
  .flow .notes-inner {
    padding: 86px 40px 40px;
  }
  .flow .notes-inner p {
    font-size: 20px;
  }
}

.flow .notes-inner h3 {
  margin-top: -16px;
  text-align: center;
}

@media (min-width: 751px) {
  .flow .notes-inner h3 {
    margin: -106px 0 30px;
  }
}

@media (min-width: 751px) {
  .flow .notes-inner .notes_ready {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 480px;
  }
}

@media (max-width: 750px) {
  .flow .notes-inner .notes_ready .figure img {
    width: 80%;
  }
}

.flow .notes-inner .notes_ready dl {
  margin-bottom: 10%;
}

@media (min-width: 751px) {
  .flow .notes-inner .notes_ready dl {
    margin-left: -20px;
  }
}

.flow .notes-inner .notes_ready dl dt {
  color: #f29600;
  font-size: 4vw;
  margin-bottom: 10px;
}

@media (min-width: 751px) {
  .flow .notes-inner .notes_ready dl dt {
    font-size: 15px;
  }
}

.flow .notes-inner .notes_ready dl dd {
  font-size: 3.2vw;
  margin-bottom: 6%;
}

@media (min-width: 751px) {
  .flow .notes-inner .notes_ready dl dd p {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.flow .notes-inner .notes_ready_summer dt {
  color: #e61f19 !important;
}

.flow .notes-inner .figure {
  text-align: center;
  margin-bottom: 4%;
}

.flow .notes .txt {
  font-size: 3.6vw;
  margin-top: 3%;
  padding-top: 3%;
}

.flow .notes .txt + .txt {
  border-top: 1px solid;
}

@media (min-width: 751px) {
  .flow .notes .txt {
    font-size: 14px;
  }
}

.flow .notes .comment {
  color: #000;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  .flow .notes .comment {
    font-size: 10px;
  }
}

.flow .notes .txt_black {
  color: #000;
  font-size: 3.3vw;
}

@media (min-width: 751px) {
  .flow .notes .txt_black {
    font-size: 12px;
  }
}

@media (min-width: 751px) {
  .flow .notes_snow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.flow .notes_snow > div {
  margin-bottom: 10%;
}

@media (min-width: 751px) {
  .flow .notes_snow > div {
    margin: 0 30px 0 0;
    width: 185px;
  }
}

@media (min-width: 751px) {
  .flow .notes_snow > div:nth-child(3n) {
    margin-right: 0;
  }
}

.flow .notes_snow_01 .txt {
  color: #eb6d8e;
}

.flow .notes_snow_02 .txt {
  color: #36bdef;
}

.flow .notes_snow_03 .txt {
  color: #a674b0;
}

.flow .notes .notes_summer_btn {
  background-color: #f9a707;
  color: #fff;
  cursor: pointer;
  font-size: 5.2vw;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  margin: 8% 0;
  position: relative;
  text-align: center;
}

.flow .notes .notes_summer_btn:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}

.flow .notes .notes_summer_btn.active:after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

@media (min-width: 751px) {
  .flow .notes .notes_summer_btn {
    font-size: 21px;
  }
}

@media (min-width: 751px) {
  .flow .notes_summer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flow .notes_summer > div {
  margin-bottom: 10%;
}

@media (min-width: 751px) {
  .flow .notes_summer > div {
    margin: 0 30px 30px 0;
    width: 186px;
  }
}

@media (min-width: 751px) {
  .flow .notes_summer > div:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 751px) {
  .flow .notes_summer > div:nth-child(3) {
    margin-top: -26px;
  }
}

.flow .notes_summer_01 .txt {
  color: #00693e;
}

.flow .notes_summer_02 .txt {
  color: #e75297;
}

.flow .notes_summer_03 .txt {
  color: #5f1985;
}

.flow .notes_summer_04 .txt {
  color: #036eb7;
}

.flow .notes_summer_05 .txt {
  color: #e73820;
}

.report main {
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
}

@media (min-width: 751px) {
  .report main {
    background: none;
    min-height: 1953px;
  }
  .report main::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.report .bread {
  margin-bottom: 12vw;
}

@media (min-width: 751px) {
  .report .bread {
    margin-bottom: 65px;
  }
}

.report .title .container {
  width: auto;
}

@media (min-width: 751px) {
  .report .title .container {
    width: 700px;
  }
}

.report .page-title {
  position: relative;
  padding-bottom: 12.6667vw;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (min-width: 751px) {
  .report .page-title {
    padding-bottom: 45px;
  }
}

.report .page-title span {
  font-size: 16px;
  display: block;
  line-height: 1.7;
}

@media (min-width: 751px) {
  .report .page-title span {
    font-size: 18px;
  }
}

.report .page-title img {
  width: 90.9334vw;
}

@media (min-width: 751px) {
  .report .page-title img {
    width: 584px;
  }
}

@media (min-width: 751px) {
  .report .page-title.other img {
    width: 470px;
  }
}

.report .page-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  width: 100vw;
  height: 54vw;
  z-index: -1;
}

@media (min-width: 751px) {
  .report .page-title::before {
    width: 800px;
    height: 222px;
    bottom: 0;
    left: -50px;
  }
}

.report .page-title.winter::before {
  background: url(../img/report/page_title_bg_winter.png) no-repeat;
  background-size: contain;
}

@media (min-width: 751px) {
  .report .page-title.winter::before {
    background: url(../img/report/page_title_bg_winter_pc.png) no-repeat;
  }
}

.report .page-title.spring::before {
  background: url(../img/report/page_title_bg_spring.png) no-repeat;
  background-size: contain;
}

@media (min-width: 751px) {
  .report .page-title.spring::before {
    background: url(../img/report/page_title_bg_spring_pc.png) no-repeat;
  }
}

.report .page-title.summer::before {
  background: url(../img/report/page_title_bg_summer.png) no-repeat;
  background-size: contain;
}

@media (min-width: 751px) {
  .report .page-title.summer::before {
    background: url(../img/report/page_title_bg_summer_pc.png) no-repeat;
  }
}

.report .page-title.other::before {
  background: url(../img/report/page_title_bg_other.png) no-repeat;
  background-size: contain;
}

@media (min-width: 751px) {
  .report .page-title.other::before {
    background: url(../img/report/page_title_bg_other_pc.png) no-repeat;
  }
}

/*add ito*/
@media (min-width: 751px) {
  .report .link-report-btn {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  .report .link-report-btn {
    position: relative;
    text-align: center;
    margin-bottom: 3vw;
  }
  .report .link-report-btn img {
    width: 90vw;
  }
}
/**/

.report .content {
  padding: 10.6667vw 0;
}

.report .content.winter {
  background-color: #edf4fa;
}

.report .content.winter .content-kv::after {
  background: url(../img/report/content_kv_border_winter.png) no-repeat center 0;
}

.report .content.spring {
  background-color: #fef1f4;
}

.report .content.spring .content-kv::after {
  background: url(../img/report/content_kv_border_spring.png) no-repeat center 0;
}

.report .content.summer {
  background-color: #fff8eb;
}

.report .content.summer .content-kv::after {
  background: url(../img/report/content_kv_border_summer.png) no-repeat center 0;
}

.report .content.other {
  background-color: #ebf8ef;
}

.report .content.other .content-kv::after {
  background: url(../img/report/content_kv_border_other.png) no-repeat center 0;
}

@media (min-width: 751px) {
  .report .content {
    padding: 60px 0 70px;
  }
}

.report .content-kv {
  margin-bottom: 8vw;
}

.report .content-kv::after {
  content: "";
  display: block;
  height: 9px;
  margin-top: -2px;
  width: 700px;
}

@media (max-width: 750px) {
  .report .content-kv::after {
    width: auto;
  }
}

@media (min-width: 751px) {
  .report .content-kv {
    margin-bottom: 40px;
  }
}

@media (min-width: 751px) {
  .report .content-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}

.report .content-list li {
  background-color: #fff;
  border-radius: 5px;
  padding: 5.3334vw;
}

.report .content-list li:not(:last-child) {
  margin-bottom: 4vw;
}

@media (min-width: 751px) {
  .report .content-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 751px) {
  .report .content-list li {
    width: 226px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .report .content-list li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.report .content-list li figcaption {
  font-size: 14px;
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  .report .content-list li figcaption {
    margin-bottom: 10px;
  }
}

.report .link {
  padding-top: 12vw;
}

@media (min-width: 751px) {
  .report .link {
    padding: 80px 0;
  }
}

.report .link-list {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .report .link-list {
    width: 500px;
    margin: 0 auto;
  }
}

.report .link-list li {
  margin-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .report .link-list li {
    margin-bottom: 20px;
  }
}

.report .link-list li:nth-child(3), .report .link-list li:nth-child(4) {
  width: 40vw;
}

@media (min-width: 751px) {
  .report .link-list li:nth-child(3), .report .link-list li:nth-child(4) {
    width: auto;
  }
}

.report .banner {
  padding: 0 0 12vw;
}

.report_list main {
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
}

@media (min-width: 751px) {
  .report_list main {
    background: none;
    min-height: 1953px;
  }
  .report_list main::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.report_list .bread {
  margin-bottom: 8.6667vw;
}

@media (min-width: 751px) {
  .report_list .bread {
    margin-bottom: 65px;
  }
}

.report_list .report {
  margin-bottom: 11.3334vw;
}

@media (min-width: 751px) {
  .report_list .report {
    margin-bottom: 60px;
  }
}

.report_list .report-title {
  font-size: 24px;
  padding: 10px 0 15px 55px;
}

@media (min-width: 751px) {
  .report_list .report-title {
    font-size: 35px;
    line-height: 1;
    padding: 20px 0 20px 60px;
  }
}

.report_list .report-list li a {
  padding: 6vw 0 6vw 32px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background: url(../img/report/gray_arrow.png) left center no-repeat;
  background-size: 18px auto;
}

@media (min-width: 751px) {
  .report_list .report-list li a {
    font-size: 15px;
    padding: 25px 0 25px 40px;
  }
}

.report_list .report-winter .report-title {
  color: #2072c5;
  border-bottom: solid 2px #2072c5;
  background: url(../img/report/winter_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_list .report-winter .report-title {
    background-size: 50px auto;
  }
}

.report_list .report-winter .report-list {
  border-bottom: solid 2px #2072c5;
}

.report_list .report-winter .report-list li:not(:last-child) {
  border-bottom: dotted 2px #2072c5;
}

.report_list .report-other .report-title {
  color: #00a439;
  border-bottom: solid 2px #00a439;
  background: url(../img/report/other_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_list .report-other .report-title {
    background-size: 50px auto;
  }
}

.report_list .report-other .report-list {
  border-bottom: solid 2px #00a439;
}

.report_list .report-other .report-list li:not(:last-child) {
  border-bottom: dotted 2px #00a439;
}

.report_list .report-spring .report-title {
  color: #ed5274;
  border-bottom: solid 2px #ed5274;
  background: url(../img/report/spring_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_list .report-spring .report-title {
    background-size: 50px auto;
  }
}

.report_list .report-spring .report-list {
  border-bottom: solid 2px #ed5274;
}

.report_list .report-spring .report-list li:not(:last-child) {
  border-bottom: dotted 2px #ed5274;
}

.report_list .report-summer .report-title {
  color: #f9a707;
  border-bottom: solid 2px #f9a707;
  background: url(../img/report/summer_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_list .report-summer .report-title {
    background-size: 50px auto;
  }
}

.report_list .report-summer .report-list {
  border-bottom: solid 2px #f9a707;
}

.report_list .report-summer .report-list li:not(:last-child) {
  border-bottom: dotted 2px #f9a707;
}

.report_list .banner {
  padding-top: 0;
}

.report_detail .bread {
  margin: 0 auto 6vw;
}

@media (min-width: 751px) {
  .report_detail .bread {
    margin: 0 auto 50px;
  }
}

.report_detail main {
  background: url(../img/main_line_bg.png) repeat-x;
  background-size: 99.5px auto;
}

@media (min-width: 751px) {
  .report_detail main {
    background: none;
    min-height: 1953px;
  }
  .report_detail main::before {
    content: "";
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/main_front_line_bg_pc.png) center top repeat-x;
    z-index: 1;
  }
}

.report_detail .main-title {
  font-size: 24px;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .report_detail .main-title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}

.report_detail .report-title {
  font-size: 24px;
  padding: 10px 0 15px 55px;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .report_detail .report-title {
    font-size: 35px;
    line-height: 1;
    padding: 20px 0 20px 60px;
    margin-bottom: 0;
  }
}

.report_detail .report-winter .report-title {
  color: #2072c5;
  background: url(../img/report/winter_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_detail .report-winter .report-title {
    background-size: 50px auto;
  }
}

.report_detail .report-other .report-title {
  color: #00a439;
  background: url(../img/report/other_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_detail .report-other .report-title {
    background-size: 50px auto;
  }
}

.report_detail .report-spring .report-title {
  color: #ed5274;
  background: url(../img/report/spring_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_detail .report-spring .report-title {
    background-size: 50px auto;
  }
}

.report_detail .report-summer .report-title {
  color: #f9a707;
  background: url(../img/report/summer_icon.png) left center no-repeat;
  background-size: 45px auto;
}

@media (min-width: 751px) {
  .report_detail .report-summer .report-title {
    background-size: 50px auto;
  }
}

.report_detail .content {
  background-color: #edf4fa;
  padding: 10.6667vw 0 12vw;
}

.report_detail .content.winter {
  background-color: #edf4fa;
}

.report_detail .content.spring {
  background-color: #fef1f4;
}

.report_detail .content.summer {
  background-color: #fff8eb;
}

.report_detail .content.other {
  background-color: #ebf8ef;
}

@media (min-width: 751px) {
  .report_detail .content {
    padding: 60px 0 80px;
  }
}

.report_detail .content-title {
  font-size: 21px;
  margin-bottom: 2vw;
}

@media (min-width: 751px) {
  .report_detail .content-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.report_detail .content-inner {
  background-color: #fff;
  padding: 15px;
}

.report_detail .voice {
  background-color: #ff9500;
  color: #fff;
  padding-top: 12vw;
  padding-bottom: 10vw;
}

@media (min-width: 751px) {
  .report_detail .voice {
    padding-top: 50px;
    padding-bottom: 76px;
  }
}

@media (min-width: 751px) {
  .report_detail .voice .container {
    position: relative;
  }
}

.report_detail .voice-title {
  margin-bottom: 0.6667vw;
}

@media (min-width: 751px) {
  .report_detail .voice-title {
    text-align: left;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
  }
}

.report_detail .voice-title span {
  position: relative;
}

.report_detail .voice-title span::before {
  content: "";
  position: absolute;
  top: -6.4vw;
  left: -5.6vw;
  background: url(../img/voice_front_bg.png) no-repeat;
  background-size: contain;
  width: 8.5334vw;
  height: 7.2vw;
}

@media (min-width: 751px) {
  .report_detail .voice-title span::before {
    background: url(../img/voice_front_bg_pc.png) no-repeat;
    background-size: contain;
    width: 43px;
    height: 49px;
    top: -16px;
    left: -54px;
  }
}

.report_detail .voice-title span::after {
  content: "";
  position: absolute;
  bottom: -1.2vw;
  right: -4.5334vw;
  background: url(../img/voice_back_bg.png) no-repeat;
  background-size: contain;
  width: 2.8vw;
  height: 3.7334vw;
}

@media (min-width: 751px) {
  .report_detail .voice-title span::after {
    width: 15px;
    height: 20px;
    top: -15px;
    bottom: auto;
    right: -24px;
  }
}

.report_detail .voice-list {
  margin-bottom: 3.3334vw;
}

@media (min-width: 751px) {
  .report_detail .voice-list {
    margin-bottom: 0;
  }
}

.report_detail .voice-list li {
  border-bottom: solid 2px #fff;
}

.report_detail .voice-list-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 2px rgba(255, 255, 255, 0.8);
  padding-bottom: 4.6667vw;
  padding-top: 10.6667vw;
  padding-left: 22%;
  position: relative;
}

@media (min-width: 751px) {
  .report_detail .voice-list-title {
    padding-top: 65px;
    padding-bottom: 15px;
    font-size: 18px;
    padding-left: 75px;
  }
}

.report_detail .voice-list-title::before {
  content: "";
  position: absolute;
}

.report_detail .voice-list-text {
  padding-top: 3.3334vw;
  padding-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .report_detail .voice-list-text {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.report_detail .voice-more a {
  color: #fff;
  background: url(../img/white_orange_arrow.png) no-repeat right center;
  background-size: 14px;
}

@media (min-width: 751px) {
  .report_detail .voice-more a {
    background-size: 12px;
  }
}

@media (min-width: 751px) {
  .report_detail .voice-more {
    position: absolute;
    bottom: -9px;
    right: 320px;
  }
}

.report_detail .voice-guardian .voice-list-title::before {
  left: -2.1334vw;
  bottom: 5.6vw;
  background: url(../img/voice_guardian.png) no-repeat;
  background-size: contain;
  width: 17.0667vw;
  height: 11.0667vw;
}

@media (min-width: 751px) {
  .report_detail .voice-guardian .voice-list-title::before {
    width: 71px;
    height: 47px;
    left: -10px;
    bottom: 22px;
  }
}

.report_detail .voice-principal .voice-list-title {
  padding-right: 5.3334vw;
}

@media (min-width: 751px) {
  .report_detail .voice-principal .voice-list-title {
    padding-right: 0;
  }
}

.report_detail .voice-principal .voice-list-title::before {
  left: -2.6667vw;
  bottom: 5.3334vw;
  background: url(../img/voice_principal.png) no-repeat;
  background-size: contain;
  width: 16.8vw;
  height: 11.8667vw;
}

@media (min-width: 751px) {
  .report_detail .voice-principal .voice-list-title::before {
    width: 70px;
    height: 49px;
    left: -10px;
    bottom: 22px;
  }
}

@media (min-width: 751px) {
  .kitakaru main {
    min-height: 1953px;
  }
}

.kitakaru .title {
  padding-top: 70px;
}

.kitakaru .title .page-title {
  clear: both;
  font-size: 36px;
  position: relative;
}

@media (max-width: 750px) {
  .kitakaru .title .page-title {
    font-size: 6.6vw;
  }
}

.kitakaru .title .page-title::before {
  background: url(../img/kitakaru/title_front_bg_pc.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -59px;
  width: 585px;
  height: 184px;
  left: -56px;
}

@media (max-width: 750px) {
  .kitakaru .title .page-title::before {
    background: url(../img/kitakaru/title_front_bg_sp.png) no-repeat;
    background-size: contain;
    top: -66%;
    width: 100%;
    height: 210%;
    left: -10%;
  }
}

.kitakaru .campsite-heading {
  overflow: hidden;
  margin-bottom: 20px;
}

.kitakaru .campsite-heading h2 {
  font-size: 30px;
  margin-bottom: .6em;
}

@media (max-width: 750px) {
  .kitakaru .campsite-heading h2 {
    font-size: 4.5vw;
  }
}

.kitakaru .campsite-heading .camp-text {
  float: left;
  width: 68%;
}

@media (max-width: 750px) {
  .kitakaru .campsite-heading .camp-text {
    float: none;
    width: 100%;
  }
}

.kitakaru .campsite-heading .campsite-logo {
  float: right;
  margin-top: -52px;
}

@media (max-width: 750px) {
  .kitakaru .campsite-heading .campsite-logo {
    margin: -8% 0 0 10px;
    width: 35%;
  }
}

.kitakaru .campsite .campsite-map {
  margin: 0 0 60px -80px;
  position: relative;
  width: 810px;
}

@media (max-width: 750px) {
  .kitakaru .campsite .campsite-map {
    display: none;
  }
}

.kitakaru .campsite .campsite-map ul li {
  cursor: pointer;
  position: absolute;
}

.kitakaru .campsite .campsite-map ul li:nth-child(1) {
  left: 434px;
  top: 523px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(2) {
  left: 345px;
  top: 497px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(3) {
  left: 317px;
  top: 408px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(4) {
  left: 304px;
  top: 201px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(5) {
  left: 364px;
  top: 198px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(6) {
  left: 453px;
  top: 210px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(7) {
  left: 385px;
  top: 430px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(8) {
  left: 397px;
  top: 384px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(9) {
  left: 543px;
  top: 339px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(10) {
  left: 419px;
  top: 306px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(11) {
  left: 290px;
  top: 358px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(12) {
  left: 351px;
  top: 371px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(13) {
  left: 476px;
  top: 509px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(14) {
  left: 291px;
  top: 292px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(15) {
  left: 484px;
  top: 422px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(16) {
  left: 461px;
  top: 464px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(17) {
  left: 578px;
  top: 351px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(18) {
  left: 471px;
  top: 375px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(19) {
  left: 544px;
  top: 244px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(20) {
  left: 506px;
  top: 377px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(21) {
  left: 534px;
  top: 300px;
}

.kitakaru .campsite .campsite-map ul li:nth-child(22) {
  left: 544px;
  top: 467px;
}

.kitakaru .campsite .btn_youtube {
  margin: 8% 5% 5%;
  text-align: center;
}

@media (min-width: 751px) {
  .kitakaru .campsite .btn_youtube {
    margin: 30px 0 0;
  }
  /*add ito*/
  .kitakaru .campsite .btn_youtube a{
    cursor: pointer;
  }
  /**/
}

.kitakaru .campsite .campsite-map-sp {
  margin-bottom: 40px;
}

@media (min-width: 751px) {
  .kitakaru .campsite .campsite-map-sp {
    display: none;
  }
}

.kitakaru .campsite .campsite-map-sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}

.kitakaru .campsite .campsite-map-sp ul li {
  margin-bottom: 3px;
  width: 49.8%;
}

.kitakaru .schedule {
  margin-bottom: 110px;
}

@media (max-width: 750px) {
  .kitakaru .schedule {
    margin-bottom: 50px;
  }
}

.kitakaru .schedule h2 {
  font-size: 30px;
  margin-bottom: 1em;
  position: relative;
}

@media (max-width: 750px) {
  .kitakaru .schedule h2 {
    font-size: 6.6vw;
  }
}

.kitakaru .schedule h2::before {
  background: url(../img/kitakaru/schedule_front_bg_pc.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -25px;
  width: 444px;
  height: 84px;
  left: -56px;
}

@media (max-width: 750px) {
  .kitakaru .schedule h2::before {
    background-size: contain;
    top: -60%;
    width: 110%;
    height: 210%;
    left: -7%;
  }
}

.kitakaru .schedule-cont {
  margin: 0 0 20px -25px;
  position: relative;
  width: 749px;
}

@media (max-width: 750px) {
  .kitakaru .schedule-cont {
    margin: 0;
    width: auto;
  }
}

.kitakaru .schedule-cont:nth-of-type(2) > img {
  margin-left: 10px;
}

.kitakaru .schedule-cont:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 186px;
  background: url(../img/bottom_line_bg_pc.png) no-repeat;
  background-size: contain;
  width: 336px;
  height: 9px;
}

@media (max-width: 750px) {
  .kitakaru .schedule-cont:nth-of-type(3)::after {
    content: none;
  }
}

@media (min-width: 751px) {
  .kitakaru .schedule-cont dd {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .kitakaru .schedule-cont dl dt {
    margin-bottom: 20px;
    position: relative;
  }
  .kitakaru .schedule-cont dl dt:after {
    content: "";
    position: absolute;
    margin-top: -6px;
    right: 10%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
  }
  .kitakaru .schedule-cont dl dt.active:after {
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #ffffff transparent;
  }
  .kitakaru .schedule-cont dl dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.kitakaru .schedule-list {
  color: #fff;
  font-size: 17px;
  position: absolute;
  left: 64px;
  top: 96px;
  width: 192px;
}

@media (max-width: 750px) {
  .kitakaru .schedule-list {
    color: #00a439;
    left: 0;
    top: 0;
    position: relative;
    width: 45%;
  }
  .kitakaru .schedule-list::after {
    background: url(../img/kitakaru/schedule_bg_sp.png) no-repeat;
    background-size: contain;
    content: "";
    display: block;
    float: right;
    height: 22%;
    width: 22%;
  }
}

.kitakaru .schedule-list li {
  padding: 12px 0;
}

.kitakaru .schedule-list li + li {
  border-top: 1px dashed #fff;
}

@media (max-width: 750px) {
  .kitakaru .schedule-list li + li {
    border-top: 1px dashed #00a439;
  }
}

.kitakaru .schedule-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 295px;
  top: 85px;
}

@media (max-width: 750px) {
  .kitakaru .schedule-img {
    display: block;
    left: 10%;
    top: 0;
    position: relative;
    width: 45%;
  }
}

.kitakaru .schedule-img li {
  margin-bottom: 10px;
}

.kitakaru .schedule-img li:nth-child(even) {
  margin-left: 10px;
}

@media (max-width: 750px) {
  .kitakaru .schedule-img li:nth-child(even) {
    margin-left: 0;
  }
}

.kitakaru .schedule .color-border {
  margin: 0 auto;
  width: 60%;
}

.kitakaru .main-title {
  font-size: 24px;
  margin-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .kitakaru .main-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

.kitakaru .camp {
  background: url(../img/kitakaru/camp_bg.jpg) bottom center no-repeat;
  background-size: cover;
  padding-top: 10.6667vw;
  padding-bottom: 3.3334vw;
  position: relative;
}

@media (min-width: 751px) {
  .kitakaru .camp {
    background: url(../img/kitakaru/camp_bg_pc.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

.kitakaru .camp::before {
  content: "";
  position: absolute;
  top: -4.9334vw;
  right: 1.6vw;
  background: url(../img/kitakaru/camp_flag_bg.png) no-repeat;
  background-size: contain;
  width: 24.2667vw;
  height: 20.2667vw;
}

@media (min-width: 751px) {
  .kitakaru .camp::before {
    content: none;
  }
}

@media (min-width: 751px) {
  .kitakaru .camp .container {
    position: relative;
  }
  .kitakaru .camp .container::before {
    content: "";
    position: absolute;
    background: url(../img/kitakaru/camp_flag_bg_pc.png) no-repeat;
    background-size: contain;
    width: 117px;
    height: 98px;
    top: -110px;
    left: -75px;
  }
}

.kitakaru .camp-images {
  font-size: 0;
  margin-bottom: 6.6667vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}

.kitakaru .camp-images li {
  margin-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-images li {
    margin: 0;
  }
}

.kitakaru .camp-text {
  margin-bottom: 5.3334vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-text {
    margin-bottom: 15px;
  }
}

.kitakaru .camp-detail {
  margin-bottom: 7.3334vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-detail {
    margin-bottom: 45px;
  }
}

.kitakaru .camp-detail-title {
  font-size: 16px;
  font-weight: bold;
  color: #00a439;
  padding-bottom: 1.3334vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-detail-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.kitakaru .camp-content {
  border-top: solid 1px #00a439;
  background-color: #fff;
  padding: 3.3334vw 4vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-content {
    padding: 20px 15px;
  }
  .kitakaru .camp-content-table {
    padding: 5px 15px;
  }
}

.kitakaru .camp-content p {
  font-size: 11px;
}

@media (min-width: 751px) {
  .kitakaru .camp-content p {
    font-size: 14px;
  }
}

.kitakaru .camp-table {
  width: 100%;
}

.kitakaru .camp-table th {
  border-bottom: dotted 1.5px rgba(0, 164, 57, 0.8);
  padding: 3.3334vw 0;
  width: 18.9334vw;
  font-size: 12px;
  font-weight: normal;
  color: #00a439;
}

@media (min-width: 751px) {
  .kitakaru .camp-table th {
    font-size: 14px;
    padding: 15px 0;
    width: 100px;
    vertical-align: middle;
  }
}

.kitakaru .camp-table td {
  border-bottom: dotted 1.5px rgba(0, 164, 57, 0.8);
  padding: 3.3334vw 0;
  line-height: 1.7;
  font-size: 11px;
}

@media (min-width: 751px) {
  .kitakaru .camp-table td {
    font-size: 14px;
    padding: 15px 0;
  }
}

.kitakaru .camp-front {
  border-bottom: dotted 1.5px rgba(0, 164, 57, 0.8);
  padding-bottom: 2.6667vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-front {
    padding-bottom: 10px;
  }
}

.kitakaru .camp-front span {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 751px) {
  .kitakaru .camp-front span {
    font-size: 22px;
  }
}

.kitakaru .camp-back {
  padding-top: 2.6667vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-back {
    padding-top: 10px;
  }
}

.kitakaru .camp-back span {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 751px) {
  .kitakaru .camp-back span {
    font-size: 22px;
  }
}

.kitakaru .camp-button {
  width: 69.3334vw;
  margin: 0 auto;
  padding-top: 1.3334vw;
}

@media (min-width: 751px) {
  .kitakaru .camp-button {
    width: 340px;
  }
}

/* add ishii 2008.10.11 start
 トピックス投稿記事用　スタイルシート
*/
.wp-caption {
  text-align: center !important;
}

.report_detail .content-inner img,
.editContetArea img {
  margin: 5px 2px;
}

.report_detail .content-inner img.alignright,
.editContetArea img.alignright {
  margin: 0 0 0 auto;
  display: block;
}

.report_detail .content-inner img.alignleft,
.editContetArea img.alignleft {
  margin: 0 auto 0 0;
  display: block;
}

.report_detail .content-inner img.aligncenter,
.editContetArea img.aligncenter {
  margin: 0 auto;
  display: block;
}

/*.report_detail .content-inner .wp-caption-text,*/
/*.editContetArea .wp-caption-text {*/
  /*display: inline-block;*/
  /*text-align: left;*/
  /*margin: 2.667vw 0 0;*/
  /*font-size: 14px;*/
  /*font-size: 1.4rem;*/
/*}*/

.report_detail .content-inner strong,
.editContetArea strong {
  font-weight: bold;
}

.report_detail .content-inner a,
.editContetArea a{
  color: #4379de;
}

.report_detail .content-inner em,
.editContetArea em {
  font-family: sans-serif;
  font-style: italic;
}

@media all and (-ms-high-contrast: none) {
  /*IE10以上*/
  .report_detail .content-inner em,
  .editContetArea em {
    font-family: none;
    font-style: italic;
  }
}

.report_detail .content-inner table, .report_detail .content-inner td, .report_detail .content-inner th,
.editContetArea table, .editContetArea td, .editContetArea th {
  border: rgba(0, 20, 35, 0.81) solid 1px;
  padding: 5px;
}

.report_detail .content-inner blockquote,
.editContetArea blockquote {
  position: relative;
  padding: 15px 15px 8px 15px;
  background: #efefef;
  color: #555;
  width: 90%;
  margin: 20px auto;
}

.report_detail .content-inner blockquote:before,
.editContetArea blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  vertical-align: middle;
  content: "”";
  font-family: Arial;
  color: #009FB7;
  font-size: 25px;
  line-height: 1;
}

.report_detail .content-inner  blockquote p,
.editContetArea blockquote p {
  padding: 0;
  margin: 20px 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* add ishii 2008.10.11 end */

/* add ishii 2018.10.17 start */
@media (min-width: 751px) {
  p.icon_desp {
    line-height: 1.7;
    text-align: right;
    width: 700px;
    padding: 0 320px 0 0;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  p.icon_desp{
    line-height: 1.7;
    text-align: right;
    padding: 0 2em;
  }
}

p.icon_desp a{
  color:#2072c5;
}

p.icon_desp a:hover{
  text-decoration: underline;
}
/* add ishii 2018.10.17 end */