@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #000000; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
main {
  overflow: hidden;
}

img{
	max-width: 100%;
	height: auto;
}


/*ハンバーガーボタンここから*/


.header-section{
	width: 100%;
	margin: 0 auto;
	position: relative;
}



	.open-button{
		position: fixed;
		text-align: right;
		top: 10px;
		right: 10px;
		width: 10%;
		z-index: 10;
	}
	

	
.header-section__navigation{
	width: 100%;
	height: 100%;
	background-color: #00247d;
	opacity: 0.9;
	position: fixed;
	margin-top:0;
display: none;
	z-index: 10;
}

.close-button{
	display: block;
	position: fixed;
	top: 20px;
	right:20px;
	z-index: 11;
}
.header-section__navigation ul{
	text-align: center;
	
}

.header-section__navigation ul li{
	display: block;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	line-height: 60px;
	margin-top: 15px;
}

.header-section__navigation ul li a{
	text-decoration: none;
	color: #fff;
}

/*sp表示ここから*/
@media (max-width: 519px){
	.open-button{
		width: 15%;
	}
	
	.close-button img{
		width: 65%;
	}
	
	.header-section__navigation ul li{
	display: block;
	font-size: 1.7rem;
	line-height: 40px;
	margin-top: 40px;
}
	
	
}


/*ハンバーガーボタンここまで*/



@media (max-width: 519px){
	img{
		max-width: 100%;
		height: auto;
	}
}


/*footer共通ここから*/
/*ここからfooterのcss*/

.footer_sp{
	display: none;
}

.footer-link{
	width: 100%;
	height: 82px;
	background-color: #00247d;
	
}

.footer-link ul{
	display: flex;
	justify-content: center;
	vertical-align: middle;
	line-height: 82px;
	
}

.footer-link ul li{
	font-size: 1.5vw;
	color: #fff;
	padding: 0 20px;
}

.footer-link ul li a{
	font-size: 1.5vw;
	color: #fff;
}

.footer-content{
	background-color: #eeebe4;
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: space-between;
}

.footer-address{
padding-left: 8%;
	padding-top: 60px;
}

.footer-address address{
	font-size: 1.3rem;
	line-height: 2.3rem;
	font-style: normal;
}




.footer-sns{
	text-align: center;
	width: 315px;
	height: 315px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 1%;
	margin-right: 10%;
}

.footer-sns p{
	font-size: 1.6rem;
	line-height: 2.8rem;
	padding-top: 20%;
}

.footer-sns__icon{
	display: flex;
	justify-content: center;
	padding-top: 7%;
}

.footer-sns__icon-insta,.footer-sns__icon-youtube{
	padding: 0 10px;
}


footer small{
	display: block;
	font-size: 1.2rem;
	text-align: center;
	padding: 40px 0;
}



/*sp表示ここから*/
@media (max-width: 1000px){
	footer{
		display: none;
	}
	
	.footer_sp{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	.footer-link__sp table{
		text-align: center;
		font-size: 1.5rem;
		background-color: #00247d;
		width:100%
	}
	
	.footer-link__sp tr td {
		width: 50%;
		height: 32px;
		vertical-align: middle;
		line-height: 3.2rem;
		border-bottom: 1px solid #fff;
	}
	
	.footer-link__sp tr:last-child{
		border-bottom: none;
		
	}
	
	.footer-link__sp tr td:first-child{
		border-right: 1px solid #fff;
	}
	
	.footer-link__sp tr td a{
		color: #fff;
	}
	
	
	
	.footer-info__sp{
		background-color: #eeebe4;
		width: 100%;
		margin: 0 auto;
		padding-top: 35px;
	}
	
	
	.footer-sns__sp{
	text-align: center;
	width: 275px;
	height: 275px;
	border-radius: 50%;
	background-color: #fff;
		margin: 0 auto;
}

.footer-sns__sp p{
	font-size: 1.5rem;
	line-height: 2.6rem;
	padding-top: 55px;
}

.footer-sns__icon{
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
	
	.footer-sns__icon img a{
		width: 90%;
	}

	.footer-address__sp{
		width: 80%;
		margin: 0 auto;
		padding-top: 27px;
	}
	
	.footer-address__sp img{
		width: 35%;
	}

	.footer-address__sp address{
		font-size: 1.3rem;
		line-height: 2.3rem;
		font-style: normal;
		padding: 16px 0 26px;
	}

}





/*footerの記述ここまで*/




/*footer共通ここまで*/


/* return to top */
#scroll-top {
  background-color: #eee;
  opacity: 0.7;
  bottom: 20px;
  padding: 15px;
  position: fixed;
  right: 20px;
}
#scroll-top a {
  text-decoration: none;
  color: #333;
}