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

.snone{
	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: 480px) {
   /* 横幅が480px以下の場合に適用するスタイル */

img{
    max-width: 480px;
}
	
}


#page_up{
	position: fixed;
	right: 5px;
	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)}
}

#page_up a img{
	width: 50px;
	height: auto;
}

/*拡大ボタン*/


.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: 30px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	font-weight: bold;
	padding-top: 100px;
	letter-spacing: 5px;
}

#pan{
    display: flex;
	flex-wrap: wrap;
	max-width: 480px;
    width: 90%;
    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;
}



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

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

nav ul{
	max-width: 480px;
	width: 80%;
	margin: auto;
	display: block;
	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{
	max-width: 480px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

/*
header #header_rap{
	display: flex;
	justify-content: space-between;
}
*/
header #header_rap #page_title,
header #header_rap h1{
	padding-top: 15px;
	margin: auto;
}
header #header_rap #page_title a img,
header #header_rap h1 a img{
	width: 80%;
	height: auto;
}

header #header_rap .tel_box{
	display: none;
}


/*nav .stel_box ul{
	display: flex;	
}*/

nav .stel_box li{
	/*margin-left: 25px;*/
	margin-bottom: 20px;
}

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

nav .stel_box li a:hover{
	opacity: 0.8;
}

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

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





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

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}



nav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

#drawer-check:checked ~ nav{
  left: 0;/* メニューを画面に入れる */
}

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


.footer_btns{
	max-width: 480px;
	width: 80%;
	margin: auto;
	padding-top: 50px;
	margin-bottom: 50px;
}

.footer_btns ul{
	width: 100%;
	/*display: flex;
	justify-content: space-between;*/
}

.footer_btns ul li{
	margin-bottom: 20px;
}

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

.footer_btns ul a img{
	width: 60px;
	height: auto;
	margin-right: 20px;
}

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

.footer_btns ul .n02 a span{
	margin-left: 50px;
	margin-right: 50px;
}


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

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

footer #footer_rap{
	max-width: 480px;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}

footer #footer_rap .box01{
	border-bottom: 1px solid #000;
	padding-top: 35px;
	padding-bottom: 45px;
	width: 90%;
	margin: auto;
	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: 90%;
	margin: auto;
	padding-top: 50px;
}

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

footer #footer_rap .box02 ul .item01{
	order: 1;
}
footer #footer_rap .box02 ul .item02{
	order: 2;
}
footer #footer_rap .box02 ul .item03{
	order: 3;
}
footer #footer_rap .box02 ul .item04{
	order: 4;
}
footer #footer_rap .box02 ul .item05{
	order: 5;
}
footer #footer_rap .box02 ul .item06{
	order: 6;
}
footer #footer_rap .box02 ul .item07{
	order: 7;
}
footer #footer_rap .box02 ul .item08{
	order: 8;
}
footer #footer_rap .box02 ul .item09{
	order: 9;
}
footer #footer_rap .box02 ul .item10{
	order: 10;
}
footer #footer_rap .box02 ul .item11{
	order: 11;
}
footer #footer_rap .box02 ul .item12{
	order: 12;
}

footer #footer_rap .box02 li a{
	font-size: 14px;
	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;
}