@charset "UTF-8";
/*
 * common style
*/
/*------------------------------ font
*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype"); }



body {
  font-family: 'Lato', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}

/*------------------------------ common style
*/
::-moz-selection {
  background: #FFFFFF;
}
::selection {
  background: #FFFFFF;
}

::-moz-selection {
  background: #FFFFFF;
}

body {
  background: #FFFFFF;
  color: #282828;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

#wrapper {
  position: relative;
  font-feature-settings : "palt"!important;
}

a {
  color: #282828;
}
img{
	-webkit-backface-visibility: hidden;
	}

ul.indent {
  list-style: none;
}
ul.indent li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 1em;
  text-indent: -1em;
}
ul.indent li:before {
  content: '・';
}

table { border-collapse:collapse; border-spacing:0; font-size:100%; }

.aligncenter {
  text-align: center; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }


/*------------------------------ メインイメージ
*/

.main_img-wrapper{
  position: relative;
  display: block;
  background: url(../img/main.jpg) no-repeat center top;
  background-size: cover;
  height: 710px;
  width: 100%;
  z-index: -10000;
  margin-bottom: 50px;
}
.main_img-wrapper .logo{
  width: 100%;
  position: absolute;
  top: 65px;
  text-align: center;
}
.main_img-wrapper .copy{
  width: 100%;
  position: absolute;
  bottom: 90px;
  text-align: center;
}
.main_img-wrapper img{
  margin: 0 auto;
}

/*------------------------------ header
*/
header{
  z-index: 9999;
}
header a{
  color: #FFF;
}

header._pc {
  max-width: 1140px;
  height: 40px;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  margin: 0 auto;
  position: absolute;
}
header._pc .header-nav-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header._pc .header-nav-wrapper .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: auto;
  color: #FFF;
  margin: 0;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.88);
}
header._pc .header-nav-wrapper .header-nav li {

}
header._pc .header-nav-wrapper .header-nav li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  padding-top: 12px;
  margin-right: 20px;
  text-align: left;
  text-decoration: none;
}
header._pc .header-nav-wrapper .header-nav li a span {
  display: block;
  line-height: 1em;
  position: relative;
  padding-left: 17px;
}

header._pc .header-nav-wrapper .header-nav li a span:after {
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  top:0;
  left: 0px;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  width: 8px;
}
header._pc .header-nav-wrapper .header-nav li a:hover span {
  opacity: .7;
}
header._pc .header-nav-wrapper .header-nav li.hd_tel{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 40px;
  padding-top: 8px;
  text-align: left;
  text-decoration: none;
}
header._pc .header-nav-wrapper .header-nav li.hd_tel span {
  display: block;
  line-height: 1em;
  position: relative;
  padding-left: 40px;
}
header._pc .header-nav-wrapper .header-nav li.hd_tel span:after {
  background: url(../img/icon_freedial.svg) no-repeat center 2px;
  background-size: contain;
  top:0;
  left: 0px;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  width: 33px;
}

/*------------------------------ contents
*/
article{
  margin-bottom: 80px;
}
.inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
  position: relative;
}

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

.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.bl_ttl {
  font-size: 34px;
  font-weight:400;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  line-height: 1.7em;
}

.bl_ttl span{
  color: #9dd20c;
}

.bl_lead {
  font-size: 18px;
  line-height: 2em;
  margin: 0 0 80px;
  text-align: center;
}

.bl-img {
  width: calc(50% - 20px);
}
.bl-img img {
  display: block;
  width: 100%;
}
.bl-img-l {
  width:100%;
}
.bl-img-l img {
  width:100%;
}
.bl-detail {
  width: calc(50% - 20px);
}
.bl-detail2 {
  width: 100%;
}
.bl-detail2 p img{
  width: 100%;
}
.bl-detail p{
  width: auto;
  line-height: 1.8em;
  margin: 0 auto 20px;
}
.bl-detail p img{
  width: 100%;
}
.bl-detail p:last-of-type {
  margin-bottom: 0;
}
.bl-detail-ttl {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.8em;
  margin: 0 0 40px;
}
.bl-detail-ttl span{
  color: #9dd20c;
  font-size: 36px;
}


table.tbl01 {
  border-collapse: separate;
  width: 100%;
  font-size: 90%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
table.tbl01 span {
  font-size: 85%;
}

table.tbl01 th {
  background: #f5f3ed;
  font-weight: 700;
  text-align: center;
}
table.tbl01 td {
  background: #fff;
}
table.tbl01 th, table.tbl01 td {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 5px;
  line-height: 1.2;
}

/*------------------------------ contact
*/
.inquiry-sec{
  color: #FFFFFF;
  background: #4f5f6f;
  margin: 0 auto 80px;
  padding:40px 20px 30px;
  text-align: center;
  width:auto;
  font-size: 18px;
  font-weight: 400;
}
.inquiry-sec h3 {
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 40px !important;
}
.inquiry-sec .lead {
  margin: 0 0 30px;
  line-height: 2em;
}
 .inquiry-sec .number {
  width: auto;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 auto 30px;
  display: block;
  line-height: 1em;
  position: relative;
  line-height: 1;
}
 .inquiry-sec .number a{
   text-decoration: none;
}

.inquiry-sec .number span{
  background: url(../img/icon_freedial.svg) no-repeat center left;
  display: inline-block;
  padding: 0 70px 0;
  margin: 0 -70px 0 0;
}

.inquiry-sec .notes {
  font-size: 14px;
}
.inquiry-sec p:last-of-type {
  margin-bottom: 0;
}

.btn-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
}
.btn-sec li{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-color: #f1f93d;
  width: 19em;
  margin: 0 1em;
}
.btn-sec li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #282828;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 5px;
}
.btn-sec li a.one{
  padding: 22px 5px 15px 10px !important;
}
.btn-sec li a span {
  display: block;
  line-height: 1em;
  position: relative;
}
.btn-sec li a span:after {
  background: url(../img/icon_arrow_bk.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
}
.btn-sec li a.two span:after{
  height: 27px !important;
}

.btn-sec li:hover {
  opacity: .7;
}

/*------------------------------ hotel list
*/
#hotelList{
  background: #f5f3ed;
  padding: 60px 0 40px;
  margin-bottom: 80px;
}
#hotelList .inner{
  max-width: 1160px!important;
}

#hotelList .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;  
  -webkit-flex-flow: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#hotelList .list li{
  margin-bottom: 20px;
  margin: 0 10px 20px;
  -webkit-flex-flow: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  max-width: 270px;
}

#hotelList .list .hotel-img {
  width: 100%;
}
#hotelList .list .hotel-img img {
  display: block;
  width: 100%;
}
#hotelList .list .hotel-img a img:hover {
  opacity: .7;
}

#hotelList .list .hotel-detail {
  width: 100%;
}

#hotelList .list .hotel-detail p{
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.3;
  -webkit-flex-flow: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#hotelList .list .hotel-detail p span{
  font-size: 80%;
}

/*------------------------------ adviser
*/
#adviser{
  margin-bottom: 80px;
}
#adviser .inner {
  max-width: 1080px;
  background-color: #f5f3ed;
  padding: 30px;
}

#adviser .bl-img {
  width: 34%;
}
#adviser .bl-detail {
  width: calc(66% - 30px);
  margin: 0;
}
#adviser .bl-detail .bl-detail-ttl {
  font-size: 24px;
  line-height: 1.8em;
  border-bottom: 1px solid #dbd6d1;
  padding-bottom: 20px!important;
  margin-bottom: 30px;
}

#adviser .bl-detail-ttl span{
  font-size: 24px;
}


/*------------------------------ voice
*/
#voice .bl_ttl{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#voice .voice-list {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
#voice .voice-list h4 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
#voice .voice-list h5 {
  color: #9dd20c;
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}


/*------------------------------ trial
*/

#trial .bl-detail .bl-ttl{
  text-align: left;
}
#trial .btn-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto;
}
#trial .btn-sec li{
  font-weight: 400;
  text-align: left;
  width: 48%;
  margin: 0;
}
#trial .btn-sec li a {
  font-size: 15px;
  padding: 15px 5px 15px 10px;
}
#trial .btn-bk li a span {
  height: 100%;
}
#trial .btn-sec li a span:after {
  height: 15px;
  width: 10px;
}
#trial .number{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 30px;
  font-weight: 700;
  height: 30px;
  text-align: left;
  text-decoration: none;
  min-height: 30px;
  line-height: 1em;
  margin-bottom: 10px;
}
#trial .number a{
  text-decoration: none;
}
#trial .number span {
  display: block;
  position: relative;
  padding-left: 50px;
  line-height: 1em;
}
#trial .number span:after {
  background: url(../img/icon_freedial.svg) no-repeat center 4px;
  background-size: contain;
  top:0;
  left: 0px;
  content: '';
  display: block;
  height: 26px;
  position: absolute;
  width: 40px;
  min-height: 30px;
}


/*------------------------------ company
*/
#company .flex{
  margin-top: 80px;
}
#company .bl-img {
  width: 400px;
}
#company .bl-img img {
  max-width: 360px;
  margin-top: 50px;
}
#company .bl-detail {
  width: calc(60% - 30px);
  margin: 0;
}

#company dl {
  width: 100%;
  margin: 0;
  -webkit-flex-flow: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#company dl dt,
#company dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
#company dl dt {
  float: left;
  width: 9em;
}
#company dl dd {
  margin: 0;
  width:auto;
  margin-left: 10em;
}

#company dl dt,
#company dl dd {
}

#company dl dt {
  padding-right: 10px;
}

#company .btn-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
}
#company .btn-bk li{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  width: 32%;
  background: #000 url(../img/icon_arrow.svg) no-repeat 95% center;
}
#company .btn-bk li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  padding: 20px 10px;
  line-height: 1em;
}
#company .btn-bk  li.p0 a {
  padding: 10px 5px 0;
  line-height: 1.3em;
}

#company .btn-bk li a span {
  display: block;
  position: relative;
}
#company .btn-bk li a span:after {
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
}
#company .btn-bk li:hover {
  opacity: .7;
}


/*------------------------------ footer
*/
footer .inner {
  padding: 0 20px 40px;
  text-align: center;
}

footer p {
  color: #717171;
  letter-spacing: 1px;
  margin: 0;
}
footer p small {
  font-size: 12px;
}

#pagetop {
  bottom: 100%;
  cursor: pointer;
  margin: 0 -530px 30px 0;
  opacity: 0;
  position: absolute;
  right: 50%;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
#pagetop img {
  display: block;
}
#pagetop.active {
  opacity: 1;
}
#pagetop.active:hover {
  opacity: .7;
}
#pagetop.active.fixed {
  opacity: .5;
}
#pagetop.active.fixed:hover {
  opacity: 1;
}
#pagetop.fixed {
  bottom: 30px;
  margin-bottom: 0;
  position: fixed;
}





@media print, screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /*------------------------------ common style
  */
  body {
    font-size: 14px;
  }
  ._pc {
    display: none !important;
  }


  /*------------------------------ メインイメージ
  */
  .main_img-wrapper {
    height:390px;
    background-size:cover;
    text-align: center;
    margin-bottom: 0px;
  }
  .main_img-wrapper .logo{
    width: 100%;
    position: absolute;
    top:12%;
    text-align: center;
  }
  .main_img-wrapper .copy{
    width: 100%;
    position: absolute;
    bottom: 12%;
    text-align: center;
  }
  .main_img-wrapper .logo img{
    width: 60%;
    margin: 0 auto;
  }
  .main_img-wrapper .copy img{
    width: 70%;
    margin: 0 auto;
  }
  

  /*------------------------------ header
  */
  header._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    background: rgba(0, 0, 0, 0.88);
    left: 0;
    position: fixed;
    top: 0;
    padding: 5% 0;
    width: 100%;
    z-index: 1000;
  }

  header._sp .header-nav-wrapper .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    color: #FFF;
    margin: 0;
    padding:0 10px;
    z-index: 10000;
  }
  header._sp .header-nav-wrapper .header-nav li {
    width: 18%;
  }
  header._sp .header-nav-wrapper .header-nav li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 3vw;
    font-weight: 500;
    margin-top:2%;
    text-align: left;
    text-decoration: none;
  }
  header._sp .header-nav-wrapper .header-nav li a span {
    display: block;
    line-height: 1em;
    position: relative;
    padding-left: 12px;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
  }
  header._sp .header-nav-wrapper .header-nav li a span:after {
    background: url(../img/icon_arrow.svg) no-repeat center left;
    background-size: contain;
    top:0;
    left: 0px;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 8px;
  }
  header._sp .header-nav-wrapper .header-nav li.download{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 32%;
    text-align: left;
    text-decoration: none;
  }
  header._sp .header-nav-wrapper .header-nav li.hd_tel{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 32%;
    text-align: left;
    text-decoration: none;
  }
  header._sp .header-nav-wrapper .header-nav li.hd_tel img{
    width:100%;
  }
  header._sp .header-nav-wrapper .header-nav li.hd_tel a{
    margin-top:0;
    line-height: 1em;
  }

  /*------------------------------ contents
  */
  article{
    margin-bottom: 50px;
  }
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2% auto;
    max-width: 96%;
    position: relative;
  }

  .flex {
    display: block;
  }

  .bl_ttl {
    font-size: 22px;
    margin: 0 0 30px;
    line-height: 1.7em;
  }

  .bl_lead {
    font-size: 15px;
    line-height: 1.7em;
    margin: 0 0 30px;
  }

  .bl-img {
    width: 100%;
  }

  .bl-detail {
    padding-top: 20px;
    width: 100%;
  }
  .bl-detail-ttl {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .bl-detail-ttl span{
    font-size: 26px;
  }

  .bl-detail {
    margin-bottom: 14px;
  }
  .bl-detail p {
    margin: 0 0 14px;
  }
  .bl-detail p:last-of-type {
    margin-bottom: 30px;
  }

/*------------------------------ contact
*/
  .inquiry-sec{
    padding:25px 15px;
    margin: 0 auto 20px;
    font-size: 16px;
  }
  .inquiry-sec h3 {
    font-size: 1.5em;
    margin-bottom: 30px!important;
  }
  .inquiry-sec .lead {
    margin: 0 0 30px;
  }
   .inquiry-sec .number {
    width: auto;
    margin: 0 auto 20px;
    display: block;
    line-height: 1em;
    position: relative;
  }
   .inquiry-sec .number a{
  }

  .inquiry-sec .number span{
    padding:0;
    margin: 0;
    background-image: none;
  }
  .inquiry-sec .number span img{
    width: 90%;
  }
  .inquiry-sec .notes {
    font-size: 12px;
    line-height: 1.4em;
  }

  .btn-sec {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 20px;
  }
  .btn-sec li{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 15px;
    width: 100%;
    margin: 0 0 20px;
  }
  .btn-sec li a {
    font-size: 4vw;
  }
  .btn-sec li a span {
  }
  .btn-sec li a span:after {
  }
  .btn-sec li:hover {
  }
  
/*------------------------------ hotel list
*/
  #hotelList{
    padding: 30px 0 0px;
    margin-bottom: 50px;
  }

  #hotelList .list{
    flex-direction: column;
    width: 100%;
  }
  
  #hotelList .list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
  }
  #hotelList .list .hotel-img {
    width: calc(35% - 5px);
  }
  #hotelList .list .hotel-img img {
    display: block;
    width: 100%;
  }

  #hotelList .list .hotel-detail {
    width: calc(65% - 5px);
  }
  #hotelList .list .hotel-detail p{
    font-size: 16px;
    padding: 0!important;
    margin-top: 0!important;
    line-height: 1.4;
  }
  #hotelList .list .hotel-detail p span{
  }

  /*------------------------------ adviser
  */
  #adviser{
    margin: 0 2% 50px;
  }
  #adviser .inner {
    max-width: 100%;
    padding: 3%;
  }
  #adviser .flex {
    margin-bottom: 0!important;
  }
  #adviser .bl-img {
    width: 100%;
    margin-bottom: 20px;
  }
  #adviser .bl-detail {
    width: 100%;
    margin: 0!important;
    padding: 0;
  }
  #adviser .bl-detail p{
    margin: 0!important;
  }
  #adviser .bl-detail .bl-detail-ttl {
    font-size: 20px;
    line-height: 1.4em;
    padding-bottom: 15px!important;
    margin-bottom: 20px;
  }

  #adviser .bl-detail-ttl span{
    font-size: 20px;
  }  

  /*------------------------------ voice
  */
  #voice .bl_ttl{
    padding-bottom: 20px;
  }
  #voice .voice-list {
    padding: 10px 3%;
    margin-bottom: 20px;
  }
  #voice .voice-list h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #voice .voice-list h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /*------------------------------ trial
  */

  #trial .bl-detail .bl-ttl{
    text-align: center;
  }
  #trial .btn-sec {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  #trial .btn-sec li{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #trial .btn-sec li a {
  }
  #trial .bottom-sec{
    text-align: center;
  }

  #trial .number{
    width: auto;
    margin: 0 auto 20px;
    display: block;
    line-height: 1em;
    position: relative;
    text-align: center;
  }
  #trial .numberr a{
  }

  #trial .number span{
    padding:0;
    margin: 0;
  }
  #trial .number span img{
    width: 80%;
    margin: 0 auto;
  }

  #trial .number span:after {
    background-image: none;
  }  
  
  /*------------------------------ company
  */
  #company .flex{
    margin-top: 50px;
  }
  #company .bl-img {
    width: 100%;
    text-align: center;
  }
  #company .bl-img img {
    width: 60%;
    max-width: 80%;
    margin: 0 auto;
  }
  #company .bl-detail {
    width: 100%;
    margin: 0;
  }

  #company dl {
    width: 100%;
    margin: 0;
    -webkit-flex-flow: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #company dl dt,
  #company dl dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  #company dl dt {
    float: none;
    width: 100%;
  }
  #company dl dd {
    margin: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #company dl dt {
    padding-right: 0;
  }

  #company .btn-bk {
    flex-direction: column;
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
  }
  #company .btn-bk li{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #company .btn-bk li a {
    padding: 15px 5px;
  }
  #company .btn-bk  li.p0 a {
    padding: 15px 5px;
  }

  #company .btn-bk li a span {

  }
  #company .btn-bk li a span:after {

  }

  
  /*------------------------------ footer
  */
  footer .inner {
    padding: 30px 20px;
  }
  footer p {
    letter-spacing: 0;
    text-align: center;
  }
  footer p small {
    font-size: 10px;
  }

  #pagetop {
    margin: 0 0 -30px;
    right: 10px;
  }
  #pagetop img {
    height: 60px;
    width: 60px;
  }
  #pagetop.active {
    opacity: 1;
  }
  #pagetop.active:hover {
    opacity: 1;
  }
  #pagetop.active.fixed {
    opacity: .5;
  }
  #pagetop.active.fixed:hover {
    opacity: .5;
  }
  #pagetop.fixed {
    bottom: 10px;
  }
}

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