@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family:sans-serif;

	color:#252525;
	font-size:16px;
	line-height: 1.7;
	background-color:#dcdcdc;
	
}

/* スムーススクロールにする */
html{
scroll-behavior: smooth;
}


.container {
	margin: 0 auto;
}

header {
	padding: 20px;
	text-align:left;
	background-color:#ff4500;
	box-shadow: 0 0 10px black;
	background-image:url("../img/bg.jpg");
background-size:auto;
}


.hamburger {
	border: none;
	width: 50px;
	height: 50px;
	background: url(../images/btn.png) no-repeat;
	background-size: contain;
}





    .scroll {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
    }
    .scroll span {
      display: inline-block;
      padding-left: 100%;
      animation: move 30s linear infinite;
	font-size:50px;text-shadow: 4px 4px 6px #999;
    }



.scroll{
  font-family: "Nosifer", sans-serif;
  font-weight: 500;
	color: #ff4500;
	text-shadow: 4px 4px 6px black;

  font-style: normal;
}






main{
	width:640px;
	margin:0 auto;
	display:block;
}

.group_image{
    max-width: 100%;
    max-height: auto;
    text-align: center;
filter: drop-shadow(4px 6px 10px black);




}

.item {
max-width: auto; 
text-align: center;
filter: drop-shadow(4px 6px 10px black);

}

.bigbox {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.bigbox .item {
margin: 10px;
}

footer {
	padding: 15px;
	background: #ff4500;
	color: #fff;
	margin-top: 30px;
	text-align: center;
box-shadow: 0 0 8px black;
}


h1 {
	margin: 0;
	color: white;
    text-align: center;
    font-size:50px;
 font-family: "Goldman", serif;
  font-weight: 700;
align-items: center;
text-shadow: 4px 4px 6px black;

}






/* 見出しh1～h3 */
h2{
	text-align: center;
 text-shadow: 4px 4px 6px #999;
margin: 0;
	color: #ff4500;
    text-align: center;
    font-size:50px;
 font-family: "Goldman", serif;
  font-weight: 700;
align-items: center;
text-shadow: 4px 4px 6px black;

}


/* ナビゲーション */
.menu {
margin: 10px 0 30px;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
box-shadow: 0 0 10px black;
}
.menu li a {
display: block;
padding: 30px 50px;
color: #fff;
font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
font-size:30px;
text-shadow: 4px 4px 6px black;
text-decoration: none;
text-align: center;
background-color: #ff4500;
margin:25px;
border-radius: 5px;
}
.menu li a:hover {
background-color: black;
color: #fff;

}


/* 画像レスポンシブ*/
img{
max-width:100%;
height:auto;
}

/* テキストや画像をセンター*/
.naka{
text-align: center;
font-size:30px;
}


/* リンク画像をマウスオーバーで明るく */
a img:hover {
opacity: 0.6;
}

/* 回り込みの指定 */
.migi{
margin:0 0 25px 25px;
float:right;
}

.hidari{
margin: 0 25px 25px 0;
float: left;
}

/* Responsive adjustments */
@media only screen and (max-width:767px){
  .container {
    padding: 20px;
  }

  h2 {
    font-size: 20px;
  }

  p {
    font-size: 15px;
    text-align: justify;
  }

  .menu {
    flex-direction: column;
  }

  .menu li a {
    width: 100%;
    box-sizing: border-box;
  }
}


.box{
    max-width: 800px;
    margin: auto;
    text-align: justify;
    font-size:20px;
}

/* bg*/

.bg01{
background-color:#ffffff;
margin: 60px 0;
text-align: center;

font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ff4500;
filter: drop-shadow(4px 6px 10px black)
}

.bg02{
background-color: #ffffff;
margin: 60px 0;
text-align: center;
box-shadow: 0 0 10px black;
font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ff4500;
filter: drop-shadow(4px 6px 10px black)
}

.bg03{
background-color:#ffffff;
margin: 60px 0;
text-align: center;
box-shadow: 0 0 10px black;
font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ff4500;
filter: drop-shadow(4px 6px 10px black)}

.bg04{
background-color: #ffffff;
margin: 60px 0;
text-align: center;
box-shadow: 0 0 10px black;
font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ff4500;
filter: drop-shadow(4px 6px 10px black)
}



.bg05{
background-color: #ffffff;
margin: 60px 0;
text-align: center;
box-shadow: 0 0 10px black;
font-family: "Nosifer", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ff4500;
filter: drop-shadow(4px 6px 10px black)
}

/*js button */
.to-top{
	background: #ff4500;
	position: fixed;
	bottom: 16px;
	right: 32px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #f0f8ff;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}

.to-top.active {
	bottom: 32px;
	pointer-events: auto;
	opacity: 1;
}

/*js button*/


/*image hover*/
.item{
transition-duration: 0.3s;
}
.item img{
width: 100%;
cursor: pointer;
}

.item:hover{
box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
transform: translateY(-10px);
transition-duration: 0.7s;
}
/*image hover*/

