@charset "UTF-8";
/*common template
--------------------------------------*/
/* var */ :root {
  --color-primary: #14126E;
  --color-secondary: #394297;
  --text-base: 16px;
}
li,ol {
	list-style: none;
}
.flex {
	display:flex;
}
.space-between {
	justify-content:space-between;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px
}
.mt30 {
	margin-top: 30px
}
.mt40 {
	margin-top: 40px
}
.mt50 {
	margin-top: 50px
}
.mb10 {
	margin-bottom: 10px;
}
.mb10 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.clear {
	clear: both;
}
/*eCAPTCHAv3のバッジ表示*/
.grecaptcha-badge{
	/*visibility: hidden;*/
	bottom: 100px  !important;
}

.sp, .tb {
	display:none;
}
html {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	background-position: center top;
}
body {
	background:#A6D8F2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	word-break: break-all;
	position:relative;
}
body {
	/*display: none;*/
}
/*header*/
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.header.on{
	
}
.header_wrap {
	width:1000px;
	padding: 20px 20px 10px;
	margin: 0 auto;
}
.header_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1 {
	width: 40%;
}
.responsive_btn {
	width: 70px;
}
.responsive_btn .menu_close {
	display: none;
}
/*ハンバーガーメニュー*/
.nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff;
	display:block;
	width: 100%;
	padding: 10px;	
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	z-index: 999;
	/* 初期：非表示 */
	visibility: hidden;
	opacity: 0;
	/* ふわっと表示 */
	transition: 0.5s ease-in-out;
	overflow-y: scroll;
}
.nav .drawer {
	display:flex;
	justify-content:center;
	vertical-align: baseline;
	max-width: 820px;
	margin: 0 auto;
	line-height: 1.4;
	font-size: .9em;
	padding: 0em 1em 2em 1em;
}
.nav .sp_logo img {
	width:100%;
}
.nav .navi_line {
	border-top: 1px solid #f9f9f9;
	padding: 0.4em 0.6em;
}
.nav .parent-menu {
	font-size:1em;
}
.nav .navi_flex {
	display:flex;
}
.nav .navi_flex .parent-menu{
	width: 37%;
}
.nav .navi_flex .child-menu {
	width: 63%;
}
.nav .navi_flex .child-menu li {
	margin-bottom: 0.3em;
	font-size:0.9em;
}
.nav a{
	color: #000;
}
/* ナビゲーションボタン（開く） */
#navbtn{
	position: fixed;
	top: 15px;
	right: 15px;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index:999;
	transition: 0.3s ease-in-out;
}
	/* ナビゲーションボタン（閉じる） */
.open #navbtn{
		z-index: 9999;
}
.open #navbtn .menu {
	display:none;
}
.open #navbtn .menu_close {
	display:block;
}
	/* ナビゲーションメニュー 開いた時*/
	.open .nav{
		visibility: visible;
		opacity: 1;
		width:100%;
	}
}
@media(max-width: 600px){
	.sp {
		display: block;
	}
}
/*footer*/
footer{
	width: 100%;
	margin: 0 auto;
	height:300px;
	background: #66ABDE;
	padding-top: 30px;
}
.footer_wrap {
	background: url('../images/town_2.png') center bottom / contain repeat-x;
}
.footer_wrap .footer_logo{
	width:260px;
	margin: 0 auto;
	padding: 5rem 0;
}
.footer_wrap copy {
	font-family: "BIZ UDGothic", sans-serif;
	font-weight:600;
	font-size:12px;
	display:block;
	text-align:center;
	margin: 0 auto;
	color:#fff;
	letter-spacing: 0.1em;
	padding: 0 0 1.8rem;
}
#page-top a{
  width: 50px;
  height: 50px;
  transition:all 0.3s;
}

#page-top a:hover{
  
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 100;
	width: 95px;
	height: 95px;
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
@media (max-width: 600px){
	#navbtn{
		width: 45px;
		height:45px;
	}
	#page-top {
		width:45px;
		height:45px;
	}
}