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

/* 試合結果(新)
-------------------------*/

#game_list {
	background: #fff;
	padding: 20px 0 120px;
}

/* パネルメニュー(サイドバー)
-------------------------*/

#menu_panel{
    margin: 0 0 50px;
}

#menu_panel ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

#menu_panel ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease;
    background: var(--main-color);
    color: var(--text-color);
    border-radius: 5px;
    margin: 5px;
    box-sizing: border-box;
}

#menu_panel ul li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#menu_panel ul li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#menu_panel ul li:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#menu_panel ul li a .icon img {
    max-width: 30px;
}

#menu_panel p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

#menu_panel .panel06 li,
#menu_panel .panel08 li {
    flex: 1 1 calc(100% / 2 - 20px);
    padding: 10px;
}


/* 試合結果個別
-------------------------*/

.result_single {
	background: url(../images/common/result_bg.jpg) center/cover no-repeat;
	padding: 80px 0;
}

.result_single .wrap{
	background: #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 50px;
    box-sizing: border-box;
}

.result_single h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-bottom: 30px;
}

.result_single h1 span{
	background: var(--main-color);
	color: var(--text-color);
	padding: 5px 10px;
	font-size: 90%;
	margin-right: 10px;
}

.result_single p.kickoff{
	font-weight: bold;
    color: var(--main-color);
    text-align: center;
    font-size: 18px;
}

.result_single p.map {
    margin: 20px 0;
    text-align: center;
}

.result_single p.map i {
    color: var(--main-color);
    margin-right: 0.3em;
}

.result_single ul li.name{
	font-size: 16px;
	display: none;
}

.result_single .column-1{
	width: 30%;
	float: left;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.result_single .column-2{
	width: 15%;
	float: left;
	text-align: center;
}

.result_single .column-2 ul li.score{
	font-size: 48px;
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 30px;
}

.result_single .column-2 ul li{
	font-weight: bold;
	color: var(--main-color);
	margin-bottom: 15px;
}

.result_single .column-3{
	width: 10%;
	float: left;
	text-align: center;
	font-weight: bold;
}

.result_single .column-3 ul li.score{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.result_single .column-3 ul li{
	font-weight: bold;
	margin-bottom: 15px;
}

.result_single .column-4{
	width: 15%;
	float: left;
	text-align: center;
}

.result_single .column-4 ul li{
	font-weight: bold;
	margin-bottom: 15px;
}

.result_single .column-4 ul li.score{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}

.result_single .column-5{
	width: 30%;
	float: left;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.result_single .column-6{
	clear: both;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dotted #333;
    font-size: 16px;
}

.result_single .column-6 ul li{
	margin-bottom: 30px;
}

.result_single .column-6 ul li .fa-futbol{
	width: 20px;
	color: var(--main-color);
}

.result_single .column-6 ul li .fa-walking{
	width: 25px;
	color: var(--main-color);
}

.result_single .column-6 ul li span.time{
	float: left;
	width: 10%;
}

.result_single .column-6 ul li span.goal{
	float: right;
	width: 90%;
}

.result_single .column-6 ul li span.assist{
	float: right;
	width: 90%;
	margin-top: 10px;
}

.result_single h2.double-text{
	clear: both;
	margin: 0 0 30px;
	text-align: center;
}

.result_single .set{
	border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    padding-top: 30px;
}

.result_box .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* 間隔の調整 */
    padding: 0;
    margin: 0;
}

.result_box .gallery li {
    width: calc(50% - 15px); /* 2列配置 */
    margin-bottom: 0;
    list-style: none;
}

.result_box .gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}


.result_box .comment{
	background: #f5f5f5;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding:60px 30px;
	margin-bottom: 50px;
}

.result_box .comment h3{
	text-align: center;
	color: var(--main-color);
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}

.result_box .comment p{
	line-height: 1.8;
}

/* 試合結果表示(旧)
-------------------------*/

#result_area{
	padding: 80px 0;
	background: #eff2f3;
}

/* 選手・スタッフ個人ページ
-------------------------*/

#member_single .img_box{
	float: left;
	width: 30%;
	height: auto;
	position: relative;
	-webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

#member_single .img_box h3{
	position: absolute;
    width: 100%;
    background: var(--main-color);
    padding: 20px 0;
    text-align: center;
    bottom: 0;
    left: 0;
    color: var(--text-color);
    margin: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#member_single .img_box h3 span{
	display: block;
	font-size: 80%;
}

#member_single .img_box .emblem{
	position: absolute;
	top:5px;
	left: 5px;
	width: 40px;
	height: auto;
}

#member_single .img_box .new{
	position: absolute;
    padding: 5px 0 0 0;
    right: 0;
    top: 0;
    font-size: 10px;
    z-index: 1;
    color: #fff;
}

#member_single .img_box .new span{
	color: #000;
	font-weight: bold;
    position: relative;
    z-index: 1;
    transform: rotate(45deg);
    transform-origin: left top;
    display: block;
}

#member_single .img_box .new:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #ffdf02 transparent transparent;
}

#member_single .img_box .cap{
	position: absolute;
    padding: 5px 0 0 0;
    right: 0;
    top: 0;
    font-size: 10px;
    z-index: 1;
    color: #fff;
}

#member_single .img_box .cap span{
	color: #fff;
	font-weight: bold;
    position: relative;
    z-index: 1;
    transform: rotate(45deg);
    transform-origin: left top;
    display: block;
}

#member_single .img_box .cap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #d61f17 transparent transparent;
}

#member_single .img_box img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#member_single .text_box{
	float: right;
	width: 60%;
}

#member_single h1.name [data-ruby] {
    position: relative;
    white-space: nowrap;
}

#member_single h1.name [data-ruby]::before {
	content: attr(data-ruby);
    position: absolute;
    top: -3em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    letter-spacing: 1px;
}

#member_single h1.name {
	position: relative;
	font-size: 36px;
	margin: 0 0 40px 0;
	line-height: 1;
	font-weight: bold;
}

#member_single h1.name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, var(--main-color), var(--main-color) 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, var(--main-color), var(--main-color) 2px, #fff 2px, #fff 4px);
}

#member_single p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	margin-top: 20px;
	line-height: 1.8;
}

#member_single p.katagaki{
	font-weight: bold;
	color: var(--main-color);
	font-size: 18px;
}

#member_single table{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

#member_single table th,#member_single table td{
	padding: 20px 0;
	border-top: 1px solid #d2d2d2;
	line-height: 1.8;
}

#member_single table th{
	text-align: left;
	width: 30%;
}

/* 404メニュー
-------------------------*/

#menu404 ul{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #333;
}

#menu404 ul li{
	padding: 10px 0;
	line-height: 1.8;
	border-bottom: 1px dotted #ccc;
}

#menu404 ul li:first-child{
	border-top: 1px dotted #ccc;
}

/* 下層ページ タイトル
-------------------------*/

#sub_title{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #eff2f3;
    min-height: 200px;
}

#sub_title h1,
#sub_title h2{
	padding: 20px;
	font-size: 40px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 0;
}

/* テキストのみ
-------------------------*/

#text_only p{
	line-height: 1.8;
}

#text_only p:nth-child(n+2){
	margin-top: 20px;
}

/* アクセス
-------------------------*/

.access_list .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 50px;
}

 
.access_list .ggmap iframe,
.access_list .ggmap object,
.access_list .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access_list p{
	line-height: 2.2;
	margin: 20px 0;
}

.access_list table{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

.access_list table th,.access_list table td{
	padding: 20px 10px;
	border-top: 1px solid #d2d2d2;
	line-height: 1.8;
}

.access_list table th{
	text-align: left;
	width: 30%;
}

/* お問い合わせフォーム
-------------------------*/

#contact_form .wrap {
    margin: 50px auto 80px;
    padding: 80px 80px 30px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d2d2d2;
}

#contact_form .mw_wp_form{
	width: 100%;
	color: #333;
}

#contact_form .mw_wp_form table.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}

#contact_form .mw_wp_form table tr{
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 30px 0;
	font-weight: normal;
}

#contact_form .mw_wp_form table tr:first-child{
	border-top: 1px solid #e8e8e8;
}

#contact_form .mw_wp_form table th{
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 30%;
	float: left;
	font-weight: bold;
}

#contact_form .mw_wp_form table th .attention{
	font-size: 80%;
	margin-left: 10px;
	color: #ff0000;
	padding: 3px;
}

.mw_wp_form .error {
    color: #ff0000 !important;
    clear: both;
    padding-top: 10px;
    font-weight: bold;
}

#contact_form .text_area p{
	line-height: 2;	
}

#contact_form .text_area p.red{
	color:#ff0000;
	font-weight: bold;
	margin-top: 20px;
}

#contact_form .text_area{
	margin-bottom: 50px;
}

#contact_form .mw_wp_form table td{
	padding: 20px 0;
	width: 70%;
	float: left;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
	height: 38px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}

.mw_wp_form input[type="file"] {
    padding: 10px 0;
}

#contact_form .mw_wp_form table td textarea{
    padding: 10px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#contact_form .mw_wp_form #submit-button{
	display: flex;
	justify-content: center;
}

#contact_form .mw_wp_form #submit-button input {
    padding: 10px 30px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: var(--text-color);
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 120%;
    font-weight: bold;
}

.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}

span.mwform-radio-field,
span.mwform-checkbox-field{
	display: block;
}


/* パンくずリスト
-------------------------*/

.breadcrumb{
	background: #ccc;
	padding: 10px 0;
	font-size: 10px;
}

/* ページナビゲーション
-------------------------*/

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 50px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}

.wp-pagenavi a:hover{
	color: #333;
	background-color: #fff;
	border-color: #333;
}

.wp-pagenavi span.current{
	color: #fff;
	background-color: #333;
	border-color: #333;
	font-weight: bold;
}

@media (max-width: 599px) {
/* small devices */

/* パネルメニュー(サイドバー)
-------------------------*/

#menu_panel{
	padding: 30px;
    background: #fff;
    margin: 50px 0;
}

#menu_panel ul li a .icon img {
    max-width: 20px;
}

#menu_panel .panel06 li {
    flex: 1 1 calc(100% / 3 - 20px);
    padding: 10px;
}

#menu_panel .panel08 li{
	flex: 1 1 calc(100% / 2 - 20px);
    padding: 10px;
}

/* 試合結果個別
-------------------------*/

.result_single .wrap{
	padding: 30px;
}
.result_single h1{
	text-align: left;
}

.result_single h1 span{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.result_single ul li.name{
	display: block;
	height: 60px;
	padding-top: 30px;
}

.result_single .column-1{
	display: none;
}

.result_single .column-2{
	width: 40%;
}

.result_single .column-3{
	width: 20%;
}

.result_single .column-4{
	width: 40%;
}

.result_single .column-5{
	display: none;
}

.result_single .column-6{
	width: 100%;
	font-size: 14px;
}

.result_single .column-6 ul li span.time{
	width: 15%;
}

.result_single .column-6 ul li span.goal{
	width: 85%;
}

.result_single .column-6 ul li span.assist{
	width: 85%;
}

.result_single .set ul li.name{
	height: 20px;
	padding-top: 10px;
}

/* 選手・スタッフ個人ページ
-------------------------*/

#member_single .img_box{
	width: 80%;
    margin: 0 auto 50px;
    float: none;
}

#member_single .text_box{
	width: 100%;
}

#member_single p{
	font-size: 14px;
}

#member_single h1.name{
	margin-top: 30px;
}

/* 下層ページ タイトル
-------------------------*/

#sub_title{
    min-height: 150px;
}

#sub_title h1,
#sub_title h2{
	font-size: 24px;
}

/* アクセス
-------------------------*/

.access_list table th,.access_list table td{
	width: 100%;
	display: block;
}

.access_list table td{
	border-top:0;
	padding-top: 0;
}


/* お問い合わせフォーム
-------------------------*/

#contact_form .wrap {
    margin: 30px auto;
    padding: 30px;
}

#contact_form .mw_wp_form table th{
	width: 100%;
	padding: 20px 0 0;
}

#contact_form .mw_wp_form table td{
	width: 100%;
	box-sizing: border-box;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
    width: 100%;
}

/* ----------- 新入生案内CSS ----------- */

#block06 p {
    line-height: 2.2;
    text-align: left;
}

#block16 {
    padding: 40px 0 60px;
}

/* ----------- スポンサーCSS ----------- */

#sponsor_list ul li .left{
	float: none;
	width: 80%;
	margin: 0 auto 30px;
}

#sponsor_list ul li .right{
	float: none;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/* tablets */

/* パネルメニュー(サイドバー)
-------------------------*/

#menu_panel{
	padding: 30px;
    background: #fff;
    margin: 50px 0;
}

#menu_panel .panel06 li {
    flex: 1 1 calc(100% / 3 - 20px);
    padding: 10px;
}

#menu_panel .panel08 li{
	flex: 1 1 calc(100% / 2 - 20px);
    padding: 10px;
}

/* 試合結果個別
-------------------------*/

.result_single h1 span{
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.result_single ul li.name{
	display: block;
	height: 60px;
	padding-top: 30px;
}

.result_single .column-1{
	display: none;
}

.result_single .column-2{
	width: 35%;
}

.result_single .column-3{
	width: 30%;
}

.result_single .column-4{
	width: 35%;
}

.result_single .column-5{
	display: none;
}

.result_single .column-6{
	width: 100%;
}
 
/* 下層ページ タイトル
-------------------------*/

#sub_title h1,
#sub_title h2{
	font-size: 36px;
}

/* お問い合わせフォーム
-------------------------*/

#contact_form .wrap {
    margin: 30px auto;
    padding: 30px;
    box-shadow: 1px 1px 3px #d4d4d4;
}

#contact_form .mw_wp_form table th{
	width: 100%;
	padding: 20px 0 0;
}

#contact_form .mw_wp_form table td{
	width: 100%;
	box-sizing: border-box;
}

#contact_form .mw_wp_form table td.text input,#contact_form .mw_wp_form table td.text select{
    width: 100


}

@media (min-width: 961px) {

}