@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";
}

.snone,
.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;}

img{
    max-width: 480px;
}
	


#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: 480px;
    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: 5px;
	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: 18px;
}
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;
	padding-top: 35px;
/*display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;*/
}

footer ul{
	/*display: flex;*/
	margin-bottom: 35px;
}

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

footer ul a{
	color: #fff;
	font-size: 18px;
}

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

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

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

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

#court .img img{
	height: 100%;
	width: 100%;
}

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

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

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

#court .btn a{
	display: block;
	background: #FF007F url("../img/icon03.webp")  center right 25px no-repeat;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 700;
font-style: normal;
}
