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

/*スマホ用スタイル*/
@media screen and (max-width: 767px){
/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 30px 0;}
footer {padding: 30px 0;}
.sec01 {padding: 30px 0;}
.sec02 {padding: 0 0 30px;}

/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic1 img {width: 100%;}
.wic1 {margin-left: -15px; margin-right: -15px;}

.wic2 img {width: 100%;}
.wic2 {margin-left: -15px; margin-right: -15px;}

.wic3 img {width: 100%;}
.wic3 {margin-left: -15px; margin-right: -15px;}

/*
 Header
----------------------------------------------------------- */
header .contact {
	padding-right: 40px;
}
header .logo {
	height: 50px;
}
header .logo img {
	max-height: 50px;
}
header .fbox > * {width: 50%;}
.line_icon {
	padding-right: 0px;
}
/*
 Nav
----------------------------------------------------------- */
#nav_toggle{
	position: absolute;
	top: 18px; /**/
	right: 8px; /**/
	width: 40px; /**/
	height: 30px;
}
#nav_toggle div{
	position: relative;
	width: 30px; /**/
	margin: 0 auto;
}
#nav_toggle span {
	display: block;
	height: 4px;
	background: #fab300;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 3px;
}
#nav_toggle span:nth-child(1){
	top: 5px; /**/
}
#nav_toggle span:nth-child(2) {
	top: 15px; /**/
}
#nav_toggle span:nth-child(3) {
	top: 25px; /**/
}
.open #nav_toggle span:nth-child(1) {
	top: 12px; /**/
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px; /**/
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
nav ul.container {
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}
nav > .container > li {
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
}
nav > .container > li:nth-child(n + 6) {
	border-bottom: none;
}
nav li a {
    flex-direction: row;
    color: #fff;
}
.nav_jp {
	padding-bottom: 0;
	padding-right: 10px;
}
nav li {
	position: relative;
	width: 50%;
    border-left: 1px solid #fab300;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav li:first-of-type {
	border-left: none;
}
nav .container > li:before {
	position: absolute;
	content: "";
	right: 10px;
	width: 8px;
	height: 12px;
}
nav .container > li:nth-child(5) {
	border-right: none;
}
nav .icon_list li a {
	font-size: 2.5em;
	background-color: #fff;
	padding: 12px 0;
}
.head_ttl {
	padding: 15px 0 15px;
	margin-bottom: 30px;
}
.head_ttl .cmn_ttl_ja {
	margin-bottom: 5px;
}
.cmn_ttl_en {
	font-size: 3rem;
}
.cmn_ttl_ja {
	margin-bottom: 30px;
}
.cmn_ttl_ja:after {
	left: 25%;
	width: 50%;
}
/*
 Footer
----------------------------------------------------------- */
footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*
 Page Top
----------------------------------------------------------- */
.pagetop {
	bottom: 20px;
	right: 5px;
}
/*
 sec01
----------------------------------------------------------- */
.sec01 .sports_ttl {
	background-image: url(../img/sp_ttl_head10.png);
	height: 300px;
}
.sports_top_txt{
	width: 100%;
	margin-bottom: 5px;
}

.sports_btm_txt{
	width: 100%;
}
}/*スマホ用スタイルend*/
