@charset "utf-8";
/* reset*/
:not(.image) > img:before{
  content:"親要素にimageクラスが付与されていません。";
  color:#f00;
}
img:not(.imgRes):before{
  content:"imgタグにimgResクラスが付与されていません。";
  color:#f00;
}
img:not([alt]):before{
  content:"imgタグにaltが設定されていません。";
  color:#f00;
}
.test{
  position: relative;
  z-index: 100;
}

@media screen and (orientation: portrait) {
    .test{
        display: none;
    }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/


/*base style by takaki ver0.01 2017/11/10 */
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-family: 'Open Sans', 'メイリオ', Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width:768px){
  html{
    font-size:2.1vw;
  }
}

@media screen and (max-width:480px){
  html{
    font-size:3.6vw;
  }

  body{
      min-width:320px;
  }
}

body,
div,
span,
object,
iframe,
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1rem;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-family: 'Open Sans', 'メイリオ', Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  box-sizing: border-box;
}

img,
video {
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-family: 'Open Sans', 'メイリオ', Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  line-height: 1.25;
  letter-spacing: 0.1rem;
}

li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style-type: 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;
  text-decoration: none;
}


/* 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;
}


/**********/


/*reset vc*/


/**********/

.vc_row.vc_row.vc_row.vc_row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.vc_column-inner.vc_column-inner.vc_column-inner.vc_column-inner {
  padding: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}


/*a button*/

/*a,
button {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
}*/

a {
  color: #333;
}

.Pc a:hover {
  color: #999;
}

.commonButton {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #000;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.Pc .commonButton:hover {
  background-color: #000;
  color: #fff;
}

.rideBox {
  position: relative;
}

.rideContent {
  position: absolute;
  top: 0px;
  left: 0px;
}

.image {
  display:inline-block;
  text-align: center;
}
.image > img{
  width:100%;
}

.maxWidth{/*   width:100%; */width: calc(1024px);margin:auto;padding:0 1rem;}


.boxShadow{
  box-shadow:0.3rem 0.3rem 1rem rgba(0,0,0,0.5);
}

/*icons*/
[class^="icon-"], [class*=" icon-"]{
      font-size: 2.0rem;
    padding: 0.6rem;
    letter-spacing: 0;
    display: inline-block;

}

.icon-facebook{
    background: #3b5998;
    color: #fff;
}
.icon-line{
    background: #4CAF50;
    color: #fff;
}
.icon-twitter{
    background: #1da1f2;
    color: #fff;
}

/*style.css*/
