@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:16px;
	color: #000;
	min-width: 1080px;
font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
	background: #fff;
	cursor: default;
	letter-spacing: 0.1em;
}

h2,h3,h4,h5{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

.pnone,
.none{
	display: none;
}


.en{
	font-family: "Jost",sans-serif;
}


/* スクロールの幅の設定 */
html::-webkit-scrollbar {
width: 15px;
height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #8FC5E7 inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #0059B2;
}

html { scroll-behavior: smooth;}

@media (max-width: 1200px) {
   /* 横幅が1200px以下の場合に適用するスタイル */

img{
    max-width: 1200px;
}
	
}


#page_up{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}

#page_up a{
	transform: rotateZ( 0deg ) ;
	transition: .5s ;
	display: inline-block;
}

#page_up a:hover{
	transform: rotateZ( 360deg ) ;
}




/*
.btn:hover{
	   animation: hurueru .5s  infinite;
}



@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
*/
/*拡大ボタン*/


.zbtn{
	transition: all  0.3s ease;
}

.zbtn:hover{
	transform: scale(1.05,1.05);
}

/*********************************************************/



#pan{
    display: flex;
    width: 1200px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	font-size: 14px;
}

#pan li a{
    text-decoration: none;
    color: #555;
	font-size: 14px;
}

#pan li a:hover{
    text-decoration: underline;
}

#pan li{
    color: #555;
}

ol#pan > li:before{
    content: "»";
    padding-right: 10px;
    padding-left: 10px;
}

ol#pan > li:first-child:before {
  content: none;
}

ol#pan br{
	display: none;
}

/**************************************************************************/

#up_btn{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
}



/*************************************************/
header{
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
}

header p#title,
header h1{
	display: flex;
font-family: "arial", sans-serif;
font-weight: 700;
font-style: normal;
	color: #007F7F;
	line-height: 80px;
	font-size: 28px;
}
header p#title img,
header h1 img{
	margin-right: 15px;
}

#keyimg{
	background: url("../img/keyimg.webp") center center no-repeat;
	background-size: cover;
	min-height: 200px;
}

/***********ヘッダー*********************/


footer{
	background: #007F7F;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

footer ul{
	display: flex;
}

footer ul li{
	margin-right: 15px;
}

footer ul a{
	color: #fff;
}

footer ul a:hover{
	text-decoration: underline;
}

footer #copy{
	font-size: 12px;
	color: #fff;
}

/**********レンタルコート*************/

#court{
	max-width: 1400px;
	width: 1400px;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 150px;
}

#court .img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#court .text{
	background: #FFEFBF url("../img/icon01.webp") 25px 90px no-repeat;
	position: relative;
	width: 680px;
	padding-top: 100px;
	padding-left: 180px;
	padding-bottom: 15px;
}

#court .text h4{
	background: url("../img/text03.webp") bottom center no-repeat;
	text-align: center;
	font-size: 40px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
	position: absolute;
	padding-top: 150px;
	top: -120px;
	left: 50%;
	margin-left: -300px;
	padding-bottom: 35px;
	width: 600px;
}

#court .text th{
	padding-right: 25px;
}

#court .btn a{
	display: block;
	  writing-mode: vertical-rl;
	background: #FF007F url("../img/icon03.webp") 35px center no-repeat;
	min-height: 260px;
	max-height: 300px;
	padding-right: 50px;
	padding-left: 10px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
}
