@charset "UTF-8";
/**************************************************
Brakpoint
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style-image: none;
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Helper */
.valign_top {
  vertical-align: top;
}
/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
body {
  height: 100%;
  margin: auto;
}
body::before {
  content: "";
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
/* COMMON
--------------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333333;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: 'Lobster', cursive;
}
.mincho {
  font-family: "游明朝", YuMincho, "Yu Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}
/* HEADER
--------------------------------------------------- */
header {
  width: 100%;
  text-align: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logobox {
    margin-top: -4%;
}
header .logo_img {
  width: 640px;
}
header .rubi {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
}

header .logobox .link_blog{
    margin-top: 35px;
    
}
header .logobox .link_blog a{
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    padding: 12px 50px;
    
}
header .logobox .link_blog a:hover{
    color: #000;
    background-color: #fff;
    
}
@media only screen and (max-width: 767px) {
    header {
  height: 85vh;
}
    
    
  header .logobox {
    width: 90%;
    margin: 5% auto 0;
  }
    header .logo_img {
  width: 100%;
}
    header .rubi {
    font-size: 18px;
        padding-top: 5px;
  
}
    header .logobox .link_blog{
    margin-top: 30px;
    
}
header .logobox .link_blog a{
    font-size: 16px;
    max-width: 90%;
    padding: 10px 0px;
    
}
header .logobox .link_blog a:hover{
    color: #fff;
    background-color:transparent;
    
}
}
/* white_box
--------------------------------------------------- */
.white_box {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-radius: 15px;
  max-width: 820px;
  margin: 50px auto 50px;
  text-align: center;
  padding: 85px 90px 40px;
  display: block;
}
.concept_ttl {
  font-size: 34px;
  line-height: 1.3;
}
.concept_ttl span {
  display: block;
  font-size: 16px;
}
.concept_copy {
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
  padding-top: 40px;
}
.concept_detail {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 2.2;
  padding-top: 40px;
}
.concept_fin {
  font-size: 24px;
  padding-top: 35px;
  padding-bottom: 65px;
}
.test_experience {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: bold;
}

.tour_list{
  border-top: 1px solid #000;
  padding: 15px 0px 0;
}


.tour_list .tour_item{
  border-bottom: 1px solid #000;
  padding: 55px 0px;
}
   .tour{
   
    }
  .tour .tour_ttl{
     font-size: 22px;
  font-weight: bold;
      line-height: 1.5;
    }

  .tour .tour_date{
 font-weight: bold;
      font-feature-settings: "palt";
    }
 .tour .tour_date span{
 font-size: 22px;
    }

  .tour .tour_detail{
 text-align: left;
      margin-top: 20px;
    }
  .tour .tour_detail a{
      text-decoration: underline;
    }
 .tour .tour_detail .tour_detail_ttl{
 font-weight: bold;
    }

.representative {
  font-size: 12px;
  line-height: 1.6;
  padding-top: 40px;
}
.margin {
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .white_box {
    width: 92%;
    padding: 60px 20px 40px;
  }
  .concept_ttl {
    font-size: 28px;
    line-height: 1.3;
  }
  .concept_ttl span {
    font-size: 14px;
  }
  .concept_copy {
    font-size: 5.8vw;
    line-height: 1.5;
    padding-top: 35px;
  }
  .concept_detail {
    font-size: 16px;
    text-align: left;
    line-height: 2.0;
    padding-top: 30px;
  }
  .concept_fin {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .test_experience {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.5;
  }
    
    .tour_list{
  padding: 0px 0px 0;
}



    

  .tour .tour_ttl{
     font-size: 20px;
      line-height: 1.5;
    }


 .tour .tour_date span{
 font-size: 18px;
    }

  .tour .tour_detail{
 text-align: left;
      margin-top: 20px;
    }
  .tour .tour_detail a{
      text-decoration: underline;
    }
 .tour .tour_detail .tour_detail_ttl{
 font-weight: bold;
    }
    
    
  .margin {
    height: 50px;
  }
}
/* FOOTER
--------------------------------------------------- */
footer {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 30px 0 0;
  margin-top: 50px;
}
footer .footer_logo {
  width: 100px;
  margin: 0 auto 15px;
}
footer .cr {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {}
/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}