@charset "UTF-8";
/* styles written in this file is for Standard */
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

q:before, q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
  border: none;
}

abbr, acronym, fieldset {
  border: 0;
}

tr, th, td, caption {
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

/* styles written in this file is for Standard */
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese', -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
  color: #333333;
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

.only-pc {
  display: block;
}

.only-pci {
  display: inline-block;
}

.only-sp {
  display: none;
}

.only-spi {
  display: none;
}

.sp-navi {
  display: none;
}

.whole-wrap {
  margin: 0 auto;
  background: #b8e8f2;
  position: relative;
}

.site-header {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 100px;
  min-width: 1020px;
}
.site-header .logo {
  width: 476px;
  height: 38px;
  position: absolute;
  left: 20px;
  top: 31px;
}
.site-header .logo a {
  display: block;
  padding: 38px 0 0 0;
  width: 476px;
  height: 0;
  overflow: hidden;
  background: url(../_img/pc/_hea_log.png) no-repeat;
}
.site-header .link {
  width: 339 px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .link li {
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 100px;
  border-left: 1px solid #f1ecdd;
}
.site-header .link li a {
  display: block;
  padding: 55px 0 0 0;
  width: 112px;
  height: 45px;
  background-repeat: no-repeat;
  font-size: 13px;
  color: #333333;
  line-height: 130.7692307692%;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.site-header .link li a:hover {
  color: #f2a92a;
}
.site-header .link li.l1 a {
  background-image: url(../_img/pc/_hea_but_01.png);
}
.site-header .link li.l2 a {
  background-image: url(../_img/pc/_hea_but_02.png);
}
.site-header .link li.l-faq a {
  background-image: url(../_img/pc/_hea_but_faq.png);
}
.site-header .link li.l3 a {
  background-image: url(../_img/pc/_hea_but_03.png);
  color: #ffffff;
}
.site-header .link li.l3 a:hover {
  color: #e9db25;
  background-position: 0 100%;
}
.site-header .link li.site-header--mypage {
  background-color: #F1ECDD;
  padding: 10px;
  width: auto;
}
.site-header .link li.site-header--mypage .site-header--mypage-ttl {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--inner {
  display: inline-block;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--inner input {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  padding: 15px 20px 15px 35px;
  appearance: none;
  font-weight: bold;
  box-shadow: 0px 2px #BCB7A8;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--inner input:hover {
  color: #5CB4F2;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--entry a {
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  font-size: auto;
  line-height: 1;
  font-weight: normal;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--entry input {
  background-image: url(../_img/pc/site-header--mypage--entry-icon.png);
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--login a {
  display: block;
  padding: 0;
  width: auto;
  height: auto;
  font-size: auto;
  line-height: 1;
  font-weight: normal;
}
.site-header .link li.site-header--mypage .site-header--mypage-btn .site-header--mypage-btn--login input {
  background-image: url(../_img/pc/site-header--mypage--login-icon.png);
}
.site-header .menu {
  display: none;
}

.site-footer {
  height: 212px;
  background: #ffffff;
  position: relative;
  min-width: 1020px;
}
.site-footer .copy {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 10px;
  color: #666666;
}
.site-footer .rollup {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 60px;
  height: 60px;
}
.site-footer .rollup a {
  display: block;
  padding: 60px 0 0 0;
  width: 60px;
  height: 0;
  overflow: hidden;
  background: url(../_img/pc/_foo_rol_ico.png) no-repeat;
}
.site-footer .rollup a:hover {
  background-position: 0 100%;
}

.footerlink1 {
  padding: 55px 0;
  margin: 0;
  background-color: #f1ecdd;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cec09b;
  min-width: 1020px;
}
.footerlink1 ul {
  margin: 0 auto;
  width: 1020px;
}
.footerlink1 ul li {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 100px;
  margin: 0 15px 15px 0;
}
.footerlink1 ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  height: 100px;
  background: #ffffff;
  border-radius: 5px;
  padding: 0 30px 0 130px;
  position: relative;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  text-decoration: none;
  font-weight: bold;
}
.footerlink1 ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 0 0 5px;
}
.footerlink1 ul li a:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url(../_img/pc/_lin_ico_01.png) no-repeat;
}
.footerlink1 ul li a:hover {
  background-color: #edf8ff;
}
.footerlink1 ul li.l1 a:before {
  background-image: url(../_img/_fl1_img_01.png);
}
.footerlink1 ul li.l2 a:before {
  background-image: url(../_img/_fl1_img_02.png);
}
.footerlink1 ul li.l3 a:before {
  background-image: url(../_img/_fl1_img_03.png);
}
.footerlink1 ul li.l4 a:before {
  background-image: url(../_img/_fl1_img_04.png);
}
.footerlink1 ul li.l5 a {
  display: block;
  padding: 100px 0 0 0;
  width: 330px;
  height: 0;
  overflow: hidden;
  background: url(../_img/_fl1_img_05.png);
}
.footerlink1 ul li.l5 a:before, .footerlink1 ul li.l5 a:after {
  display: none;
}
.footerlink1 ul li.l5 a:hover {
  background-color: transparent;
}
.footerlink1 ul li.l5 p {
  margin: 3px 0 0 0;
  text-align: right;
  font-size: 13px;
}
.footerlink1 ul li.l5 p a {
  display: inline;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  position: static;
  text-align: left;
  font-size: 13px;
  color: #3faee8;
  line-height: 1.6;
  text-decoration: underline;
  font-weight: normal;
}
.footerlink1 ul li.l5 p a:before {
  display: none;
}
.footerlink1 ul li.l5 p a:after {
  display: none;
}
.footerlink1 ul li.l5 p a:hover {
  background-color: transparent;
}
.footerlink1 ul li.l8 a {
  display: block;
  padding: 100px 0 0 0;
  width: 330px;
  height: 0;
  overflow: hidden;
  background: url(../_img/_fl1_img_08.jpg);
  background-size: 330px 100px;
}
.footerlink1 ul li.l8 a:before, .footerlink1 ul li.l8 a:after {
  display: none;
}
.footerlink1 ul li.l8 a:hover {
  background-color: transparent;
}
.footerlink1 ul li:nth-child(3n) {
  margin-right: 0;
}

.footerlink2 {
  padding: 50px 0;
  margin: 0;
  background-color: #f1ecdd;
  min-width: 816px;
}
.footerlink2 .wrap {
  margin: 0 auto;
  width: 816px;
  overflow: hidden;
}
.footerlink2 .wrap ul {
  width: 204px;
  float: left;
  font-size: 13px;
  line-height: 230.7692307692%;
}
.footerlink2 .wrap ul li {
  padding: 0 0 0 11px;
  position: relative;
}
.footerlink2 .wrap ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 11px;
  height: 30px;
  background: url(../_img/pc/_lin_ico_07.png) no-repeat left center;
}
.footerlink2 .wrap ul li a {
  color: #333333;
  text-decoration: none;
}
.footerlink2 .wrap ul.u2 {
  width: 194px;
}
.footerlink2 .wrap ul.u3 {
  width: 194px;
}
.footerlink2 .wrap ul.u4 {
  width: 224px;
}

.return-top {
  padding: 55px 0;
  margin: 0;
  background-color: #f1ecdd;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cec09b;
  min-width: 1020px;
}
.return-top p a {
  display: block;
  margin: 0 auto;
  width: 440px;
  height: 70px;
  font-size: 20px;
  color: #ffffff;
  line-height: 70px;
  font-weight: bold;
  background: #3faee8;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.return-top p a:hover {
  background-color: #68caff;
}

img.navidial {
  width: auto;
  height: 26px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 750px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: inline;
  }

  .only-pc {
    display: none;
  }

  .only-pci {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .only-spi {
    display: inline-block;
  }

  * {
    max-height: 99999px;
  }

  html {
    width: 750px;
  }

  body {
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    width: 750px;
  }

  .whole-wrap {
    width: 750px;
    margin: 0;
    overflow: hidden;
  }

  .sp-navi {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 120px;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    width: 628px;
    border-left: 2px solid #ffffff;
    background: #f1ecdd;
    z-index: 0;
    overflow-y: scroll;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .sp-navi.hide {
    display: none;
  }
  .sp-navi .wrap {
    position: relative;
  }
  .sp-navi .top {
    padding: 30px 0 20px;
    margin: 0 30px 0 28px;
  }
  .sp-navi .top a {
    display: block;
    height: 100px;
    font-size: 24px;
    color: #ffffff;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: #3faee8;
    border-radius: 5px;
  }
  .sp-navi .fl1 {
    margin: 0 30px 0 28px;
  }
  .sp-navi .fl1 li {
    height: 100px;
    margin: 0 0 10px 0;
  }
  .sp-navi .fl1 li a {
    display: table-cell;
    vertical-align: middle;
    width: 440px;
    height: 100px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 0 0 130px;
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    text-decoration: none;
    font-weight: bold;
  }
  .sp-navi .fl1 li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
  }
  .sp-navi .fl1 li a:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../_img/sp/_lin_ico_01.png) no-repeat;
  }
  .sp-navi .fl1 li.l1 a:before {
    width: 130px;
    background-image: url(../_img/_fl1_img_01.png);
    background-position: center center;
  }
  .sp-navi .fl1 li.l2 a:before {
    background-image: url(../_img/_fl1_img_02.png);
  }
  .sp-navi .fl1 li.l3 a:before {
    background-image: url(../_img/_fl1_img_03.png);
  }
  .sp-navi .fl1 li.l4 a:before {
    background-image: url(../_img/_fl1_img_04.png);
  }
  .sp-navi .fl1 li.l5 {
    height: auto;
  }
  .sp-navi .fl1 li.l5 a {
    display: block;
    padding: 100px 0 0 0;
    width: 570px;
    height: 0;
    overflow: hidden;
    background-image: url(../_img/sp/_fl1_img_05.png);
  }
  .sp-navi .fl1 li.l5 a:before, .sp-navi .fl1 li.l5 a:after {
    display: none;
  }
  .sp-navi .fl1 li.l5 p {
    margin: 3px 0 0 0;
    text-align: center;
    font-size: 24px;
  }
  .sp-navi .fl1 li.l5 p a {
    display: inline;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: static;
    text-align: left;
    font-size: 24px;
    color: #3faee8;
    line-height: 1.6;
    text-decoration: underline;
    font-weight: normal;
  }
  .sp-navi .fl1 li.l5 p a:before {
    display: none;
  }
  .sp-navi .fl1 li.l5 p a:after {
    display: none;
  }
  .sp-navi .fl1 li.l6 a:before {
    background-image: url(../_img/_fl1_img_06.png);
  }
  .sp-navi .fl1 li.l7 a:before {
    width: 130px;
    background-image: url(../_img/_fl1_img_07.png);
    background-position: center center;
  }
  .sp-navi .fl1 li.l-faq a:before {
    width: 130px;
    background-image: url(../_img/_fl1_img_faq.png);
    background-position: center center;
  }
  .sp-navi .fl1 li.l8 {
    height: auto;
  }
  .sp-navi .fl1 li.l8 a {
    display: block;
    padding: 100px 0 0 0;
    width: 570px;
    height: 0;
    overflow: hidden;
    background-image: url(../_img/sp/_fl1_img_08.png);
  }
  .sp-navi .fl1 li.l8 a:before, .sp-navi .fl1 li.l8 a:after {
    display: none;
  }
  .sp-navi .inquiry {
    padding: 30px 0;
    margin: 0 30px 0 28px;
  }
  .sp-navi .inquiry a {
    display: block;
    height: 100px;
    font-size: 24px;
    color: #333333;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
  }
  .sp-navi .inquiry a:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../_img/sp/_lin_ico_01.png) no-repeat;
  }
  .sp-navi .fl2 {
    margin: 0 30px 0 28px;
    font-size: 24px;
    line-height: 291.6666666667%;
  }
  .sp-navi .fl2 li {
    padding: 0 0 0 20px;
    position: relative;
  }
  .sp-navi .fl2 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 70px;
    background: url(../_img/sp/_lin_ico_07.png) no-repeat left center;
  }
  .sp-navi .fl2 li a {
    color: #333333;
    text-decoration: none;
  }
  .sp-navi .site-navi--mypage {
    padding: 10px 0 0;
    border-bottom: 1px solid #FBFAF6;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn {
    border-bottom: 1px solid #E0DAC9;
    padding: 0 30px 30px;
    overflow: hidden;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--inner {
    width: 49%;
    position: relative;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--inner input {
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 25px center;
    background-size: auto 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    padding: 30px 0 30px 60px;
    appearance: none;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 4px #BCB7A8;
    text-align: left;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--inner:after {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../_img/sp/_lin_ico_01.png) no-repeat;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--entry {
    float: left;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--entry input {
    background-image: url(../_img/pc/site-header--mypage--entry-icon.png);
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--login {
    float: right;
  }
  .sp-navi .site-navi--mypage .site-navi--mypage-btn .site-navi--mypage-btn--login input {
    background-image: url(../_img/pc/site-header--mypage--login-icon.png);
  }

  .sp-navi-cover {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 0, 0, 0.5);
  }
  .sp-navi-cover.hide {
    display: none;
  }

  .main-wrap {
    background-color: #f1ecdd;
    position: absolute;
    left: 0;
    top: 0;
    width: 750px;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .site-header {
    background: #ffffff;
    position: relative;
    width: 100%;
    height: 110px;
    min-width: 0;
  }
  .site-header .logo {
    width: 263px;
    height: 49px;
    position: absolute;
    left: 29px;
    top: 28px;
  }
  .site-header .logo a {
    display: block;
    padding: 49px 0 0 0;
    width: 263px;
    height: 0;
    overflow: hidden;
    background: url(../_img/sp/_hea_log.png) no-repeat;
  }
  .site-header .link {
    display: none;
  }
  .site-header .menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 110px;
  }
  .site-header .menu a {
    display: block;
    padding: 110px 0 0 0;
    width: 120px;
    height: 0;
    overflow: hidden;
    background: url(../_img/sp/_hea_men_but.png);
  }

  .site-footer {
    height: auto;
    min-width: 0;
  }
  .site-footer .copy {
    position: static;
    padding: 50px 0;
    font-size: 18px;
    line-height: 222.2222222222%;
    text-align: center;
  }
  .site-footer .rollup {
    position: static;
    width: 750px;
    height: 100px;
  }
  .site-footer .rollup a {
    display: block;
    padding: 100px 0 0 0;
    width: 750px;
    height: 0;
    overflow: hidden;
    background: url(../_img/sp/_foo_rol_ico.png) no-repeat center center #6c6a66;
  }
  .site-footer .rollup a:hover {
    background-position: center center;
  }

  .footerlink1 {
    display: none;
  }

  .footerlink2 {
    display: none;
  }

  .return-top {
    padding: 55px 0;
    margin: 0;
    min-width: 0;
  }
  .return-top p a {
    width: 680px;
    height: 110px;
    font-size: 28px;
    line-height: 110px;
  }

  .navi-open .sp-navi {
    display: block;
  }
  .navi-open .main-wrap {
    transform-origin: 0 0;
    -webkit-transform: translate(-630px, 0);
    -moz-transform: translate(-630px, 0);
    transform: translate(-630px, 0);
  }
  .navi-open .main-wrap .site-header .menu a {
    background-position: 0 100%;
  }

  img.navidial {
    width: auto;
    height: 40px;
    vertical-align: middle;
    margin: 0 5px;
  }
}
.home .site-header,
.home .site-footer,
.home .footerlink1,
.home .footerlink2,
.home .return-top {
  min-width: 1204px;
}
.home .main-wrap {
  min-width: 1204px;
  background: #f1ecdd;
  overflow: hidden;
}
.home .mv-block {
  position: relative;
  width: 100%;
  height: 800px;
}
.home .main-vis {
  width: 100%;
  min-width: 1204px;
  height: 800px;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.home .main-vis.active {
  opacity: 1;
  visibility: visible;
}
.home .main-vis .wrap {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.home .main-vis .wrap .stage {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home .main-vis .wrap .stage .set {
  width: 100%;
  height: 800px;
  overflow: hidden;
  float: left;
}
.home .main-vis .wrap .stage .set article {
  width: 1346px;
  height: 800px;
  float: left;
  position: relative;
}
.home .main-vis .wrap .stage .set article.center-pos {
  float: none;
  margin: 0 auto;
}
.home .main-vis .wrap .stage .set article .photo {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
}
.home .main-vis .wrap .stage .set article .photo > a {
  display: block;
  width: 100%;
  height: 800px;
  position: relative;
}
.home .main-vis .wrap .stage .set article .photo ul li {
  width: 100%;
  height: 800px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.home .main-vis .wrap .stage .set article .photo .indicator {
  display: none;
}
.home .main-vis .wrap .stage .set article .text {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 480px;
  height: 600px;
  border: 10px solid #ffffff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.home .main-vis .wrap .stage .set article .text:hover {
  background: rgba(0, 0, 0, 0.6);
}
.home .main-vis .wrap .stage .set article .text .twrap {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
  height: 600px;
}
.home .main-vis .wrap .stage .set article .text .twrap h1 {
  margin: 0 20px 5px 20px;
  padding: 140px 0 0 0;
  font-size: 36px;
  color: #ffffff;
  line-height: 127.7777777778%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.home .main-vis .wrap .stage .set article .text .twrap h1:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 125px;
  height: 125px;
  background: url(../_img/plan/_pag_ttl_log.png) no-repeat;
  background-size: 125px 125px;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag {
  margin: 0 0 5px 0;
  text-align: center;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li {
  display: inline-block;
  margin: 0 6px;
  padding: 0 25px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 12px;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li.t2 {
  background-color: #44af2f;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li.t3 {
  background-color: #615fc2;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li.p_kojin {
  background-color: #F298A3;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li.p_tenjo {
  background-color: #4FC4C5;
}
.home .main-vis .wrap .stage .set article .text .twrap .tag li.p_genchi {
  background-color: #c5b34f;
}
.home .main-vis .wrap .stage .set article .text .twrap .misc {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 187.5%;
  text-align: center;
}
.home .main-vis .wrap .stage .set article .text .twrap .price {
  margin: 0 0 5px 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
}
.home .main-vis .wrap .stage .set article .text .twrap .note {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 187.5%;
  text-align: center;
}
.home .main-vis .wrap .stage .set article .text .twrap .link {
  margin: 0 auto;
  width: 240px;
  height: 60px;
}
.home .main-vis .wrap .stage .set article .text .twrap .link a {
  display: block;
  width: 238px;
  height: 58px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  line-height: 58px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.home .main-vis .wrap .stage .set article .text .twrap .link a:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(../_img/_lin_ico_01.png) no-repeat;
}
.home .main-vis .wrap .stage .set article .text .twrap .link a:hover {
  background-color: #3faee8;
}
.home .main-vis .wrap .stage .set article .text .twrap .link a:hover:after {
  background-position: 0 100%;
}
.home .main-vis .wrap .stage .set article.link .text {
  display: none;
}
.home .main-vis .arrow li {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.home .main-vis .arrow li a {
  display: block;
  padding: 60px 0 0 0;
  width: 60px;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
.home .main-vis .arrow li a:hover {
  background-position: 0 100%;
}
.home .main-vis .arrow li.prev {
  left: 30px;
}
.home .main-vis .arrow li.prev a {
  background-image: url(../_img/_ico_pre.png);
}
.home .main-vis .arrow li.next {
  right: 30px;
}
.home .main-vis .arrow li.next a {
  background-image: url(../_img/_ico_nex.png);
}
.home .indicator {
  display: none;
}
.home .news {
  background: #ffffff;
  overflow: hidden;
}
.home .news .wrap {
  width: 1204px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home .news .wrap h1 {
  margin: 0 0 0 20px;
  padding: 0 0 0 35px;
  width: 90px;
  height: 64px;
  float: left;
  font-size: 20px;
  color: #333333;
  line-height: 64px;
  font-weight: bold;
  position: relative;
}
.home .news .wrap h1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 64px;
  background: url(../_img/pc/home/new_cap_ico.png) no-repeat left center;
}
.home .news .wrap .scr {
  margin: 15px 0 20px 0;
  width: 929px;
  float: left;
  height: 150px;
  overflow: auto;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.home .news .wrap .scr table {
  width: 100%;
  font-size: 16px;
  line-height: 187.5%;
}
.home .news .wrap .scr table th {
  padding: 0 20px 0 0;
  width: 5%;
  white-space: nowrap;
  color: #3faee8;
}
.home .news .wrap .scr table td {
  width: 95%;
}
.home .news .wrap .scr table td a {
  color: #333333;
  text-decoration: none;
}
.home .news .wrap .scr table td a:hover {
  text-decoration: underline;
}
.home .news .wrap .more-button {
  clear: both;
  margin: 0 auto;
  width: 240px;
  height: 56px;
  padding: 0 0 30px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home .news .wrap .more-button a {
  padding: 0;
  display: block;
  width: 234px;
  height: 50px;
  border: 3px solid #3faee8;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #3faee8;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
}
.home .news .wrap .more-button a:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background: url(../_img/_lin_ico_01.png) no-repeat;
}
.home .news .wrap .oc-button {
  position: absolute;
  right: 20px;
  top: 15px;
}
.home .news .wrap .oc-button a {
  display: inline-block;
  padding: 0 30px 0 0;
  height: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}
.home .news .wrap .oc-button a:after {
  content: '';
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../_img/pc/home/new_but_ico.png);
  background-repeat: none;
}
.home .news .wrap .oc-button a:hover {
  color: #3faee8;
}
.home .news.open .oc-button a:after {
  background-position: 0 100%;
}
.home .news.open .oc-button a .o {
  display: none;
}
.home .news.open .oc-button a .c {
  display: inline;
}
.home .news.close .scr {
  height: 30px;
  overflow: hidden;
}
.home .news.close .more-button {
  height: 0;
  padding: 0;
}
.home .news.close .oc-button a .o {
  display: inline;
}
.home .news.close .oc-button a .c {
  display: none;
}
.home .news.fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.home .news-dammy {
  display: none;
}
.home .news-dammy.fix {
  display: block;
  height: 65px;
}
.home .tour {
  padding: 0 0 60px 0;
  border-top: 1px solid #f1ecdd;
  border-bottom: 1px solid #cec09b;
}
.home .tour .box-title {
  padding: 80px 0 20px 0;
  margin: 0 0 0 0;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.home .tour .box-title:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 30px;
  left: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 45px;
  background: url(../_img/pc/home/tou_ttl_ico.png) no-repeat;
}
.home .tour .box-title p {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  color: #3faee8;
}
.home .tour .box-title h1 {
  font-size: 26px;
  font-weight: bold;
}
.home .tour .tour-list .dept-tab {
  border-top: 1px solid #f1ecdd;
  background-color: #ffffff;
  height: 74px;
  text-align: center;
  min-width: 1204px;
  white-space: nowrap;
}
.home .tour .tour-list .dept-tab li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 74px;
  border-right: 1px solid #f1ecdd;
  position: relative;
}
.home .tour .tour-list .dept-tab li:first-child {
  border-left: 1px solid #f1ecdd;
}
.home .tour .tour-list .dept-tab li a {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 74px;
  font-size: 16px;
  color: #333333;
  line-height: 187.5%;
  text-decoration: none;
  font-weight: bold;
}
.home .tour .tour-list .dept-tab li:hover {
  border-top: 5px solid #3faee8;
  padding-bottom: 5px;
  height: 64px;
  background-color: #f1ecdd;
}
.home .tour .tour-list .dept-tab li:hover:after {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 8px;
  background: url(../_img/pc/home/tor_tab_ico.png) no-repeat;
}
.home .tour .tour-list .dept-tab li:hover a {
  cursor: pointer;
  height: 64px;
}
.home .tour .tour-list .dept-tab li.active {
  border-top: 5px solid #3faee8;
  padding-bottom: 5px;
  height: 64px;
  background-color: #f1ecdd;
}
.home .tour .tour-list .dept-tab li.active:after {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 8px;
  background: url(../_img/pc/home/tor_tab_ico.png) no-repeat;
}
.home .tour .tour-list .dept-tab li.active a {
  cursor: pointer;
  height: 64px;
}
.home .tour .tour-list .dept-tab li.active a {
  cursor: default;
}
.home .tour .tour-list .dept-tab li.local:hover {
  border-top-color: #F2A92A;
}
.home .tour .tour-list .dept-tab li.local:hover:after {
  background-image: url(../_img/pc/home/tor_tab_ico2.png);
}
.home .tour .tour-list .dept-tab li.local.active {
  border-top-color: #F2A92A;
}
.home .tour .tour-list .dept-tab li.local.active:after {
  background-image: url(../_img/pc/home/tor_tab_ico2.png);
}
.home .tour .tour-list .dept-select {
  display: none;
}
.home .tour .tour-list .stage {
  min-width: 1204px;
}
.home .tour .tour-list .stage .type-tab-wrap {
  height: 136px;
  opacity: 1;
  -webkit-transition: opacity 0.5s, height 0.5s, padding 0.5s;
  transition: opacity 0.5s, height 0.5s, padding 0.5s;
}
.home .tour .tour-list .stage .type-tab-wrap.hide {
  opacity: 0;
}
.home .tour .tour-list .stage .type-tab-wrap.hidden {
  padding: 20px 0 0 0;
  height: 0;
  overflow: hidden;
}
.home .tour .tour-list .stage .type-tab {
  text-align: center;
  padding: 60px 0 20px 0;
}
.home .tour .tour-list .stage .type-tab li {
  display: inline-block;
  width: 240px;
  height: 56px;
  margin: 0 10px;
}
.home .tour .tour-list .stage .type-tab li.t4 {
  display: none;
}
.home .tour .tour-list .stage .type-tab li a {
  display: block;
  width: 234px;
  height: 50px;
  border: 3px solid #3faee8;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  color: #3faee8;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.home .tour .tour-list .stage .type-tab li a:hover {
  background-color: #3faee8;
  color: #ffffff;
}
.home .tour .tour-list .stage .type-tab li a:hover:after {
  content: '';
  position: absolute;
  margin: auto;
  bottom: -11px;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 8px;
  background: url(../_img/pc/home/tor_tab_ico.png) no-repeat;
}
.home .tour .tour-list .stage .type-tab li.active a {
  background-color: #3faee8;
  color: #ffffff;
  cursor: default;
}
.home .tour .tour-list .stage .type-tab li.active a:after {
  content: '';
  position: absolute;
  margin: auto;
  bottom: -11px;
  left: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 8px;
  background: url(../_img/pc/home/tor_tab_ico.png) no-repeat;
}
.home .tour .tour-list .stage .sorter {
  margin: 0 auto;
}
.home .tour .tour-list .stage .sorter p {
  margin: 6px;
}
.home .tour .tour-list .stage .sorter p select {
  width: 205px;
  height: 28px;
  font-size: 14px;
}
.home .tour .tour-list .stage .list .lwrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home .tour .tour-list .stage .list .lwrap article {
  margin: 6px;
  width: 332px;
  border-radius: 5px;
  background: #ffffff;
  text-align: left;
}
.home .tour .tour-list .stage .list .lwrap article a {
  display: block;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  height: 100%;
}
.home .tour .tour-list .stage .list .lwrap article a:hover {
  background-color: #edf8ff;
}
.home .tour .tour-list .stage .list .lwrap article a .photo {
  width: 332px;
  height: 197px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.home .tour .tour-list .stage .list .lwrap article a .photo img {
  width: 332px;
}
.home .tour .tour-list .stage .list .lwrap article a .text {
  padding: 18px;
  line-height: 150%;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li {
  display: inline-block;
  margin: 0 6px;
  padding: 0 25px;
  height: 24px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 12px;
  line-height: 24px;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li.t1 {
  background-color: #F298A3;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li.t2 {
  background-color: #4FC4C5;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li.t3 {
  background-color: #615fc2;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li.t4 {
  background-color: #4fc4c5;
}
.home .tour .tour-list .stage .list .lwrap article a .text .tag li.t5 {
  background-color: #c5b34f;
}
.home .tour .tour-list .stage .list .lwrap article a .text h1 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #000000;
  font-size: 20px;
  color: #333333;
  line-height: 150%;
  font-weight: bold;
}
.home .tour .tour-list .stage .list .lwrap article a .text .span {
  margin: 0 0 0 0;
  font-size: 16px;
}
.home .tour .tour-list .stage .list .lwrap article a .text .note {
  margin: 0 0 0 0;
  font-size: 13px;
}
.home .tour .tour-list .stage .list .lwrap article a .text .dire {
  margin: 0 0 0 0;
  font-size: 16px;
}
.home .tour .tour-list .stage .list .lwrap article a .text .dept {
  margin: 0 0 0 0;
  font-size: 16px;
}
.home .tour .tour-list .stage .list .lwrap article a .text .price {
  margin: 0 0 0 0;
  font-size: 16px;
  color: #e95954;
}
.home .tour .tour-list .stage .list .lwrap article a .text .price em {
  font-size: 20px;
  font-weight: bold;
}
.home.msie-9 .tour .tour-list .stage .list .lwrap {
  font-size: 0;
}
.home.msie-9 .tour .tour-list .stage .list .lwrap article {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.home.kyusyu .news .scr .kansai {
  display: none;
}
.home.kansai .news .scr .kyusyu {
  display: none;
}

@media screen and (max-width: 750px) {
  .home .site-header,
  .home .site-footer,
  .home .footerlink1,
  .home .footerlink2,
  .home .return-top,
  .home .main-wrap {
    min-width: 0;
  }
  .home .mv-block {
    height: 987px;
  }
  .home .main-vis {
    width: 750px;
    height: 987px;
    min-width: 0;
  }
  .home .main-vis .wrap {
    width: 750px;
    height: 987px;
  }
  .home .main-vis .wrap .stage {
    width: 750px;
    height: 987px;
  }
  .home .main-vis .wrap .stage .set {
    width: 750px;
    height: 987px;
  }
  .home .main-vis .wrap .stage .set article {
    width: 640px;
    height: 987px;
    background: #ffffff;
  }
  .home .main-vis .wrap .stage .set article .photo {
    position: static;
    width: 640px;
    height: 380px;
  }
  .home .main-vis .wrap .stage .set article .photo > a {
    width: 640px;
    height: 380px;
  }
  .home .main-vis .wrap .stage .set article .photo ul li {
    width: 640px;
    height: 380px;
  }
  .home .main-vis .wrap .stage .set article .text {
    position: static;
    margin: auto;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 0;
  }
  .home .main-vis .wrap .stage .set article .text:hover {
    background: transparent;
  }
  .home .main-vis .wrap .stage .set article .text .twrap {
    display: block;
    width: auto;
    height: auto;
  }
  .home .main-vis .wrap .stage .set article .text .twrap h1 {
    margin: 0 20px 10px 20px;
    padding: 80px 0 0 0;
    font-size: 42px;
    line-height: 130.9523809524%;
    color: #333333;
  }
  .home .main-vis .wrap .stage .set article .text .twrap h1:before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -62.5px;
    display: block;
    width: 125px;
    height: 125px;
    background: url(../_img/plan/_pag_ttl_log.png) no-repeat;
    background-size: 125px 125px;
    z-index: 10;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag {
    margin: 0 0 10px 0;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li {
    margin: 0 6px;
    padding: 0 24px;
    height: 36px;
    font-size: 20px;
    border-radius: 18px;
    line-height: 36px;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li.t1 {
    background-color: #F298A3;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li.t2 {
    background-color: #4FC4C5;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li.t3 {
    background-color: #615fc2;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li.t4 {
    background-color: #4fc4c5;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .tag li.t5 {
    background-color: #c5b34f;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .misc {
    margin: 0 20px 5px 20px;
    font-size: 24px;
    color: #333333;
    line-height: 166.6666666667%;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .price {
    margin: 10px 20px 10px 20px;
    font-size: 28px;
    color: #e95954;
    line-height: 107.1428571429%;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .note {
    margin: 0 20px 15px 20px;
    font-size: 24px;
    color: #333333;
    line-height: 166.6666666667%;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .link {
    width: 336px;
    height: 80px;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .link a {
    width: 330px;
    height: 74px;
    border: 3px solid #3faee8;
    font-size: 24px;
    color: #3faee8;
    line-height: 74px;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .link a:after {
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../_img/sp/_lin_ico_01.png) no-repeat;
  }
  .home .main-vis .wrap .stage .set article .text .twrap .link a:hover {
    background: #ffffff;
    color: #3faee8;
  }
  .home .main-vis .wrap .stage .set article.link .text {
    display: block;
  }
  .home .main-vis .wrap .stage .set article.link .text h1 {
    margin: 0;
    padding: 100px 0;
    height: 125px;
  }
  .home .main-vis .wrap .stage .set article.link .text h1:before {
    position: static;
    top: 0;
  }
  .home .main-vis .arrow li {
    position: absolute;
    margin: auto;
    top: 160px;
    bottom: auto;
    width: 60px;
    height: 60px;
    z-index: 20;
  }
  .home .main-vis .arrow li a {
    display: block;
    padding: 60px 0 0 0;
    width: 60px;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .home .main-vis .arrow li.prev {
    left: 25px;
  }
  .home .main-vis .arrow li.prev a {
    background-image: url(../_img/_ico_pre.png);
  }
  .home .main-vis .arrow li.next {
    right: 25px;
  }
  .home .main-vis .arrow li.next a {
    background-image: url(../_img/_ico_nex.png);
  }
  .home .news {
    border-top: 1px solid #f1ecdd;
    background: #ffffff;
  }
  .home .news .wrap {
    width: auto;
  }
  .home .news .wrap h1 {
    padding: 0 0 0 35px;
    margin: 20px auto;
    float: none;
    font-size: 24px;
  }
  .home .news .wrap .scr {
    margin: 0 35px 30px 35px;
    width: 680px;
    float: none;
    height: auto;
    overflow: hidden;
  }
  .home .news .wrap .scr table {
    width: 680px;
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .news .wrap .more-button {
    margin: 0 auto;
    width: 336px;
    height: 80px;
    padding: 0 0 40px 0;
  }
  .home .news .wrap .more-button a {
    display: block;
    width: 330px;
    height: 74px;
    border: 3px solid #3faee8;
    font-size: 24px;
    color: #3faee8;
    line-height: 74px;
  }
  .home .news .wrap .more-button a:after {
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../_img/sp/_lin_ico_01.png) no-repeat;
  }
  .home .news .wrap .oc-button {
    position: static;
    padding: 4px;
  }
  .home .news .wrap .oc-button a {
    display: block;
    padding: 0;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: #eeeeee;
  }
  .home .news .wrap .oc-button a span {
    display: inline-block;
    height: 80px;
    position: relative;
    padding: 0 30px 0 0;
  }
  .home .news .wrap .oc-button a span:after {
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../_img/pc/home/new_but_ico.png);
    background-repeat: none;
  }
  .home .news .wrap .oc-button a:after {
    display: none;
  }
  .home .news .wrap .oc-button a:hover {
    color: #333333;
  }
  .home .news.open .oc-button a .c {
    display: inline-block;
  }
  .home .news.open .oc-button a .c:after {
    background-position: 0 100%;
  }
  .home .news.close .scr {
    height: 80px;
    overflow: hidden;
  }
  .home .news.close .more-button {
    height: 0;
    padding: 0;
  }
  .home .news.close .oc-button a .o {
    display: inline-block;
  }
  .home .news.fix {
    position: static;
    width: auto;
  }
  .home .news-dammy {
    display: none;
  }
  .home .news-dammy.fix {
    display: none;
  }
  .home .tour {
    padding: 0 0 60px 0;
    border-top: none;
    border-bottom: none;
    background: #f1ecdd;
  }
  .home .tour .box-title {
    padding: 160px 0 40px 0;
    background-color: transparent;
  }
  .home .tour .box-title:before {
    top: 60px;
    width: 58px;
    height: 74px;
    background: url(../_img/sp/home/tou_ttl_ico.png) no-repeat;
  }
  .home .tour .box-title p {
    font-size: 18px;
  }
  .home .tour .box-title h1 {
    font-size: 42px;
  }
  .home .tour .tour-list .dept-tab {
    display: none;
  }
  .home .tour .tour-list .dept-select {
    display: block;
    width: 680px;
    margin: 0 auto;
  }
  .home .tour .tour-list .dept-select select {
    width: 680px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
  }
  .home .tour .tour-list .stage {
    min-width: 0;
  }
  .home .tour .tour-list .stage .type-tab-wrap {
    height: 210px;
    -webkit-transition: opacity 0.5s, height 0.5s, padding 0.5s;
    transition: opacity 0.5s, height 0.5s, padding 0.5s;
  }
  .home .tour .tour-list .stage .type-tab-wrap.hidden {
    padding: 20px 0 0 0;
    height: 0;
  }
  .home .tour .tour-list .stage .type-tab {
    text-align: center;
    padding: 60px 0 40px 0;
  }
  .home .tour .tour-list .stage .type-tab li {
    vertical-align: top;
    width: 155px;
    height: 110px;
    margin: 0 10px;
  }
  .home .tour .tour-list .stage .type-tab li a {
    display: table-cell;
    vertical-align: middle;
    width: 149px;
    height: 104px;
    font-size: 20px;
    line-height: 150%;
  }
  .home .tour .tour-list .stage .type-tab li a:hover {
    background-color: #ffffff;
    color: #3faee8;
  }
  .home .tour .tour-list .stage .type-tab li a:hover:after {
    display: none;
  }
  .home .tour .tour-list .stage .type-tab li.active a {
    background-color: #3faee8;
    color: #ffffff;
  }
  .home .tour .tour-list .stage .type-tab li.active a:hover {
    background-color: #3faee8;
    color: #ffffff;
  }
  .home .tour .tour-list .stage .type-tab li.active a:after {
    display: block;
    bottom: -19px;
    left: 0;
    right: 0;
    width: 30px;
    height: 16px;
    background: url(../_img/sp/home/tor_tab_ico.png) no-repeat;
  }
  .home .tour .tour-list .stage .sorter {
    text-align: center;
    margin: 0 0 60px 0;
    width: auto !important;
  }
  .home .tour .tour-list .stage .sorter p {
    margin: 0;
  }
  .home .tour .tour-list .stage .sorter p select {
    width: 505px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
  }
  .home .tour .tour-list .stage .list .lwrap article a:hover {
    background-color: transparent;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text {
    padding: 18px;
    line-height: 150%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li {
    margin: 6px;
    padding: 0 24px;
    height: 36px;
    font-size: 20px;
    border-radius: 18px;
    line-height: 36px;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li.t1 {
    background-color: #F298A3;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li.t2 {
    background-color: #4FC4C5;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li.t3 {
    background-color: #615fc2;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li.t4 {
    background-color: #4fc4c5;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .tag li.t5 {
    background-color: #c5b34f;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text h1 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #000000;
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .span {
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .note {
    font-size: 20px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .dire {
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .dept {
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .price {
    font-size: 24px;
    line-height: 166.6666666667%;
  }
  .home .tour .tour-list .stage .list .lwrap article a .text .price em {
    display: block;
    font-size: 28px;
  }
}

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