@charset "utf-8";

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

.pnone,
.none{
	display: none;
}

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

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

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

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:hover{
	display: inline-block;
	   animation: hurueru .2s  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)}
}




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


#pan{
    display: flex;
    width: 1100px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#pan li a{
    text-decoration: none;
    color: #555;
}

#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;
}



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

.btns{
	width: 885px;
	margin: auto;
		position: relative;
    overflow: hidden;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 140%; }
    100% { left: 140%; }
}

header #top_btn::after,
.btns a::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.line_btn{
	text-align: center;
}




/*******************************************/
#drawer-check{
	display: none;
}



nav ul{
	display: flex;
	width: 1100px;
	margin: auto;
	justify-content: space-between;
	margin-bottom: 50px;
}

nav ul a{
	display: block;
	border: 1px solid #fff;
	width: 170px;
	height: 80px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}



footer{
	background: url("../img/bg02.webp");
	padding-top: 80px;
}

footer h2{
	font-size: 40px;
		font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
	  text-shadow: 3px 4px 3px rgb(61 70 70);
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
}

footer .box_rap ul{
	width: 1030px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

footer .rap{
	background: #fff;
	padding-top: 45px;
	padding-bottom: 5px;
}

footer .rap .box_rap02{
	width: 1090px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

footer .rap .box_rap02 h4{
	display: flex;
	align-items: flex-end;
	font-size: 25px;
	color: #0059B2;
	font-weight: bold;
	margin-bottom: 25px;
}

footer .rap .box_rap02 h4 img{
	margin-right: 10px;
}

footer .rap .box_rap02 .box03 ul{
	margin-bottom: 25px;
}

footer .rap .box_rap02 .box03 li{
	text-align: center;
	margin-bottom: 5px;
	font-size: 15px;
}

footer .rap .box_rap02 .box03 li a{
	font-size: 16px;
	font-weight: bold;
}



footer .rap .box_rap02 .box04 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 440px;
}

footer .rap .box_rap02 .box04 ul li{
	width: 220px;
}

footer .rap .box_rap02 .box04 ul li a{
	background: url("../img/footer_icon02.webp") left center no-repeat;
	padding-left: 15px;
	color: #0059B2;
	font-size: 15px;
}


footer .rap .box_rap02 .box04 ul li a:hover{
	text-decoration: underline;
}


footer #copy{
	display: block;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 35px;
}