@charset "UTF-8";
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

html, body, input, textarea, select {
  font-size: 18px;
  color: #1a1a1a;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #FFF;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
a:hover {
  opacity: 0.8;
}
a *:hover {
  opacity: 0.8;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*----------------------------------------------------------
	base contents
----------------------------------------------------------*/
.container {
  display: block;
  position: relative;
}
.container .inner {
  margin: 0 auto;
  width: 1000px;
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/********************************
	contents
********************************/
#wrapper {
  width: 100%;
  min-width: 1000px;
  max-width: 2000px;
  margin: 0 auto;
}

.sec01 {
  background: url(../images/kayak_img01_bg.jpg) center top no-repeat;
  height: 820px;
}

.sec02 {
  background: #ccc url(../images/kayak_img02_bg.jpg) center top no-repeat;
  background-size: 200em auto;
  background-size: 2000px auto;
  overflow: hidden;
}

.pxtovw,
.pxtovw * {
  font-size: 1vw;
}

@media screen and (min-width: 1000px) {
  .pxtovw,
  .pxtovw * {
    font-size: 10px;
  }
}
.sec02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec02 .img {
  width: 110em;
  min-width: 1100px;
  max-width: none;
}

.sec02 .btn {
  display: block;
  width: 55em;
  min-width: 550px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.sec03 {
  background: url(../images/kayak_img03_bg.jpg) center top no-repeat;
  height: 860px;
}

.sec04 {
  background: url(../images/kayak_img04_bg.jpg) center top no-repeat;
  height: 630px;
}

.sec05 {
  background: url(../images/kayak_img05_bg.jpg) center top no-repeat;
  height: 680px;
}

.sec06 {
  background: url(../images/kayak_img06_bg.jpg) center top no-repeat;
  height: 1070px;
}

.sec07 {
  padding-bottom: 100px;
  background: #ddd url(../images/kayak_img07_bg.jpg) center top no-repeat;
}

.sec07 .btn {
  display: block;
  width: 55em;
  min-width: 550px;
  margin: 0 auto;
  margin-top: 0em;
}/*# sourceMappingURL=style.css.map */


/* 追加分 */

button {
  padding: 0;
  border: none;
  background: transparent;
  display: block;
  margin:0 auto;
  min-width:550px;
}

.sec02 button {
  margin-top:30px;
  margin-bottom:80px;
}