@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:16px;
	color: #000;
	/*min-width: 480px;*/
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	background: #fff;
	cursor: default;
}


.none{
	display: none;
}

.pnone{
	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)}
}

/*拡大ボタン*/


.zbtn{
	transition: all  0.3s ease;
}

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

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


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

#keyimg h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	font-weight: bold;
	padding-top: 100px;
	letter-spacing: 5px;
}

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



/*******************************************/
#topkeyimg .stel_box{
	display: none;
}

nav{
	 background-color: rgba(255,255,255,0.5);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

nav ul{
	width: 1140px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*nav ul li{
	width: 100%;
}*/

nav ul a{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

nav ul a:hover{
	background: #F2AF00;
	color: #fff;
}



header{
	width: 1140px;
	margin: auto;
	padding-bottom: 20px;
}

header #header_rap{
	display: flex;
	justify-content: space-between;
}

header #header_rap h1{
	padding-top: 15px;
}

header #header_rap #page_title{
	padding-top: 15px;
}

header #header_rap ul{
	display: flex;	
}

header #header_rap li{
	margin-left: 25px;
}

header #header_rap li a{
	display: block;
	width: 160px;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 10px;
	color: #fff;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

header #header_rap li a:hover{
	opacity: 0.8;
}

header #header_rap li a.tell01{
	background: #0085B2 url("../img/header_icon01.webp") center 10px no-repeat;
}

header #header_rap li a.tell02{
	background: #F2AF00 url("../img/header_icon02.webp") center 15px no-repeat;
}

/*******************************************/
.drawer-hidden {
  display: none;
}

/*************フッターボタン*******************/


.footer_btns{
	width: 1140px;
	margin: auto;
	padding-top: 100px;
	margin-bottom: 100px;
}

.footer_btns ul{
	display: flex;
	justify-content: space-between;
}

.footer_btns ul a{
	display: flex;
	height: 140px;
	width: 550px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
font-family: kozuka-gothic-pro, sans-serif;
font-weight: 500;
font-style: normal;
}

.footer_btns ul a img{
	margin-right: 40px;
}

.footer_btns ul .n01 a{
	background: #0085B2;
}
.footer_btns ul .n02 a{
	background: #F39800;
}

/**************footer********************/

footer{
	background: #F4F4F4;
	padding-top: 100px;
}

footer #footer_rap{
	width: 1140px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

footer #footer_rap .box01{
	border-right: 1px solid #000;
	padding-top: 35px;
	padding-bottom: 45px;
	width: 420px;
	font-size: 15px;
}

footer #footer_rap .box01 dt{
	margin-top: 25px;
}

footer #footer_rap .box02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 640px;
	padding-top: 50px;
}

footer #footer_rap .box02 li{
	width: 30%;
	margin-bottom: 10px;
}

footer #footer_rap .box02 li a{
	font-size: 15px;
	background: url("../img/footer_arrow.webp") left center no-repeat;
	padding-left: 25px;
}

footer #footer_rap .box02 li a:hover{
	text-decoration: underline;
}

footer small#copy{
	background: #fff;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
}