<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@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;
}
body {
  background: #FFF;
  color: #555555;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #555555;
  text-decoration: none;
}

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

* {
  margin: 0;
  padding: 0;
}

/**ポイントエリア**/
/* .point_banner table{
	margin-bottom: 30px;
}
.point_banner img{
	display: block;
	width: 100%;
} */


.point_banner{
  width: 100%;
  margin: 0 0 30px;
}

.point_banner img{
  display: block;
  width: 100%;
}

.point_4{
  display: flex;
}

.point_4 &gt; a{
  display: block;
  width: 25%;
}

.point_4 &gt; img{
  width: 25%;
}

.point_3{
  display: flex;
}

.point_3 &gt; a{
  width: 33.3%;
}

.point_3 &gt; img{
  width: 33.3%;

}

/**キャッシュレス還元バナー**/
.cashless_bn {
  background-color: #e71312;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0px -8px 8px -8px #666 inset;
  -webkit-box-shadow: 0px -8px 8px -8px #666 inset;
  -moz-box-shadow: 0px -8px 8px -8px #666 inset;
}

.cashless_bn_inner {
  text-align: center;
  height: 22px;
  line-height: 1;
}

.cashless_bn_inner p {
  display: inline;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  font-size: 18px;
}

.cashless_bn_inner p span {
  font-size: 22px;
  letter-spacing: -5px;
  margin-right: 7px;
}

.cashless_logo {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.cashless_close{
	height: 22px;
	vertical-align: middle;
	margin-left: 8px;
}

/**ヘッダー**/
.pc_header {
  background-color: #fff;
  width: 100%;
}

/**ヘッダー上部**/
.header_inner {
  display: flex;
  flex-wrap: wrap;
}

.site_logo {
  width: 570px;
  height: 125px;
  display: flex;
  align-items: center;
}

.site_logo h1 {
  display: inline-block;
}

/**ヘッダーロゴ画像**/
.header_logo {
  width: 250px;
  display: inline;
  vertical-align: middle;
	margin: -10px 15px 0 0;
}

/**ヘッダーキャッチコピー**/
.header_catch {
  display: inline;
  margin-left: 16px;
}

.header_catch .span_free {
  color: #d61518;
  border-bottom: solid 1px;
}

/**ヘッダー上部　メニュー**/
.shopping_menu {
  width: 570px;
  padding: 10px 0;
}

.shopping_info {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.shopping_info li {
  font-size: 11px;
}

.shopping_info li a {
  display: inline-block;
  padding: 0 5px;
}

.shopping_info li:not(:last-child):after {
  content: "|";
}

/**ヘッダー上部　お買い物ガイドアイコン**/
.shopping_guide {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-top: 18px;
}

.shopping_guide li {
  width: 70px;
}

.shopping_guide li a {
  font-size: 12px;
  display: block;
}

.shopping_guide li a span {
  display: block;
  width: 100%;
  text-align: center;
}

.shopping_guide .icon {
  width: 100%;
  height: 33px;
  position: relative;
  margin-bottom: 3px;
}

.shopping_guide .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}

.shopping_guide .icon .search_icon {
  width: 21px;
}

.shopping_guide .icon .fav_icon {
  width: 26px;
}

.shopping_guide .icon .mypage_icon {
  width: 26px;
}

.shopping_guide .icon .mycart_icon {
  width: 29px;
}

/**ヘッダー下部**/
.nav {
  background-color: #ebe9e3;
  position: relative;
}

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

/**ヘッダー下部　ナビ**/
.nav_menu {
  width: 860px;
  display: flex;
  list-style: none;
}
.nav_menu &gt; li {
  font-size: 14px;
  height: 65px;
  line-height: 65px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
}
.nav_menu &gt; li:last-child {
  margin-right: 0;
}
.nav_menu &gt; li span {
  vertical-align: middle;
}
.nav_menu &gt; li .nav_icon {
  height: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
.nav_menu &gt; li .more_icon {
  height: 6px;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and ( min-width:897px ){
  .nav_menu &gt; li:hover {
    border-bottom: solid 2px;
    cursor: pointer;
  }
  .nav_menu &gt; li:hover .sub_menu {
    display: block;
  }
}

.sub_menu {
  list-style: none;
  position: absolute;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #fff;
  left: 0;
  top: 65px;
  z-index: 1000;
  display: none;
  box-shadow: 0px 8px 8px -8px #666;
  -webkit-box-shadow: 0px 8px 8px -8px #666;
  -moz-box-shadow: 0px 8px 8px -8px #666;
}
.sub_menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: #fff;
}
.sub_menu ul li a {
  display: block;
}
.sub_menu ul li a span {
  display: block;
  width: 100%;
  text-align: center;
}

.sub_menu ul li a span .sp_none{
  display: inline;
}

/**ヘッダーナビ　車種で探す**/
.sub_menu_bike li {
  width: 12.5%;
  line-height: 1.5;
}

.bike_icon {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ch_assist_icon {
  width: 60px;
}

.assist_icon {
  width: 60px;
}

.city_icon {
  width: 60px;
}

.minivelo_icon {
  width: 60px;
}

.sports_icon {
  width: 60px;
}

.ebike_icon {
  width: 60px;
}

.jr_icon {
  width: 60px;
}

.kids_icon {
  width: 60px;
}

.norway_icon{
  width: 30px;
}

.vitaminbike_icon{
  width: 72px;
}

/**ヘッダーナビ　パーツで探す**/
.sub_menu_parts li {
  width: 12.5%;
  line-height: 1.5;
}

.parts_icon {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sub_menu_parts .childseat_icon {
  width: 40px;
}
.sub_menu_parts .basket_icon {
  width: 40px;
}
.sub_menu_parts .light_icon {
  width: 40px;
}
.sub_menu_parts .lock_icon {
  width: 40px;
}
.sub_menu_parts .stand_icon {
  width: 35px;
}
.sub_menu_parts .carrier_icon {
  width: 40px;
}
.sub_menu_parts .fender_icon {
  width: 40px;
}
.sub_menu_parts .other_icon {
  width: 40px;
}

.sub_menu_parts .apparel_icon {
  width: 36px;
}

.grip_icon{
  margin-top: 16px;
}

.sub_menu_parts li:nth-child(n+1):nth-child(-n+8) {
  margin-bottom: 16px;
}

/**ヘッダーナビ　ブランドで探す**/
.sub_menu .sub_menu_bland {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub_menu .sub_menu_bland li {
  width: 8%;
  box-sizing: border-box;
}
.sub_menu .sub_menu_bland li:not(:nth-child(7n)) {
  margin-right: 7.3%;
}
.sub_menu .sub_menu_bland li:not(:nth-child(-n+7)) {
  margin-top: 16px;
}
.sub_menu .sub_menu_bland li.other_bland_link {
  width: 9%;
  margin-left: -1%;
  font-weight: bold;
  line-height: 1;
}
.sub_menu .sub_menu_bland li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_menu .sub_menu_bland li a img {
  width: 100%;
}

/**検索窓エリア**/
.nav_search {
  width: 280px;
  padding-top: 13.5px;
}

/**検索フォーム**/
.search_form {
  position: relative;
}

.search_form input[type="text"] {
  position: relative;
  width: 280px;
  height: 38px;
  border-radius: 19px;
  padding: 7px 30px 10px 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}

.search_form input[type="submit"] {
  cursor: pointer;
  border: none;
  font-size: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/common/header_icon_search.png);
  background-size: cover;
  right: 10px;
  top: 10px;
  outline: none;
}

/***上部スライダー**/
.top_slider {
  background-color: #fff;
  padding: 25px 0;
	height: 720px;
}

.swiper-slide {
  display: none;
}

.top_slider_inner .swiper-pagination {
  position: relative;
  margin: 20px 0;
  width: 100%;
}

.top_slider_inner .swiper-pagination span {
  margin: 0 4px;
}

.swiper-top {
  position: relative;
}

.swiper-top .swiper-slide img {
  width: 100%;
}

.swiper-top .button_next_top, .swiper-top .button_prev_top {
  background-color: rgba(255, 255, 255, 0.8);
  width: 3%;
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.swiper-top .button_next_top:after, .swiper-top .button_prev_top:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.swiper-top .button_prev_top {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/common/allow_left.png);
}

.swiper-top .button_next_top {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/common/allow_right.png);
}

/** ちらつき防止 **/
.swiper-slide{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow:hidden;
	will-change: transform;
}

.contents {
  background-color: #fff;
  padding-bottom: 10px;
}

.contents_inner {
  background-color: #fff;
}

.concept {
  margin-bottom: 100px;
}

.concept_title .concept_catch {
  color: #d61518;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

.concept_title h3 {
  font-size: 26px;
}

/**店舗サービス**/
.shop_survice &gt; p {
  width: 100%;
  font-weight: bold;
}

.shop_survice &gt; p font {
  display: block;
}

.shop_survice ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}

.shop_survice ul li {
  background-color: #ebe9e3;
  padding: 20px 20px 14px;
  box-sizing: border-box;
  width: 31%;
  border-radius: 10px;
  margin-top: 24px;
  font-weight: bold;
}

.shop_survice ul li img {
  margin-bottom: 10px;
}

.shop_survice .concept_text {
  line-height: 24px;
  font-weight: 400;
}

.shop_survice ul .concept_uketori p {
  font-size: 15px;
}

.shop_survice ul .concept_uketori p span {
  color: #d61518;
  font-size: 22px;
}

.shop_survice ul .concept_seibi .seibi_text1 {
  font-size: 13px;
}

.shop_survice ul .concept_seibi .seibi_text2 {
  font-size: 17px;
}

.shop_survice ul .concept_seibi .seibi_text2 span {
  color: #d61518;
}

.shop_survice ul .concept_mate {
  color: #d61518;
  font-size: 17px;
  letter-spacing: -1px;
}

.shop_survice ul .concept_mate img{
  margin-bottom: 5px;
}

.shop_survice ul .concept_mate span {
  display: none;
}

/**スタッフ画像**/
.stuff_img img {
  display: block;
  vertical-align: bottom;
}

/**自転車セクション**/
.bike_section h2 {
  font-size: 22px;
  border-bottom: solid 1px;
  padding: 22px 0 22px 57px;
  margin-bottom: 80px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/index/big_ttl_icon.jpg) no-repeat 0 0;
  background-size: 44px;
  line-height: 0;
}

/**自転車セールタイトル**/
.bike_section_sale, .bike_section_ranking, .bike_section_bland {
  margin-bottom: 120px;
}

.bike_section_sale h3, .bike_section_ranking h3, .bike_section_bland h3 {
  text-align: center;
  color: #d61518;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 60px;
}

.bike_section_sale h3 span, .bike_section_ranking h3 span, .bike_section_bland h3 span {
  display: block;
  font-size: 18px;
}

/**ランキング**/
.bike_section_ranking h3, .bike_section_bland h3 {
  color: #0f3319;
}

/**ブランドバナー**/
.section_bland_inner ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.section_bland_inner ul li {
  box-sizing: border-box;
  text-align: center;
}
.section_bland_inner ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_bland_inner ul li a img {
  width: 100%;
}

/**一覧リンク**/
.bike_section_link {
  position: relative;
  height: 70px;
  margin-bottom: 180px;
}

.bike_section_link a {
  display: inline-block;
  color: #555555;
}

.bike_section_link a span {
  font-weight: bold;
  display: inline-block;
  border: solid 1px;
  text-align: center;
  border-radius: 15px;
  width: 390px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s ease-in-out;
}

.bike_section_link a span:hover {
  top: 8px;
  transform: translateX(-48%);
  transition: .2s ease-in-out;
  background-color: #555555;
  color: #fff;
}

.bike_section_link a:after {
  content: "";
  display: block;
  border: solid 1px;
  border-radius: 15px;
  width: 390px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-48%);
}

/**自転車セクション　スライダー**/
.bike_section_inner {
  position: relative;
}

.bike_section_inner .swiper-slide {
  padding: 5px;
  box-sizing: border-box;
}
.bike_section_inner .swiper-slide a {
  display: block;
}

.bike_section_inner .swiper-slide .slide_text {
  border: solid 1px;
  border-radius: 10px;
  margin-top: 5px;
  padding: 10px 20px;
}

.bike_section_inner .swiper-slide .slide_text h4 {
  font-size: 16px;
}

.bike_section_inner .swiper-slide .slide_text ul {
  margin-bottom: 20px;
  list-style-position: inside;
}

.bike_section_inner .swiper-slide .slide_text ul li {
  margin: 5px 0;
}

.bike_section_inner .swiper-slide .slide_text .price {
  font-weight: bold;
  text-decoration: line-through;
  font-size: 18px;
}

.bike_section_inner .swiper-slide .slide_text .price span {
  font-size: 10px;
}

.bike_section_inner .swiper-slide .slide_text .sale_price {
  font-weight: bold;
  font-size: 24px;
  color: #9e6704;
}

.bike_section_inner .swiper-slide .slide_text .sale_price span {
  font-size: 14px;
}

.bike_section_inner .swiper-pagination {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.bike_section_inner .swiper-pagination span {
  margin: 0 4px;
}

/**自転車スライダーボタン**/
.bike_section_inner .swiper-button-next, .bike_section_inner .swiper-button-prev {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  outline: none;
}

.bike_section_inner .swiper-button-next {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/common/allow_right_wh.png);
}

.bike_section_inner .swiper-button-prev {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45880753/pc/cyclespot/css/../img/common/allow_left_wh.png);
}

.bike_section_inner .swiper-button-next:after, .bike_section_inner .swiper-button-prev:after {
  display: none;
}

/**フッター**/
.footer_info {
  background-color: #fff;
  padding-bottom: 10px;
}

.footer_info_inner h2 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.footer_info_inner h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 80px);
  height: 1px;
  background-color: black;
  left: 0;
}

.footer_info_inner h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 80px);
  height: 1px;
  background-color: black;
  right: 0;
}

.footer_info_contents h3 {
	background-color: #f8f5f0;
    border: 2px solid #dfd7ca;
    padding: 6px 10px;
    margin-bottom: 20px;
    font-size: 19px;
}

.footer_info_contents p {
  margin-bottom: 20px;
}

.footer_info_contents ul {
  padding-left: 14px;
}

.footer_info_contents a {
  background-color: #79a736;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 12px;
  border-radius: 5px;
  margin-top: 10px;
}
.footer_info_contents a:hover {
  background-color: #557a1f;
}

.footer_info_text {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 26px;
}

.footer_logo {
  background-color: #0d3219;
  padding: 30px 0;
}

.footer_logo_inner {
  text-align: center;
  color: #fff;
}

/**トップへ戻るボタン**/
.gotop_btn{
	position: fixed;
	z-index: 9998;
	bottom: 40px;
	right: 40px;
	display: flex;
	background-color: #ebe9e3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
	opacity: 0;
}

.gotop_btn img{
	width: 66%;
	height: auto;
}

.gotop_btn.fadein{
	opacity: 1;
	transition: 1s
}

/**PCのみ**/
@media screen and (min-width: 897px) {
  /**PC時レイアウト**/
  .cashless_bn,
  .header,
  .pc_header,
  .top_slider,
  .contents,
  .footer {
    min-width: 1200px;
  }

  .cashless_bn_inner,
  .header_inner,
  .nav_inner,
  .sub_menu ul,
  .top_slider_inner,
  .contents_inner,
  .footer_info_inner,
  .footer_logo_inner {
    width: 1140px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }

  /**スマホヘッダー非表示**/
  .sp_header {
    display: none;
  }

  /**コンセプト内の並び**/
  .concept {
    width: 1140px;
    position: relative;
    box-sizing: border-box;
  }

  .concept:after {
    content: "";
    display: block;
    clear: both;
  }

  .concept_title {
    width: 700px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .stuff_img {
    width: 380px;
    float: right;
  }

  .shop_survice {
    width: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .pc_none {
    display: none;
  }

  /**セール・ランキングスライダーレイアウト**/
  .bike_section_inner .swiper-container {
    width: 980px;
  }

  .bike_section_inner .swiper-button-prev {
    left: -20px;
  }

  .bike_section_inner .swiper-button-next {
    right: -20px;
  }

  /**ブランドの並び**/
  .section_bland_inner {
    display: flex;
    flex-wrap: wrap;
  }

  .assist_banner {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .assist_banner li {
    /*電動車　4列*/
    width: 16%;
    margin-bottom: 30px;
  }
  .assist_banner li:not(:nth-child(5n)) {
    margin-right: 5%;
  }

  .sports_banner li {
    /*スポーツ車　6列*/
    width: 12%;
    margin-bottom: 30px;
  }
  .sports_banner li:not(:nth-child(6n)) {
    margin-right: 5.6%;
  }

  .city_banner {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .city_banner li {
    /*シティ車　2列*/
    width: 40%;
    margin-bottom: 30px;
  }
  .city_banner li:nth-child(odd) {
    margin-right: 20%;
  }

.minivelo_banner li {
    /*小径車　7列*/
    width: 12%;
    margin-bottom: 30px;
  }
  .minivelo_banner li {
    margin-right: 3.4%;
  }

  .minivelo_banner li:nth-child(5n) {
    margin-right: 1%;
  }

  .minivelo_banner li:nth-child(6n) {
    margin-right: 1%;
  }

  .minivelo_banner li:nth-child(7n) {
    margin-right: 0;
  }

  .junior_banner li {
    /*子供車　6列*/
    width: 12%;
    margin-bottom: 30px;
  }
  .junior_banner li:not(:nth-child(6n)) {
    margin-right: 5.6%;
  }

  .kids_banner li {
    /*幼児車　6列*/
    width: 12%;
    margin-bottom: 30px;
  }
  .kids_banner li:not(:nth-child(6n)) {
    margin-right: 5.6%;
  }

  /**フッターインフォメーション レイアウト**/
  .footer_info_contents {
    display: flex;
    justify-content: space-between;
  }

  .footer_info_1 {
    width: 30%;
  }

  .footer_info_2 {
    width: 30%;
  }

  .footer_info_3 {
    width: 30%;
  }
}
@media screen and (min-width: 897px) {
  .swiper-top:before {
    content: "";
    height: 100%;
    width: 125px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
  }
  .swiper-top:after {
    content: "";
    height: 100%;
    width: 125px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
  }
  .swiper-top a img {
    display: block;
  }
}
/**トップスライダー　ボタンレイアウト**/
@media screen and (min-width: 897px) {
  .swiper-top .button_prev_top {
    left: 108px;
  }

  .swiper-top .button_next_top {
    right: 108px;
  }
}
/*
@media screen and (min-width: 1141px) and (max-width: 1480px) {
  .swiper-top:before {
    width: 14.29%;
  }
  .swiper-top:after {
    width: 14.29%;
  }

  .swiper-top .button_prev_top {
    left: 12.8%;
  }

  .swiper-top .button_next_top {
    right: 12.8%;
  }
}
@media screen and (min-width: 1481px) and (max-width: 2400px) {
  .swiper-top:before {
    width: 25%;
  }
  .swiper-top:after {
    width: 25%;
  }

  .swiper-top .button_next_top, .swiper-top .button_prev_top {
    width: 2%;
  }

  .swiper-top .button_prev_top {
    left: 23.9%;
  }

  .swiper-top .button_next_top {
    right: 23.9%;
  }
}
@media screen and (min-width: 2401px) {
  .swiper-top:before {
    width: calc(100% / 3);
  }
  .swiper-top:after {
    width: calc(100% / 3);
  }

  .swiper-top .button_next_top, .swiper-top .button_prev_top {
    width: 1.5%;
  }

  .swiper-top .button_prev_top {
    left: 32.5%;
  }

  .swiper-top .button_next_top {
    right: 32.5%;
  }
}
*/

/*****ヘッダーフッター用のスタイル*****/
/**ヘッダー**/
#Top a {
  color: #555555!important;
}

#Top .cashless_bn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#TopFreeSpace1{
	margin: 0!important;
}

#TopStrSearch1 .elText{
	height: 24px;
    border-radius: 5px;
    border: solid 1px #ddd;
	width: 200px;
}

/**検索**/
#TopStrSearch1 ul{
	position: relative;
	width: 320px;
	top: -60px;
	float: right;
	border: none;
	background-color: #ebe9e3;
}

/**フッター**/
.footer_info_inner .h22 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.footer_info_inner .h22:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 80px);
  height: 1px;
  background-color: black;
  left: 0;
}

.footer_info_inner .h22:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(50% - 80px);
  height: 1px;
  background-color: black;
  right: 0;
}

.footer_info_contents .h33 {
  background-color: #917a2d;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 20px;
}

/**臨時お知らせ**/
.caution{
	color: #d61518;
	border: solid 1px; 
	width: 1140px;
	margin: 25px auto 0;
	text-align: center;
	font-weight: 400;
	padding: 12px 0;
	box-sizing: border-box;
}

.caution_title{
	font-size: 18px;
}

.contact_form_container{
	height: 1500px;
}
</pre></body></html>