@charset "UTF-8";

/*common template
--------------------------------------*/
img {
	width: 100%;
}
.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;
}

.pc_none,.sp {
	display:none;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #3775BB;
	background-position: center top;
	font-size: 62.5%;
}
body {
	/*background-color: #FFFFFF;*/
	background: #3775BB;
	background-size: auto 1000px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.wrap {
	position: relative;
	width: 100%;
	/*min-height: 100vh;*/
	margin: 0 auto;
	background: url(../img/common/bg_pc.jpg);
	background-size: auto 3566px;
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_main {
	width: 100%;
	/*background: url(../img/common/bg_main.png);*/
	/*background-size: auto 702px;*/
	/*background-size: auto 1200px;
	background-repeat: no-repeat;
	background-position: center top;*/
}
.bg_content {
	/*width: 100%;
	background: url(../images/common/bg_img_main.png);
	background-size: auto 600px;
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.container {
	/*position:relative;*/
	display:flex;
	justify-content:space-between;
	width: 1000px;
	min-height: 1000px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
	overflow: hidden;
}
main {
	min-height: 1082px;
	width:740px;
}

main .inner {
	margin: 20px 0;
}

/*header
--------------------------------------*/
#header {
	position: relative;
	width: 100%;
	min-height: 130px;
	margin: 0 auto;
	background-color: #3775BB;
	box-shadow: 0px 3px 6px rgb( 0,0,0,0.16);
}
#header .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	z-index: 0;
}

#header .inner .image_title {
	padding-top:10px;
	display:flex;
	align-items: center;
	justify-content:space-between;
}
#header .inner .image_title .title_logo {
	display: flex;
	justify-content: space-between;
}
#header .image_title .title_logo p{
	margin-left: 20px;
}

#header .inner h1 a {
	
}

#header .logo_title .logomark {
	margin-right: 5px;
}
#header .logo_title .eg_title {
	text-shadow:1px 1px 3px #000;
	font-weight:600;
	font-size: 1.1em;
}
#header .logo_title .eg_title span {
	font-size: 1.5em;
}
#header .logo_title .eg_title a {
	text-decoration: none;
	color: #fff;
}

/*sidebar
--------------------------------------*/
sidebar {
	z-index: 1;
	/*background: rgba (255,255,255,0.8);*/
	width: 260px;
	height: 100%;
	margin: 3px auto 0;
}
sidebar .side_inner {
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
}

sidebar .side_inner .menu {
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}
sidebar .side_inner .menu li {
	padding: 0 0 0 30px;
	margin: 7px 0 7px 0px;
	font-size:14px;
	line-height: 55px;
	background: rgba(255,255,255,0.85);
	box-shadow: 1px 1px 2px #666;
	
}
sidebar .side_inner .menu a li{
	text-decoration: none;
	color: #3775BB;
	font-weight: 600;
	position:relative;
}
sidebar .side_inner .menu a li:hover {
	/*background: rgba(255,231,255,1);*/
}
sidebar .side_inner .menu a {
	position: relative;
}
sidebar .side_inner .menu a::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	/*背景の形状*/
	width: 0;
	height:100%;
	background:#3775BB;
	/*アニメーションの指定*/
	transition:all .5s;
	opacity: 0;/*はじめは透過0*/
}
sidebar .side_inner .menu a:hover::after {
	/*背景の形状*/
	width: 100%;/*横幅を伸ばす*/
	opacity: 1;/*不透明に*/
}
sidebar .dl_poster {
    width: 92%;
    margin: 10px auto;
    display: block;
	transition:0.5s;
}
sidebar .dl_poster:hover {
	opacity: 0.7;
}
sidebar .dl_poster img {
    border: solid 1.5px #aaa;
}

sidebar .side_inner .menu .disable{
	text-decoration: none;
	color: #808080;
	font-weight: 600;
	position:relative;
	background:#d3d3d3;
}

/*---------------------*/
sidebar .side_inner .menu li::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 100%;
	width: 5px;
	/*border-radius: 50%;*/
	background: rgba(44,93,165,1);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
sidebar .side_inner .menu li::after {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #BE0017;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
sidebar .banner_wrap {
	margin-top: 20px;
}
sidebar .banner_wrap .banner_area {
	margin-bottom: 7px;
	box-shadow: 1px 1px 2px #666;
}
sidebar .tourism {
	margin-top:30px;
}
sidebar .banner_wrap.tourism .banner_area {
	box-shadow: none;
} 
sidebar .poster img{
	display: inline-block;
	margin: 5px 0 5px 15px;
	border: solid 1px #ccc;
}
sidebar .side_inner .menu li.poster {
	display: flex;
	align-items: center;
}
sidebar .side_inner p.poster_text {
	padding: 3px 0px;
	font-size: 18px;
	text-align: center;
	border:solid 1px #fff;
	border-radius: 5px;
	background:#3775BB;
}
sidebar .side_inner p.poster_text a {
	color: #fff;
	transition: 0.5s;	
}
sidebar .side_inner p.poster_text a:hover {
	opacity: 0.7;
}
/*footer
--------------------------------------*/
#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: 2;
    /*はじめは非表示*/
  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);
  }
}
/*------------------------------------*/
footer{
	width: 100%;
	margin: 0 auto;
}
.footer {
	background: #3775BB;
	/*background: linear-gradient(180deg, rgba(37,91,170,1) 0%, rgba(51,104,184,1) 50%, rgba(44,93,165,1) 100%);*/
	padding: 30px 0;
}
.footer .inner {
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	font-size:18px;
}
.footer .inner a {
	transition: 0.3s;
}
.footer .inner a:hover {
	opacity: 0.8;
}
.footer .inner > div {
	width: 48%;
	font-size: 1.3rem;
	color: #fff;
	flex-wrap: wrap;
}
.footer .inner div p {
	width:100%;
	margin:0 auto;
}
.footer .inner .footer_title {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	width: 100%;
	font-size:18px;
	font-weight: 600;
}
.footer .inner div p.footer_text a{
	color: #fff;
	text-decoration: underline;
}
.copy{
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
	/* 999px以下に適用されるCSS（スモールPC用） */
	.container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 0;
		z-index: 0;
	}
	main {
		
		width: calc( 100% - 280px );
	}
	main .inner {
		margin: 20px 0;
	}
	/*header　999以下
	 * --------------------------------------*/
	#header {
		position: relative;
		padding: 0 3.125em;
		margin: 0 auto;
		
	}
	#header .inner {
		position:relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		line-height: 0;
		z-index: 0;
		overflow: hidden;
		align-items: center;
	}
	#header .inner h1{
		width: 100%;
	}
	#header .inner h1 img {
		width: 100%;
	}
	/*sidebar 999以下
	 * --------------------------------------*/
	sidebar {
		width: 240px;
	}
	sidebar .side_inner .menu li {
		padding: 0 0 0 20px;
	}
	/*footer 999以下
	 * --------------------------------------*/
	.footer .inner {
		width: 98%;
		padding:0 1%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 820px) {
	/* 820px以下に適用されるCSS（タブレット用） */
	.wrap {
		background: url(../img/common/bg_sp.jpg);
	}
	#header .inner .image_title {
		height: auto;
		padding: 2% 0;
	}
	.container main .inner {
		
	}
	
	main .content_area .content_left {
		width:98%;
		padding: 0 1%;
		margin-bottom: 20px;
	}
	
	
}
@media screen and (max-width: 680px) {
	body {
		
	}
	#header .inner h1 {
		width: calc(100% - 30px);
	}
	.container{
		flex-flow:column-reverse;
	}
	.container main {
		width:100%;
		margin-top: 25%;
	}
	/* 680px以下に適用されるCSS（スマホ用） */
	.pc_none,.sp {
		display: block;
	}
	.sp_none,.pc {
		display: none;
	}
	main {
		width:100%;
		margin-left:0;
		
	}
	.wrap {
		background-position: center -30px;
	}
	.bg_main {
		width: 100%;
		background: url(../img/common/bg_top.png);
		/*background-size: auto 702px;*/
		background-size: auto 15%;
		background-repeat: no-repeat;
		background-position: calc( 70% ) top;
		
	}
	
	.sp_nav .nav{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #3571B8;
background: linear-gradient(180deg,rgba(53, 113, 184, 1) 0%, rgba(62, 149, 210, 1) 100%);
		background-repeat: no-repeat;
		background-position: center center;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 999;
		/* 初期：非表示 */
		visibility: hidden;
		opacity: 0;
		/* ふわっと表示 */
		transition: 0.5s ease-in-out;
	}
	.sp_nav .nav ul{
		list-style:none;
		font-size: 1.3em;
		width:60%;
	}
	.sp_nav .nav ul li {
		position:relative;
		padding-left: 5%;
		width:100%;
	}
	.sp_nav .nav ul li:before {
		content:"●";
	}
	.sp_nav .nav li:not(:last-child){
		margin-bottom: 15px;
	}
	.sp_nav .nav a{
		color: #ffffff;
	}
	/* ナビゲーションボタン（開く） */
	#navbtn{
		position: fixed;
		top: 15px;
		right: 15px;
		padding: 0;
		outline: none;
		border: none;
		background: none;
		width: 30px;
		height: 20px;
		cursor: pointer;
		z-index:999;
	}
	#navbtn::before,#navbtn::after{
		content : '';
		display: block;
		height: 1px;
		background-color: #fff;
		transform: translateY(10px);
		transition: 0.3s ease-in-out;
	}
	#navbtn::before{
		transform: translateY(-10px);
		box-shadow: 0 10px #fff;
	}
	/* ナビゲーションボタン（閉じる） */
	.open #navbtn{
		z-index: 9999;
	}
	.open #navbtn::before{
		transform: rotate(-45deg);
		box-shadow: none;
	}
	.open #navbtn::after{
		transform: rotate(45deg);
		box-shadow: none;
	}
	/* ナビゲーションメニュー 開いた時*/
	.open .nav{
		visibility: visible;
		opacity: 1;
	}
	/*header　680以下
	 * --------------------------------------*/
	#header {
		position:fixed;
		top:0;
		left:0;
		min-height: 50px;
		z-index:1;
		padding: 0 0.125em;
		/*background-color: rgba(48, 71, 157, 0.5);*/
		backdrop-filter: blur(5px);
	}
	
	#header .inner {
		flex-flow: column-reverse;
		padding: 5px 10px 5px;
	}
	#header .inner .image_title {
		padding: 0;
		flex-flow:column-reverse;
		align-items:flex-end;
	}
	#header .inner .image_title h1 {
		width: 100%;
	}
	#header .inner .image_title .title_logo {
		width: 135px;
		padding-right: 50px;
	}
	#header .image_title .title_logo p {
		margin-left: 0;
	}
	.copy {
		padding: 20px 1%;
		font-size: 14px;
	}
	

	/*sidebar 680以下
	 * --------------------------------------*/
	#menu-side_menu {
		display: none;
	}
	sidebar {
		position: relative;
		clear:both;
		height:0;
		/*padding-top: 250px;*/
		/*margin-bottom: 30px;*/
		z-index: 0;
	}
	.side_inner {
		display: none;
	}
	/*footer 680以下
	 * --------------------------------------*/
	footer {
		position:relative;
	}
	.footer .inner {
		flex-flow: column;
		width: 90%;
		margin: 0 auto;
		align-items: center;
	}
	.footer .inner > div {
		width: 100%;
		padding-top: 32px;
	}
	.footer .inner > div img {
		margin: 20px auto;
	}
	
}
@media(min-width: 680px){
  /* PCではボタン非表示 */
  #navbtn{
    display:none;
  }
  /* メニューを右に寄せる */
  .sp_nav .nav{
    /* 右寄せ */
	 display: none;
  }
}
@media screen and (max-width: 480px) {
	.wrap {
		background-position: center -30px;
	}
	#header{
		padding-left: 0;
	}
}