@charset "UTF-8";
/******************************************
[reset]
******************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

[hidden],
template {
  display: none;
}

small {
  font-size: 80%;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input,
button,
textarea,
select {
  outline: 0;
  border: 0px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
button,
textarea,
select,
optgroup {
  font: inherit;
}

[disabled] {
  cursor: default;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

optgroup {
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

textarea {
  overflow: auto;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

button {
  background: none;
  overflow: visible;
}

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

:target::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
}

/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body:lang(ja) {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック', YuGothic, 'Yu Gothic', meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body:lang(en) {
  font-family: 'Roboto', sans-serif;
  line-height: 1.65;
}

body a {
  color: #222;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

.inner-base {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

.line-gray {
  border-bottom: 1px solid #cecece;
}

.linke-line {
  text-decoration: underline;
  color: #00a1fe;
}

.img-fluid {
  width: 100%;
  height: auto;
}

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

.vertical-top {
  vertical-align: top;
}

th {
  text-align: left;
  white-space: nowrap;
}

.cont-mg01 {
  margin: 0 0 15px;
}

.cont-mg02 {
  margin: 0 0 30px;
}

.cont-mg03 {
  margin: 0 0 50px;
}

.txt-st {
  font-weight: bold;
}

.txt-sm {
  font-size: 0.7rem;
}

.txt-red {
  color: #e40000;
}

.txt-line {
  text-decoration: underline;
}

.gray-bg {
  background-color: #eef0ec;
  padding: 30px 0 50px;
}

@media screen and (min-width: 769px) {
  a,
  button {
    transition: .3s;
  }
  .linke-line:hover {
    text-decoration: none;
  }
  .pcbr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .inner-base {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .spbr {
    display: block;
  }
  .gray-bg {
    padding: 20px 0 30px;
  }
}

/******************************************
[form]
******************************************/
.required {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #e80000;
}

.form-text {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #cecece;
}

.form-textarea {
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #cecece;
}

.form-date {
  width: 100%;
  height: 45px;
  padding: 0 0 0 50px;
  background: url(../img/icon-calendar.png) no-repeat 15px center;
  background-size: 21px 23px;
  border-radius: 3px;
  border: 1px solid #cecece;
}

.form-select {
  width: 100%;
  height: 45px;
  padding: 0 0 0 15px;
  background: url(../img/arrow-gray.png) no-repeat right 10px center #fff;
  background-size: 15px 9px;
  border-radius: 3px;
  border: 1px solid #cecece;
}

.form-select-small {
  width: 90px;
}

.form-radio-list {
  display: flex;
  align-items: center;
}

.form-radio-list li {
  margin: 0 70px 0 0;
}

.form-radio-list li:last-child {
  margin-right: 0;
}

.form-radio-wrap input {
  display: none;
}

.form-radio-wrap input:checked + .form-radio-label:before {
  background: url(../img/icon-check-white.png) no-repeat center #8dd908;
  background-size: 16px 18px;
  border-color: #a2f412;
}

.form-radio-label {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.form-radio-label:before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #cecece;
}

.form-help {
  margin: 10px 0 0;
  font-size: 0.8rem;
}

.form-help a {
  color: #008dd6;
  text-decoration: underline;
}

.form-help-red {
  margin: 10px 0 0;
  font-size: 1.0rem;
  color: #e40000;
}

body:lang(en) .form-radio-label {
  font-weight: normal;
}

.form-short {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .form-radio-wrap:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .form-select-small {
    width: 60px;
  }
  .form-radio-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-radio-list li {
    margin: 0 0 10px;
  }
  .form-radio-list li:last-child {
    margin-bottom: 0;
  }
  .form-help {
    margin: 5px 0 0;
    font-size: .7rem;
  }
  .form-help-red {
    margin: 5px 0 0;
    font-size: .9rem;
  }
}

@media screen and (max-width: 576px) {
  .form-short {
    width: 60%;
  }
}

/******************************************
[accordion]
******************************************/
.slide-body {
  display: none;
}

/******************************************
[header]
******************************************/
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}

header h1 {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: normal;
}

.header-inner {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1040px;
}

#header-logo {
  width: 370px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.header-mail {
  font-size: 0.9rem;
}

.header-mail a {
  display: block;
  width: 100%;
  line-height: 1;
}

.header-mail a span {
  font-size: 0.7rem;
}

.header-mail a:hover {
  color: #8dd908;
  text-decoration: underline;
}

.header-mail a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 16px;
  background: url(../img/header-mail-icon.png) no-repeat;
  background-size: 100% auto;
  margin: 0 6px 0 0;
}

.header-tel {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1;
}

.header-tel span {
  font-size: 1.5rem;
  margin: 0 0 0 5px;
}

.header-address {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 8px;
  font-size: 0.9rem;
}

.gnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px 0 0;
}

.gnav li {
  font-size: 0.9rem;
  margin: 0 0 0 25px;
  font-weight: bold;
}

.gnav li:first-child {
  margin: 0;
}

.gnav a {
  text-decoration: none;
  color: #222;
  text-align: center;
  display: block;
}

.gnav a:hover {
  text-decoration: underline;
  color: #666666;
}

.gnav img {
  display: block;
  width: 65px;
  margin: 0 auto 5px;
}

#header-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header-lang-txt {
  font-size: 0.6rem;
  margin: 3px 50px 0 0;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.header-lang {
  text-align: right;
  position: absolute;
  top: 5px;
  right: 10px;
}

.header-lang li {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  color: #dcdcdc;
}

.header-lang li:not(:last-child):after {
  content: "/";
  margin: 0 0 0 3px;
  font-weight: 400;
  color: #222;
}

.header-lang li:last-child {
  margin-right: 0;
}

.header-lang a {
  text-decoration: none;
  color: #222;
}

.header-lang a:hover {
  color: #a2f412;
}

#sp-menu {
  display: none;
}

.header-h {
  padding: 95px 0 0;
}

@media screen and (max-width: 1264px) {
  header {
    width: 1264px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 50px 0 0;
    position: relative;
    height: auto;
  }
  .header-inner {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
  .global-head-item {
    position: static;
  }
  .header-lang {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: -46px;
    z-index: 5000;
    color: #a2f412;
  }
  .header-lang a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.0rem;
    background-color: #8dd908;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
  }
  .header-h {
    padding: 0;
  }
  nav {
    width: 100%;
  }
  .gnav {
    display: none;
  }
  .header-item {
    display: none;
  }
  #sp-menu {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 9995;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #sp-menu .sp-menu-item {
    height: 50px;
    padding: 5px;
  }
  #sp-menu .sp-menu-item li img {
    width: auto;
    height: 100%;
  }
  #sp-menu .sp-menu-item li:first-child {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 23px;
    z-index: 9996;
  }
  #sp-menu .sp-menu-item li:nth-child(2) {
    position: absolute;
    top: 5px;
    right: 85px;
    height: 40px;
    text-align: center;
    z-index: 9997;
  }
  #sp-menu .sp-menu-item li:nth-child(3) {
    position: absolute;
    top: 5px;
    right: 45px;
    height: 40px;
    text-align: center;
    z-index: 9998;
  }
  #sp-menu .sp-menu-item li:last-child {
    position: absolute;
    top: 5px;
    right: 0;
    height: 40px;
    z-index: 9999;
  }
  .sb-slidebar {
    background-color: #fff;
    position: relative;
    border-left: 1px solid rgba(238, 240, 236, 0.8);
  }
  .sb-slidebar li {
    color: #cecece;
    border-bottom: 1px solid rgba(238, 240, 236, 0.8);
  }
  .sb-slidebar li:first-child {
    text-align: right;
    display: block;
    padding: 5px 5px 0;
  }
  .sb-slidebar li:first-child img {
    width: 40px;
    height: 40px;
  }
  .sb-slidebar li:nth-child(n+2) a {
    padding: 15px 20px;
    display: block;
    color: #222;
  }
  .sp-menu-lang {
    position: absolute;
    top: 12px;
    right: 60px;
    z-index: 9990;
    color: #222;
    font-family: "Montserrat", sans-serif;
  }
  .sp-menu-lang span {
    font-weight: bold;
    display: inline-block;
    color: #cecece;
    font-size: 1.2rem;
  }
  .sp-menu-lang span:first-of-type {
    margin: 0 0 0 10px;
  }
  .sp-menu-lang span:first-of-type::after {
    content: "/";
    font-weight: 400;
    margin: 0 5px 0 3px;
  }
  .sp-menu-lang a {
    display: inline-block !important;
    color: #222;
  }
}

/******************************************
[footer]
******************************************/
#global-footer {
  padding: 40px 0 30px;
  background: #fff;
  text-align: center;
}

#global-footer.home-footer {
  border-top: 1px solid #cecece;
}

#footer-nav {
  margin: 0 0 40px;
  font-size: 14px;
}

#footer-nav ul {
  display: flex;
  justify-content: center;
}

#footer-nav li {
  margin: 0 40px 0 0;
}

#footer-nav li:last-child {
  margin-right: 0;
}

#footer-nav a {
  color: #222;
  text-decoration: underline;
}

#copyright {
  font-size: .7rem;
}

@media screen and (min-width: 769px) {
  #footer-nav a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #global-footer {
    padding: 30px 0 15px;
  }
  #footer-nav {
    margin: 0 0 30px;
    font-size: .8rem;
  }
  #footer-nav ul {
    display: block;
  }
  #footer-nav li {
    margin: 0 20px 0 0;
    display: inline-block;
    line-height: 1;
  }
  #footer-nav li:nth-child(3) {
    margin: 0 0 10px 0;
  }
  #copyright {
    font-size: .6rem;
  }
}

/******************************************
[slider]
******************************************/
.bxslider img {
  width: 100%;
}

/******************************************
[tab]
******************************************/
.bike-tab {
  margin: 0 0 40px;
}

.bike-tab li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.bike-tab button {
  display: block;
  background-color: #eef0ec;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
}

.bike-tab button:hover {
  background-color: #a2f412;
}

.tab-panel {
  display: none;
}

@media screen and (max-width: 576px) {
  .bike-tab {
    margin: 0 0 20px;
  }
  .bike-tab li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .bike-tab button {
    padding: 8px 10px;
  }
}

/******************************************
[item]
******************************************/
.item-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.item-li li {
  width: 30%;
  margin: 0 4.5% 40px 0;
}

.item-li li:nth-child(3n) {
  margin: 0 0 30px 0;
}

.item-line {
  border: 1px solid #cecece;
  padding: 15px;
}

.item-ttl {
  background-color: #222;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  padding: 3px;
}

.item-categoty {
  font-size: 0.8rem;
  color: #cecece;
  margin: 0 0 3px;
}

.item-price {
  margin: 10px 0;
}

.item-price dt {
  background-color: #222;
  color: #fff;
  font-size: 0.7rem;
  width: 8em;
  text-align: center;
  padding: 2px 5px;
  margin: 0 0 3px;
}

.item-price dd span {
  font-size: 0.8rem;
}

.item-size {
  margin: 0 0 10px;
}

.item-size dt {
  background-color: #222;
  color: #fff;
  font-size: 0.7rem;
  width: 8em;
  text-align: center;
  padding: 3px;
  margin: 0 0 3px;
}

.item-size dd {
  font-size: 0.8rem;
}

.item-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-btn p {
  width: 48%;
}

.item-btn p a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 3px;
}

.item-btn p:first-of-type a {
  background-color: #8dd908;
}

.item-btn p:first-of-type a:hover {
  background-color: #84ca09;
}

.item-btn p:last-of-type a {
  background-color: #01b0e2;
}

.item-btn p:last-of-type a:hover {
  background-color: #0188af;
}

.app-bnr {
  width: 640px;
  margin: 20px auto 0;
}

.app-bnr a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .app-bnr {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .item-li li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .item-li li:nth-child(3n) {
    margin: 0 4% 20px 0;
  }
  .item-li li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .item-line {
    padding: 8px;
  }
  .item-ttl {
    font-size: 0.9rem;
  }
  .item-categoty {
    font-size: 0.7rem;
  }
  .item-price dt {
    font-size: 0.6rem;
  }
  .item-price dd {
    font-size: 0.9rem;
  }
  .item-price dd span {
    font-size: 0.7rem;
  }
  .item-size dt {
    font-size: 0.6rem;
  }
  .item-size dd {
    font-size: 0.7rem;
  }
  .item-btn p {
    font-size: 0.7rem;
  }
  .app-bnr {
    width: 100%;
  }
}

/******************************************
[content & common setting]
******************************************/
#content-wrap {
  background: #fff;
}

#content-wrap img {
  max-width: 100%;
  height: auto;
}

h2 {
  font-size: 2.2rem;
  margin: 0 0 30px;
  position: relative;
  font-weight: 500;
}

#page-content-wrap {
  padding: 20px 0 60px;
  background: #eef0ec;
}

.sec-head {
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1.2;
}

.sec-head:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 20px auto 0;
  background: #a5f013;
}

@media screen and (max-width: 768px) {
  #page-content-wrap {
    padding: 15px 0 30px;
  }
  h2 {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

/******************************************
[breadcrumb]
******************************************/
.breadcrumb {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  line-height: 1;
  font-size: .9rem;
}

.breadcrumb-item:not(:first-child):before {
  content: ">";
  margin: 0 8px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #222;
}

body:lang(en) .breadcrumb {
  font-size: .9rem;
}

@media screen and (min-width: 769px) {
  .breadcrumb-item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0 15px 25px 0;
    font-size: .7rem;
  }
  .breadcrumb-item:not(:first-child):before {
    margin: 0 3px;
  }
}

/******************************************
[about]
******************************************/
.sec-about-txt {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}

.sec-about-txt a {
  color: #008dd6;
  text-decoration: underline;
}

.about-logo {
  width: 480px;
  margin: 0 auto 35px;
}

.sec-about-btn a {
  display: block;
  background-color: #8dd908;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  width: 540px;
  margin: 0 auto;
  padding: 12px 10px 10px;
}

.sec-about-btn a span {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.sec-about-btn a:hover {
  background-color: #7dc007;
}

@media screen and (max-width: 768px) {
  .about-logo {
    width: 55%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 576px) {
  .sec-about-txt {
    font-size: 14px;
  }
  .about-logo {
    width: 80%;
  }
  .sec-about-btn a {
    font-size: 1.0rem;
    width: 100%;
    padding: 10px 5px 8px;
  }
  .sec-about-btn a span {
    width: 35px;
    margin: 0 0 0 5px;
  }
}

/******************************************
[bike]
******************************************/
.sec-bike-acco dt {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  border: #cecece 1px solid;
  font-weight: bold;
  cursor: pointer;
  background: linear-gradient(to bottom, white 0%, #eef0ec 100%);
  position: relative;
}

.sec-bike-acco dt::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  transform: rotate(135deg);
}

.sec-bike-acco dt.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.sec-bike-acco dt::before {
  content: '';
  display: inline-block;
  background: url(../img/maru.png) center left no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.sec-bike-acco dd {
  display: none;
  margin: 20px 0 30px;
}

.sec-bike-item {
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 50%);
}

.sec-bike-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.bike-img {
  flex: 0 0 auto;
  width: 490px;
}

.bike-info {
  flex: 0 0 auto;
  width: 100%;
  max-width: 450px;
}

.bike-name {
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #a5f013;
}

.bike-name span {
  display: block;
  margin: 20px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}

.bike-link {
  margin: 0 0 35px;
  word-break: break-all;
}

.bike-spec {
  margin: 0 0 35px;
  padding: 15px 5px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", meiryo, sans-serif;
  overflow: hidden;
}

.bike-spec dt,
.bike-spec dd {
  margin: 15px 0 0;
  line-height: 1.2;
}

.bike-spec dt {
  clear: both;
  float: left;
}

.bike-spec dt:first-child,
.bike-spec dt:first-child + dd {
  margin-top: 0;
}

.bike-spec dd {
  float: left;
  padding: 0 0 0 1rem;
  font-weight: 400;
  text-indent: -1rem;
}

.bike-spec dd:before {
  content: "：";
}

.bike-description {
  margin: 0 0 20px;
}

.bike-reserve {
  text-align: right;
}

.bike-reserve-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 35px;
  padding: 0 15px;
  background: #8dd908;
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1501px) {
  .sec-bike-inner {
    max-width: 1180px;
  }
  .bike-img {
    width: 655px;
  }
}

@media screen and (min-width: 769px) {
  .bike-reserve-btn:hover {
    background-color: #6b9c16;
  }
}

@media screen and (max-width: 768px) {
  .sec-bike-item {
    background: linear-gradient(to bottom, #f4f7ee 0%, #ffffff 50%);
  }
  .sec-bike-inner {
    flex-direction: column;
    padding: 0 15px 30px;
  }
  .bike-img {
    width: 100%;
    margin: 0 0 20px;
  }
  .bike-name {
    margin: 0 0 15px;
    font-size: 1.75rem;
  }
  .bike-name span {
    margin: 10px 0 0;
    font-size: .9rem;
  }
  .bike-spec {
    margin: 0 0 15px;
    padding: 10px 5px;
    font-size: .8rem;
  }
  .bike-spec dt,
  .bike-spec dd {
    margin: 10px 0 0;
  }
  .bike-description {
    margin: 0 0 10px;
    font-size: .8rem;
  }
  #bike-item1 {
    padding: 35px 0 0;
  }
  #bike-item2 {
    padding: 25px 0 0;
  }
  #bike-item3 {
    padding: 30px 0 0;
  }
  #bike-item4 {
    padding: 30px 0 0;
  }
  #bike-item5 {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sec-bike-acco dt {
    font-size: 14px;
  }
}

/******************************************
[reserve]
******************************************/
#sec-reserve {
  padding: 60px 0;
  background: #eef0ec;
}

.sec-reserve-item {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}

.sec-reserve-item .spbr.sp-price {
  display: inline-block;
  width: 1em;
}

.sec-reserve-head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  background: #222;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

.sec-reserve-head span {
  display: block;
  font-size: 0.8rem;
}

.sec-reserve-inner {
  padding: 30px 45px;
}

.reserve-note {
  margin: 15px 0 0;
  padding: 20px 0;
  background: #eef9dc;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  color: #6ba30a;
}

.reserve-table-frame {
  width: 100%;
}

.reserve-table {
  width: 100%;
  font-size: 0.9rem;
}

.reserve-table tbody th,
.reserve-table tbody td {
  padding: 10px 0;
  border-bottom: 1px dashed #cecece;
}

.reserve-table .reserve-cell {
  width: 1%;
  min-width: 12em;
  padding: 0 20px 0 0;
  text-align: center;
  word-break: break-all;
}

.reserve-bike {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.reserve-bike span {
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0 0 0 1em;
}

.reserve-bike-sub {
  margin: 0 0 0 20px;
  font-size: .9rem;
}

#reserve-date-table {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

#reserve-date-table li {
  flex: 1 0 auto;
}

#reserve-date-table .date-unit {
  flex: 0 1 auto;
  padding: 0 20px 10px;
}

.reserve-date-label {
  margin: 0 0 10px;
  font-weight: bold;
}

.reserve-accessory {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.reserve-accessory-ttl {
  font-weight: bold;
}

.reserve-accessory-ttl span {
  font-size: .9rem;
  font-weight: normal;
}

.reserve-accessory-ttl span:before {
  content: "|";
  margin: 0 15px;
}

.reserve-accessory-img {
  width: 55px;
  margin: 0 0 0 30px;
}

#reserve-user-table {
  width: 100%;
}

#reserve-user-table th,
#reserve-user-table td {
  padding: 0 0 20px;
}

#reserve-user-table th.reserve-user-label {
  padding-top: 15px;
  vertical-align: top;
}

#reserve-user-table th {
  padding-right: 20px;
}

#reserve-rule-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

#reserve-rule-check {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
  background: url(../img/icon-check-gray.png) no-repeat center #fff;
  background-size: 18px 20px;
  border: 1px solid #cecece;
  border-radius: 0;
}

#reserve-rule-check:checked {
  background-image: url(../img/icon-check-green.png);
}

#reserve-rule-text {
  font-size: 1.1rem;
}

#reserve-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 80px;
  margin: 0 auto;
  background: #8dd908;
  font-size: 1.5rem;
  color: #fff;
  transition: .3s;
}

#reserve-btn:disabled {
  background: #cecece;
}

.reserve-confirm-head {
  margin: 0 0 20px;
}

.error_messe {
  margin: 0 0 10px;
  color: #e80000;
}

.reserve-error-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  margin: 40px auto 0;
  background: #222;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
}

#reserve-confirm-table {
  width: 100%;
  margin: 0 0 40px;
  border-top: 1px solid #bfbfbf;
}

#reserve-confirm-table tr:nth-child(even) {
  background: #fafafa;
}

#reserve-confirm-table tr:last-child th,
#reserve-confirm-table tr:last-child td {
  border-bottom-style: solid;
}

#reserve-confirm-table th,
#reserve-confirm-table td {
  padding: 15px 0;
  border-bottom: 1px dashed #bfbfbf;
}

#reserve-confirm-table th {
  width: 1%;
  padding: 0 20px 0 10px;
}

#reserve-finish .sec-reserve-inner {
  margin: 0 0 30px;
  padding: 60px 0;
  text-align: center;
}

.reserve-finish-text {
  margin: 0 0 40px;
}

#reserve-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 80px;
  margin: 0 auto;
  background: #8dd908;
  font-size: 1.5rem;
  color: #fff;
}

.table-cell-fit {
  width: 60px;
  text-align: right;
  word-break: break-all;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  #reserve-btn:not(:disabled):hover,
  #reserve-submit-btn:not(:disabled):hover {
    background-color: #6b9c16;
  }
  .reserve-error-btn:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  #sec-reserve {
    padding: 20px 0;
  }
  #sec-reserve .sec-head {
    margin: 0 0 20px;
  }
  .sec-reserve-inner {
    padding: 15px 10px;
    font-size: .8rem;
  }
  .sec-reserve-item .spbr.sp-price {
    display: block;
    width: auto;
  }
  .sec-reserve-head {
    min-height: 36px;
    font-size: 1rem;
    padding: 5px 0;
  }
  .sec-reserve-head span {
    font-size: 0.7rem;
  }
  .reserve-note {
    padding: 10px;
  }
  .reserve-bike {
    flex-direction: column;
    align-items: flex-start;
    font-size: .9rem;
  }
  .reserve-bike-sub {
    margin: 10px 0 0;
    font-size: .75rem;
  }
  #reserve-date-table {
    flex-direction: column;
    align-items: flex-start;
  }
  #reserve-date-table li {
    width: 100%;
    margin: 0 0 10px;
  }
  #reserve-date-table li:last-child {
    margin-bottom: 0;
  }
  #reserve-date-table .reserve-date-label {
    margin: 0 0 5px;
  }
  #reserve-date-table .date-unit {
    display: none;
  }
  .reserve-accessory {
    flex-wrap: wrap;
  }
  .reserve-accessory-color {
    margin: 0;
    font-size: .8rem;
  }
  .reserve-accessory-color:before {
    margin: 0 10px;
  }
  .reserve-accessory-img {
    width: 60px;
    margin: 0 0 0 10px;
  }
  .reserve-accessory-img img {
    width: 55px;
  }
  #reserve-user-table th,
  #reserve-user-table td {
    display: block;
  }
  #reserve-user-table th {
    padding: 0 0 5px;
  }
  #reserve-user-table th.reserve-user-label {
    padding-top: 0;
  }
  #reserve-user-table td {
    padding: 0 0 15px;
  }
  #reserve-rule-wrap {
    margin: 15px 0;
  }
  #reserve-finish .sec-reserve-inner {
    margin: 0 0 20px;
    padding: 25px 15px;
    text-align: left;
    font-size: .8rem;
  }
  #reserve-confirm {
    padding: 0 15px;
  }
  #reserve-finish {
    padding: 0 15px;
  }
  .reserve-finish-text {
    margin: 0 0 30px;
  }
  #reserve-btn,
  #reserve-submit-btn {
    height: 60px;
    font-size: 1.2rem;
  }
  .reserve-error-btn {
    height: 40px;
    margin-top: 20px;
    font-size: .9rem;
  }
  body:lang(en) .reserve-table th {
    font-size: .75rem;
  }
  body:lang(en) .reserve-table .reserve-cell {
    padding: 0 5px;
  }
  body:lang(en) .reserve-accessory-color {
    margin: 5px 0 0;
  }
  body:lang(en) .reserve-accessory-color:before {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .sec-head {
    font-size: 1.5rem;
  }
  .reserve-bike {
    font-size: .8rem;
    margin: 0 3px 0 0;
  }
  .reserve-bike span {
    display: block;
    margin: 3px 0 0;
    font-size: .7rem;
  }
  .reserve-table {
    width: 100%;
    font-size: 0.6rem;
  }
  .reserve-table thead th,
  .reserve-table thead td {
    word-wrap: break-word;
    padding: 10px 0;
  }
  .reserve-table thead th {
    line-height: 1.2;
  }
  .reserve-table .reserve-size {
    min-width: 4em !important;
  }
  .reserve-table .reserve-cell {
    width: 0.8%;
    min-width: 7em;
    padding: 0 5px 0 0;
  }
  .reserve-accessory-ttl span {
    font-size: .6rem;
  }
  .reserve-accessory-ttl span:before {
    margin: 0 3px;
  }
  .reserve-accessory-img {
    width: 40px;
    margin: 0 0 0 5px;
  }
  .reserve-accessory-img img {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .reserve-bike {
    font-size: .7rem;
  }
  .reserve-bike span {
    font-size: 0.6rem;
  }
  .reserve-table .reserve-cell {
    min-width: 5.5em;
  }
  .form-select-small {
    width: 52px;
  }
  .form-select {
    padding: 0 0 0 8px;
  }
}

/******************************************
[rule]
******************************************/
#rule-frame {
  border: 2px solid #c9cdc6;
  background-color: #e0e3de;
  height: 300px;
  overflow-y: scroll;
  padding: 40px;
  margin: 40px 0 0;
  font-size: .8rem;
}

h3 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

#rule-wrap {
  background-color: #fff;
  padding: 40px;
  font-size: .8rem;
}

.rule-ttl {
  font-weight: bold;
  font-size: 0.9rem;
}

.rule-subttl {
  font-weight: bold;
  font-size: 0.8rem;
}

.rule-note {
  font-size: .8rem;
}

.rule-list {
  font-size: .8rem;
}

.rule-item {
  margin: 0 0 30px;
}

.rule-item:last-child {
  margin-bottom: 0;
}

.rule-number-list > li {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}

.rule-list {
  list-style: disc inside;
}

.rule-list li {
  padding: 0 0 0 15px;
  text-indent: -15px;
}

.rule-indent {
  margin: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  #rule-wrap {
    padding: 25px 15px;
  }
  .rule-item {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.1rem;
  }
  #reserve-rule-text {
    font-size: 0.9rem;
  }
  #rule-frame {
    padding: 25px 10px;
  }
}

/******************************************
[attention]
******************************************/
#sec-attention {
  padding: 65px 0 75px;
  background: #fff;
}

#sec-attention-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.sec-attention-head {
  margin: 0 0 20px;
  font-size: 1.3rem;
}

#attention-list {
  list-style: disc outside;
  font-size: .9rem;
}

#attention-list li {
  margin: 0 0 25px 20px;
}

#attention-list li:last-child {
  margin-bottom: 0;
}

#attention-list a {
  color: #222;
  text-decoration: underline;
}

body:lang(en) #attention-list {
  list-style: none;
}

body:lang(en) #attention-list li {
  margin-left: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}

body:lang(en) #attention-list li:before {
  content: "●";
  margin: 0 5px 0 0;
  color: #a2f412;
}

@media screen and (min-width: 769px) {
  #attention-list a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #sec-attention {
    padding: 30px 15px;
  }
  .sec-attention-head {
    margin: 0 0 15px;
    font-size: 1rem;
  }
  #attention-list {
    font-size: .75rem;
  }
  #attention-list li {
    margin-bottom: 20px;
  }
}

/******************************************
[gmap]
******************************************/
.gmap-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
}

.gmap-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.gmap-btn a {
  background-color: #8dd908;
  font-size: 0.8rem;
  padding: 8px 15px;
  border-radius: 30px;
  color: #fff;
}

.gmap-btn a:hover {
  background-color: #84ca09;
}

@media screen and (max-width: 576px) {
  .gmap-item li {
    width: 100%;
    font-size: 0.9rem;
  }
  .gmap-item li:first-child {
    margin: 0 0 10px;
  }
}

/******************************************
[faq]
******************************************/
.faq-list {
  margin: 0 0 40px;
}

.faq-item {
  border-bottom: 1px solid #e2e5df;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item-q {
  padding: 25px;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.faq-item-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 10px;
  background: url(../img/arrow-gray2.png) no-repeat center;
  background-size: cover;
  transition: .3s;
}

.faq-item-q.is-open:before {
  transform: translateY(-50%) rotate(180deg);
}

.faq-item-a {
  padding: 25px;
  background: #e2e5df;
  font-size: .9rem;
}

#faq-footer {
  text-align: center;
}

#faq-footer > p {
  margin: 0 0 25px;
  font-size: 1.2rem;
}

#faq-footer > p:last-child {
  margin-bottom: 0;
}

.tel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1;
}

.tel-wrap a {
  text-decoration: none;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #8dd908;
}

.faq-footer-tel {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 5px;
  padding: 20px 0;
  border: 1px dashed #a2f412;
}

.faq-footer-tel:last-child {
  margin-bottom: 0;
}

body:lang(en) .faq-item-q {
  font-size: 1.1rem;
}

body:lang(en) .faq-item-a {
  font-size: 1rem;
}

body:lang(en) #faq-footer > p {
  font-size: 1.3rem;
}

body:lang(en) .faq-footer-tel {
  max-width: 600px;
}

body:lang(en) .tel-wrap p {
  margin: 0 15px 0 0;
}

body:lang(en) .tel-wrap p:last-child {
  margin-right: 0;
}

body:lang(en) .tel-wrap a {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .faq-list {
    margin: 0 0 20px;
  }
  .faq-item-q {
    padding: 15px 45px 15px 15px;
  }
  .faq-item-a {
    padding: 15px;
  }
  #faq-footer {
    padding: 0 15px;
  }
  #faq-footer > p {
    margin: 0 0 15px;
    font-size: .9rem;
  }
  .tel-wrap {
    flex-direction: column;
    font-size: .9rem;
  }
  .tel-wrap p {
    margin: 0 0 10px;
  }
  .tel-wrap p:last-child {
    margin-bottom: 0;
  }
  .tel-wrap a {
    font-size: 1.5rem;
  }
  .faq-footer-tel {
    padding: 15px 0;
  }
  body:lang(en) .tel-wrap {
    font-size: 1rem;
  }
  body:lang(en) .tel-wrap a {
    font-size: 1.5rem;
  }
}

/******************************************
[topics-common]
******************************************/
#sec-topics-box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  word-break: break-all;
}

.topics-parts-wrap {
  width: calc(100% - 180px);
  margin-left: 25px;
  word-break: break-all;
}

.topics-parts-thumb {
  position: relative;
  width: 160px;
  height: 120px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}

.topics-parts-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.topics-parts-summary {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.topics-parts-cat {
  display: block;
  margin-right: 15px;
  padding: 6px 7px 5px;
  background: #f5f5f5;
  font-size: 13px;
  border: 1px solid #dcddde;
  border-radius: 3px;
  box-sizing: content-box;
  line-height: 1;
}

.topics-parts-date {
  display: block;
  margin-right: 15px;
  font-size: 13px;
  color: #9d9d9d;
  letter-spacing: .05em;
}

.topics-parts-new {
  display: block;
  line-height: 1;
}

.topics-parts-new img {
  width: 54px;
  height: 24px;
  height: auto;
  padding: 6px 10px;
  background: #8dd908;
  vertical-align: bottom;
  line-height: 1;
}

.topics-parts-ttl {
  display: block;
  margin-top: calc(17px - (((1.5rem * 1.5) - 1.25rem) / 2));
  margin-bottom: calc(15px - (((1.25rem * 1.5) - 1.25rem) / 2));
  font-size: 1.25rem;
  font-weight: bold;
}

.topics-parts-body {
  display: block;
  font-size: .88rem;
  margin-top: calc(0px - (((1.14rem * 1.5) - 1.14rem) / 2));
}

.topics-more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 126px;
  height: 36px;
  padding: 0 15px;
  background: #fff;
  font-size: .9rem;
  color: #44483e;
  border: 1px solid #e1e1e1;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .topics-more-btn:hover {
    color: #8dd908;
    border-color: #8dd908;
  }
  .topics-hover:hover .hover-thumb {
    opacity: .6;
  }
  .topics-hover:hover .hover-txt {
    text-decoration: underline;
  }
}

#topics_body img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #sec-topics-box {
    margin: 0 15px;
    width: auto;
    padding: 20px 15px;
  }
  .topics-parts-wrap {
    width: calc(100% - 110px);
    margin-left: 10px;
  }
  .topics-parts-thumb {
    width: 100px;
    height: 75px;
  }
  .topics-parts-cat {
    margin-right: 10px;
    padding: 5px 6px;
    font-size: 12px;
  }
  .topics-parts-date {
    margin-right: 10px;
    font-size: 12px;
  }
  .topics-parts-new img {
    width: 40px;
    padding: 6px 7px 6px 6px;
  }
  .topics-parts-ttl {
    margin-top: calc(13px - (((.875rem * 1.3) - .875rem) / 2));
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.3;
  }
  .topics-parts-body {
    display: none;
  }
  .topics-more-btn {
    width: 110px;
    min-width: inherit;
    height: 36px;
    padding: 0 0 0 4px;
    font-size: .875rem;
  }
}

@media screen and (max-width: 374px) {
  .topics-parts-wrap {
    width: calc(100% - 90px);
    margin-left: 10px;
  }
  .topics-parts-thumb {
    width: 80px;
    height: 60px;
  }
  .topics-parts-cat {
    padding: 3px;
    font-size: 11px;
    margin-right: 5px;
  }
  .topics-parts-date {
    font-size: 11px;
    margin-right: 5px;
  }
  .topics-parts-new img {
    width: 30px;
    padding: 5px 3px;
  }
}

/******************************************
[topics-top]
******************************************/
#sec-topics-top {
  padding: 60px 0;
  /*border-bottom: 1px solid #d8d8d8;*/
  border-top: 1px solid #d8d8d8;
}

#sec-topics-top .sec-head {
  margin: 0;
  font-size: 2.25rem;
}

.sec-topics-top-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.topics-top-area {
  padding: 45px 0 30px;
}

.topics-top-list:not(:last-of-type) {
  margin-bottom: 40px;
}

.topics-top-list-inner {
  display: flex;
  color: #222;
  text-decoration: none;
}

.topics-top-more {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #sec-topics-top {
    padding: 25px 0 0;
  }
  #sec-topics-top .sec-head {
    font-size: 1.5rem;
  }
  .sec-topics-top-inner {
    padding: 0 15px 30px;
  }
  .topics-top-area {
    padding: 20px 0 15px;
  }
  .topics-top-list:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/******************************************
[topics-list]
******************************************/
.topics-list-list {
  margin-bottom: 30px;
}

.topics-list-list:last-of-type {
  margin-bottom: 40px;
}

.topics-list-list-inner {
  display: flex;
  color: #222;
  text-decoration: none;
}

.topics-list-more {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
  text-align: right;
}

.topics-list-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 65px;
  height: 36px;
  margin: 0 10px;
  background: #fff;
  color: #44483e;
}

.topics-list-more-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #44483e;
}

.topics-list-more-btn span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #e1e1e1;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .topics-list-more-btn a span:hover {
    color: #8dd908;
    border-color: #8dd908;
  }
}

@media screen and (max-width: 768px) {
  .topics-list-area {
    width: auto;
  }
  .topics-list-list {
    margin-bottom: 20px;
  }
  .topics-list-list:last-of-type {
    margin-bottom: 20px;
  }
}

/******************************************
[topics-detail]
******************************************/
.topics-detail-parts-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

.topics-detail-parts-ttl {
  display: block;
  margin-top: calc(0px - (((1.43rem * 1.5) - 1.43rem) / 2));
  margin-bottom: calc(23px - (((1.43rem * 1.5) - 1.43rem) / 2));
  font-size: 1.43rem;
  font-weight: bold;
}

.topics-detail-parts-date {
  display: block;
  margin-right: 15px;
  font-size: 13px;
  color: #222;
  letter-spacing: .05em;
}

.topics-detail-parts-body {
  margin-top: 22px;
  font-size: .88rem;
  line-height: 1.8em;
  /*2em*/
}

.topics-detail-more {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .topics-detail-parts-wrap {
    padding-bottom: 15px;
  }
  .topics-detail-parts-ttl {
    margin-top: calc(0px - (((1.12rem * 1.3) - 1.12rem) / 2));
    margin-bottom: calc(15px - (((1.12rem * 1.5) - 1.12rem) / 2));
    font-size: 1.12rem;
    line-height: 1.3;
  }
  .topics-detail-parts-thumb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .topics-detail-parts-date {
    margin-right: 10px;
    font-size: 12px;
  }
  .topics-detail-parts-body {
    margin-top: 15px;
    font-size: .8rem;
    line-height: 1.76;
  }
}

@media screen and (max-width: 374px) {
  .topics-detail-parts-date {
    margin-right: 5px;
    font-size: 11px;
  }
}

/******************************************
[insta]
******************************************/
.sec-insta-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 70px;
}

.sec-insta-head {
  margin-bottom: 20px;
}

.sec-insta-head a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-family: 'Roboto', sans-serif;
}

.sec-insta-head span {
  padding-right: 15px;
}

.sec-insta-head img {
  vertical-align: bottom;
}

.sec-insta-head:hover {
  text-decoration: underline;
}

.insta-list ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.insta-list ul li {
  width: 19vw;
  height: 19vw;
  max-width: 192px;
  max-height: 192px;
}

.insta-list ul a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #222;
  transition: .3s;
  overflow: hidden;
}

.insta-list ul li:nth-of-type(-n+5) {
  margin-bottom: 5px;
}

.insta-list ul img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .insta-list ul a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 768px) {
  #sec-insta {
    padding: 0 15px;
  }
  .sec-insta-inner {
    margin-bottom: 30px;
  }
  .sec-insta-head {
    margin-bottom: 10px;
  }
  .insta-list ul li {
    width: calc(50vw - 17px);
    height: calc(50vw - 17px);
    max-width: inherit;
    max-height: inherit;
    margin-bottom: 5px;
  }
  .insta-list ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

/******************************************
[tour]
******************************************/
#tour-wrap {
  padding: 40px 0 120px;
  background: #fff;
}

#tour-about {
  padding: 40px 0 60px;
}

.tour-about-ttl {
  text-align: center;
  margin: 0 0 60px;
}

.tour-about-ttl img {
  width: 445px;
}

.about-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-li li:first-child {
  width: 24%;
}

.about-li li:last-child {
  width: 72%;
}

.rental-btn {
  position: absolute;
  right: 140px;
  bottom: 10px;
}

.rental-btn a {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  display: block;
}

.rental-btn a span:before {
  content: "";
  background: url("../img/rental-btn-icon.png") no-repeat left;
  background-size: 13px;
  width: 18px;
  height: 13px;
  display: inline-block;
}

.tour #sec-attention {
  text-align: center;
  padding: 65px 0 0;
}

.tour #sec-attention #sec-attention-inner > p {
  font-size: 19px;
  line-height: 2;
}

.tour #sec-attention .tour-mail {
  font-size: 21px;
  line-height: 1;
  /*width: 640px;*/
  display: inline-block;
  margin: 30px auto 0;
}

.tour #sec-attention .tour-mail a {
  font-size: 20px;
  color: #222222;
  text-decoration: none;
  padding: 30px 65px;
  border: 4px solid #9be716;
  border-radius: 10px;
  display: block;
}

.tour #sec-attention .tour-mail a span {
  display: inline-block;
  vertical-align: middle;
}

.tour #sec-attention .tour-mail a span:nth-child(1) {
  font-size: 21px;
}

.tour #sec-attention .tour-mail a span.en {
  font-size: 28px;
}

.tour #sec-attention .tour-mail a span:nth-child(2):before {
  content: "";
  display: inline-block;
  background: url("../img/mail-icon.png") no-repeat left;
  background-size: 43px;
  width: 53px;
  height: 31px;
  margin-left: 45px;
}

@media screen and (max-width: 576px) {
  #tour-about {
    padding: 20px 0 40px;
  }
  .tour-about-ttl {
    text-align: center;
    margin: 15px 0 30px;
  }
  .tour-about-ttl img {
    width: 90%;
  }
  .about-li li:first-child {
    width: 100%;
    margin: 0 0 20px;
  }
  .about-li li:last-child {
    width: 100%;
    font-size: .88rem;
  }
}

/*-----　ツアーページリスト　-----*/
.tour #sec-topics-box {
  padding: 0;
}

.tour .topics-list-list {
  padding: 40px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.tour .topics-list-list:hover {
  background-color: #f5f5f5;
}

.tour .topics-list-list:last-child {
  border-bottom-width: 0;
}

.tour .topics-parts-thumb {
  width: 360px;
  height: 270px;
  border-radius: 5px;
  flex: 0 0 auto;
}

.tour .topics-parts-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.tour .topics-parts-summary {
  margin-bottom: 20px;
  display: block;
}

.tour .topics-parts-ttl {
  font-size: 26px;
  margin-top: 0;
  display: inline;
}

.tour .topics-parts-new {
  line-height: inherit;
}

.tour .topics-parts-new img {
  margin-left: 10px;
  margin-bottom: 8px;
}

.tour .topics-list-more {
  padding-top: 40px;
}

/*-----　ツアーページ詳細　-----*/
.tour-detail .topics-detail-parts-wrap {
  padding-bottom: 60px;
}

.tour-detail .topics-detail-parts-ttl#topics_title {
  font-size: 37px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.tour-detail .topics-detail-parts-body {
  margin-top: 50px;
}

.tour-detail #topics_body {
  font-size: 16px;
  text-align: justify;
}

.tour-detail #topics_body img {
  max-width: 100%;
}

.tour-detail .rental-btn {
  position: initial;
  margin-top: 30px;
  text-align: center;
}

.tour-detail .rental-btn a {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .rental-btn a:hover {
    background: #454b3b;
    color: #fff;
  }
  .rental-btn a:hover span:before {
    content: "";
    background: url("../img/rental-btn-icon_on.png") no-repeat left;
    background-size: 13px;
    width: 18px;
    height: 13px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .home-box {
    width: 100%;
    top: 53%;
  }
  .mv-btn {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .mv-btn li {
    width: 47%;
    display: inline-block;
    margin: 0 15px 15px 0;
  }
  .mv-btn li a {
    font-size: 14px;
    padding: 15px 0;
  }
  .mv-btn li:nth-child(2) {
    margin-right: 0;
  }
  .mv-btn li:last-child {
    margin-bottom: 0;
  }
  /*-----　ツアーページ　-----*/
  #tour-wrap {
    padding: 20px 0 40px;
  }
  .rental-btn {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
  .rental-btn a {
    font-size: 13px;
    padding: 12px;
  }
  .tour #sec-attention {
    padding: 50px 0 0;
  }
  .tour #sec-attention #sec-attention-inner {
    padding: 0 15px;
  }
  .tour #sec-attention #sec-attention-inner > p {
    font-size: 16px;
  }
  .tour #sec-attention .tour-mail {
    font-size: 16px;
    width: 100%;
    margin: 15px auto 0;
  }
  .tour #sec-attention .tour-mail a {
    font-size: 16px;
    padding: 20px;
  }
  .tour #sec-attention .tour-mail a span {
    margin-top: 0;
  }
  .tour #sec-attention .tour-mail a span:nth-child(1) {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
  }
  .tour #sec-attention .tour-mail a span.en {
    font-size: 20px;
  }
  .tour #sec-attention .tour-mail a span:nth-child(2):before {
    content: "";
    display: inline-block;
    background: url("../img/mail-icon.png") no-repeat left;
    background-size: 25px;
    width: 35px;
    height: 17px;
    margin-left: 0;
  }
  /*-----　ツアーページリスト　-----*/
  .tour #sec-topics-box {
    margin: 0 15px;
    padding: 0;
  }
  .tour .topics-list-list {
    padding: 0 0 30px;
    border-bottom-width: 0;
  }
  .tour .topics-list-list:hover {
    background-color: #fff;
  }
  .tour .topics-list-list:nth-child(even) {
    background: #fff;
  }
  .tour .topics-list-list-inner {
    display: block;
  }
  .tour .topics-list-list-inner :hover {
    background-color: #fff;
  }
  .tour .topics-parts-wrap {
    width: 100%;
    margin: 0;
  }
  .tour .topics-parts-thumb {
    width: 100%;
    height: 260px;
  }
  .tour .topics-parts-summary {
    margin: 15px 0 15px;
  }
  .tour .topics-parts-ttl {
    font-size: 20px;
  }
  .tour .topics-parts-new img {
    margin-bottom: 2px;
  }
  .tour #topics_body {
    display: block;
  }
  .topicsView {
    font-size: 14px;
    color: #44483e;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #dcddde;
    border-radius: 5px;
    background: #f5f5f5;
    display: inline-block;
  }
  /*-----　ツアーページ詳細　-----*/
  .tour-detail .topics-detail-parts-wrap {
    padding-bottom: 30px;
  }
  .tour-detail .topics-detail-parts-ttl#topics_title {
    font-size: 23px;
    padding-bottom: 10px;
  }
  .tour-detail .topics-detail-parts-body {
    margin-top: 20px;
  }
  .tour-detail #topics_body {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .tour .topics-list-list :hover {
    background-color: #fff;
  }
}

/******************************************
[chat]
******************************************/
#chatplusview.closed #outline #eye_catcher img {
  width: 120px;
}

@media screen and (max-width: 576px) {
  #chatplusview.closed #outline #eye_catcher img {
    width: 70px;
  }
}

/******************************************
[item-detail]
******************************************/
.item-detail-ttl {
  background-color: #222;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}

.item-detail-frame {
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.item-detail-category {
  background-color: #f05228;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  font-size: 0.9rem;
  position: absolute;
  top: 15px;
  left: 0;
}

.item-detail-pic {
  max-width: 100%;
  text-align: center;
}

.item-detail-pic img {
  max-width: 100%;
}

.item-detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.item-detail-price dt {
  background-color: #222;
  color: #fff;
  font-size: 0.8rem;
  padding: 4px;
  text-align: center;
  width: 7em;
  margin: 0 10px 10px 0;
}

.item-detail-price dd {
  width: 80%;
  font-size: 0.9rem;
  margin: 0 0 10px 0;
}

.item-detail-price dd span {
  font-size: 1.1rem;
  font-weight: bold;
}

.item-detail-price dd a {
  color: #01b0e2;
  text-decoration: underline;
}

.item-detail-txt {
  border: 1px solid #cecece;
  padding: 20px;
  font-size: 0.9rem;
}

.item-detail-reserve a {
  display: block;
  background-color: #8dd908;
  color: #fff;
  width: 90%;
  text-align: center;
  font-size: 1.4rem;
  padding: 20px;
  margin: 0 auto;
}

.item-detail-reserve a:hover {
  background-color: #84ca09;
}

.item-detail-btn a {
  display: block;
  font-size: 0.9rem;
  margin: 10px 0 0;
}

.item-detail-btn a:hover {
  text-decoration: underline;
}

.item-detail-btn a::before {
  content: '';
  display: inline-block;
  background: url(../img/arrow-left.png) no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 576px) {
  .item-detail-frame {
    padding: 10px 10px 15px;
  }
  .item-detail-category {
    padding: 3px 10px;
    font-size: 0.9rem;
  }
  .item-detail-price {
    margin: 10px 0;
  }
  .item-detail-price dt {
    width: 7em;
    margin: 0 0 5px;
  }
  .item-detail-price dd {
    width: 100%;
    font-size: 0.8rem;
  }
  .item-detail-price dd span {
    font-size: 1.0rem;
  }
  .item-detail-txt {
    padding: 15px;
    font-size: 0.8rem;
  }
  .item-detail-reserve a {
    width: 100%;
    font-size: 1.2rem;
    padding: 15px;
  }
}

/******************************************
[item-detail]
******************************************/
.tour-reserve-read {
  text-align: center;
  margin: 0 0 30px;
}

.tour-reserve-read span {
  color: #e40000;
}

/******************************************
[shop]
******************************************/
.shop-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  word-break: break-all;
}

.table-style01 {
  width: 100%;
  margin: 0 0 30px;
}

.table-style01 th {
  border-bottom: 1px solid #cecece;
  padding: 20px 10px;
}

.table-style01 td {
  border-bottom: 1px solid #cecece;
  padding: 20px 10px;
}

.map-link {
  color: #8dd908;
}

.shop-li {
  display: flex;
  justify-content: space-between;
}

.shop-li li:first-child {
  width: 65%;
  order: 2;
}

.shop-li li:last-child {
  width: 30%;
  order: 1;
}

.shop-li li:last-child div {
  margin: 0 0 5px;
}

.shop-li li:last-child img {
  width: 100%;
}

.sns-li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sns-li li {
  width: 40px;
  margin: 0 10px;
}

.sns-li li img {
  width: 100%;
}

.sns-li li:last-child {
  width: 10em;
}

.sns-li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 576px) {
  .shop-wrap {
    padding: 25px 15px;
  }
  .shop-li {
    display: block;
    font-size: 0.8rem;
  }
  .shop-li li:first-child,
  .shop-li li:last-child {
    width: 100%;
  }
}

.sns-li li:last-child {
  text-align: center;
  width: 100%;
}

/* 20200331追加 */
.priceOff p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 50px;
}

.priceOff p span {
  color: #ff0000;
}

@media screen and (max-width: 576px) {
  .priceOff p {
    font-size: 18px;
  }
}

/* 20201116追加 */
.font-sm {
  font-size: 12px;
  margin: 0 0 0 10px;
  font-family: initial;
}

@media screen and (max-width: 576px) {
  .font-sm {
    font-size: 10px;
    margin: 0;
  }
}
