@charset "UTF-8";
/* コンテンツ */

.yokoku {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 0.68em;
    line-height: 1.4;
    text-align: left;
    z-index: 3;
}
#header {
    transition: all 0.5s;
    z-index: 2000;
    border-bottom: 1px solid transparent;
    background-color: transparent;
}
#header span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.5s;
}
#header h1 {
    display: none;
    transition: all 0.5s;
}
#toggle span {
    background-color: #fff;
    transition: all 0.5s;
}
#gnavi ul li a {
    border: 1px solid #fff;
    color: #fff;
}

.hscr #header {
    z-index: 2000 !important;
    border-bottom: 1px solid #ccc;
}
.hscr #header span {
    opacity: 1;
}
.hscr #header h1 {
    display: block;
}
.hscr #toggle span {
    background-color: #333;
}
.hscr #gnavi ul li a {
    border: 1px solid #666;
    color: #333;
}

.bg_mn {
    background-image: url("../img/bg_name.jpg");
    background-position: center center;
    background-size: cover
}
.mn_tx {
    text-align: center;
    line-height: 0;
}
.mn_tx img {
    width: 100%;
}
.mn_tx ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto 3em;
}
.mn_tx ul li:first-child {
    width: 38%;
    padding: 0.7em 0;
    border-top: 1px solid #214062;
    border-bottom: 1px solid #214062;
}
.mn_tx ul li:last-child {
    width: 57%;
}
.mn_tx h2 {
    width: 80%;
    margin: 0 auto 5em;
}
.mn_tx h3 {
    width: 40%;
    margin: 0 auto 5em;
}

.cont_box {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1040px;
}
.cont_box h4 {
    line-height: 0;
    margin-bottom: 2em;
}
.cont_box h4 img {
    width: 100%;
}
.cont_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li:nth-child(2) {
    display: none;
}
.cont_box ul li a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #3da7c6;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1;
    padding: 1em 0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    /*background-image: url("../img/arr_link.png");
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 16px auto;*/
    transition: all 0.3s;
}
.cont_box ul li a span {
    font-size: 0.7em;
}
.cont_box ul li:nth-child(2) a {
    background-color:#7ba44b;
    /*color: rgba(255,255,255,0.5);
    opacity: 0.5;
    pointer-events: none;*/
}
.cont_box ul li a:hover {
    opacity: 0.6;
}


.sky_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0;
}
.sky_mv {
    position: relative;
    width: 100%;
	height: 100%;
    overflow: hidden;
}
#skymovie {
    position: absolute;
}
.sky_box {
    color: #fff;
}
.sky_box figure {
    text-align: center;
    margin-bottom: 5em;
}
.sky_box figure h3 {
    font-size: 10em;
    font-weight: 400;
    opacity: 0.4;
    line-height: 1;
}
.sky_box figure h4 {
    font-size: 1.8em;
    line-height: 1.6;
    font-weight: 500;
    margin: 1em auto 1em;
}
.sky_box figure h4 strong {
    display: inline-block;
    width: 3em;
}
.sky_box figure p {
    line-height: 2;
}

.fut_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.fut_box ul li img {
    width: 60%;
}
.fut_box ul li {
    width: 29%;
}
.fut_box ul li h3 {
    width: 50%;
    margin: 0 auto 1em;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,100,0.1);
}
.fut_box ul li h3 span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}
.fut_box ul li h4 {
    color: #ccffff;
    font-size: 1.24em;
    font-weight: 500;
    line-height: 1.7;
}
.fut_box ul li h5 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
}
.fut_box ul li p {
    line-height: 1.7;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.zeh_title {
    background-image: url("../img/zeh_bg.webp");
    background-position: center top;
    background-size: auto 120%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio:20 / 7;
}
.zeh_title h3 {
    width: 50%;
    line-height: 0;
}
.zeh_title h3 img {
    width: 100%;
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
.zeh_title section {
    margin: 3em auto 3em 3em;
    filter: drop-shadow(0 0 5px rgba(0,50,0,1));
}
.zeh_title section p {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.zeh_title section h4 {
    font-size: 2em;
    line-height: 1;
    font-weight: 500;
}
.zeh_title section h4 span {
    font-size: 2em;
}
.zeh_title ul {
    display: inline-block;
    background-color: rgba(0,50,0,0.3);
    padding: 2em;
    border-radius: 1em;
}
.zeh_title ul li:first-child {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.5em 1em;
    line-height: 1;
    font-size: 1.24em;
    border-radius: 0.5em;
}
.zeh_title ul li:last-child {
    line-height: 1.7;
    margin-top: 0.5em;
}

.zeh_box ul li:first-child {
    line-height: 2;
    margin-bottom: 3em;
}
.zeh_box ul li:first-child h3 {
    font-size: 1.4em;
    color: #00a040;
    line-height: 1;
    margin-bottom: 0.5em;
}
.zeh_box ul li:first-child h3 span {
    font-size: 1.5em;
}
.zeh_box ul li:last-child {
    text-align: center;
}
.zeh_box ul li:last-child img {
    width: 100%;
    max-width: 1000px;
}

.zeh_detail ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.zeh_detail ul li {
    width: 30%;
}
.zeh_detail ul li h3 {
    background-image: url("../img/zeh_1.jpg");
    background-position: center top;
    background-size: auto 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio:2;
}
.zeh_detail ul li:nth-child(2) h3 {
    background-image: url("../img/zeh_2.jpg");
}
.zeh_detail ul li:nth-child(3) h3 {
    background-image: url("../img/zeh_3.jpg");
}
.zeh_detail ul li h3 img {
    width: 70%;
}
.zeh_detail ul li h4 {
    box-sizing: border-box;
    background-color: #8aabcb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    padding: 1.5em;
    margin-bottom: 1em;
}
.zeh_detail ul li:nth-child(2) h4 {
    background-color: #e1989e;
}
.zeh_detail ul li:nth-child(3) h4 {
    background-color: #9abb99;
}
.zeh_detail ul li h4 span {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.4;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.zeh_detail ul li h4 span::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #fff;
    left: 25%;
    bottom: 0;
}
.zeh_detail ul li h4 strong {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1;
}
.zeh_detail ul li p {
    line-height: 1.7;
}

.acmap {
    position: relative;
    z-index: 1;
}
.acmap img {
    width: 100%;
}
.leaflet-container {
	background: #fff !important;
	outline-offset: 0 !important;
}
.leaflet-left .leaflet-control {
  margin-left: 0 !important;
}
.leaflet-top .leaflet-control {
  margin-top: 0 !important;
}

.life_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 3em;
    padding-top: 3em;
}
.life_box ul li:nth-child(1) h3 {
    display: inline-block;
    font-size: 2em;
    line-height: 1.1;
    color: #999;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 0 1em;
}
.life_box ul li:nth-child(2) {
    width: 40%;
    margin-left: 3em;
}
.life_box ul li img {
    width: 100%;
}
.traffic {
    margin-bottom: 3em;
}
.traffic img {
    width: 100%;
}
.swipe {
    display: none;
}

.mdmap {
    position: relative;
    z-index: 1;
}
.mdmap img {
    width: 100%;
}

.gal_box {
    margin-bottom: 3em;
}
.gal_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}
.gal_box ul li:nth-child(1) {
    border: 1px solid #666;
    padding: 0.5em 1em;
}
.gal_box ul li:nth-child(2) {
    font-size: 1.32em;
    margin-left: 1em;
}

@media screen and (max-width: 960px) {
.yokoku {
    position: static;
    color: #333;
    border-bottom: 1px solid #eee;
    font-size: 0.68em;
    line-height: 1.4;
    text-align: left;
    padding: 1em;
}

.mn_tx ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 3em;
}
.mn_tx ul li:first-child {
    width: 40%;
    padding: 0.7em 0;
    margin-bottom: 1em;
}
.mn_tx ul li:last-child {
    width: 50%;
}
.mn_tx h2 {
    width: 90%;
    margin: 0 auto 4em;
}
.mn_tx h3 {
    width: 50%;
    margin: 0 auto 4em;
}

.cont_box {
    width: 100%;
}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li a {
    font-size: 1.4em;
    padding: 1.1em 0;
    /*background-position: right 10px bottom 10px;
    background-size: 14px auto;*/
}
.cont_box ul li a span {
    display: none;
}

.sky_box figure {
    margin-bottom: 4em;
}
.sky_box figure h3 {
    font-size: 12vw;
    line-height: 1;
}
.sky_box figure h4 {
    font-size: 1.4em;
    line-height: 1.7;
    margin: 1em auto 1em;
}
.sky_box figure h4 strong {
    display: none;
}
.sky_box figure p {
    text-align: left;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.fut_box ul {
    margin-bottom: -2em;
}
.fut_box ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
}
.fut_box ul li h3 {
    width: 20%;
    margin: 0;
    border: 3px solid rgba(255,255,255,0.3);
}
.fut_box ul li h3 span {
    border: 1px solid #fff;
}
.fut_box ul li section {
    width: 75%;
}
.fut_box ul li h4 {
    font-size: 1.16em;
}
.fut_box ul li h5 {
    font-size: 1.32em;
}
.fut_box ul li p {
    
}

.zeh_title h3 {
    width: 80%;
}
.zeh_title section {
    margin: 3em auto 3em 1em;
}
.zeh_title section p {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.zeh_title section h4 {
    font-size: 4vw;
}
.zeh_title ul {
    padding: 1.5em;
    border-radius: 1em;
}
.zeh_title ul li:first-child {
    font-size: 1.16em;
}
.zeh_title ul li:last-child {
    margin-top: 0.6em;
}

.zeh_detail ul {
    margin-bottom: -3em;
}
.zeh_detail ul li {
    width: 100%;
    margin-bottom: 3em;
}
.zeh_detail ul li section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.zeh_detail ul li h3 {
    width: 50%;
}
.zeh_detail ul li h4 {
    width: 50%;
    margin-bottom: 0;
}
.zeh_detail ul li h4 span {
    font-size: 1em;
}
.zeh_detail ul li h4 strong {
    font-size: 1.16em;
}
.zeh_detail ul li p {

}

.life_box ul {
    flex-direction: column;
    margin: 0 auto 3em;
    padding-top: 3em;
}
.life_box ul li:nth-child(1) h3 {
    font-size: 2em;
    margin-bottom: 1em;
}
.life_box ul li:nth-child(2) {
    width: 60%;
    margin-left: 0;
}

.gal_box {
    margin-bottom: 3em;
}
.gal_box ul {
    flex-direction: column;
}
.gal_box ul li:nth-child(1) {
    border: 1px solid #666;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.gal_box ul li:nth-child(2) {
    font-size: 1.32em;
    margin-left: 0;
}

}


@media screen and (max-width: 520px) {

.mn_tx ul {
    margin: 0 auto 3em;
}
.mn_tx ul li:first-child {
    width: 50%;
    padding: 0.7em 0;
    margin-bottom: 1em;
}
.mn_tx ul li:last-child {
    width: 65%;
}
.mn_tx h2 {
    width: 75%;
    margin: 0 auto 3em;
}
.mn_tx h3 {
    width: 65%;
    margin: 0 auto 3em;
}

.cont_box h4 {
    margin-bottom: 1em;
}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li a {
    font-size: 1.24em;
    padding: 1.3em 0;
    /*background-position: right 5px bottom 5px;
    background-size: 12px auto;*/
}

.sky_box figure {
    margin-bottom: 3em;
}
.sky_box figure h3 {
    font-size: 15vw;
    line-height: 1;
}
.sky_box figure h4 {
    font-size: 5vw;
    line-height: 1.7;
    margin: 1em auto 1em;
}
.sky_box figure p {
    font-size: 0.92em;
}

.fut_box ul {
    margin-bottom: -2em;
}
.fut_box ul li {
    margin-bottom: 2em;
}
.fut_box ul li h3 {
    width: 30%;
    margin: 0;
}
.fut_box ul li section {
    width: 65%;
}
.fut_box ul li h4 {
    font-size: 1em;
}
.fut_box ul li h5 {
    font-size: 1.32em;
}
.fut_box ul li p {
    font-size: 0.92em;
}

.zeh_title h3 {
    width: 100%;
}
.zeh_title section {
    text-align: center;
    margin: 3em auto;
}
.zeh_title section p {
    font-size: 4vw;
    margin-bottom: 0.5em;
}
.zeh_title section h4 {
    font-size: 4.2vw;
}
.zeh_title ul {
    padding: 1.5em;
    border-radius: 1em;
}
.zeh_title ul li:first-child {
    font-size: 1.08em;
}
.zeh_title ul li:last-child {
    font-size: 0.92em;
    margin-top: 0.7em;
}

.zeh_box ul li:first-child h3 {
    font-size: 1.24em;
}
.zeh_box ul li:first-child p {
    font-size: 0.92em;
}

.zeh_detail ul {
    margin-bottom: -3em;
}
.zeh_detail ul li {
    margin-bottom: 3em;
}
.zeh_detail ul li h3 {
    width: 100%;
}
.zeh_detail ul li h4 {
    width: 100%;
}
.zeh_detail ul li h4 span {

}
.zeh_detail ul li h4 strong {

}
.zeh_detail ul li p {
    font-size: 0.92em;
}

.life_box ul {
    flex-direction: column;
    margin: 0 auto 3em;
    padding-top: 3em;
}
.life_box ul li:nth-child(1) h3 {
    font-size: 7vw;
    margin-bottom: 1em;
}
.life_box ul li:nth-child(2) {
    width: 100%;
}

.traffic {
    margin-bottom: 1em;
    overflow: auto;
}
.traffic img {
    width: 700px;
}
.swipe {
    display: block;
    text-align: center;
    font-size: 0.84em;
    margin-bottom: 3em;
}

.gal_box {
    margin-bottom: 2em;
}

}



.ottx {
    text-align: center;
}
.ottx strong {
    display: inline-block;
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #666;
    padding: 0 1em;
}

.update {
    margin-top: 2em;
}
.update ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}
.update ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3em;
}
.update ul li span {
    display: inline-block;
    background-color: #bbb;
    color: #fff;
    padding:0 1em;
    line-height: 2em;
    margin-right: 1em;
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 520px) {

.update ul li {
    margin-right: 0;
}
.update ul li:first-child {
    margin-bottom: 1em;
}

}


