/*-------------------------------------------------------------------------------------------*/
/* Mobile
/*-------------------------------------------------------------------------------------------*/

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

/* Transition */
*, a, a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Tags */
body {
  color: #4d4d4d;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "a，，a?´a?・a??a?￣a?“", YuGothic, "Yu Gothic M", "a，，a?´a?・a??a?￣ Medium", "Yu Gothic Medium", "a?!a??a?aa?a", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

img {
  width: 100%;
  vertical-align: middle;
}

/* Flexbox */
.flexbox {
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Underline */
.underline {
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 4px;
  background: linear-gradient(transparent 65%, #fdff39 65%);
}

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.btn_or {
  border: 3px solid #fff;
  background: #ff7c00;
  background: -moz-linear-gradient(top, #ff7c00 0%, #ff7c00 50%, #ff6300 50%, #ff6300 100%);
  background: -webkit-linear-gradient(top, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  background: linear-gradient(to bottom, #ff7c00 0%,#ff7c00 50%,#ff6300 50%,#ff6300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c00', endColorstr='#ff6300',GradientType=0 );
}

.btn_pk {
  background-color: #ff6590;
}

.btn_bl {
  background-color: #416ab7;
}

.btn_gr {
  background-color: #6aa832;
}

.btn_rd {
  background-color: #d84221;
}

.btn_s {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.btn_m {
  padding: 2% 2rem 2% 0.5rem;
  font-size: 3vw;
  line-height: 1.2rem;
  letter-spacing: 2px;
}

.btn_l {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 4% 3rem 3.2% 1rem;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.6rem;
  letter-spacing: 3px;
}

.btn_base:before {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.btn_base:after {
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.btn_wrap {
  position: relative;
  color: #fff;
  font-size: 5vw;
  font-family: 'NSJP';
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.icon_angle_right:after {
  content: "\f105";
  font-size: 140%;
}

.icon_search:after {
  content: "\f002";
  font-size: 110%;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}

.icon_lock:before {
  content: "\f023";
  font-size: 100%;
}

.btn_s:after {
  right: 0.3rem;
  margin-top: -0.55rem;
  font-size: 110%;
}

.btn_m:before {
  left: 0.5rem;
}

.btn_m:after {
  right: 0.5rem;
}

.btn_l:after {
  right: 1rem;
  margin-top: -0.75rem;
}

.btn_base:hover {
  margin-top: -1px;
  margin-bottom: 1px;
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

.btn_base small {
  display: block;
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 1px;
}

#approval_num_pc .for_m {
  display: block;
}

#approval_num_pc .for_p {
  display: none;
}

/* header -----------------------------------------------------------------------------------*/
#header {
  top: 0;
  height: 50px;
  background: rgb(1,96,179);
  background: -moz-linear-gradient(top,  rgb(1,96,179) 0%, rgb(46,78,139) 100%);
  background: -webkit-linear-gradient(top,  rgb(1,96,179) 0%,rgb(46,78,139) 100%);
  background: linear-gradient(to bottom,  rgb(1,96,179) 0%,rgb(46,78,139) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0160b3', endColorstr='#2e4e8b',GradientType=0 );
  color: #fff;
  z-index: 1000;
}

#header h1 {
  /* display: none; */
}

#header_logo a {
  display: inline-block;
  margin-top: 2px;
}

#header_logo a img {
  vertical-align: middle;
}

#header_nav {
  display: none;
  background-color: #f2f5f1;
}

#header_nav ul, #header-nav a {
  color: #fff;
}


/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 5% 2% 5% 2%;
}

#footer_nav_pc {
  display: none;
}

#footer_nav_sp {
  display: block;
}

#footer li {
  display: inline-block;
  margin-top: 2%;
  width: 49%;
  font-size: 0.75rem;
  list-style-type: none;
}

#footer p {
  margin-top: 3%;
  font-size: 0.75rem;
}

#footer p:nth-of-type(1) {
  margin-top: 5%;
}

#footer #approval_num_pc {
  display: none;
  text-align: right;
}

#footer #approval_num_sp {
  display: block;
  text-align: right;
  padding-bottom: 80px;
}

#footer p span {
  display: inline-block;
}

#go_top_bottom {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 7%;
  z-index: 10;
}

#go_top_bottom a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-top: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 5px 5px 10px 0px rgba(131,131,131,0.5);
  background-color: rgba(43, 93, 187, 0.9);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  line-height: 1.3;
  overflow: hidden;
}

#go_top_bottom a:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -0.4rem;
  margin-left: -1rem;
  width: 30px;
  height: 30px;
  content: '';
  background: url(/bicycleshop/smilecycle/images/top/img_arrow_go_top.png) center center no-repeat;
  background-size: 100%;

/*  content: "\f139";*/
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

#go_top_bottom a:hover {
  opacity: 0.9;
  box-shadow:3px 3px 6px 0px rgba(131,131,131,0.20);
}

#go_top_bottom a:hover:after {
  margin-top: -0.5rem;
}


/* article ----------------------------------------------------------------------------------*/

/* bg */
#article_03 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_02.png);
}

#article_02 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_01.png);
}

#article_04 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_03.png);
}

#article_05 {
  background: url(/bicycleshop/smilecycle/images/top/bg_stripe_03.png);
}

/* header */
article > header {
  height: 120px;
  background-color: #fff;
}

article > header > .container {
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 180%;
}

#article_01 > header > .container {
  background-image: url(/bicycleshop/smilecycle/images/top/head_article_01.png);
}

#article_02 > header > .container {
  background-image: url(/bicycleshop/smilecycle/images/top/head_article_02.png);
}

#article_03 > header > .container {
  background-image: url(/bicycleshop/smilecycle/images/top/head_article_03.png);

}

#article_04 > header > .container {
  background-color: #014d91;
  background-image: url(/bicycleshop/smilecycle/images/top/head_article_04.png);
}

#article_05 > header > .container {
  background-image: url(/bicycleshop/smilecycle/images/top/head_article_05.png);
}

article > header h2 {
  visibility: hidden;
}

/* contact ---------------------------------------------------- */
.contact {
  position: relative;
  margin-top: 5%;
}

.contact img {
  position: absolute;
  top: -10%;
  left: 1%;
  z-index: 50;
  width: 15%;
  filter: drop-shadow(5px 5px 6px #8383833d);
}





/*-------------------------------------------------------------------------------------------*/
/* PC
/*-------------------------------------------------------------------------------------------*/
@media (min-width: 481px) {
/*-------------------------------------------------------------------------------------------*/
/* Tags */
img {
  width: 100%;
}

/* Flexbox */
.flexbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Fixed Sticky */
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
 }

/* Button */
.btn_base {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  box-shadow:5px 5px 10px 0px rgba(131,131,131,0.30);
  color: #fff;
  font-family: 'NSJP';
}

.btn_s {
  padding: 2px 2rem 4px 1rem;
  font-size: 0.85rem;
}

.btn_m {
  padding: 8px 2rem 8px 1rem;
  font-size: 0.9rem;
}

.btn_l {
  display: inline-block;
  width: auto;
  padding: 20px 6rem 22px 4rem;
  font-size: 1.6rem;
}

.icon_lock {
  padding: 2% 0.5rem 2% 2rem;
}

/* header -----------------------------------------------------------------------------------*/
#header {
  height: 60px;
}

#header .container {
  position: relative;
}

#header h1 {
  display: inline-block;
  padding: 0px 0 0 10px;
}

#header_logo {
  display: block;
  margin-top: 8px;
  max-width: 102px;
}

#header_logo a {
  display: inline-block;
  margin-top: 0;
}

#header .flexbox:nth-of-type(2) {
  width: 500px;
}


/* header_nav ------------------------------------------------- */
#header_nav {
  display: block;
  top: 60px;
  z-index: 1000;
  padding: 0.5% 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

#header_nav .container {
  position: relative;
}

/* min_toc ---------------------------------------------------- */
.min_toc {
  top: 42px !important;
}

/* sub_nav ---------------------------------------------------- */
#sub_nav {
  position: absolute;
  top: -46px;
  right: 2%;
  /* width: 55%; */
}

#sub_nav div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin: 0 1%;
  text-align: center;
}

#sub_nav div:first-child {
  margin-left: 0;
}

#sub_nav div:last-child {
  margin-right: 0;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
  background-color: #e1f0f4;
}

#sub_nav div a {
  padding-right: 1.5rem;
  display: block;
  color: #fff;
  font-family: 'NSJP';
  font-weight: 900;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

#sub_nav div a:hover {
  opacity: 0.8;
}

#sub_nav div a:after {
  position: absolute;
  top: 50%;
  margin: -0.4rem 0 0 0.5rem;
  font-size: 80%;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
}

#sub_nav div .btn_m {
  padding: 4px 1.2rem 6px 0.3rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  border: 1px solid #000;
}

#sub_nav div .btn_m:hover {
  margin: 0;
}

#sub_nav div .btn_m:after {
  right: 0.5rem;
}

#sub_nav div .btn_or {
  border: none;
  border-radius: 60px;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

/* min_header ------------------------------------------------- */
.min_header {
  height: 42px !important;
}

.min_header h1 {
  margin: -10px 0 0 -20px;
/*
  display: none;
  color: transparent;
*/
}

.min_header #header_logo {
  margin: 4px 0 0 0;
}

.min_header #header_logo img {
  max-width: 80%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* toc -------------------------------------------------------- */
#toc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#toc div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin: 0 0.5%;
  width: calc(95% / 6);
  text-align: center;
}

#toc div:first-child {
  margin-left: 0;
}

#toc div:last-child {
  margin-right: 0;
  width: 200px;
}

#toc div a {
  display: block;
  color: #0168be;
  font-family: 'NSJP';
  font-weight: 900;
  font-size: 1.6vw;
  line-height: 1.3;
  text-decoration: none;
}

#toc div a:hover {
  opacity: 0.6;
}

#toc div a span {
  display: inline-block;
}

#toc div .btn_base {
  border-radius: 30px;
  color: #fff;
  font-size: 1.3vw;
}

#toc .btn_base:after {
  margin-top: -0.75rem;
}

#toc div a.btn_base {
  padding-right: 1.5rem;
  display: block;
  color: #fff;
  font-family: 'NSJP';
  font-weight: 900;
  font-size: 1.6vw;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

#sub_nav div a:hover {
  opacity: 0.8;
}

#toc div a.btn_base:after {
  position: absolute;
  top: 50%;
  margin: -0.4rem 0 0 0.5rem;
  font-size: 80%;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
}

/* min_toc ---------------------------------------------------- */
.min_toc #sub_nav {
  top: -38px !important;
}

@media (max-width: 720px) {
  #sub_nav {
    display: none;
  }
}

/* footer -----------------------------------------------------------------------------------*/
#footer {
  padding: 1.5% 2% 1% 2%;
}

#footer nav {
  text-align: center;
}

#footer_nav_pc {
  display: block;
}

#footer_nav_sp {
  display: none;
}

#footer ul {
  display: inline-block;
  margin: 0 auto;
}

#footer li {
  display: inline-block;
  margin-top: 1% 0 1% 0.25%;
  width: auto;
  font-size: 0.75rem;
  list-style-type: none;
}

#footer li:before {
  content: '|';
  margin-right: 0.5rem;
}

#footer li:nth-of-type(1):before {
  content: '';
  margin-right: 0.5rem;
}

#footer p {
  margin-top: 1%;
  text-align: center;
}

#footer p:nth-of-type(1) {
  margin-top: 2%;
}

#footer #approval_num_pc {
  display: block;
  padding-bottom:30px;
}

#footer #approval_num_sp {
  display: none;
}

#go_top_bottom {
  bottom: 6%;
}

/* article ----------------------------------------------------------------------------------*/

/* head ------------------------------------------------------- */
article > header {
  height: 162px;
  background-color: #fff;
}

article > header > .container {
  height: 162px;
  background-size: contain;
}

/* contact ---------------------------------------------------- */
.contact {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}

 .contact img {
  position: relative;
  margin-top: 0px;
  margin-right: -24px;
  top: -20px;
  left: 0%;
  width: 126px;
}

/*-------------------------------------------------------------------------------------------*/
}





/*-------------------------------------------------------------------------------------------*/
/* PC */ @media (min-width: 861px) {
/*-------------------------------------------------------------------------------------------*/
#approval_num_pc .for_m {
  display: none;
}

#approval_num_pc .for_p {
  display: block;
}
  
/* header_nav ------------------------------------------------- */
#header_nav {
  padding: 8px 0;
}

/* sub_nav ---------------------------------------------------- */
#sub_nav {
  top: -50px;
  /* width: 40%; */
}

#sub_nav div a {
  font-size: 0.9rem;
  line-height: 1.3;
}

#sub_nav div .btn_or {
  padding: 2% 1.5rem 2% 0.5rem;
  font-size: 0.85rem;
}

#sub_nav div .btn_m:after {
  right: 0.5rem;
}

#toc div a.btn_base {
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}

#toc div a.btn_base:after {
  position: absolute;
  top: 50%;
  margin: -0.4rem 0 0 0.5rem;
  font-size: 60%;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
}

/* min_header ------------------------------------------------- */

.min_header + #header_nav #sub_nav {
  top: -42px !important;
}

/* toc -------------------------------------------------------- */

#toc div a {
  font-size: 0.95rem;
  line-height: 1.3;
}

#toc div .btn_base {
  font-size: 0.95rem;
}
