@charset "UTF-8";

.contents_wrapper {/**/
 }
.contents_1 {/*1段目*/
	width: 100%;
	/*height: 400px;*/
	padding: 3%;
	background-color: #71BCD0;
	background-image: url(../image/base/rider_head.jpg) ;
	background-position: bottom;
	background-size:cover;
 }
.contents_2 {/*2段目*/
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	background-color: #D50003;
 }
.contents_3 {/*3段目*/
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 400px;
	padding: 0 0 0 0;
	background-color: #FFE500;
	background:url(../image/base/contents_3-1.jpg) top;
 }
.contents_4 {/*4段目*/
	width: 100%;
	padding: 5%;
	background-color: #A3DCEC;
	background-color: #FFFFFF
 }
.contents_bg1 {/*背景位置_1段目*/
	width: 100%;
	height: 300px;
	z-index: -1;
	background:url(../image/base/inside01.jpg) repeat center top fixed;
	background-size:contain;
}
.contents_bg2 {/*背景位置_2段目*/
	width: 100%;
	height: 300px;
	z-index: -1;
	background:url(../image/base/inside02.jpg) repeat center top fixed;
	background-size:contain;
}
.contents_bg3 {/*背景位置_3段目*/
	width: 100%;
	height: 300px;
	z-index: -1;
	background:url(../image/base/inside03.jpg) repeat center top fixed;
	background-size:contain;
}

.flex_row-col {/*flexコンテナ　横並び〜縦並び*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
 }
.flex_row-row {/*flexコンテナ　横並び〜横並び*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
 }
.flex_item {/*flexアイテム*/
	flex-grow: 1;
	position: relative;
}
/*contents_2*/
.contents_2_box{
	width: 90%;
	padding: 2% 5% 2% 5%;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 2em;
	background:url(../image/base/contents_2-1.jpg) no-repeat top;
	background-size:cover;
	padding-bottom: calc(5%*800/1060);
}
.contents_2_box1{
	width: 100%;
}
.contents_2_box2{
	width: 100%;
	padding-top: 5%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 2.2em;
}
/*contents_3*/
.contents_3_hoppy_col{
	height: 250px;
	width: 100%;
}
.contents_3_hoppy{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.contents_3_hoppy_txt{
	width: 50%;
	margin: 5% 5% 5% 5%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
}
.mb_onry{/*モバイルのみ表示*/
	display: none;
}
.pc_onry{/*PCのみ表示*/
	display: block;
}



/*トップへ戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:10;
}
#page-top a {
	background-color: #2F2F2F;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #5D5D5D;
}

/* モーダルウィンドウのスタイル */
.modal {
  position:absolute;
  width:100%;
  height:100%;
  margin-top:0px;
  top:0;
  left:0;
  display:none;
}
 
/* モーダルウィンドウのオーバーレイのスタイル */
.overLay {
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  width:100%;
  height:100%;
  z-index:999;
}
 
/* モーダルウィンドウの中身のスタイル */
.inner {
	position: fixed;
	/*position: absolute;*/
	z-index: 1000;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
	
nav#menu{
	width:100%;
	margin-left: 0%;
}
	
nav#menu ul{
	margin-top:5px;
	padding:0px;	
}
	
nav#menu ul li{
	list-style-type:none;	
}
	
nav#menu ul li a{
	width:100%;
	display:block;
	background-color:#000000;
	color:#fff;
	border-bottom:1px solid #ccc;	
	text-align:center;
	padding:9px 0px 9px 0px;
	filter:alpha(opacity=70);
    opacity: 0.7;
}
#menu{
	display: none;
}
.menu-bt{
	display: none;
}
.menu-bt_no{
	display: block;
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*モバイルメニュー2*/
nav#menu2{
	width:100%;
	margin-left:0%;
}
	
nav#menu2 ul{
	margin-top:5px;
	padding:0px;	
}
	
nav#menu2 ul li{
	list-style-type:none;	
}
	
nav#menu2 ul li a{
	width:100%;
	display:block;
	background-color:#000000;
	color:#fff;
	border-bottom:1px solid #ccc;	
	text-align:center;
	padding:9px 0px 9px 0px;
	filter:alpha(opacity=70);
    opacity: 0.7;
}
#menu2{
	display: none;
}
.menu-bt2{
	display: none;
}
.menu-bt_no2{
	display: block;
}
.item_pc_only{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	/*background: #E5E5E5;*/
}
.item_mobile_only{
	display: none;
}


/* -------------------- Mobile --------------------*/
@media screen and (max-width : 600px) {
#menu,#menu2{
	display: block;
	position: absolute;
}
.menu-bt,.menu-bt2{
	display: block;
}
.menu-bt_no,.menu-bt_no2{
	display: none;
}
.modal {
  width:100%;
  height:100%;
  margin-top: 10px;
  top:0;
  left:0;
}
.inner {
	width: 90%;
	/*padding: 5px;
	margin-top: 0px;*/
}
.item_pc_only{
	display: none;
}
.item_mobile_only{
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	text-align: center;
}
.flex_row-col {/*flexコンテナ　横並び〜縦並び*/
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
 }
.contents_2_box1{/*contents_2の中*/
	width: 60%;
	margin: 0 20% 10% 20%;
}
.contents_bg1 {/*背景位置_1段目*/
	width: 100%;
	height: auto;
	background:url('../image/base/inside01mb.jpg') ;
	background-size:cover;
	padding-bottom: calc(100%*450/800);
	z-index:0;
}
.contents_bg2 {/*背景位置_2段目*/
	width: 100%;
	height: auto;
	background:url('../image/base/inside02mb.jpg') ;
	background-size:cover;
	padding-bottom: calc(100%*500/800);
	z-index:0;
}
.contents_bg3 {/*背景位置_3段目*/
	width: 100%;
	height: auto;
	background:url('../image/base/inside03.jpg') ;
	background-size:cover;
	padding-bottom: calc(100%*800/1200);
	z-index:0;
}
.contents_1,.contents_2,.contents_3 {/*2段目*/
	flex-direction: column;
 }
.mb_onry{/*モバイルのみ表示*/
	display: block;
}
.pc_onry{/*PCのみ表示*/
	display: none;
}
	
}
