/* CSS Document */



.pc-none {
	display: none!important;
}



/* ==========================================================================
	common
	========================================================================== */


body {
	background: #F5F5F5;
}

button {
	display: block;
	margin: 0 auto;
}

.l-section-inner-ss {
	width: 740px;
	margin: 0 auto;
}

.l-section-inner-s {
	width: 960px;
	margin: 0 auto;
}

.l-section-inner-m {
	width: 980px;
	margin: 0 auto;
}

.l-section-inner-l {
	width: 82%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.l-section-inner-ll {
	width: 92%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.l-section-center {
	text-align: center!important;
}


.section-title {
	color: 	#0071E3;
	letter-spacing: 1px;
	margin-bottom: 80px;
	font-weight: 600;
	font-size: 3.2rem;
	text-align: center;
}

.section-title-left {
	color: 	#0071E3;
	letter-spacing: 1px;
	margin-bottom: 80px;
	font-weight: 600;
	font-size: 3.2rem;
	text-align: left;
}

.section-title-left span {
	color: #000;
	font-weight: 600;
    font-size: 2rem;
    text-align: left;
    padding-left: 32px;
    margin-left: 32px;
    margin-top: 0px;
    vertical-align: text-top;
    display: inline-block;
    line-height: 2.35;
    position: relative;
}

.section-title-left span::after {
	width: 1px;
	height: 24px;
	position: absolute;
	left: -2px;
	top: 12px;
	background: #D3D3D3;
	content: " ";
}

.l-section-center .section-title-left {
	text-align: center;
}

.section-title-sub {
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
	margin: -54px auto 68px auto;
}

.section-cap {
	font-size: 1.5rem;
	color: #646464;
	font-weight: 500;
	line-height: 2.6;
	margin-bottom: 60px;
}

.cv-btn {
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0071E3;
	padding: 24px 22px;
	text-align: center;
	width: 320px;
	margin: 88px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.5;
}

.cv-btn::after {
	content: " ";
	position: absolute;
	top: calc(50% - 7px);
	right: 42px;
	border-top: solid 4px #FFF;
	border-right: solid 4px #FFF;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
}

.back-btn {
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #8B8B8B;
	padding: 24px 22px;
	text-align: center;
	width: 320px;
	margin: 88px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.5;
}

.back-btn::after {
	content: " ";
	position: absolute;
	top: calc(50% - 5px);
	left: 42px;
	border-top: solid 4px #FFF;
	border-right: solid 4px #FFF;
	width: 9px;
	height: 9px;
	transform: rotate(225deg);
}

.extension-btn {
	border-radius: 50px;
	border: 1px solid #0071E3;
	font-size: 1.3rem;
	color: #333;
	position: absolute;
	right: 0px;
	top: 70px;
	padding: 11px 22px;
	box-sizing: border-box;
    line-height: 1;
}

.extension-btn img {
	margin-right: 10px;
	vertical-align: middle;
    margin-top: -2px;
}


/* ==========================================================================
	header
	========================================================================== */

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
	padding: 21px 80px;
	box-sizing: border-box;
  	background: #FFF;
	z-index: 100;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.l-header-logo {
	padding: 3px 0;
	width: 208px;
}

.l-header-nav {
	position: absolute;
	right: 34px;
	top: 19px;
}

.l-header-nav li {
	display: inline-block;
	color: #FFF;
	margin-right: 52px;
	font-size: 1.5rem;
    padding: 9px 0;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

.l-header-nav li:nth-child(3) {
	display: none;
}

.l-header-nav li:nth-child(4) {
	margin-left: 68px;
	border-left: 1px solid #E2E2E2;
	background: #0071E3;
	color: #FFF;
	font-weight: bold;
	border-radius: 50px;
    padding: 12px 36px;
}

.l-header-nav li:nth-child(4):after {
	position: absolute;
	left: -64px;
	top: 10px;
	width: 1px;
	height: 26px;
	background: #E2E2E2;
	content: " ";
}

.l-header-nav li:nth-child(4) a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: " ";
}

.l-header-nav li select {
	border: 0;
	padding: 8px 0;
	font-size: 1.5rem;
	width: 200%;
	text-align: left;
	position: relative;
	z-index: 1;
	background: none;
	color: #000;
	font-weight: bold;
}

.l-header-nav li:nth-child(5) {
	padding-right: 40px;
}

.l-header-nav li:nth-child(5)::after {
	content: " ";
	position: absolute;
	top: calc(50% - 5px);
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}

.l-header-news {
	background: #383838;
	height: 64px;
	width: 100%;
	text-align: center;
}

.l-header-news li {
	color: #FFF;
	line-height: 4.3;
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	padding: 0 48px;
}

.l-header-news li span {
	padding-right: 21px;
	display: inline-block;
}

.l-header-news li a {
	color: #FFF;
}



/* ==========================================================================
	main  step1-2
	========================================================================== */


main {
	padding: 84px 0 178px 0;
	display: block;
}

.l-main-inner {
	padding-top: 96px;
}


.section-title-copy {
	text-align: center;
	margin-bottom: 96px;
}

.section-title-copy p {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 28px;
}


.section-title-copy h2 {
	font-size: 5.4rem;
	line-height: 1.4;
	font-weight: bold;
}

.section-img-top {
	position: relative;
	margin-bottom: 62px;
}

.section-img-top img {
	width: 100%;
}

.section-img-top-typo {
	position: absolute;
	left: 60px;
	top: 88px;
}

.section-img-top-typo h4 {
	font-size: 4rem;
	color: #FFF;
	line-height: 1.4;
}

.section-img-top-typo p {
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	margin-top: 34px;
	position: relative;
	display: inline-block;
}

.section-img-top-typo p::after {
	content: " ";
	position: absolute;
	top: 4px;
	right: -36px;
	border-bottom: solid 4px #FFF;
	border-right: solid 4px #FFF;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
}

.l-section-block {
	width: 100%;
	padding: 72px 60px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #FFF;
	margin-bottom: 62px;
	position: relative;
}

.l-section-block-inblock {
	width: 100%;
	padding: 60px 54px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #F7F7F7;
	position: relative;
}

.l-section-block-title .section-title {
	color: #0071E3;
	font-size: 3.2rem;
	margin-bottom: 28px;
	font-weight: bold;
	text-align: left;
}

.l-section-block-title {
	position: relative;
	margin-bottom: 54px;
}

.l-section-block-title .section-cap {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0;
}

.section-caution {
	margin-top: 20px;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: 0px;
}

.section-caution a {
	color: #0071E3;
    text-decoration: underline;
    padding: 0 4px;
}

.section-caution .t-important {
	color: #D0488B;
	font-size: 1.5rem;
	font-weight: bold;
}

.vertical-border {
	margin: 34px auto;
	width: 6px;
	height: 32px;
	background: #000;
	text-align: center;
}

.beside-border {
	margin: 0 20px;
	width: 20px;
	height: 4px;
	background: #000;
	text-align: center;
	display: inline-block;
}

input {
	text-align: center;
	background: #FCFCFC;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	padding: 28px 40px;
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	color: #000000;
	font-size: 1.6rem;
	display: inline-block;
}

input[type="text"]:disabled {
    cursor: default;
    background: #ddd;
}

.section-select {
	position: relative;
}


.section-select select {
	text-align: center;
	background: #FCFCFC;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	padding: 28px 40px;
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	color: #000000;
	font-size: 1.6rem;
	display: inline-block;
}

.section-select::after {
	content: " ";
	position: absolute;
	top: calc(50% - 6px);
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-radius: 2px;
	border-color: #0071E3 transparent transparent transparent;
}

.section-input-col15 {
	width: calc(57% - 34px);
	display: inline-block;
	vertical-align: middle;
}

.section-input-col2 {
	width: calc(50% - 34px);
	display: inline-block;
	vertical-align: middle;
}

.section-input-col5 {
	width: calc(51% - 32px);
	display: inline-block;
	vertical-align: middle;
}

.section-input-col5 select {
	width: 59%;
	vertical-align: middle;
}

.section-input-col5 p {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 18px 0 34px;
	vertical-align: middle;
}

:lang(en) .section-input-col5 p {
	font-size: 1.65rem;
    margin: 0 10px 0 24px;
    letter-spacing: 0;
}

.form-map {
	border-radius: 10px;
	overflow: hidden;
	margin: 48px 0 0 0;
}

.form-map iframe {
	height: 400px;
}



/* ==========================================================================
	step3
	========================================================================== */


.l-bike-list li {
	display: inline-block;
	width: calc(34.3% - 32px);
	margin-right: 32px;
	background: #F7F7F7;
	border-radius: 15px;
	padding: 24px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 34px;
}

.l-bike-list li.active {
	border: 4px solid #0071E3;
}

.l-bike-list li:nth-child(3n) {
	margin: 0px;
}

.l-bike-list-img {
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	padding: 16px 32px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 16px;
}

.l-bike-list-img img {
	text-align: center;
}

.l-bike-list-img-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 2px;
	margin-left: -10px;
}

.l-bike-list-img-btn {
	position: absolute;
	right: 14px;
	bottom: 13px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 100px;
	box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
}


.l-bike-list-name {
	font-size: 1.45rem;
	color: #000000;
	font-weight: bold;
}

.l-bike-list-price {
	font-size: 1.3rem;
	color: #7E7E7E;
	font-weight: bold;
}


.l-bike-list-select {
	position: absolute;
	right: 24px;
	bottom: 24px;
	text-align: center;
}

.l-bike-list-select::after {
    content: " ";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-radius: 2px;
    border-color: #0071E3 transparent transparent transparent;
}

.l-bike-list-select select {
	background: #FFF;
	width: 60px;
	height: 38px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 8px;
}

.l-bike-list-select select option {
	text-align: center;
}

.l-bike-list-price-box {
	position: fixed;
	right: 40px;
	bottom: 40px;
	background: #FFF;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 10;
	width: 800px;
	border-radius: 15px;
	box-shadow: 4px 4px 80px rgb(0 0 0 / 20%);
}

.l-bike-list-price-box-list {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.8;
	width: 45%;
    max-height: 120px;
    overflow-y: scroll;
}

.l-bike-list-price-box-list td {
	width: 92%;
	font-weight: bold;
}

.l-bike-list-price-box-list td span {
	font-size: 1.2rem;
	color: #7E7E7E;
	padding-right: 4px;
	font-weight: bold;
}

.l-bike-list-price-box-price {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 20px 0 48px;
	line-height: 1.4;
}

:lang(en) .l-bike-list-price-box-price {
	margin: 0 20px 0 58px;
}

.l-bike-list-price-box-price span {
	font-size: 2.8rem;
	color: #0071E3;
	font-weight: bold;
	padding-right: 4px;
}

.l-bike-list-price-box-price .tax {
	font-size: 1rem;
	color: #8B8B8B;
	font-weight: bold;
	padding-left: 4px;
}

:lang(en) .l-bike-list-price-box-price .tax {
	display: block;
	letter-spacing: 0;
}

.l-bike-list-price-box-btn {
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0071E3;
	padding: 14px 22px 14px 10px;
	text-align: center;
	width: 152px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

.l-bike-list-price-box-btn::after {
	content: " ";
	position: absolute;
	top: calc(50% - 4px);
	right: 24px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}



/* ==========================================================================
	step4
	========================================================================== */

.l-input-login-block {
	width: 100%;
	background: #0071E3;
	box-sizing: border-box;
	padding: 58px 74px;
	border-radius: 15px;
	margin-bottom: 32px;
}

.l-input-login-block-title {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
}

.l-input-login-block .cv-btn {
	color: #0071E3;
	display: inline-block;
	background: #FFF;
    padding: 23px 22px;
    vertical-align: middle;
    margin: 0 0 0 14%;
    font-size: 1.6rem;
}

.l-input-login-block .cv-btn::after {
    border-top: solid 3px #0071E3;
    border-right: solid 3px #0071E3;
    top: calc(50% - 5px);
    width: 7px;
    height: 7px;
}


.l-input-block {
	margin-bottom: 56px;
}

.l-input-block-list {
	padding: 14px 0;
}

.l-input-block-list-line {
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	margin: 50px 0;
}

.l-input-block-caution {
	font-size: 1.3rem;
	color: #646464;
	padding: 58px 0;
	border-top: 1px solid #E8E8E8;
}

.l-input-block-list dt {
	display: inline-block;
	width: 29%;
	text-align: right;
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 44px;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
}

.l-input-block-list dt span {
	color: #D0488B;
	font-weight: bold;
	font-size: 1.2rem;
	position: absolute;
	right: 28px;
	bottom: 0;
}

.l-input-block-list dd {
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	position: relative;
}

.fa {
	position: absolute;
	right: 6%;
	top: 34px;
}

.fa:before {
	font-size: 15px;
	color: #999;
}

.l-input-block-list dd p {
	font-size: 1.3rem;
	margin-top: 10px;
	padding-left: 8px;
	color: #999;
	letter-spacing: 0;
}

.l-input-block-list dd input {
	text-align: left;
}

.l-input-block-list dd .input-select {
	position: relative;
	width: 500px;
}

.l-input-block-list dd .input-select::after {
    content: " ";
    position: absolute;
    top: calc(50% - 3.5px);
    right: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8.5px 0 8.5px;
    border-radius: 2px;
    border-color: #0071E3 transparent transparent transparent;
}

.l-input-block-list dd select {
	background: #FCFCFC;
	border: solid 1px #E2E2E2;
	border-radius: 50px;
	width: 100%;
	border-radius: 50px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 28px 40px;
}

.l-input-block-list dd select option {
	text-align: left;
}

.l-btn-col-2 {
	display: flex;
	margin: auto;
	text-align: center;
	width: 776px;
}

.l-btn-col-2 div {
	margin: 40px 24px;
	text-align: center;
}



/* ==========================================================================
	login
	========================================================================== */


.l-login-block {
	padding: 40px 12%;
}

.l-login-block-2 {
	padding: 40px 12%;
	background: #f2f2f2;
    border-radius: 15px;
    margin-bottom: 60px;
}

.l-login-block-2 p {
	text-align: center;
	padding: 0 0 28px 0;
	font-size: 1.5rem;
	font-weight: bold;
}

.l-login-block-2 .l-login-block-oauth::after, .l-login-block-2 .l-login-block-oauth::before  {
	content: none;
}

.l-login-block-2 .l-login-block-oauth {
	margin-bottom: 0;
}

.l-login-block-oauth {
	display: flex;
	margin-bottom: 88px;
	position: relative;
}

.l-login-block-oauth::after {
	content: "OR";
	position: absolute;
	bottom: -50px;
	left: calc(50% - 50px);
	background: #FFF;
	font-size: 1.2rem;
	color: #A0A0A0;
	width: 100px;
	text-align: center;
}

.l-login-block-oauth::before {
	content: "";
	position: absolute;
	bottom: -43px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	color: #A0A0A0;
}

.oauth-google-btn {
	text-align: center;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    padding: 20px 20px 20px 56px;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    color: #383838;
    font-size: 1.4rem;
    margin-right: 10px;
    line-height: 1.9;
    position: relative;
    transition: 0.3s;
}


.oauth-google-btn:hover {
    background: #eee;
	transition: 0.3s;
}

.oauth-google-btn::before {
	width: 26px;
	height: 26px;
	background: url(../img/common/logo-google.png);
	position: absolute;
	content: " ";
	left: 48px;
	top: 20px;
}

.oauth-google-btn a {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
}

.oauth-fb-btn {
	text-align: center;
    background: #FCFCFC;
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    padding: 20px 20px 20px 56px;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    color: #383838;
    font-size: 1.4rem;
    margin-left: 10px;
    line-height: 1.9;
    position: relative;
	transition: 0.3s;
}

.oauth-fb-btn:hover {
    background: #eee;
	transition: 0.3s;
}

.oauth-fb-btn::before {
	width: 22px;
	height: 22px;
	background: url(../img/common/logo-fb.png);
	position: absolute;
	content: " ";
	left: 48px;
	top: 23px;
}

.oauth-fb-btn a {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
}

.l-login-block-input {
	margin-top: 32px;
	text-align: left;
	position: relative;
}

.l-login-block-input input {
	text-align: left;
	font-size: 1.5rem;
}

.l-login-block .cv-btn {
	margin-top: 64px;
	font-size: 1.6rem;
    padding: 24px 0px;
    width: 300px;
    display: block;
}

.l-login-block .cv-btn::after {
    top: calc(50% - 6px);
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    width: 8px;
    height: 8px;
}

.l-login-block-forget {
	font-size: 1.4rem;
	color: #646464;
	position: relative;
	display: inline-block;
	margin-bottom: 8px;
}

.l-login-block-forget::after {
	content: " ";
	position: absolute;
	top: calc(50% - 3px);
	right: -20px;
	border-top: solid 2px #646464;
	border-right: solid 2px #646464;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}

.l-login-block .section-caution {
	text-align: center;
	font-size: 1.5rem;
	color: #646464;
	line-height: 2.4;
	margin: -18px auto 48px auto;
}



/* ==========================================================================
	reserve
	========================================================================== */

.l-reserve-btn-wrapper {
	position: relative;
}

.l-reserve-btn {
	border-radius: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0071E3;
	padding: 14px 22px 14px 10px;
	text-align: center;
	width: 242px;
	margin: 0px auto 10px auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.8;
	display: inline-block;
}


.l-reserve-btn::after {
	content: " ";
	position: absolute;
	top: calc(50% - 4px);
	right: 30px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

.l-reserve-update-btn {
	position: absolute;
	right: 0;
	top: 10px;
	border-radius: 100px;
	border: 1px solid #E2E2E2;
	background: #FFF;
	color: #646464;
	font-size: 1.4rem;
	text-align: center;
	padding: 14px 28px 16px 60px;
}

.l-reserve-update-btn::after {
	content: " ";
	background: url(../img/common/ico-update.svg);
	position: absolute;
	top: calc(50% - 13px);
	left: 20px;
	width: 25px;
	height: 25px;
}


.l-reserve-btn-caption {
	margin-bottom: 40px;
    color: #A0A0A0;
    font-size: 1.2rem;
    letter-spacing: 0px;
}


.l-reserve-block {
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background: #FFF;
	margin-bottom: 62px;
	position: relative;
}

.l-reserve-block-inner {
	padding: 24px 70px;
}

.l-reserve-block-title {
	width: 100%;
	height: 100px;
	background: #646464;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 48px;
	line-height: 3.7;
	border-radius: 15px 15px 0 0;
}

.l-reserve-block-title-btn {
	border-radius: 100px;
	border: 1px solid #999;
	color: #FFF;
	position: absolute;
	right: 48px;
	top: 28px;
	padding: 13px 32px;
	font-size: 1.5rem;
	line-height: 1;
}


.l-reserve-block-list {
	padding: 14px 0;
}

.l-reserve-block-list-line {
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	margin: 32px 0;
}

.l-reserve-block-list li {
	width: 100%;
	font-size: 1.5rem;
	vertical-align: middle;
	line-height: 1.8;
	padding: 48px 0;
	border-bottom: 1px solid #E8E8E8;
}

.l-reserve-block-list li:last-child {
	border-bottom: 0;
}

.l-reserve-block-list-date {
	display: inline-block;
	font-weight: bold;
}

.l-reserve-block-list-title {
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
}

.l-reserve-block-list-reception {
	display: inline-block;
	padding-left: 12px;
	color: #A0A0A0;
	margin:0 80px 0 84px;
}

.l-reserve-block-list-btn {
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0071E3;
	padding: 13px 22px 13px 10px;
	text-align: center;
	width: 145px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.5;
	display: inline-block;
}

.l-reserve-block-list-btn.archive-btn {
	background: #999;
}

.l-reserve-block-list-btn::after {
	content: " ";
	position: absolute;
	top: calc(50% - 4px);
	right: 24px;
	border-top: solid 2.5px #FFF;
	border-right: solid 2.5px #FFF;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}



/* ==========================================================================
	coupon
	========================================================================== */

.l-coupon-btn-wrapper {
	height: 49px;
	position: relative;
	margin-bottom: 40px;
}

.l-coupon-update-btn {
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #E2E2E2;
	background: #FFF;
	color: #646464;
	font-size: 1.4rem;
	text-align: center;
	padding: 13px 40px 14px 68px;
	position: relative;
}

.l-coupon-update-btn::after {
	content: " ";
	background: url(../img/common/ico-update.svg);
	position: absolute;
	top: calc(50% - 13px);
	left: 20px;
	width: 25px;
	height: 25px;
}

.l-coupon-area-select {
	position: absolute;
	right: 0;
	bottom: -3px;
	font-size: 1.6rem;
	font-weight: bold;
    width: 492px;
}

:lang(en) .l-coupon-area-select {
	width: 510px;
}

.l-coupon-area-select select {
	text-align: left;
	background: #FCFCFC;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	padding: 24px 48px;
	box-sizing: border-box;
	width: 360px;
	font-weight: bold;
	color: #000000;
	font-size: 1.6rem;
	display: inline-block;
}

.l-coupon-area-select::after {
	content: " ";
	position: absolute;
	top: calc(50% - 5px);
	right: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-radius: 2px;
	border-color: #0071E3 transparent transparent transparent;
}

.l-coupon-area-select-title {
	font-size: 1.6rem;
    font-weight: bold;
    padding-right: 10px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
}


.l-coupon-block {
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background: #FFF;
	margin-bottom: 62px;
	position: relative;
	overflow: hidden;
}

.l-coupon-block table {
	width: 100%;
	font-size: 1.45rem;
}

.l-coupon-block th {
	font-size: 1.5rem;
	height: 88px;
	color: #FFF;
	box-sizing: border-box;
	padding-left: 40px;
	background: #646464;
	border-right: 1px solid #E8E8E8;
}

.l-coupon-block td {
	height: 110px;
	box-sizing: border-box;
	padding: 0 40px;
	background-image : linear-gradient(to right, #E8E8E8, #E8E8E8 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 8px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right: 1px solid #E8E8E8;
}

.l-coupon-block-shop-title {
	width: 30%;
}

.l-coupon-block td.l-coupon-block-coupon-btn {
	padding: 0 24px;
}

.l-coupon-btn {
	width: 145px;
	border-radius: 50px;
	font-size: 1.45rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #0071E3;
	padding: 10px 24px 10px 24px;
	text-align: center;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	position: relative;
	line-height: 1.8;
	display: inline-block;
}



.l-coupon-block-inner {
	padding: 56px 110px;
}

.l-coupon-block-title {
	width: 100%;
	height: 100px;
	background: #646464;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 48px;
	line-height: 3.7;
	border-radius: 15px 15px 0 0;
}

.l-coupon-block-img {
	width: 100%;
	min-height: 240px;
	background: #999;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 44px;
}

.l-coupon-block-img img {
	width: 100%;
}

.l-coupon-block-service {
	color: #0071E3;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.l-coupon-block-date {
	color: #A0A0A0;
	font-size: 1.5rem;
}

.l-coupon-block-detail {
	margin-top: 56px;
	padding-top: 50px;
	background-image : linear-gradient(to right, #A0A0A0, #A0A0A0 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
	background-size: 8px 2px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 1.5rem;
	line-height: 2.8;
	margin-bottom: 24px;
}

.l-coupon-block-detail-address {
	position: relative;
	display: inline-block;
}

.l-coupon-block-detail-address-btn {
	position: absolute;
	top: 0;
	right: -200px;
	border-radius: 100px;
	border: 1px solid #E2E2E2;
	background: #FFF;
	color: #A0A0A0;
	font-size: 1.3rem;
	text-align: center;
	padding: 2px 26px 2px 56px;
}

.l-coupon-block-detail-address-btn::after {
	content: " ";
	background: url(../img/common/ico-extension.svg);
	position: absolute;
	top: calc(50% - 11px);
	left: 20px;
	width: 22px;
	height: 22px;
}

.l-coupon-block-detail-cap {
	margin-top: 14px;
	font-size: 1.5rem;
}


/* ==========================================================================
	confirmation
	========================================================================== */

.l-confirmation-block {
	width: 100%;
	box-sizing: border-box;
	border-radius: 15px;
	background: #FFF;
	margin-bottom: 62px;
	position: relative;
}

.l-confirmation-block-inner {
	padding: 72px 110px;
}

.l-confirmation-block-title {
	width: 100%;
	height: 100px;
	background: #646464;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 48px;
	line-height: 3.7;
	border-radius: 15px 15px 0 0;
}

.l-confirmation-block-caution-title {
	color: #D0488B;
    letter-spacing: 1px;
    margin : -54px auto 80px auto;
    font-size: 1.6rem;
    text-align: center;
}

.l-confirmation-block-title-btn {
	border-radius: 100px;
	border: 1px solid #999;
	color: #FFF;
	position: absolute;
	right: 48px;
	top: 28px;
	padding: 13px 32px;
	font-size: 1.5rem;
	line-height: 1;
}


.l-confirmation-block-list {
	padding: 14px 0;
}

.l-confirmation-block-list-line {
	width: 100%;
	height: 1px;
	background: #E8E8E8;
	margin: 32px 0;
}

.l-confirmation-block-list dt {
	display: inline-block;
	width: 29%;
	text-align: right;
	font-size: 1.5rem;
	font-weight: bold;
	padding-right: 34px;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
	line-height: 1.8;
}

.l-confirmation-block-list dd {
	display: inline-block;
	width: 70%;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	color: #646464;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.l-confirmation-block-list td {
	padding-right: 24px;
}

.l-confirmation-block-price {
	text-align: right;
	font-size: 1.6rem;
	margin-top: 48px;
}

.l-confirmation-block-price span {
	font-size: 3rem;
	font-weight: bold;
	color: #0071E3;
	padding: 0 6px;
}

.l-confirmation-block-price .tax {
	color: #8B8B8B;
	font-size: 1.2rem;
}


/* ==========================================================================
	news
	========================================================================== */


.l-news-list {
	margin-top: -30px;
	padding: 0 5% 60px 5%;
}

.l-news-list li {
	font-size: 1.4rem;
	color: #000;
	padding: 54px 0; 
	border-bottom: 1px solid #E8E8E8;
}

.l-news-list-date {
	display: inline-block;
	font-weight: bold;
	padding-right: 34px;
}

.l-news-list-ctg {
	width: 120px;
	display: inline-block;
	font-weight: bold;
	padding-right: 40px;
}

.l-news-list-title {
	display: inline-block;
}

.ctg-color-green {
	color: #39ADA4;
}

.ctg-color-red {
	color: #D0488B;
}


.l-news-detail {
	padding: 20px 6% 48px 6%;
}

.l-news-detail-title {
	font-size: 2rem;
	color: #0071E3;
	font-weight: bold;
	margin-bottom: 24px;
}

.l-news-detail-ctg {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.l-news-detail-date {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
}

.l-news-detail-contents {
	padding-top: 54px;
	margin-top: 54px;
	border-top: 1px solid #E8E8E8;
	font-size: 1.45rem;
	color: #000;
	line-height: 2.8;
}


/* ==========================================================================
	l-footer
	========================================================================== */

.l-footer {
	background: #FFF;
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

.l-footer-nav {
	width: 26%;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #CECECE;
	padding-left: 10%;
}

.l-footer-nav li {
	color: #FFF;
	font-size: 1.3rem;
	line-height: 3;
	text-align: left;
}



.l-footer-logo {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

.l-footer-logo img {
	width: 240px;
}

.l-footer-logo p {
	margin-top: 18px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.l-footer-bottom {
	background: #3E3E3E;
	width: 100%;
	height: 44px;
    color: #FFF;
    margin-top: 56px;
}

.l-footer-bottom-copyright {
    color: #FFF;
    text-align: center;
    line-height: 3.6;
    font-size: 1.2rem;
}





@media (max-width: 1370px) {


}

@media (max-width: 1250px) {



}

@media (max-width: 1160px) {


}







/* ==========================================================================
	etc..
	========================================================================== */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.modal__content{
    background: #F7F7F7;
    left: 50%;
    padding: 56px 74px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    max-width: 800px;
    z-index: 21;
    border-radius: 15px;
    box-sizing: border-box;
}

.modal__bike {
	padding: 48px 40px;
    width: 64%;
    max-width: 880px;
}

.modal__content .section-title {
	text-align: center;
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 34px;
}

.modal__content .section-cap {
	text-align: left;
	font-size: 1.35rem;
	margin-bottom: 0;
}

.modal__content .section-cap a {
	color: #0071E3;
	text-decoration: underline;
}

.modal__content .cv-btn {
	margin-top: 56px;
	font-size: 1.5rem;
    padding: 20px 0px;
    width: 256px;
    margin: 52px auto 0 auto;
}

.modal__content .cv-btn::after {
    top: calc(50% - 5px);
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}


.modal__content .js-modal-close {
	background: url(../img/common/ico-close-btn.svg);
	width: 44px;
	height: 44px;
	position: absolute;
	top: 21px;
	right: 21px;
	background-size: cover;
}

.l-modal-bike-spec {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.l-modal-bike-img {
	padding: 18px 28px;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 16px;
}

.l-modal-bike-img img {
	display: block;
    text-align: center;
    margin: 0 auto;
}

.l-modal-bike-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.l-modal-bike-title-sub {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
}

.l-modal-bike-price {
	font-size: 1.5rem;
	color: #7E7E7E;
	margin-top: 4px;
	font-weight: bold;
	line-height: 1.8;
}

.l-modal-bike-info {
	width: 53.5%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top;
}

.l-modal-bike-info-title {
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	padding-bottom: 28px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 28px;
}

.l-modal-bike-info-cap {
	font-size: 1.3rem;
	color: #646464;
	line-height: 2.4;
}

/* ==========================================================================
	pager
	========================================================================== */

.l-pager {
	margin: 0 auto 80px auto;
    text-align: center;
    padding: 0 10px;
}

.pagination li {
	display: inline-block;
    padding: 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 100px;
    color: #FFF;
}

.pagination li a {
	color: #646464;
}

.pagination li.active a {
	color: #0071E3;
}

/* ==========================================================================
	notice
	========================================================================== */

.l-notice {
	position: fixed;
	z-index: 10000;
	bottom: -200px;
	left: 0;
	width: 100%;
	min-height: 100px;
	z-index: 30;
	text-align: center;
	font-size: 1.5rem;
	color: #FFF;
	font-weight: bold;
	box-sizing: border-box;
	padding: 44px 20%;
	line-height: 1.6;
}

.l-notice-done {
	width: 100%;
	background: rgba(31,199,186,0.9);
	animation: notice_effect 10s cubic-bezier(0.23, 1, 0.25, 1);
}

.l-notice-error {
	width: 100%;
	background: rgba(180,47,98,0.9);
	animation: notice_effect 10s cubic-bezier(0.23, 1, 0.25, 1);
}

@keyframes notice_effect {
	0% {
		bottom: -200px;
	}

	15% {
		bottom: 0px;
	}

	75% {
		bottom: 0px;
	}

	100% {
		bottom: -200px;
	}
}



/* ==========================================================================
	motion
	========================================================================== */



.js-effect-left, .js-effect-right, .js-effect-zoom, .js-effect-fade-in, .js-effect-left-mask {
	opacity: 0;
}

.move {
  transform-origin: 0% 50%;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.29, 0.135, 0.055, 1);
  animation-fill-mode: both;
}

.js-effect-zoom.move {
	animation-duration: 3.4s;
}

.js-effect-slide-left-mask.move {
	animation-duration: 2s;
}

.js-effect-slide-left.move {
	animation-duration: 1s;
}

.js-effect-fade-in.move {
	animation-duration: 1.3s;
}

.js-effect-left-mask.move {
	animation-duration: 3.6s;
}

.js-effect-left.move {
	animation-duration: 1.3s;
}


.move:nth-child(1) {
  animation-delay: 0.1s;
}
.move:nth-child(1) a::after {
  animation-delay: 0.25s;
}
.move:nth-child(2) {
  animation-delay: 0.2s;
}
.move:nth-child(2) a::after {
  animation-delay: 0.5s;
}
.move:nth-child(3) {
  animation-delay: 0.3s;
}
.move:nth-child(3) a::after {
  animation-delay: 0.75s;
}
.move:nth-child(4) {
  animation-delay: 0.4s;
}
.move:nth-child(4) a::after {
  animation-delay: 1s;
}
.move:nth-child(5) {
  animation-delay: 0.5s;
}
.move:nth-child(5) a::after {
  animation-delay: 1.25s;
}
.move:nth-child(6) {
  animation-delay: 0.6s;
}
.move:nth-child(6) a::after {
  animation-delay: 1.5s;
}
.move:nth-child(7) {
  animation-delay: 0.7s;
}
.move:nth-child(7) a::after {
  animation-delay: 1.75s;
}
.move:nth-child(8) {
  animation-delay: 0.8s;
}
.move:nth-child(8) a::after {
  animation-delay: 2s;
}
.move:nth-child(9) {
  animation-delay: 0.9s;
}
.move:nth-child(9) a::after {
  animation-delay: 2.25s;
}
.move:nth-child(10) {
  animation-delay: 1s;
}
.move:nth-child(10) a::after {
  animation-delay: 2.5s;
}
.move:nth-child(11) {
  animation-delay: 1.1s;
}
.move:nth-child(11) a::after {
  animation-delay: 2.75s;
}
.move:nth-child(12) {
  animation-delay: 1.2s;
}
.move:nth-child(12) a::after {
  animation-delay: 3s;
}

.js-effect-left.move {
  animation-name: mo-left;
}

.js-effect-right.move {
  animation-name: mo-right;
}

.js-effect-fade-in.move {
  animation-name: mo-fade-in;
}

.js-effect-slide-left-mask.move {
  animation-name: mo-slide-left-mask;
}

.js-effect-zoom.move {
  animation-name: mo-zoom;
}

.js-effect-left-mask {
  animation-name: mo-left;
}

@keyframes mo-left {
  0% {
    transform: rotate(4deg) translate3D(0, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) translate3D(0, 0, 0);
    opacity: 1;
  }
}

@keyframes mo-right {
  0% {
    transform: rotate(-9deg) translate3D(0, 50%, 0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) translate3D(0, 0, 0);
    opacity: 1;
  }
}

@keyframes mo-slide-left-mask {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes mo-fade-in {
  0% {
    transform: translate3d(0px, 30px, 0px);
	opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0%, 0px);
	opacity: 1;
  }
}

@keyframes mo-zoom {
  0% {
    transform: scale(1.3,1.3);
	transform-origin: center;
	opacity: 0;
  }
  100% {
    transform: scale(1.0,1.0);
	transform-origin: center;
	opacity: 1;
  }
}




.ui-datepicker {
	font-size: 1.75rem;
}


.ui-widget-header {
	background: #f2f2f2;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background: #f2f2f2;
}

.error-message {
	color: #D0488B;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 10px;
    display: block;
}

.no-active {
	pointer-events: none;
}

.no-active div {
	background: #ddd;
	color: #f2f2f2;
	pointer-events: none;
}

.loading-mask {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
	background-size: cover;
	background-position: 50%;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 10000;
	left: 0;
	top: 0;
	transition: 0.3s;
}

.loading-mask-img {
    position:absolute;
    left: 50%;
    top: 50vh;
    margin-left: -23px;
    margin-top: -15px;
	transition: 0.3s;
}

@-moz-keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes timer-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.timer-loader:not(:required) {
  border: 6px solid #FFF;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
}
.timer-loader:not(:required)::before {
  -moz-animation: timer-loader 1250ms infinite linear;
  -webkit-animation: timer-loader 1250ms infinite linear;
  animation: timer-loader 1250ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 19.2px;
  left: 15px;
  top: 15px;
}
.timer-loader:not(:required)::after {
  -moz-animation: timer-loader 15000ms infinite linear;
  -webkit-animation: timer-loader 15000ms infinite linear;
  animation: timer-loader 15000ms infinite linear;
  -moz-transform-origin: 3px 3px;
  -ms-transform-origin: 3px 3px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 16px;
  left: 15px;
  top: 15px;
}