@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
  background-color: #e5e5e5;
}
body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 400;
  background-color: #FFF;
	font-size: 14px;
	text-align: center;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
@media (max-width: 599px) {
  body {
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0px;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 18px;
  }
  .hidden_tb {
    display: none;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1200px;
  }
  .hidden_tb {
    display: inherit;
  }
  .hidden_pc {
    display: none;
  }
}
#gNavi {
	background-color: #CF001A;
	text-align: center;
}
#gNavi a {
	color: #FFF;
}
#gNavi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gNavi ul li a {
	display: block;
	padding: 1em 0;
}
#gNavi ul li.on a {
	background-color: rgba(0,0,0,.3);
}
#gNavi ul li a:hover {
	background-color: rgba(255,255,255,.3);
}
@media (max-width: 599px) {
}
@media (min-width: 600px) {
#gNavi ul li {
	flex-basis: 16.6%;
}
}
@media (min-width: 1025px) {
}

.nav_lang {
	background-color: #CF001A;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999
}
.nav_lang  ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100vw;
	flex-wrap: wrap;
}
.nav_lang ul li {
	flex-basis: 25vw;
}
.nav_lang ul li a {
	display: block;
	padding: 1em 0;
	color: #FFF;
	border-right: 1px solid rgba(255,255,255,.5);
}
.nav_lang ul li:last-child a {
	border-right: none;
}

@media (max-width: 599px) {
}
@media (min-width: 600px) {
}
@media (min-width: 1025px) {
}

.more a {
	display: inline-block;
	background-color: rgba(207,0,26,0.9);
	border-bottom: 3px solid #000;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 3px;
		width: 50%;
		margin: 15px auto;
		padding: 1em;
}
@media (min-width: 600px) {
	.more a {
		width: 300px;
	}
	.more a:hover {
	border-top: 3px solid #000;
	border-bottom: none;

	}
}
.footNav {
	background-image: url("../img/footNav_bg.png");
	background-position: right -50px top;
	background-size: 150% auto;
	background-repeat: no-repeat;
	background-color: #0096a3;
	color: #FFF;
}
.footNav > div {
	padding: 30px 8px;
}
.footNav .footN_lead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.footNav .footN_lead p,
.footNav .footN_lead h3 {
	font-weight: 700;
}
.footNav .footN_lead h3 {
	font-size: 22px;
}
.footNav .footN_menu {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	text-align: left;
}
.footNav .footN_menu > div {
	flex-basis: 50%;
}
.footNav .footN_menu a {
	display: block;
	color: #FFF;
}
@media (min-width: 600px) {
.footNav {
}
.footNav > div {
	padding: 0px 0px 30px;
}
.footNav .footN_lead {
	height: 170px;
}
.footNav .footN_lead h3 {
	font-size: 30px;
}
.footNav .footN_menu {
	flex-direction: row;
}
.footNav .footN_menu > div {
	flex-basis: 239px;
	border-left: 1px solid #FFF;
}
.footNav .footN_menu > div:last-child {
	flex-basis: 238px;
	border-right: 1px solid #FFF;
}
.footNav .footN_menu > div > ul {
	margin: 8px 15px;
	font-size: 16px;
}
.footNav .footN_menu > div > ul > li > ul {
	margin-left: 1em;
}
}
@media (min-width: 1025px) {
.footNav {
	background-position: center top;
	background-size: auto;
}
}
#footer {
  background-color: #e5e5e5;
}
#footer > div {
  padding: 20px 0 0;
}
#footer .footLink ul li {
  display: inline-block;
}
#footer .footLink ul li a {
  padding: 0 1em;
}
#footer .footInnr .sns ul li {
  display: inline-block;
}
@media (max-width: 599px) {
  #footer .footInnr > div {
		margin-bottom: 15px;
  }
}
@media (min-width: 600px) {
  #footer .footInnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footInnr .f_addr {
    text-align: left;
    line-height: 1.4;
  }
  #footer .footInnr .f_addr h2 {
    font-size: 18px;
  }
  #footer .footInnr .f_addr p {
    font-size: 16px;
  }
  #footer .footLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
/************20220301 miya*************/
@media (min-width: 600px) {
#footer ul.footer_info{
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	gap: 2em;
    padding: 1em 0;
}
#footer ul.footer_info li{
	 flex-basis: 30%;
	text-align: left;
}
#footer ul.footer_info li:last-child{
    margin-left: auto;
	text-align: right;
}
}
#footer .copyright{
	 font-size: 0.8em;
}
@media (max-width: 599px) {
	#footer ul.footer_info{
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	gap: 1em;
	padding: 1em 0;
    width: 80%;
    margin: auto;
}
}
/*************************/
#pagetop {
	position: fixed;
	z-index: 99990;
	bottom: 3.5em;
	right: 0px;
}
#pagetop img {
}
@media (max-width: 599px) {
#pagetop {
}
#pagetop img {
	width: 40px;
}
}
@media (min-width: 600px) {
#pagetop img {
	width: 80px;
}
#pagetop {
}
}
@media (min-width: 1025px) {
#pagetop {
	bottom: 0px;
}
#pagetop img {
	width: inherit;
}
}
	
	