@charset "UTF-8";

/* リセット */
body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
tr,
td,
th,
address,
header,
footer,
nav,
article,
section,
aside,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

body,
div,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address,
header,
footer,
nav,
article,
section,
aside,
figure,
figcaption {
	display: block;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: middle;
}

/* ユーティリティー */
a {
	zoom: 1;
	text-decoration: none;
	color: #385A75;
	transition: opacity 0.3s;
}

a:hover,
a.active,
a.np {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

a.nohover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.fgo {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
}

.fmin {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "平成明朝", "細明朝", "ＭＳ Ｐ明朝", Times, serif;
}

.flt-l {
	float: left;
}

.flt-r {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	width: 0px;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */
.page {
	margin: 0 auto;
	width: 960px;
}

.boxshadow {
	box-shadow: rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px;
	-webkit-box-shadow: rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px;
	-moz-box-shadow: rgba(000, 000, 000, 0.120000) 0px 0px 3px 2px;
	zoom: 1;
	position: relative;

}

.txt_red {
	color: #C1272D;
}

table,
th,
td {
	border-collapse: collapse;
}

body {
	color: #333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
	font-size: 62.5%;
	/* 10px 計算しやすいように */
	line-height: 1.4;
	padding: 0 0 0 0;
	border-top: 5px solid #1d5aa4;
}

body p {
	font-size: 1.4em;
	line-height: 1.8;
}

.fhel {
	font-family: HelveticaNeue-CondensedBold, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "平成ゴシック", "メイリオ", "Meiryo", Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
}


/* -------------------------------------
header
------------------------------------- */

.header__inner {
	padding-left: 2%;
	padding-right: 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #f2f2f2 solid 2px;
	position: relative;
}

.header__menu {
	flex: 1;
	padding-top: 20px;
}

.header__menu-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 28px;
	font-size: 1.3em;
	color: #1f5aa5;
}

#logo {
	max-width: 223px;
}

#logo a {
	display: block;
}

#logo img {
	width: 100%;
	height: auto;
}

header #fontsize {
	display: flex;
	align-items: center;
	color: #1f5aa5;
}

header #fontsize a {
	color: #1f5aa5;
}

header #fontsize a.active {
	opacity: 1;
	position: relative;
}

header #fontsize a.active::after {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #1f5aa5;
	display: block;
	content: "";
}

.fontsize__item.--label {
	margin-right: 12px;
}

.fontsize__item.--line {
	margin-right: 8px;
	margin-left: 8px;
}

.sns__list {
	display: flex;
	gap: 0 12px;
	width: 100%;
}

.sns__list-item a {
	display: block;
	width: 20px;
	max-width: 100%;
}

.sns__list-item img {
	width: 100%;
	height: auto;
}

.gnavi__list {
	display: flex;
	justify-content: flex-end;
}

.gnavi__list-item {
	font-size: 1.6em;
	font-weight: bold;
}

.gnavi__list-item:hover a,
.gnavi__list-item.active a {
	border-bottom: 3px solid #c40d3c;
}


.gnavi__list-item a {
	display: block;
	color: #1f5aa5;
	padding-bottom: 24px;
	border-bottom: 3px solid transparent;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
	position: relative;
	bottom: -2px;
}

header nav#gnavi li a br {
	display: none;
}

.header__menu-topLine:first-child {
	border-left: 1px #e6e6e6 solid;
}

.header__menu-topLine {
	padding-left: 2%;
	padding-right: 2%;
	border-right: 1px #e6e6e6 solid;
}

#gsearch {
	cursor: pointer;
}

#gsearch:hover {
	opacity: 0.7;
}

.gsearch__icon,
.lang__icon {
	width: 16px;
	height: auto;
	margin-right: 6px;
}

.gnavi__list-item.lang {
	display: none;
}

.gsearch-form {
	display: none;
}

.gsearch-form__box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 3%;
	padding-right: 3%;
}

@media screen and (max-width:980px) {
	header nav#gnavi li a br {
		display: block;
	}
}

@media screen and (max-width:840px) {
	#logo {
		width: 24%;
	}

	.header__menu-top {
		font-size: 1.2em;
	}
}

@media screen and (max-width:768px) {

	.gsearch-form {
		display: none !important;
	}

	header a#menu_btn,
	header a#menu_btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	header a#menu_btn {
		width: 35px;
		height: 35px;
		padding: 0;
		box-sizing: border-box;
		position: absolute;
		top: 16px;
		right: 3%;
		z-index: 1000;
	}

	header a#menu_btn span {
		width: 25px;
		height: 2px;
		margin: 0 auto;
		background-color: #1f5aa5;
		position: absolute;
		left: 0;
		right: 0;
	}

	header a#menu_btn span:nth-of-type(1) {
		top: 8px;
	}

	header a#menu_btn span:nth-of-type(2) {
		top: 18px;
	}

	header a#menu_btn span:nth-of-type(3) {
		top: 28px;
	}

	header a#menu_btn.active {
		background-color: #1f5aa5;
		opacity: 1.0;
	}

	header a#menu_btn.active span {
		background-color: #fff;
	}

	header a#menu_btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}

	header a#menu_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	header a#menu_btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}

	#gnavi {
		display: none;
	}


	.header__menu {
		padding-top: 0;
	}

	.header__inner {
		align-items: flex-start;
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
		border-bottom: none;
	}

	.header__menu-top {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-end;
		gap: 18px 0;
		padding-right: 60px;
		margin-bottom: 0;
		padding-left: 3%;
		padding-bottom: 14px;
	}

	.header__menu-top #gsearch,
	.header__menu-top .lang {
		display: none;
	}



	#logo {
		width: 30%;
		position: absolute;
		top: 0;
		left: 3%;
	}

	.header__menu-top {
		font-size: 1.1em;
	}

	.header__menu-topLine {
		padding-left: 4%;
		padding-right: 4%;
	}

	header #fontsize {
		border-right: none;
		padding-right: 0;
		padding-left: 0;
	}

	.gnavi__list {
		flex-direction: column;
	}

	header nav#gnavi li a br {
		display: none;
	}

	.gnavi__list-item {
		font-size: 1.3em;
	}

	.gnavi__list-item {
		border-top: 1px solid #f2f2f2;
	}

	.gnavi__list-item a {
		padding: 15px 10px;
		transition: 0.3s background-color;
	}

	.gnavi__list-item:hover a,
	.gnavi__list-item.active a {
		background-color: #1f5aa5;
		border-bottom: none;
		color: #fff;
		opacity: 1;
	}

	.gnavi__list-item.lang {
		display: block;
	}

	.gnavi__list-item a {
		border-bottom: none;
		bottom: 0;
	}

	.lang__icon.--on {
		display: none;
	}

	.gnavi__list-item:hover .lang__icon.--on {
		display: inline;
	}


	.gnavi__list-item:hover .lang__icon.--off {
		display: none;
	}
}


@media screen and (max-width:320px) {
	.header__menu-top {
		gap: 20px 0;
	}
}


/* -------------------------------------
common
------------------------------------- */
#mainimg {
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

#mainimg .page {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

#mainimg .page h1 {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
}

#mainimg img.bg {
	width: 100%;
	min-width: 1280px;
	height: auto;
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.breadcrumb {
	margin-top: 10px;
}

.breadcrumb li {
	font-size: 1.2em;
	line-height: 1.0;
	float: left;
	padding-right: 15px;
	margin-right: 10px;
	background: url(../imgs/common/arrow_pankuzu.png) no-repeat right 2px;
}

.breadcrumb li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

.breadcrumb li a {
	display: block;
}


.blk {
	padding: 50px 0;
}

.blk .ttl {
	font-size: 3.6em;
	line-height: 1.2;
	color: #1d5aa4;
	text-align: center;
	margin-bottom: 25px;
}

#en .blk h2.ttl span {
	display: none;
}

.blk .ttl span {
	font-size: 0.4em;
	font-weight: normal;
	color: #808080;
	display: block;
}

.blk .ttl span.mtx {
	font-size: 75%;
	font-weight: bold;
	color: #1d5aa4;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

#en .blk h2.ttl span.mtx {
	display: block;
}


.sttl {
	font-size: 2.4em;
	line-height: 1.4;
	color: #1d5aa4;
	text-align: center;
	margin-bottom: 25px;
}

.sttl span {
	font-size: 0.5em;
	font-weight: normal;
	color: #808080;
	display: block;
}

.bg_gray {
	background-color: #f2f2f2;
}

.maincap {
	text-align: center;
	color: #808080;
}

.btn_red {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	display: inline-block;
	margin-top: 1%;
	padding: 12px 45px 10px 45px;
	background: #c60f3b url(../imgs/common/icon1.png) no-repeat 90% center;
	background-size: auto 60%;
	border-radius: 6px;
	box-sizing: border-box;
}

.btn_blue {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	display: block;
	width: 200px;
	padding: 12px 45px 10px 45px;
	margin: 0 auto;
	background: #1d5aa4 url(../imgs/common/icon1.png) no-repeat 90% center;
	background-size: auto 60%;
	border-radius: 6px;
	box-sizing: border-box;
}

.btn_green {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	display: block;
	width: 200px;
	padding: 12px 45px 10px 45px;
	margin: 0 auto;
	background: #00b566 url(../imgs/common/icon1.png) no-repeat 90% center;
	background-size: auto 60%;
	border-radius: 6px;
	box-sizing: border-box;
}

.tb_wrap {
	overflow: auto;
}

.comingsoon {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;
}

.comingsoon figure {
	margin-bottom: 30px;
}

.comingsoon figure img {
	width: 23%;
	height: auto;
}

.spbr {
	display: none;
}

.sptel {
	cursor: default;
	pointer-events: none;
}

#page404 {
	padding: 80px 0;
}

#page404 h1 {
	font-size: 2.6em;
	color: #1d5aa4;
	text-align: center;
	margin-bottom: 35px;
}

#page404 p {
	font-size: 1.4em;
	text-align: center;
}

#page404 p a {
	color: #1d5aa4;
	text-decoration: underline;
}


/* -------------------------------------
news facebook
------------------------------------- */
#info {
	padding-bottom: 0;
}

#info #news {
	width: 100%;
}

#fb {
	width: 48.5%;
	max-width: 430px;
	height: 488px;
	overflow: hidden;
}

#fb.fb-en {
	height: 470px;
}

#info h2,
#fb h2 {
	text-align: left;
	margin-bottom: 15px;
}

#info #news dl {
	margin-bottom: 35px;
}

.news__list-item {
	display: flex;
	align-items: center;
	padding: 15px;
	border-top: 1px solid #e6e6e6;
}

.news__list-item:last-child {
	border-bottom: 1px solid #e6e6e6;
}

#info #news dt {
	display: flex;
	align-items: center;

}

#info #news dd {}

#info #news dt span.date {
	font-size: 1.3em;
	line-height: 25px;
	margin-right: 10px;
}

#info #news dt span.cat {
	font-size: 1.3em;
	line-height: 25px;
	color: #1d5aa4;
	display: inline-flex;
	min-width: 92px;
	padding: 2px 20px 0 20px;
	background-color: #efecdc;
	box-sizing: border-box;
}

#info #news dd {
	font-size: 1.3em;
	padding-left: 30px;
	line-height: 27px;
}

#info #news dd a {
	color: #1d5aa4;
	text-decoration: underline;
}

#info #news .btn_red {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	display: block;

}

#fb .fb-page {
	width: 100%;
}

.top-sns {
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}


/* -------------------------------------
inc
------------------------------------- */
#common_inq {
	margin-bottom: 60px;
}

#common_inq p:nth-child(1) {
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 40px;
}

#common_inq h3 {
	font-size: 2.4em;
	line-height: 1.2;
	color: #1d5aa4;
	text-align: center;
	margin-bottom: 35px;
}

#common_inq h3 img {
	width: 52px;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}

#common_inq .flt-l,
#common_inq .flt-r {
	padding: 25px;
	background-color: #faf5ef;
	box-sizing: border-box;
}

#common_inq .flt-l {
	width: 63.6%;
}

#common_inq .flt-r {
	width: 34.3%;
}

#common_inq .flt-l p {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
}

#common_inq .flt-l p:nth-child(2) {
	margin-bottom: 25px;
}

#common_inq .flt-l #common_tel {
	text-align: center;
	margin-bottom: 20px;
}

#common_inq .flt-l #common_tel a {
	font-size: 4.5em;
	line-height: 45px;
	color: #1d5aa4;
	display: inline-block;
}

#common_inq .flt-l #common_tel a img {
	line-height: 45px;
	vertical-align: 0;
	margin-right: 10px;
}

#common_inq .flt-l dl {
	text-align: center;
}

#common_inq .flt-l dl dt,
#common_inq .flt-l dl dd {
	font-size: 1.8em;
	font-weight: bold;
	display: inline-block;
}

#common_inq .flt-l dl:nth-child(4) dt {
	margin-right: 5px;
}

#common_inq .flt-r {
	text-align: center;
	width: 34.3%;
}

#common_inq .flt-r dl {
	position: relative;
}

#common_inq .flt-r dt {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 30px;
}

#common_inq .flt-r dd {
	margin: 0 auto;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#common_inq .flt-r dd img {
	width: 38%;
	max-width: 97px;
	height: auto;
}



/* -------------------------------------
infomation
------------------------------------- */
#infomation .tb_wrap {
	height: 350px;
	margin-bottom: 40px;
	position: relative;
}

#infomation table {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
}

#infomation table caption {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	color: #1d5aa4;
	margin-bottom: 5px;
}

#infomation table th,
#infomation table td {
	font-size: 1.4em;
	padding: 6px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#infomation table tr th:last-child,
#infomation table tr td:last-child {
	border-right: none;
}

#infomation table tr td:nth-child(3) {
	text-align: center;
}

#infomation table th {
	text-align: center;
	background-color: #fff;
}

#infomation table td a {
	color: #666666;
	text-decoration: underline;
}

#infomation #monthinfo {
	text-align: center;
	margin-bottom: 25px;
}

#infomation #monthinfo li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #1d5aa4;
	box-sizing: border-box;
}

#infomation #monthinfo li a {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	color: #1d5aa4;
	display: block;
	padding: 5px 10px 3px 10px;
	background-color: #fff;
	box-sizing: border-box;
}

#infomation #monthinfo li a:hover,
#infomation #monthinfo li a.active {
	color: #fff;
	background-color: #1d5aa4;
	opacity: 1.0;
}

#infomation .btn_red {
	width: 200px;
	display: block;
	margin: 0 auto;
}



/* -------------------------------------
athlete_list
------------------------------------- */
#athlete #summer,
#athlete #winter {
	margin-bottom: 30px;
}

.athlete_list {
	margin: 0 auto;
}

.athlete_list li {
	width: 16.6%;
	height: 150px;
	float: left;
	display: table;
	margin-bottom: 2%;
}

.athlete_list li a {
	width: 100%;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}

.athlete_list li img {
	width: 100%;
	max-width: 90px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.athlete_list li p {
	font-size: 1.0em;
	line-height: 1.2;
	text-align: center;

}

.athlete_list li p span.engname {
	font-size: 1.6em;
	display: block;
}

.athlete_list li p span.japname {
	font-size: 1.2em;
	color: #808080;
	display: block;
}

.athlete_list#summer li p span.engname {
	color: #fe574d;
}

.athlete_list#winter li p span.engname {
	color: #6e96ca;
}

.athlete_list li a:hover {
	opacity: 1.0;
	box-shadow: rgba(000, 000, 000, 0.150000) 0px 0px 6px 5px;
	-webkit-box-shadow: rgba(000, 000, 000, 0.150000) 0px 0px 6px 5px;
	-moz-box-shadow: rgba(000, 000, 000, 0.150000) 0px 0px 6px 5px;
	zoom: 1;
	position: relative;
}

.athlete_list li a:hover img {
	display: none;
}

#facilities .btn_red {
	width: 200px;
	display: block;
	margin: 0 auto;
}



/* -------------------------------------
news
------------------------------------- */
.wp-pagenavi {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
}

.wp-pagenavi .page {
	width: auto;
}

.wp-pagenavi .previouspostslink {
	margin-right: 10px;
}

.wp-pagenavi a.page,
.wp-pagenavi span {
	color: #1d5aa4;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: 1px solid #1d5aa4;
	box-sizing: border-box;
}

.wp-pagenavi span,
.wp-pagenavi a.page:hover {
	color: #fff;
	background-color: #1d5aa4;
	opacity: 1.0;
}

#single_pager {
	font-size: 0;
	text-align: center;
}

#single_pager a {
	font-size: 12px;
	font-weight: bold;
	color: #1d5aa4;
	display: inline-block;
	margin-right: 20px;
}

#single_pager a:;

ast-child {
	margin-right: 0;
}


/* -------------------------------------
searchform
------------------------------------- */
#searchform {
	padding: 40px 0;
	background-color: #6e96ca;
}

input[type="submit"] {
	-webkit-appearance: none;
}

#searchform input[type="submit"] {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 20%;
	height: 48px;
	background-color: #c60f3b;
	border: none;
	cursor: pointer;
}

#searchform input[type="submit"]:hover {
	opacity: 0.8;
}




/* -------------------------------------
footer
------------------------------------- */
/* -------------------------------------
footer
------------------------------------- */

footer {
	background-color: #185aa5;
	color: #fff;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 70px;
	padding-bottom: 38px;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

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

.footer__logo {
	margin-bottom: 28px;
}

.footer__cp {
	text-align: center;
}

#address {}

.footer__content.--1 {
	padding-right: 3%;
}

.footer__content.--2 {
	max-width: 480px;
}

.address__list-item {
	display: flex;
}

.fnavi__list-item a {
	color: #fff;
	display: inline-block;
}

.address__txt,
.footer__cp {
	font-size: 1.2em;
}

.address__list {
	display: flex;
	gap: 8px;
	margin-bottom: 30px;
}

.footer__body {
	margin-bottom: 70px;
}

.address__link {
	color: #fff;
	text-decoration: underline;
}

.address__list-label {
	margin-right: 4px;
}

#fnavi {
	display: flex;
	gap: 0 74px;
	font-size: 1.6em;
}


#en #fnavi {
    gap: 0 30px;
}

.fnavi__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	font-weight: bold;
}

.fnavi__list:last-child .fnavi__list-item {
	width: 50%;
}

#en .fnavi__list:last-child .fnavi__list-item {

}

.fnavi__list:last-child .fnavi__list-item.--width100 {
	width: 100%;
}

.fnavi__list-item br {
	display: none;
}

#footerside {
	margin-bottom: 16px;
}


.footerside__contact {
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	width: 180px;
	max-width: 100%;
	padding: 8px 15px;
	margin-bottom: 14px;
	display: block;
	background: #c60f3b url(https://www.sapporosport.org/sgscwp/wp-content/themes/sgsc/imgs/common/icon1.png) no-repeat 95% center;
	background-size: 17px auto;
	border-radius: 6px;
	box-sizing: border-box;
	margin-left: auto;
}

#en .footerside__contact {
	margin-right: 16%;
}

.footerside__about {
	font-size: 1.4em;
	margin-left: auto;
	font-weight: bold;
	text-align: right;
}

#totop {
	width: 55px;
	height: 55px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
}

#totop a {
	display: block;
}

#totop a img {
	width: 100%;
	height: auto;
}


/*動画*/
.youtube {
	text-align: center;
	margin-bottom: 30px;
}

.youtube .youtube_in {
	position: relative;
	width: 100%;
	max-width: 450px;
	padding-top: 260px;
	margin: 0 auto 10px;
}

.youtube .youtube_in iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 0;
}

.youtube p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.ngtcc {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	display: block;
}

footer .ngtcc {
	margin: 25px auto;
}

.ngtcc .img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width:920px) {
	#fnavi {
		flex-direction: column;
		font-size: 1.4em;
	}

	.fnavi__list.--1 {
		margin-bottom: 20px;
		padding-right: 0;
	}
}

@media screen and (max-width:768px) {
	.footer__body {
		flex-direction: column;
	}

	.footer__content.--2 {
		max-width: 100%;

	}

	.footer__content.--1 {
		margin-bottom: 30px;
	}

	.footerside__contact {
		margin-left: 0;
	}

	.footerside__about {
		text-align: left;
	}

	#en .fnavi__list:last-child .fnavi__list-item {
		width: 50%;
	}

}






@media screen and (max-width:1000px) {
	.page {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}


	/* -------------------------------------
	header
	------------------------------------- */



	/* -------------------------------------
	common
	------------------------------------- */
	.blk .ttl {
		font-size: 3.3em;
	}

	.btn_red {
		font-size: 1.3em;
	}

	.sttl {
		font-size: 2.2em;
	}



	/* -------------------------------------
	news facebook
	------------------------------------- */



	/* -------------------------------------
	athlete_list
	------------------------------------- */
	.athlete_list li {
		width: 20%;
	}


	/* -------------------------------------
	news
	------------------------------------- */
	.wp-pagenavi .page {
		padding: 0;
	}


	/* -------------------------------------
	inc
	------------------------------------- */
	#common_inq h3 {
		font-size: 2.2em;
		margin-bottom: 30px;
	}

	#common_inq h3 img {
		width: 47px;
		margin: 0 auto 13px auto;
	}

	#common_inq .flt-l p {
		font-size: 1.7em;
	}

	#common_inq .flt-l #common_tel a {
		font-size: 4.0em;
		line-height: 40px;
	}

	#common_inq .flt-l #common_tel a img {
		width: 40px;
		height: auto;
		line-height: 40px;
	}

	#common_inq .flt-l dl dt,
	#common_inq .flt-l dl dd {
		font-size: 1.7em;
	}

	#common_inq .flt-r dt {
		font-size: 1.7em;
	}

	#common_inq .flt-r dt br {
		display: none;
	}


	/* -------------------------------------
	footer
	------------------------------------- */


}

@media screen and (max-width:800px) {
	/* -------------------------------------
	header
	------------------------------------- */



	/* -------------------------------------
	footer
	------------------------------------- */

}

@media screen and (max-width:768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}






	/* -------------------------------------
	common
	------------------------------------- */
	.blk .ttl {
		font-size: 3.0em;
	}

	.comingsoon figure img {
		width: 35%;
	}

	.spbr {
		display: block;
	}

	.sptel {
		cursor: pointer;
		pointer-events: auto;
	}

	.btn_red {
		font-size: 1.2em;
	}

	.sttl {
		font-size: 2.0em;
	}


	/* -------------------------------------
	athlete_list
	------------------------------------- */
	.athlete_list li {
		width: 25%;
	}

	.athlete_list li p span.engname {
		font-size: 1.5em;
	}



	/* -------------------------------------
	inq
	------------------------------------- */
	#common_inq p:nth-child(1) {
		font-size: 1.5em;
	}

	#common_inq h3 {
		font-size: 2.0em;
		margin-bottom: 25px;
	}

	#common_inq h3 img {
		width: 42px;
		margin: 0 auto 11px auto;
	}

	#common_inq .flt-l,
	#common_inq .flt-r {
		width: 100%;
		float: none;
		padding: 20px;
	}

	#common_inq .flt-l {
		margin-bottom: 20px;
	}

	#common_inq .flt-l p {
		font-size: 1.5em;
		text-align: center;
	}

	#common_inq .flt-l #common_tel a {
		font-size: 3.6em;
		line-height: 36px;
	}

	#common_inq .flt-l #common_tel a img {
		width: 36px;
		line-height: 36px;
	}

	#common_inq .flt-l dl dt,
	#common_inq .flt-l dl dd {
		font-size: 1.5em;
	}

	#common_inq .flt-r dt {
		font-size: 1.5em;
	}

	#common_inq .flt-r dt br {
		display: block;
	}


	/* -------------------------------------
	footer
	------------------------------------- */

}

@media screen and (max-width:640px) {

	/* -------------------------------------
	common
	------------------------------------- */
	.blk .ttl {
		font-size: 2.8em;
	}

	.maincap br {
		display: none;
	}

	.sttl {
		font-size: 1.9em;
	}



	/* -------------------------------------
	news facebook
	------------------------------------- */
	#info #news {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}

	#info #news dl {
		height: auto;
		overflow: auto;
	}

	.news__list-item {
		display: block;
	}

	#info #news dt {
		float: none;
	}

	#info #news dd {
		padding-left: 0;
		border-top: none;
	}




	.top-sns {
		display: block;
	}

	#fb {
		width: 100%;
		max-width: 100%;
		margin-bottom: 50px;
		text-align: center;
		height: auto;
		overflow: hidden;
	}

	#fb.fb-en {
		height: auto;
	}

	/* -------------------------------------
	athlete_list
	------------------------------------- */
	.athlete_list li {
		width: 33.33%;
	}


	/* -------------------------------------
	inq
	------------------------------------- */
	#common_inq h3 {
		font-size: 1.8em;
	}

	#common_inq h3 img {
		width: 37px;
		margin: 0 auto 10px auto;
	}

	#commont_inq .flt-l {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	#common_inq .flt-r {
		width: 100%;
		float: none;
	}

	#common_inq .flt-r dl {
		height: auto !important;
	}

	#common_inq .flt-r dt {
		margin-bottom: 15px;
	}

	#common_inq .flt-r dd {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#common_inq .flt-r dd img {
		max-width: 70px;
	}


	/* -------------------------------------
	footer
	------------------------------------- */


}

@media screen and (max-width:480px) {


	/* -------------------------------------
	athlete_list
	------------------------------------- */
	.athlete_list li {
		width: 50%;
	}
}

@media screen and (max-width:320px) {

	#fb {
		height: 300px;
	}

	#fb.fb-en {
		height: 300px;
	}


	.wp-pagenavi a,
	.wp-pagenavi span {
		line-height: 24px;
	}

	.wp-pagenavi .previouspostslink {
		margin-right: 8px;
	}

	.wp-pagenavi a.page,
	.wp-pagenavi span {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}

	#common_inq .flt-l p {
		font-size: 1.2em;
	}

	#common_inq .flt-l #common_tel a {
		font-size: 3.0em;
		line-height: 30px;
	}

	#common_inq .flt-l #common_tel a img {
		width: 30px;
		line-height: 30px;
	}

	#common_inq .flt-l dl dt,
	#common_inq .flt-l dl dd {
		font-size: 1.3em;
	}

	#common_inq .flt-r dt {
		font-size: 1.3em;
	}
}

@media screen and (min-width:769px) {
	header nav#gnavi {
		display: block !important;
	}
}