@charset "UTF-8";
/* CSS Document */

body
	{
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.nw_center {
	text-align: center;
}
.nw_bold {
	font-weight: 600;
}
.green {
	color: #8fc31f;
}
#mainNav {
	height: 80px;
}
#tm-section-6 .nw_chatch {
	padding-top: 100px;
}
h1 {
	font-size: 180%;
	color: #8fc31f;
}
#footer {
	padding-top: 1em;
}
#footer p {
	color: #fff;
}
.ftr_detail {
	color: #fff;
}
.ft_flex {
	display: flex;
}
#footer li{
	list-style: none;
	padding-left: 1em;
}
#footer li a{
	color: #fff;
}
#footer li strong {
	font-size: 130%;
}
.social-icon {
	font-size: 14px;
	text-align: right;
}
.social-icon a {
	color: #fff;
}
.address {
	text-align: right;
}


#nw-section-1 {	
	background-image: url('../img/titlebg3.jpg');	
	height: 280px;
	background-size: 100% 280px;
}
#nw-section-1 h1 {
	color: #201C1C;
	text-align: center;
	height: 280px;
  line-height: 280px;
}

.price {
	padding-left: 7em;
	padding-right: 7em;
	padding-bottom: 100px;
}
.kakomi {
	margin: 50px auto 50px auto;
	padding: 20px;
	width: 60%;
	border: #8fc31f solid;
}
.kakomi h5 {
	text-align: center;
	color: #201C1C;
}
.kakomi ul {
	text-align: center;
	list-style: none;
	padding-bottom: 10px;
}
.kakomi p {
	text-align: center;
	color: #8fc31f;
}

.width600 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.shimabg {
	background-color: #cad9a9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #E7F8FC), color-stop(.5, transparent), to(transparent));
	-webkit-background-size: 5px;
	padding: 3em;
}

#sport2 {
	background-image: url(../img/bg_hamon2.jpg);
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 100px;
}
.sportbox {
	margin: 2em 0;
    border: solid #8fc31f;
}
.sportbox h3 {
	font-size: 1.2em;
    background: #8fc31f;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.sportbox ul {
	list-style-type: none;
	text-align: center;
	font-size: 110%;
}
.sportbox li {
	line-height: 35px;
}
#inst {
	padding-top: 100px;
	padding-bottom: 100px;
}
.intrabox {
	border: solid #8fc31f;
	padding: 2em;
	margin-top: 2em;
}
.intrabox ul {
	list-style: none;
}
#toiawase1 {
	padding-bottom: 100px;
}
#toiawase1 ul {
	list-style: none;
	font-size: 140%;
	line-height: 3em;
	padding-left: 5em;
}
#toiawase2 {
	padding-top: 100px;
	padding-bottom: 100px;
}

#rider {
	padding-top: 100px;
	padding-bottom: 100px;
}
.riderbox {
	border: solid #8fc31f;
	padding: 2em;
	margin-top: 2em;
}
.riderbox ul {
	list-style-type: none!important;
}
.riderbox ul li:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #8fc31f;/*アイコン色*/
}
.riderbox ul li {
	padding-bottom: 10px;
}

.ridebox2 {
	margin: 2em 0;
    border: solid #8fc31f;
}
.ridebox2 h3 {
	font-size: 1.2em;
    background: #8fc31f;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.ridebox2 h4 {
	padding: 1em;
}
.ridebox2 ul {
	font-size: 110%;
	list-style: none;
	padding-left: 5em;
}
.ridebox2 li {
	margin-bottom: 10px;
	background-image: url(../img/list_crown.jpg);
	background: no-repeat;
	background-position:0px;
}


/* オブジェクト設定 */
embed,
iframe,
object{
	max-width: 100%;
}


@media screen and (max-width: 991px) {
	.tm-top-bar {
		height: 80px;
	}
	#nw-section-1 {	
		height: 200px;
		background-size: 100% 100%;
	}
	#nw-section-1 h1 {
		color: #fff;
		text-align: center;
		padding-top: 0px;
	}
	#footer li{
	padding-left: 0em;
	}
	#toiawase1 h2 {
		font-size: 20px;
	}
	#toiawase1 h3 {
		font-size: 20px;
	}
	#toiawase1 ul li {
		padding-bottom: 5px;
		line-height: normal;
		font-size: 14px;
	}
	#toiawase2 .width600 {
		width : 100%;
	}
	h2 {
		font-size: 21px;
	}
	.tm-section-2 h2 {
		font-size: 21px;
	}
	.price {
	padding-left: 1em;
	padding-right: 1em;
	}
	#sport1 p {
		padding-left: 10px;
		padding-right: 10px;
	}
	#sport2 p {
		padding-left: 10px;
		padding-right: 10px;
	}
	#inst p {
		padding-left: 10px;
		padding-right: 10px;
	}
	.width600 {
		width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	#mainNav {
	height: 180px;
}
]




