@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*$break-point-width-head: 1100px;
$break-point-width-head-max: 1101px;*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*ご寄附のご案内ページ用*/
/*トップページ改修*/
/*こどもいけん広場*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
/*----------------------------------------
header
----------------------------------------*/
header .head {
  background: #69B5E6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 500;
  border-bottom: 1px solid #ffffff;
}
header .head .inner_1120 {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .head a {
  text-decoration: none;
}
.main_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_head .nav_list {
  flex-wrap: wrap;
}
.main_head .nav_list li {
  width: 100%;
}
.main_head .nav_list li.login a {
  width: 208px;
}
.fix_right {
  position: fixed;
  right: 0;
  top: 0;
}
.fix_right__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fix_right .login {
  background: #ED7954;
  height: 56px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix_right .login a {
  padding: 0 8px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
}
.fix_right .login a img {
  width: 24px;
  height: auto;
  margin-left: 8px;
}
.fix_right .login a:after {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("../media/images/hiroba/icon_user.svg");
  background-size: contain;
  -webkit-background-size: contain;
  margin-left: 8px;
  transition: 0.3s;
}
.fix_right .login a span {
  max-width: calc(100% - 40px);
  font-weight: 700;
}
.fix_right .login a:hover {
  color: #FFC95E;
}
.fix_right .login a:hover:after {
  background-image: url("../media/images/hiroba/icon_user_yellow.svg");
  transition: 0.3s;
}
.fix_right .menu {
  margin-right: 0;
}
.nav-open .main_menu .menu {
  opacity: 1;
}
.nav-open nav {
  overflow: hidden;
  pointer-events: none;
}
.nav-open nav .depth1, .nav-open nav .menu {
  pointer-events: auto;
}
li.depth1.first {
  background: #ED7954;
}
/********/
.menu {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 1200;
  pointer-events: auto;
  opacity: 1;
}
.menu:hover span {
  background-color: #FFC95E !important;
}
.menu:hover p {
  color: #FFC95E !important;
}
.menu span {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  left: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  transform-origin: center center;
  transition: transform 250ms ease;
  z-index: 200;
  top: 20px;
  transition: 0.3s;
}
.menu span:nth-of-type(1) {
  transform: translateY(-6px);
}
.menu span:nth-of-type(3) {
  transform: translateY(6px);
}
.menu p {
  position: absolute;
  bottom: 4px;
  font-size: 10px;
  line-height: 15px;
  color: white;
  font-weight: 700;
  width: 56px;
  text-align: center;
  transition: 0.3s;
}
.main_logo {
  transition: 0.3s;
}
.main_logo:hover {
  opacity: 0.7;
}
.main_menu .menu {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  right: 160px;
}
.main_menu nav {
  position: fixed;
  right: -430px;
  max-width: 420px;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  padding-top: 56px;
}
.main_menu nav ul.depth1 {
  background: #69B5E6;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  overflow-y: scroll;
  /*	li.depth2 {
				border-bottom: 1px solid white;
				position: relative;
				&:before {
					content: "";
					position: absolute;
					width: calc(100% - 16px);
					height: 100%;
					top: 0;
					left: 16px;
					background: $white;
					opacity: 0.3;
					z-index: 1;
				}
				a {
					padding: 12px 16px;
					position: relative;
					margin-left: 16px;
					border-bottom: none;
					z-index: 10;
				}
			}  */
}
.main_menu nav ul.depth1 li {
  width: 100%;
}
.main_menu nav ul.depth1 li a {
  padding: 12px 16px;
  line-height: 24px;
  font-size: 18px;
  display: block;
  color: #ffffff;
  border-bottom: 1px solid white;
}
.main_menu nav ul.depth1 li a:hover {
  color: #FFC95E;
}
.main_menu nav ul.depth1 li.depth1.last {
  padding-bottom: 120px;
}
.main_menu nav ul.depth1 li.depth1.last a {
  background: #69B5E6;
}
.nav-open .head .inner_1120 .menu {
  pointer-events: none;
  opacity: 0;
  transiton: 0.3s;
}
.nav-open nav {
  right: 0;
}
.nav-open .menu {
  pointer-events: auto;
  background-color: transparent;
  transform: rotate(360deg);
  transiton: 0.3s;
}
.nav-open .menu span:nth-of-type(1) {
  transform: translateY(1px) rotate(45deg);
}
.nav-open .menu span:nth-of-type(2) {
  display: none;
}
.nav-open .menu span:nth-of-type(3) {
  transform: translateY(-1px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .fix_right .login {
    width: 56px;
    display: block;
  }
  .fix_right .login a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
  }
  .fix_right .login a:after {
    margin: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 2px;
  }
  .fix_right .login a span {
    font-size: 10px;
    line-height: 15px;
    max-width: none;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50px;
    text-align: center;
  }
  .main_menu .menu {
    right: 56px;
  }
}
@media screen and (max-width: 420px) {
  body.nav-open {
    overflow: hidden;
    height: 100vh;
  }
  .main_menu nav ul.depth1 {
    border-left: none;
  }
}
/*----------------------------------------
footer
----------------------------------------*/
.foot {
  background: #FFC95E;
  padding: 24px 16px 8px;
  position: relative;
}
.foot .logo {
  text-align: center;
  margin-bottom: 8px;
}
.foot p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
}
.foot p span {
  display: inline-block;
}
.foot .copy {
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  margin: 0 auto;
  display: block;
}
.foot a {
  text-decoration: none;
}
.foot a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .foot p {
    text-align: left;
  }
  .foot .copy {
    text-align: center;
  }
}
/*# sourceMappingURL=./hiroba_head.css.map */