/* 全デバイス共通 */

html,body {
	width: 100%;
	height:100%;
}

body {
    font-family: "Microsoft Yahei","PingHei" ,'Noto Sans Japanese',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: url('../../img/tennis/tennis_back.jpg') 0% 0% no-repeat;
    /*background: url('../img/back7.jpg') no-repeat 30% 30%;*/
    background-size: cover;
	background-attachment: fixed;
    background-color: #ffffff;
}

h1	{
	/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
    font-family: yomogi, sans-serif!important;
    font-style: normal;
    font-weight: bold!important;
    width:100%;
	text-align:center;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 47px;
}

h2 {
    font-family: source-han-sans-japanese, sans-serif!important;
    font-style: normal;
    font-weight: 200;    
}


/* top */


#top {
	width: 100%;
	height: 600px;
    position:relative;
    background-color: rgba(255, 255, 255, 0.20);
    line-height: 0px;
}

#top h1	{
	/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
	font-size: 80px;
	font-weight: 900;
    color: rgb(255, 255, 255);
	line-height: 112px;
    position:absolute;
    top:250px;
}






/* lead */

#lead	{
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:950px;
    /* Rectangle 7: */
    background: #ffffff;
}

/*#lead h1	{*/
    /*padding-top:150px;*/
    /*font-weight: 400;*/
    /*font-size: 35px;*/
    /*color: rgba(99, 99, 99, 0.80);*/
    /*line-height: 60px;*/
    /*text-align: center;*/
/*}*/

#lead p	{
    padding-top:20px;
    width:100%;
    font-weight: 100;
    font-size: 18px;
    color: rgba(99, 99, 99, 0.80);
    line-height: 40px;
    text-align: center;
}

#lead img{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height:auto;
    margin-top: 0px;
}

#lead .items	{
    padding-top:20px;
    display: table;
    margin:auto;
    border-collapse: separate;
    border-spacing: 10px 0;
}

#lead .items .item	{
    display: table-cell;
    width:250px;
    height:250px;
    position:relative;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    /*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 47px;
}

#lead .items .item:hover	{
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    position: relative;
    top:-5px;
}

/* media */
#media {
    height: 700px;
    overflow: auto;
    background-color: white;
    padding-top: 70px;
}

#media h2{
    margin-left: 100px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #1a44bd;
}

#media img.ribbon{
    width: 30px;
    height:30px;
}


/* 各topic */

.topic > h1	{
    padding:40px ;
    background-color: rgba(24, 111, 255, 0.20);
}


.topic	{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.50);
}

.topic #site-content{
    width:100%;
    padding: 50px 10%;
    background-color: white;
}

.topic article{
    margin-bottom: 10px;
}

.topic .topic_img {
    width: 50%;
    float: left;
    position:relative;
}

.topic .topic_img img{
    width: 90%;
    margin-bottom: 10px;

}

.topic .topic_exp{
    width: 50%;
    float: right;
    margin-bottom: 10px;
}

.topic .clear {
    clear: both;
    height: 10px;
    background: #186fff;
}

.topic .entry-header{
    font-size: 28px;
    font-weight: bold;
}

.topic .entry-summary{
    font-size: 13px;
    margin-top: 10px;
}

/* カテゴリー  */

.category	{
    position: relative;
    overflow: auto;
    /*box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.50);*/
    padding-top: 110px;
}

.category > h1 {
    font-weight:bold;
    font-size: 30px;
    padding: 1em;
    background-color: rgba(58, 58, 58, 0.82);
    box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.4);
    color: #ffffff;
}

.category article	{
    padding: 20px;
	position: relative;
	width:100%;
	height:auto;
	overflow: auto;
    background: transparent;
}

.category article .content:before	{
/*	background-color: rgba(255,255,255,0.8);*/
    background: #ffffff;

    content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	right:0;
}
/*
.category article .content:after	{
	background-position: right center;
	content: "";
	z-index: -2;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	width: 100%;
	height: 100%;
	margin: -10px 0;
	position: absolute;
	top:0;
	right:0;
}
*/



.category p.category_exp{
    text-align: left;
    padding:50px 130px;
    font-size: 22px;
    color: rgba(67, 67, 67, 0.95);
}





.post_category {
    line-height: 1.3em;
    border-right: solid 1px #F5F5F5;
}


/*案内リンクボックスの設定*/
.category div.guide {
    margin: 140px 10% 30px 10%;
}
.category div.guide-box {
    /*box-sizing: border-box;*/
    display: block;
    margin-bottom: 15px;	/*ボックス同士のスペース*/
    padding:10px;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
    background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
    background: linear-gradient(#FFF, #eaeaea);			/*同上*/
    overflow: auto;
}
.category div.guide-box img {
    text-align:left;
    float:left;
    margin: 0 30px 0 0;
    clear: both;
    width: 15%;
    height: auto;
}
.category div.guide-box .title {
    height: 65px;
    display: block;
    font-size: 20px;
    color: #7e7e7e;
    padding-top: 17px;

}

.category div.guide-box .pc {
    display: block;
}
.category div.guide-box .sm {
    display: none;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    border-radius: 0px;		/*角丸のサイズ*/
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
    background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
    background: linear-gradient(#FFF, #eaeaea);			/*同上*/
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;	/*ボックス同士のスペース*/
    margin: 10px 10%;
}
#main section.list a {
    display: block;
    padding: 20px;	/*ボックス内の余白*/
    text-decoration: none;
    overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
    background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
    color: #7e7e7e;	/*文字色*/
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
    margin-left: 25%;
    /*background-color: white;*/
}
#main section.list p.fb {
    font-weight: bold;
}
#main section.list ul {
    color: #040c36;
    font-size: 16px;
    line-height: 25px;
    padding: 0px;
    margin-left: 25%;
    margin-bottom: 0px;
    margin-top: 20px;
    margin-right: 30px;
}
#main section.list li {
    list-style-type: disc;
}
/*ボックス内の写真設定*/
#main section.list figure img {
    float: left;		/*画像を左へ回り込み*/
    background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
    padding: 0px;		/*余白。ここに上の行で設定した背景色が出ます。*/
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    width: 20%;		/*写真の幅*/
    min-width: 150px;
    margin-right: 20px;
    height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
/*#main section.list h4 {*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
    /*margin-left: 0;*/
    /*color: #7e7e7e;	*//*文字色*/
    /*border-bottom: 2px solid #7e7e7e;	*//*下側の線の幅、線種、色*/
    /*margin-bottom: 20px;*/
    /*padding: 0px;*/
    /*padding-bottom: 8px;*/
/*}*/

#main section.list h4 {
    position: relative;
    padding: .3em;
    background: #00ACC1;
    border-radius: 8px;
    color: #ffffff;
    padding: 15px;
}
#main section.list h4:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #00ACC1;
    width: 0;
    height: 0;
}



.tagWhite,
.tagBlue,
.tagRed
{
    color: #7e7e7e;
    background-color: white;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 30px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 5px;
}


.tagWhite {
    background-color: white;
}

.tagBlue {
    background-color: rgba(135, 193, 230, 0.5);
}

.tagRed {
    background-color: rgba(252, 152, 144, 0.5);
}


div.tag{
    margin-left: 24%;
}

.center {
    text-align: center;
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #2286fc;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbafb), to(#2286fc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5dbafb, #2286fc);	/*同上*/
	background-image: linear-gradient(#5dbafb, #2286fc);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #2a33bd;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbafb), to(#2a33bd));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#5dbafb, #2a33bd);	/*同上*/
	background-image: linear-gradient(#5dbafb, #2a33bd);			/*同上*/
}

input[type="button"].but_red{
    background-color: #fc6d2b;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcb52a), to(#fc6d2b));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#fcb52a, #fc6d2b);	/*同上*/
    background-image: linear-gradient(#fcb52a, #fc6d2b);			/*同上*/
}
/*ボタンのマウスオン時の設定*/
input[type="button"].but_red:hover{
    background-color: #fcb52a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcb52a), to(#fcb52a));	/*グラデーション*/
    background-image: -webkit-linear-gradient(#fcb52a, #fcb52a);	/*同上*/
    background-image: linear-gradient(#fcb52a, #fcb52a);			/*同上*/
}




/* 検索 */
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
    margin: 0;
    position: relative;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td {
	padding: 5px 5px;
    font-size: 16px;
    text-align: left;

}
/*テーブル内の左側*/
.ta1 th{
	width: 220px;
	padding: 10px;
	text-align: left;
	background-color: #e2e2e3;	/*背景色*/
    font-size: 14px;
    /* display: block;
    width: 100%; */
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #636363;	/*背景色*/
	color: #FFF;	/*文字色*/
    font-size: 20px;
}

/*テーブル強調表示*/
.ta1 td.mainTitle{
    font-size: 20px;
    font-weight: bold;
}

/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #294ba8;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#294ba8), to(#294ba8));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#294ba8, #294ba8);	/*同上*/
	background-image: linear-gradient(#294ba8, #294ba8);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}


/* contact */


#contact	{
    margin-top:50px;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height:300px;
    /* Rectangle 7: */
    background: #9c9c9c;
    z-index:-2;
    text-align: center;
}

#contact h1	{
    padding-top:20px;
    font-weight: 300;
    font-size: 22px;
    color: #ffffff;
    line-height: 59px;
    text-align: left;
    padding-left:100px;

}

#contact p	{
    padding-top:15px;
    width:100%;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    line-height: 33px;
    text-align: left;
    padding-left:100px;

}

#contact .address a	{
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    line-height: 33px;
    border: 2px solid #ffffff;
    display: block;
    margin:20px auto;
    margin-top: 50px;
    padding:10px 55px;
    width:350px;
}

#contact .address a:hover	{
    background-color: white;
    color:#9c9c9c;
}




#contact .company a {
    color: #434343;
    margin-left: 30px;
    text-decoration: underline;
}

#contact .company a:hover {
    color: white;
}


/* connectingTennis */
.exp1{
    padding-top:50px;
    padding-bottom:20px;
    height: 1200px;
    background-color: white;
    padding-left:10%;
    width:100%;
    /*font-weight: 100;*/
    font-size: 20px;
    color: #777;
    line-height: 70px;
    text-align: left;
}

/* connectingSports */
.exp2{
    padding-top:50px;
    padding-bottom:20px;
    height: 300px;
    background-color: white;
    width:100%;
    /*font-weight: 100;*/
    color: #777;
    line-height: 70px;
    text-align: center;
}

.new-member-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin-bottom: 20px;
}
.item {
    margin: 10px;
    margin-left: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 14px;
    /* border-radius: 50%; */
    /* background: rgba(255, 0, 0, 0.4); */
}
.item a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}
.item img {
    margin-bottom: 10px;
    width:120px;
    height:90px;
    filter: drop-shadow(1px 1px 1px rgba(66, 76, 83, 0.5));
    object-fit:cover;
    border-radius: 30px;
}


.list_foot{
    padding-top:15px;
    padding-bottom:10px;
    /* height: 70px; */
    background-color: white;
    /*font-weight: 100;*/
    color: #777;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10%;
}

.list_foot span{
    vertical-align: middle;
}


#connectingSports a	{
    color: #9c9c9c;
    font-size: 20px;
    text-decoration: underline;
}
#connectingSports a:hover	{
    color: #040c36;
}

/* footer */
footer{
    background-color: black;
    padding: 50px 10px 100px 10px;
}

footer p	{
    margin:0 auto;
    /*font-family: "Microsoft Yahei","PingHei" ,'Raleway';*/
    font-weight: normal;
    font-size: 20px;
    color: white;
    line-height: 47px;
    text-align: center;
}
footer a {
    text-decoration: none;
    color: blue!important;
}





/* 解像度低めのPC
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

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


    body {
        background: url('../../img/tennis/tennis_back.jpg') 0% 10% no-repeat;
        /* background-size: contain; */
        background-size: cover;
        background-attachment: fixed;

        /* background-color:#000000 !important; */
    }

    #top{
        height: 600px;
    }
	#top h1	{
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-size: 72px;
		font-weight: 900;
		color: #FFFFFF;
		line-height: 84px;
		position:absolute;
		top:200px;
	}


    #lead	{
        height: 950px;
        padding-left: 0%;
        padding-right: 0%;
    }

    /*#lead h1	{*/
        /*font-weight: 400;*/
        /*font-size: 32px;*/
        /*line-height: 60px;*/
    /*}*/

    #lead p	{
        font-weight: 100;
        font-size: 18px;
        line-height: 40px;
    }

	#lead .items .item	{
		display: table-cell;
		width:180px;
		height:180px;
		position:relative;
		-webkit-border-radius: 90px;
		-moz-border-radius: 90px;
		border-radius: 90px;
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-weight: 400;
		font-size: 30px;
		color: #FFFFFF;
		line-height: 47px;
	}

	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 33px;
		width:120px;
		height:120px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}

    .category article	{
        padding: 0px;
        position: relative;
        width:100%;
        /*height:600px;*/
        overflow: auto;
    }


    #contact{
        height:auto;
        padding-bottom: 30px;
    }

    #contact h1	{
        font-size: 20px;
    }

    #contact p	{
        font-size: 16px;
    }

    #contact a	{
        font-size: 18px;
        margin-top: 30px;
        margin:20px auto;
        padding:10px;
        width:400px;
    }


    footer p	{
		font-size: 18px;
	}

    /* media */
    #media {
        height: 1000px;
        overflow: auto;
        background-color: white;
    }

    /*topics*/
    .topic .entry-title{
        font-size: 20px;

    }
    /*menu.html内のメニュー案内の各ブロック
       ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 10%;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        font-size: 15px;
        margin-left: 0;
        margin-bottom: 20px;
        padding: 15px;
    }
    /*ボックス内の段落タグ設定*/
    #main section.list p {
        margin-left: 30%;
    }
    /*ボックス内の写真設定*/
    #main section.list figure img {
        min-width: 150px;
    }


}

/* タブレット
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


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

    body {
        /*        background-size: cover;
                background: url('../../img/index/back.jpg') no-repeat 50% 50%;*/

        background: url('../../img/tennis/tennis_back.jpg') 0% 20% no-repeat;
        background-size: contain;
        /* background-color:#000000 !important;; */
    }

    #top{
        height: 400px;
    }

    #top h1	{
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-size: 48px;
		font-weight: 900;
		color: #FFFFFF;
		line-height: 60px;
		position:absolute;
		top:180px;
	}

    #lead	{
        height: 800px;
        padding-left: 0%;
        padding-right: 0%;
    }

    /*#lead h1	{*/
        /*font-weight: 400;*/
        /*font-size: 22px;*/
        /*line-height: 40px;*/
    /*}*/

    #lead p	{
        font-weight: 100;
        font-size: 14px;
        line-height: 30px;
    }

	#lead .items .item	{
		display: table-cell;
		width:100px;
		height:100px;
		position:relative;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 47px;
	}

	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 22px;
		color: #FFFFFF;
		line-height: 33px;
		width:100px;
		height:100px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}


    .category article	{
        padding: 0px;
        position: relative;
        width:100%;
        /*height:700px;*/
        overflow: auto;
    }

    #contact{
        height:auto;
        padding-bottom: 30px;    }

    #contact h1	{
        font-size: 20px;
    }

    #contact p	{
        font-size: 12px;
    }

    #contact .address a	{
        font-size: 15px;
        width:300px;
        padding: 10 30px;
        margin-top: 0px;
    }

    footer p	{
        font-size: 18px;
    }

    /* media */
    #media {
        height: 1000px;
        overflow: auto;
        background-color: white;
    }

    /* topic */
    .topic article{
        margin-bottom: 10px;
    }
    .topic .topic_img {
        width: 100%;
        float: left;
        position:relative;
    }

    .topic .topic_img img{
        width: 100%;

    }

    .topic .topic_exp{
        width: 100%;
        float: right;
    }
    .topic .entry-title{
        font-size: 20px;

    }

    /*menu.html内のメニュー案内の各ブロック
   ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 20px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        font-size: 15px;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 10px;
    }
    /*ボックス内の段落タグ設定*/
    #main section.list p {
        margin-left: 32%;
    }
    /*ボックス内の写真設定*/
    #main section.list figure img {
        min-width: 140px;
    }
    #main section.list ul {
        padding: 0px;
        margin-left: 30%;
        margin-bottom: 0px;
        margin-top: 10px;
        margin-right: 0;
    }



    /*案内リンクボックスの設定*/
    .category div.guide {
        margin: 150px 10px 30px 10px;
    }
    .category div.guide-box {
        margin: 10px 10px;
        padding:10px;
    }
    .category div.guide-box img {
        width: 20%;
        height: auto;
        margin: 0 30px 0 20px;
    }
    .category div.guide-box .title {
        display: block;
        height: 60px;
        font-size: 20px;
        padding-top: 10px;
    }
    .category div.guide-box .sm {
        display: block;
    }
    .category div.guide-box .pc {
        display: none;
    }

    #show_result {
        margin-top: 0;
        padding-top: 30px;
    }

    /* connectingTennis */
    .exp1{
        padding-top:50px;
        padding-bottom:50px;
        height: 800px;
        padding-left:10%;
        /*font-weight: 100;*/
        font-size: 14px;
        line-height: 40px;
    }

    /* connectingSports */
    .exp2{
        padding-top:50px;
        padding-bottom:50px;
        height: 200px;
        width:100%;
        line-height: 70px;
        text-align: center;
    }
    .list_foot{
        width: auto;
        margin: 10px 20px;

    }

    #connectingSports a	{
        font-size: 14px;
        text-decoration: underline;
    }

    /* リスト */
    .new-member-list {
        margin-bottom: 10px;
    }
    .item {
        margin: 10px;
        display: inline-block;
        width: 60px;
        height: auto;
        font-size: 14px;
    }
    .item a {
        font-size: 12px;
    }
    .item img {
        margin: 0px;
        width:70px;
        height:50px;
        filter: drop-shadow(1px 1px 1px rgba(66, 76, 83, 0.5));
        object-fit:cover;
        border-radius: 10px;
    }
    .new-member-list div {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }

}




/* スマートフォン
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


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

    body {
        /*        background-size: cover;
                background: url('../../img/index/back.jpg') no-repeat 50% 50%;*/

        background: url('../../img/tennis/tennis_back.jpg') 0% 100px no-repeat;
        background-size: contain;
        background-color:transparent;
    }

    #top{
        height: 250px;
    }

    #top h1	{
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-size: 27px;
		font-weight: 900;
		color: #FFFFFF;
		line-height: 40px;
		position:absolute;
		top:100px;
	}

    #lead	{
        height:700px;
        padding-left: 0%;
        padding-right: 0%;
    }

    /*#lead h1	{*/
        /*padding-top:100px;*/
        /*font-weight: 400;*/
        /*font-size: 18px;*/
        /*line-height: 40px;*/

    /*}*/

    #lead p	{
        font-weight: 100;
        font-size: 10px;
        line-height: 25px;
    }

    #lead img{
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        height:auto;
        margin-top: 30px;
    }


    #lead .items .item	{
		display: table-cell;
		width:60px!important;
		height:60px!important;
		position:relative;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		padding:0;
		/*font-family: "Microsoft Yahei","PingHei" ,Raleway;*/
		font-weight: 400;
		font-size: 12px;
		color: #FFFFFF;
		line-height: 47px;
	}

/* #information {
    margin: 0 10%;
} */


	.buttons	{
		margin-left:auto;
		position:relative;
		z-index:1000;
	}

	a.button	{
		display: table-cell;
		/*font-family: "Microsoft Yahei","PingHei" ,'Raleway', sans-serif;*/
		background: #004C97;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 33px;
		width:60px;
		height:60px;
		text-align: center;
		vertical-align: middle;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

    /* #information {
        margin: 0 5px;
    } */

    .category article	{
        padding: 0px;
        position: relative;
        width:100%;
        height:auto;
        overflow: auto;
    }

    #contact	{
        height:auto;
        padding-bottom: 30px;
    }

    #contact h1	{
        font-size: 15px;
        padding-left: 20px;
    }

    #contact p	{
        font-size: 10px;
        line-height: 20px;
        padding: 0px 20px;

    }

    #contact .address a	{
        line-height: 20px;
        font-size: 15px;
        width:200px;
        padding: 10 13px;
        margin-top: 20px;

    }


    footer p	{
		font-size: 10px;
	}

    /* media */

    /* topic */
    .topic article .content:before	{
        width:100%;
    }

    .topic article{
        margin-bottom: 10px;
    }
    .topic .topic_img {
        width: 100%;
        float: left;
        position:relative;
    }

    .topic .topic_img img{
        width: 100%;

    }

    .topic .topic_exp{
        width: 100%;
        float: right;
    }
    .topic .entry-title{
        font-size: 20px;

    }

    /*menu.html内のメニュー案内の各ブロック
    ---------------------------------------------------------------------------*/
    /*各ボックスの設定*/
    #main section.list {
        width: auto;
        margin: 10px 0px;
    }
    /*ボックス内の段落タグ設定*/
    #main section.list p {
        margin-left: 0;
        font-size: 12px;
        line-height: 1.5;
        margin-left: 35%;
        margin-bottom: 5px;
    }
    #main section.list ul {
        font-size: 13px;
        line-height: 1.5;
        padding: 0px;
        margin-left: 40%;
        margin-bottom: 0px;
        margin-top: 10px;
        margin-right: 0;
    }
    #main section.list a {
        padding: 10px;	/*ボックス内の余白*/
    }

    /*ボックス内の写真設定*/
    #main section.list figure img {
        float: left;
        width: 30%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 10px;
        margin-right: 10px;
        min-width: 100px;
    }
    /*ボックス内のh4タグ設定*/
    #main section.list h4 {
        display: block;
        margin: 5px 0px;
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .tagWhite,
    .tagBlue,
    .tagRed
    {
        padding: 2px 5px;
        font-size: 11px;
        border: 1px solid #7e7e7e;
        border-radius: 30px;
        margin-left: 5px;
        margin-bottom: 5px;
    }


    div.tag{
        clear: both;
        margin-left: 0;
    }

    .category {
        padding-top: 0;
    }
    .category > h1	{
        font-size: 25px;
        padding: 20px 20px;
        margin-top: 0px;
    }

    #show_result {
        margin-top: 80px;
    }

    /*案内リンクボックスの設定*/
    .category div.guide {
        margin: 100px 0px 30px 0px;
    }
    .category div.guide-box {
        margin: 1px 0 ;
        padding:10px 10px;

    }
    .category div.guide-box img {
        width: 20%;
        height: auto;
        margin: 0 20px 0 20px;
    }
    .category div.guide-box .title {
        font-size: 15px;
        height: 40px;
        padding-top: 8px;
    }

    .category div.guide-box .sm {
        display: block;
    }
    .category div.guide-box .pc {
        display: none;
    }

    /* connectingTennis */
    .exp1{
        padding:30px 20px;
        height: 700px;
        /*font-weight: 100;*/
        font-size: 16px;
        line-height: 40px;
    }

    /* connectingSports */
    .exp2{
        padding-top:20px;
        padding-bottom:20px;
        height: 100px;
        width:100%;
        line-height: 70px;
        text-align: center;
    }

    .list_foot{
        width: auto;
        margin: 10px 0px
    }
    .list_foot span{
        font-size: 14px;
    }

    #connectingSports a	{
        font-size: 12px;
        text-decoration: underline;
    }

    .ta1, .ta1 td, .ta1 th {
        border: 0;
    }
    .ta1 th {
        display: block;
        width: 100%;
        padding: 16px 10px 0;
        background-color: transparent;
    }
    .ta1 td {
        display: block;
        width: 100%;
        border: 0;
    }

    /* リスト */

    .new-member-list {
        margin-bottom: 10px;
    }
    .item {
        margin: 10px;
        display: inline-block;
        width: 60px;
        height: auto;
        font-size: 14px;
    }
    .item a {
        font-size: 12px;
    }
    .item img {
        margin: 0px;
        width:70px;
        height:50px;
        filter: drop-shadow(1px 1px 1px rgba(66, 76, 83, 0.5));
        object-fit:cover;
        border-radius: 10px;
    }
    .new-member-list div {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }

}