@charset "utf-8";
a img {
	border-style: none;
}
body /*サイト全体の設定*/ {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: 'Noto Sans JP', sans-serif,  "ヒラギノ角ゴ Pro W3", 
                      "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, Osaka,
                      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#allitem /*各ページ全体の設定*/{
        width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#allitem a /*各ページリンク文字色*/{
	color: #FFFFFF;
}

#allitem a:hover /*各ページリンク文字色(マウスオーバー時)*/{
	color: #CCCCCC;
}

#allitem01 /*TOPのボタン色回避のため*/{
        width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#allitem01 a /*TOPページリンク文字色*/{
	color: #000000;
}

a /*リンク文字に下線無し*/{
	text-decoration: none;
	border-style: none;
}

#header /*ヘッダー(サイト上部のメニューとかの部分)*/{
        width:217px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
}

#container /*ヘッダーのメニューが収まってる部分*/{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#menu /*メニューの縦幅、フォント*/{
	height: 40px;
	font-family: 'Oswald', sans-serif;
}

#menu .dropmenu li /*メニューが横並びでリスト化される設定*/{
  position: relative;
  width: 16%;/*メニュー数で割った％*/
  float: left;/*左から順に並べてく的な*/
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu .dropmenu li a /*メニューのリンクや整列とか*/{
	display: block;
	padding: 0;
	color: #A5A5A5;/*メニューの文字色*/
	font-size: 14px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	height: 31px;
	margin-top: 11px;
	margin-bottom: 11px;
	line-height: 31px;
}

#menu .dropmenu li ul /*ドロップボックスの位置関係*/{
	list-style: none;
	position: absolute;/*絶対位置指定*/
	z-index: 9999;/*重なりの順番。9999なんでとにかく一番上*/
	left: 10px;
}

#menu .dropmenu li ul li /*ドロップリスト下に並べる*/{
	width: 100%;
}

#menu .dropmenu li ul li a /*ドロップボックスの表示レイアウト*/{
	padding: 0px 15px;
	background: #000000;/*背景色*/
	text-align: left;
	color: #A5A5A5;/*未選択の文字色*/
	margin : 0px;/*行間*/
	width: 130px;
}

#menu .dropmenu li a:hover/*ドロップボックスの文字*/{
	color: #ffffff;/*選択の文字色*/
}

#menu #fade-in li ul li a/*ドロップボックスの出現*/{
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;/*フェードイン*/
}

#menu #fade-in li:hover ul li a/*ドロップボックスの出現*/{
  visibility: visible;
  opacity:1;/*透明度/1は不透明*/
}

.topimage /*移動する基準*/{
  position: relative;/*元いた位置が基準*/
  }

.topimage img/*TOP画像をウィンドウサイズに合わせる*/ {
  width: 100%;
  }

.button /* トップページリンクボタン */{
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 12pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 14px 14px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 0.7em;       /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  font-family: 'Oswald', sans-serif;
}

.button2 /* shop-list sports*/{
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 5px;   /* 余白       */
  background    : #1f3666;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 0.5em;       /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  font-family: 'Oswald', sans-serif;
}

.button3 /* shop-list motor cycle*/{
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 5px;   /* 余白       */
  background    : #662000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 0.5em;       /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  font-family: 'Oswald', sans-serif;
}

p /*TOP画像下の文章*/{
  text-align:center;
  color:#ffffff;
}

.top-banner/* トップ画下の小画像を横並びにする */{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li /* 小画像の配置 */{
	width: calc(100%/3);/*←画像を横に3つ並べる場合(数は調整)*/
	padding:10px;/*←画像の左右に10pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img /* 小画像のサイズ */{
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

ul /* 小画像たちの塊を真ん中に寄せとく */{
     list-style: none;
     padding-left: 0px;
     padding-bottom: 0px;
}

.zoomimg /* マウスオーバー時の小画像のズーム */{
	overflow: hidden;
	width: auto;
	height: auto;
}
.zoomimg img /* ズーム時間 */{
        width: auto;
	display: block;
	transition: 0.5s;
}
.zoomimg img:hover /* ズーム率 */{
	transform: scale(1.1, 1.1);
}

#contents /* 各機能ページ全体の設定 */{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	color: #FFFFFF;
	font-size: medium;
}

a:hover img/* 画像マウスオーバー時暗くする */ {
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

.function-area/* 機能ページ中央配置 */ {
	text-align:center;
}

.function-area img /* 機能ページ画像位置 */{
	margin-left: -15px;
	margin-right: -15px;
}
.function-area p /* 機能ページ文章左寄せ */{
	text-align:left;
	margin-left:0px!important;
}

.function-area .section0/* shopページ */{
	padding-bottom: 20px;
	padding-top: 40px;
}

.function-area .section1/* 機能ページ1項目目 */{
	padding-bottom: 40px;
	padding-top: 40px;
}
.function-area .section2 /* 機能ページ2項目目 */{
	padding-bottom: 40px;
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
}

.function-area .center /* 機能ページ中央寄せ */{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}

.function-area h4 /* 機能ページ小見出し */{
	font-size: x-large;
	font-weight: normal;
}

.function-area .imgsize-70/* 機能ページ画像の表示幅 */ {
	width:80%;
}

.kigou /* Rマーク */{
	vertical-align:text-top;/* 文字の上の方に表示 */
}

hr /* 機能ページの仕切り線 */{
    border:none; /*水平線の境界線を消す*/
    border-top-style:solid; /*線の種類*/
    border-top-width:1px; /*線の太さ*/  
    border-top-color:#FFFFFF; /*線の色*/
}

.table-demo/* shop-listボックスの設定 */ {
    color:white;
    width:100%;
    border-collapse: separate;
    border-spacing: 10px;
    table-layout:fixed;
    margin-bottom: 1em;
}

.table-demo td/* shop-list店舗名、住所とかのボックス */ {
    padding: 10px;
    border: 2px solid #808080;
    border-radius: 15px;
    background-color: #000;
}

.statement /* ステートメントページ設定 */{
    font-family:'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:white;
	text-align:center;
	line-height:2.4em;/* 行間 */
	background-image:url('../images/statement.jpg');/* 背景画像 */
	position:center;
	background-attachment:Fixed;
	}

#mv /*スライダー設定 */{
	clear:both;
	width:100%;
	margin: auto;
		margin-bottom:20px;
	overflow: hidden;
}

#mva {
	clear:both;
	width:100%;
	margin: auto;
		margin-bottom:100px;
	overflow: hidden;
}
#mva2 {
	clear:both;
	width:100%;
	margin: auto;
		margin-bottom:150px;
	overflow: hidden;
}
#mv ul {
	list-style:none;
	margin:0;
	padding:0;
}


/* --------↓よくわからないので触らない↓-------- */	
.body {
    animation: fadeIn 3s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 3s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* --------↑よくわからないので触らない↑-------- */


/* --------↓ページ上部に戻る三角ボタン↓-------- */
#pageTop{
	background-color: #E8E8E8;
	border-radius: 5px;
	color: #333333;
	padding: 10px 20px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.6;
}
a#pageTop  {
	color: #333333;
}
a#pageTop:hover{
	color: #333333;
	background-color: #FFFFFF;
	opacity: 1;
}
/* --------↑ページ上部に戻る三角ボタン↑-------- */


#snslink/* 下部SNS欄 */ {
        display: block;
        text-align:center;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	height:auto;
}

#footer/* フッター設定(SNS欄含む) */ {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: rgba(204,204,204,1.00);
	font-size: 10px;
	padding-top: 20px;
}

#footer .bn-area /* フッター設定(バナーのみ) */{
	width:960px;
	margin-left:auto;
	margin-top:auto;
	float: right;
	text-align:center;
}
#footer .bn-area img/* フッター画像の表示、余白 */ {
	display:block;
	float:left;
	width:218px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	height:auto;
}

#footer .copyright/* 最下部コピーライト */ {
	text-align: center;
	clear: both;
	padding-top: 34px;
}

figure.gazo-box/* ライダー顔写真配置 */ {
width: 190px;
float: left;
margin:25px;
margin-top:25px;
text-align: center;
}


/* --------↓ライダーページ下部画像のまとまり↓-------- */
.container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.35fr;
  grid-template-rows: 1fr 1fr auto;
}
.box-big1 {
  grid-row: 1 / 3;
}
/* --------↑ライダーページ下部画像のまとまり↑-------- */

/* shopページPC・スマホ表示切り替え */
.pc-dsp { display:block; }
.sp-dsp { display:none; }


/* --------幅768以上-------- */
@media screen and (min-width : 768px) {

  .slicknav_menu, #menu .top {
    display: none;
}
}

/* --------幅1161以下-------- */
@media screen and (max-width : 1161px) {
	#slider {
	width: 100%!important;
	margin-right: auto;
	margin-left: auto;
}
}

/* --------幅960以下-------- */
@media screen and (max-width : 960px) {
	#contents ,#container ,#footer ,table.contact {
	width: 100%!important;
	margin-right: auto;
	margin-left: auto;
}
}

/* --------幅768以下-------- */
@media screen and (max-width : 767px) {
#menu, #header .menu, #header .snslink {
    display: none;
  }
#container ,#contents img , #contents table{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#contents, #allitem, #header {
	font-size: medium;
}

#footer .bn-area {
	float: none;
	width: auto;
	clear:both;
	margin:0 2% 0 0;
}

#footer .bn-area img {
	width:31%;
	float:left;
	margin-left:2%;
	margin-right:0;
	margin-bottom:3px;
}

#footer .link {
	width: 100%;
}

#footer .snslink {
	margin-right:15px;
}

#menu .snslink a img {
	height:29px;
	width:auto;
	margin:30px 10px;
	padding:10px;
	display:inline-block;
}

.function-area .center {
	width:90%;
}

figure.gazo-box {
　　　　width: 175px;
　　　　float: left;
　　　　margin:15px;
　　　　margin-top:15px;
　　　　text-align: center;
}

.button {
  display       : inline-block;
  border-radius : 5px;          /* 角丸       */
  font-size     : 9pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 12px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 0.5em;         /* 1行の高さ  */
  font-weight   : 600;
}

.button:hover {
}

.top-banner li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:5px;/*←画像の左右に10pxの余白を入れる場合*/
	box-sizing:border-box;   
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

/* shopページPC・スマホ表示切り替え */
.pc-dsp { display:none; }
.sp-dsp { display:block; }

.table-demo /*shop-listスマホ文字サイズ*/ {
    width: 100%;
}

.table-demo td/*shop-listスマホ文字サイズ*/ {
    border: none;
    display:block;
    font-size:small;
}
}

/* --------幅600以下-------- */
@media screen and (max-width : 600px) {
	#contents img.floatright {
	width: 95%!important;
	margin-right: auto;
	margin-left: auto;
}
}

/* --------幅480以下-------- */
@media screen and (max-width : 480px) {
	.lineuplist {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
}

