/*------------
font
------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

/*------------
head
------------*/
#headline{
  background: #ffe800;
  color: #000;
  padding: 12px 0px 16px 0px;
  /*font-family: 'Gloria Hallelujah', cursive;*/
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: .3s;
  text-align: center;
}

#headline img {
  padding-top: 0px;
  width: 154px;
}

.header img {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width:540px) {
  #headline{
    padding: 7px 0px 11px 3%;
    text-align: left;
  }
  #headline img {
    padding: 6px 0px 4px 0px;
    width: 144px;
  }
}

/*------------
recruit
------------*/
#recruit{
  background: #f0f0f0;
  color: #000;
  padding: 10px 0px;
  font-size: 14px;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: .3s;
  text-align: center;
}

#recruit a {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
}

#recruit p {
  display: inline-block;
}

.recruit-btn a {
  display: block;
  padding: 13px 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:540px) {
  .s-headline{
    font-size: 18px;
  }
  #recruit{
    font-size: 12px;
    padding: 10px 0px 10px 3%;
    text-align: left;
  }
  #recruit a {
    font-size: 11px;
    display: inline-block;
    width: 25%;
  }
  #recruit p {
    width: 57%;
  }
}

/*------------
shop
------------*/
#shop{
  background: #f0f0f0;
  color: #000;
  padding: 10px 0px;
  font-size: 13px;
  width: 100%;
  transition: .3s;
  text-align: center;
}

#shop a {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0071e3;
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
}

#shop p {
  display: inline-block;
}

.shop-btn a {
  display: block;
  padding: 13px 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0071e3;
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width:540px) {
  #shop{
    margin-top: -7px;
    font-size: 12px;
  }
  #shop a {
    margin-left: 5px;
  }
}

/*------------
main
------------*/
#main{
  width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    min-height: 100vh;
    padding-top: 1px;
    box-sizing: border-box;
}

#main .age40{
  font-size: 19px;
}

.headline{
  margin-top: 63px;
}

@media screen and (min-width:541px) {
  .headline{
    margin-top: 72px;
  }

  .pc-img{
    width: 100%;
    text-align: center;
  }

  .pc-img-2{
    width: 100%;
    text-align: center;
  }

  .content img{
    width: 95%;
  }
}

.pc-img{
  margin: 63px 0px 30px 0px;
}
@media screen and (max-width:540px) {
  .pc-img{
    margin: 56px 0px 30px 0px;
  }
}

.aira .pc-img{
  margin: 63px 0px 30px 0px;
}

.pc-img-2{
  margin: 0px 0px 0px 0px;
}

.img-middle{
  text-align: center;
}

.img-middle img{
  width: 88%;
}

.img-small{
  text-align: center;
}

.img-small img{
  width: 60%;
}

.img-sp{
  text-align: center;
}

.img-sp img{
  width: 65%;
}

.img-up{
  margin-top: -27px !important;
  margin-bottom: 30px !important;
  text-align: center;
  line-height: 15px !important;
}

.img-up-font-normal{
  margin-top: -24px;
  margin-bottom: 30px !important;
}

.txt-up {
  margin-top: -32px;
}

.txt-up-2 {
  margin-top: -16px;
}

.txt-douwn {
  margin-top: 12px;
}

.txt-douwn-2 {
  margin-top: 24px;
}

@media screen and (max-width:540px) {
  .img-sp img{
    width: 100%;
    text-align: center;
  }

  .content img{
    width: 100%;
  }
}

.content video{
  width: 95%;
  padding: 0px 9px 0px 9px;
}

@media screen and (min-width:541px) {
  #main .main-content{
    width: 540px;
    margin: 0 auto;
    min-height: 500px;
  }
}

@media screen and (max-width:540px) {
  /*SP版横幅*/
  #main{
    width: 100%;
  }

  .content .text{
    padding: 0px 14px;
  }

  .headline{
    padding: 0px 14px;
  }

  .pc-img{
    padding: 0px 14px;
  }

  .pc-img-2{
    padding: 0px 0px;
  }
}

/*------------
footer
------------*/
#footer{
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

#footer .nicomoji{
  font-family: 'Noto Sans JP', sans-serif;
}

#footer .hallelujah{
  font-family: 'Gloria Hallelujah', cursive;
}

#footer p{
  color: #fff;
  margin-bottom: 9px;
}

#footer a{
  color: #fff;
  text-decoration: none;
}

.footer-content{
  padding: 72px 0px;
}

@media screen and (min-width:541px) {
  .footer-content{
    margin: 0 auto;
    width: 541px;
  }
}

@media screen and (max-width:540px) {
  .footer-content{
    width: 100%;
    padding: 60px 0;
  }

  .footer-content p{
    padding: 0px 18px;
    font-size: 13px;
  }
}

/*------------
font
------------*/
h1.title{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0em;
}

.subtitle{
	font-size: 16px;
	color: #e1180d;
	padding: 18px 0px 12px 0px;
	font-weight: 700;
}

.posteddate{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #767676;
	padding: 12px 0px 18px 0px;
	font-weight: 400;
	line-height: 150% !important;
}

.text{
	line-height: 25px;
	letter-spacing: 0.02em;
	margin-bottom: 6.5%;
}

@media screen and (min-width:541px) {
	.text{
		padding-left: 15px
	}
}

.text-small{
	line-height: 18px;
	margin-bottom: 39px;
}

.age40 .text{
	letter-spacing: 0.04em !important;
}

.bg-gray{
	font-weight: 600;
	margin-right: 9px;
	margin-left: 9px;
	background-color: #efefef;
	padding-top: 12px !important;
    padding-bottom: 12px !important;
    width: 85% !important;
	margin: 0 auto !important;
}

@media screen and (min-width:541px) {
	.bg-gray {
		padding-left: 14px !important;
		width: 88% !important;
		margin: 0 auto !important;
	}
}

.text-cover {
	font-size: 110%;
	margin: 39px 0px 18px 0px;
	padding: 12px 0px 12px 6px;
  	background-color: #fffccc;
  	line-height: 1.4;
  	font-weight: 700;
}

.text-cover-line {
	margin: 39px 14px 16px 14px;
	line-height: 1.4;
	border-bottom: solid 3px black;
	font-size: 19px;
	font-weight: 700;
}

.text-cover-icon {
	background-image: url("../../image/bike/img-001.png");
	background-size: 52px;
	background-repeat: no-repeat;
	padding: 15px 0px 21px 60px;
}

.text-cover-twoline {
	margin: 39px 14px 16px 14px;
	line-height: 1.4;
	border-bottom: solid 3px black;
	font-size: 19px;
	font-weight: 700;
}

.text-cover-icon-twoline {
	background-image: url("../../image/bike/img-001.png");
	background-size: 52px 52px;
	background-repeat: no-repeat;
	padding: 0px 0px 12px 60px;
}

.reviews {
	margin-bottom: 27px;
}

.under {
	font-weight: 700;
	background: linear-gradient(transparent 66%, #f8e81c 0%);
}

.btn{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 42px;
}

.btn p{
  text-align: center;
  color: #fff;
  font-weight: 700;
  /*background-color: #0fd850;*/
  background-image: linear-gradient(to top, #2dbf0f 0%, #0fd850 100%);
  padding: 9px;
  border-radius: 6px;
  line-height: 24px;
  padding: 0.5em 1em;
  text-decoration: none;
  border-bottom: solid 3px #278414;
  letter-spacing: 0em;
}

.btn a{
    color: #fff;
    text-decoration: none;
}

.font-small{
	font-size: 13px;
	color: #777777;
}

.font-small-2{
	font-size: 11px;
	color: #777777;
}

.font-small-3{
  font-size: 15px;
  line-height: 90%;
  font-weight: 500;
}

.font-big{
	font-size: 20px;
	line-height: 138% !important;
}

.notosans{
	font-family: 'Noto Sans JP', sans-serif;
}
.font-bebas {
  font-family: 'Bebas Neue', sans-serif;
}

.font-gray{
	color: #767676;
}

.font-red{
	color: #e1180d;
	font-weight: bold;
}

.font-blue{
	color: #006CB2;
}

.center{
	text-align: center;
	line-height: 24px;
}

.pink{
	color: #ea4360;
}

/*------------
btn animation
------------*/
@keyframes anime{
0%{transform:scale(.95); opacity:1}
40%{opacity:.1}to{transform:scale(1.03,1.3); opacity:0.1}
}

.btn-animation {
  position: relative;
  transition: .2s;
}

.btn-animation:before, .btn-animation:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: #0fd850;
  border: 1px solid #0fd850;
  transform: translate3d(0,0,0);
}

.btn-animation:before {
  animation: anime 2s ease-out infinite;
}

.btn-animation:after {
 animation: anime 2s ease-out 1s infinite;
}

.btn-animation a {
  display: block;
  padding: 12px 0;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-image: linear-gradient(to top, #2dbf0f 0%, #0fd850 100%);
  border-bottom: solid 3px #278414;
}

.btn-animation span {
  display: block;
  position: relative;
  font-weight: bold;
}

/*------------
吹き出し
------------*/
@media screen and (max-width:540px) {
	.chat{
		padding: 0px 14px;
	}
}

@media screen and (min-width:541px) {
 	.chat{
		padding: 0px 21px;
	}
}

@media screen and (max-width:320px) {
	.bubble {
		width: 180px !important;
 	}
}

.bubble-set-box {
  display: flex;
  flex-wrap: wrap;
}
.bubble-set-box.left {
  flex-direction: row;
}

.bubble-set-box.right {
  flex-direction: row-reverse;
}

.bubble {
     position: relative;
     display: inline-block;
     width: 220px;
     padding: 15px;
     background-color: #FFF;
     border: #c8c8c8 solid 1px;
     border-radius: 4px;
     margin-bottom: 18px;
     line-height: 140%;
     font-weight: 400;
}

@media screen and (max-width:540px) {
	.bubble {
		width: 70% !important;
	}

	.bottom .bubble {
		width: 90% !important;
	}
}
@media screen and (min-width:541px) {
	.bubble {
		width: 380px !important;
	}

	.bottom .bubble {
		width: 500px !important;
	}
}

@media screen and (max-width:320px) {
	.bubble {
		width: 60% !important;
	}
}

@media screen and (min-width:321px) and (max-width:360px) {
	.bubble {
		width: 60% !important;
	}
}

.bottom .bubble {
	width: 300px;
	margin-top: 12px;
}

.left .bubble {
	margin-left: 18px;
}

.right .bubble {
	margin-right: 18px;
}

.left .bubble:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #fff transparent;
     border-width: 13px 0 0 18px;
     top: 7px;
     left: -5px;
     margin-left: -10px;
}

.left .bubble:after
{
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #c8c8c8 transparent;
     border-width: 13px 0 0 18px;
     top: 6px;
     left: -5px;
     margin-left: -13.5px;
}

.right .bubble:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #fff transparent;
     border-width: 13px 18px 0 0;
     top: 7px;
     right: -5px;
     margin-right: -10px;
}

.right .bubble:after
{
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #c8c8c8 transparent;
     border-width: 13px 18px 0 0;
     top: 6px;
     right: -5px;
     margin-right: -13.5px;
}

.icon-box {
	width: 53px;
	/*height: 53px;
	border-radius: 50%;*/
	overflow: hidden;
}

.bottom .bubble:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #fff transparent;
     /*border-color: red transparent;*/
     border-width: 0px 0px 18px 13px;
     top: -17px;
     left: 60px;
}

.bottom .bubble:after
{
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #c8c8c8 transparent;
     /*border-color: blue transparent;*/
     border-width: 0px 0px 20px 15px;
     top: -20px;
     left: 59px;
}

.icon-box-img {
	width: 100%;
	overflow: hidden;
}

/*------------
口コミ
------------*/
@media screen and (max-width:320px) {
	.reviews {
		width: 200px !important;
 	}
}

@media screen and (min-width:321px) and (max-width:360px) {
	.reviews {
		width: 240px !important;
 	}
}

.reviews-set-box {
  display: flex;
  flex-wrap: wrap;
}
.reviews-set-box.left {
  flex-direction: row;
}

.reviews {
     position: relative;
     display: inline-block;
     width: 250px;
     padding: 17px 9px 17px 9px;
     background-color: #FFF;
     border: #c8c8c8 solid 1px;
     border-radius: 4px;
     margin-bottom: 18px;
}

.left .reviews {
	margin-left: 18px;
}

.left .reviews:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #fff transparent;
     border-width: 13px 0 0 18px;
     top: 7px;
     left: -5px;
     margin-left: -10px;
}

.left .reviews:after
{
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #c8c8c8 transparent;
     border-width: 13px 0 0 18px;
     top: 6px;
     left: -5px;
     margin-left: -13.5px;
}

.reviews-img{
	padding-bottom: 17px;
}

.logo-img {
	margin-top: -24px !important;
	text-align: center;
	padding-bottom: 21px;
}

.logo-img img{
	width: 270px !important;
}

/*　lp　*/
.img-up {
	margin-top: -24px !important;
}

.text-up {
  margin-top: -12px !important;
}

.step-box{
	width: 100%
}

.box29 {
    margin: 0 auto;
    width: 80%;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.step-arrow{
	width: 100%;
	text-align: center;
}

/* form */
.form {
	width: 90%;
	margin: 0 auto;
}

input[type="text"] {
  width: 100%;
  border: 1px solid #000;
  margin: 8px 0;
  outline: none;
  padding: 18px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}

/* fixedimg */

.fixedimg img {
	width: 40px;
}

img#floatButton1{
    position: fixed;
    margin-left: 650px;
    top: 240px;
}

img#floatButton2{
    position: fixed;
    margin-left: 650px;
    top: 295px;
    /*+55*/
}

img#floatButton3{
    position: fixed;
    margin-left: 650px;
    top: 350px;
    /*+110*/
}

#map {
	height: 350px;
	width: auto;
}

span.small-font {
    font-size: 13px;
    display: inline-block;
    line-height: normal;
}

span.card-only {
    font-size: 16px;
}

span.strikethrough {
    text-decoration: line-through;
}

span.strikethrough-text {
    font-size: 12px;
    display: block;
    margin-top: -10px;
    margin-bottom: -35px;
    /*margin-left: 74px;*/
}
