@charset "utf-8";

/*ページ全体*/

*{
margin: 0;
padding: 0;
}
li{
list-style: none;
}

header{
width: 100%; 
top: 0;
background-color: black;
box-shadow: 2px 2px 8px 0px darkgray;
position: fixed; /*ヘッダーを固定*/
z-index: 9999;
margin-top: 0px;
}
.header-top{
max-width: 1200px;
margin: auto;
position: relative;
/*z-index: 2;*/
}
.logo_header{
width: 100%; 
display: flex;
/*justify-content: flex-end;*/
margin: auto 0;
}
.logo_header img{
width: 250px;
margin-top: 30px;
margin-right: 15px; /*60px;*/
margin-left: 30px;
margin-bottom: 21px;
}

.header_koumoku{
width: 100%;
}
.koumoku_nav{
width: 100%;
display: flex;
justify-content: start;
}
.box{
/*width: 17%;*/   /*14%*/  /*8%;*/
	width: auto;
	margin-top: 16px;
	margin-left: 15px; /*20px;*/
border-left: gray solid 1.5px;
}
.box a{
width: auto;
text-align: center;
color: white;
text-decoration: none;
font-size: 14px;
line-height: 1.2;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
}
.box p{
padding-top: 9px; /*7px;*/
width: 100%;
}
.box span p{
margin-top: -7px; /*-6px;*/
}
.init-lineup::before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 70%;
height: 2.5px;
background: #f5a200;  /*rgb(254,80,0);*/
opacity: 0;
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.box a p:hover{
	/*opacity: 80%;*/
	color: #f5a200;
transition-duration: 0.5s;
}
.box a p{
/*padding-bottom: 5px;*/
	position: relative;
	color: white;
	text-decoration: none;
	margin-left: 8px; /*10px;*/
/*letter-spacing: 1px;*/
font-feature-settings: "palt";
}
.box a p span{
color: black;
/*font-weight: bold;*/
background-color: #ffe100;
padding: 7px 8px 6px 7px;
border-radius: 2px;
}
.box a p span:hover{
opacity: 80%;
transition-duration: 0.5s;
}
/*.box a p::before {
  background: #f5a200;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform-origin: right top;
  transform: scale(0, 1);
	transition: transform .3s;
	color: white;
	text-decoration: none;
}*/
.box a p:hover::before {
transform-origin: center top;
/*  transform-origin: left top;*/
	transform: scale(1, 1.3);
	color: white;
	text-decoration: none;
}
ul{
margin-top: 20px;
margin-left: 0px;
font-family: 游ゴシック体, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
}


.box-big span {
width: auto;
color: white;
font-weight: bold;
background-color: #ff701e;  /*#f5a200;*/
padding: 10px 20px 9px 20px;
border-radius: 8px;
margin-top: 21px;
/*margin-left: 30px;*/
font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
/*text-shadow: 2px 2px 0 dimgray;*/
}
.box-big{
width: 350px;
padding-top: 41px;
/*text-align: right;*/
margin-right: 30px;
}
.box-big a{
text-decoration: none;
}
.box-big a p{
	width: 100%;
	text-align: right;
}
.box-big span:hover{
opacity: 85%;
}

.box-big2 a p span{
width: auto;
color: black;
/*font-weight: bold;*/
background-color: #ffe100;
padding: 7px 8px 6px 7px;
border-radius: 2px;
	margin-top: 21px;
	font-size: 14px;
font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
/*color: black;*/
/*font-weight: bold;*/
/*background-color: #ffe100;
padding: 7px 8px 6px 7px;
border-radius: 2px;
}*/
.box-big2{
width: 350px;
padding-top: 42px;
/*text-align: right;*/
margin-right: 10px;
}
.box-big2 a{
text-decoration: none;
}
.box-big2 a p{
	width: 100%;
	text-align: right;
}
.box-big2 span:hover{
opacity: 85%;
}

/*@media screen and (max-width: 1080px){
.box{
width: 18%;
}
}
@media screen and (max-width: 1047px){
.box{
width: 19%;
}
}*/
@media screen and (max-width: 1035px){
.box-big{
width: 380px;
}
}
@media screen and (max-width: 970px){
.logo_header img{
margin-right: 5px;
width: 200px;
margin-top: 33px;
padding-bottom: 4px;
}
.box a{
font-size: 13px;
}
.box{
margin-left: 15px;
}
}
@media screen and (max-width: 900px){
.box a p span{
padding: 7px 6px 6px 5px;
}
.box a p{
margin-left: 6px;
	}
.box{
margin-left: 13px;
}
}

/*865pxでハンバーガー*/

@media screen and (max-width: 865px){
.logo_header img{
width: 170px;
padding-bottom: 7px;
}
}

/*840pxでハンバーガー*/
@media screen and (max-width: 840px){
.box-big,.box-big2{
display: none;
}
}

@media screen and (max-width: 772px){
.box{
width: 25%;
}
}
@media screen and (max-width: 739px){
.box{
width: 27%;
}
}
@media screen and (max-width: 711px){
.box{
width: 29%;
}
.box-big{
width: 370px;
}
}
/*@media screen and (max-width: 700px){
.box-big{
display: none;
}
}*/

/*700pxでハンバーガー*/

@media screen and (max-width: 600px){
.logo_header img{
width: 150px;
padding-bottom: 10px;
}
}




/*指定位置までスクロール&いい位置*/
/*#link1{
    display: block;
    padding-top: 115px;
    margin-top: -80px;
}*/
#link2{
    display: block;
    padding-top: 100px;
    margin-top: -70px;
}











