@charset "utf-8";

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:180%;
	font-size:15px;
	color: #000;
	min-width: 1080px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif,"メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	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 #FFF1D4 inset;
}

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

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


#information a{
	position: fixed;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	display: block;
	color: #fff;
	font-size: 20px;
	border-radius: 15px;
	right: 0;
	top: 50%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	background: #53B2D1 url("../img/arrow04.webp") center bottom 15px no-repeat;
	font-weight: bold;
}



/*
.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: 1080px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

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



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

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

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

header{
	padding-top: 30px;
}

header #pagetitle{
	min-width: 1030px;
	margin: auto;
	padding-left: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}

header #pagetitle p,
header #pagetitle h1{
	background: url("../img/logo.webp") left center no-repeat;
	padding-left: 50px;
}

header #pagetitle small,
header #pagetitle span{
	display: block;
}

header #pagetitle small{
	font-size: 15px;
}

header #pagetitle span{
	font-size: 22px;
}

header nav{
	max-width: 1080px;
	margin: auto;
	margin-bottom: 30px;
}

header nav ul{
	display: flex;
	justify-content: space-around;
	padding-left: 15px;
	padding-right: 15px;
}

header nav ul li{
	width: 100%;
	padding-top: 15px;
	flex: 1;
}
header nav ul li.obj01{
	width: 240px;
	flex: 1.5;
}


header nav ul li:hover{
	border-top: 2px solid #F8D373;
	padding-top: 13px;
}

header nav ul a{
	display: block;
	text-align: center;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	border-left: 1px solid #000;
	height: 100%;
}

header nav ul li:last-child a{
	border-right: 1px solid #000;
}

/********************************/
/*下層キーイメージ*/

#keyimg{
	background: url("../img/keyimg.webp") center right no-repeat #F8D373;
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#keyimg h1{
	font-size: 25px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
	width: 1080px;
}

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

header .drawer-open,
header .drawer-hidden {
  display: none;
}


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


footer{
	border-top: 2px solid #000;
	padding-top: 30px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "ProN W3", "sans-serif";
}

footer #footer_rap{
	display: flex;
	justify-content: center;
	padding: 30px;
	min-width: 1020px;
	max-width: 1300px;
	margin: auto;
}

footer #footer_rap .adress{
	padding-top: 45px;
	padding-right: 45px;
}

footer #footer_rap .ftitale{
	font-size: 20px;
	height: 37px;
	margin-bottom: 30px;
}

footer #footer_rap .ftitale img{
	margin-right: 15px;
}

footer #footer_rap .ftitale a{
	font-size: 20px;
	line-height: 37px;
}

footer #footer_rap .obj01{
	margin-bottom: 20px;
}

footer #footer_rap .adress dt{
	margin-bottom: 10px;
}

footer #footer_rap .adress dd{
	font-size: 16px;
}

footer #footer_rap .adress dd a{
	margin-right: 15px;
}

footer #footer_rap #links .rap{
	display: flex;
	justify-content: space-between;
	width: 575px;
	border-left: 1px solid #ccc;
	padding-left: 40px;
	padding-top: 45px;
	padding-bottom: 45px;
}


footer #footer_rap #links .rap a:hover{
	text-decoration: underline;
}

footer #footer_rap #links .rap dt a{
	background: url("../img/arrow03.webp") left center no-repeat;
	padding-left: 20px;
	color: #0096C7;
}

footer #footer_rap #links .rap dt{
	margin-bottom: 10px;
}

footer #footer_rap #links .rap dd{
	margin-bottom: 15px;
	padding-left: 20px;
}

footer #footer_rap #links .rap dd li{
	margin-bottom: 5px;
}

footer #copy{
	font-size: 14px;
	color: #535353;
	padding: 15px;
	margin-top: 20px;
	display: block;
	text-align: center;
}


