@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'SawarabiGothic';
    src: url(../font/SawarabiGothic/SawarabiGothic-Regular.ttf);
}

@font-face {
    font-family: 'ZenKakuGothicAntique';
    src: url(../font/ZenKakuGothicAntique/ZenKakuGothicAntique-Regular.ttf);
}



body {
    font-family: 'SawarabiGothic';
    font-size: 2.5vw;
    color: #4c4c4c;
    position: relative;
}

/*header*/
.header-flex {
    position: relative;
}

header{
    position: absolute;
    width: 100%;
    z-index: 2000;
}

header h1{
    width: 30vw;
    margin: 1% 0 0 1%;
}

header h1 img{
    width: 100%;
}

.hunbarg {
    position: absolute;
    position: fixed;
    top:0vw;
    right: 1vw;
    width: 8vw;
    height: 8vw;
    z-index: 200;
}

.header-line{
    position: absolute;
    width: 7.5vw;
    height: 6.8vw;
    top: 8vw;
    right: 0;
    border-radius: 50%;
    background: rgb(62,106,156);
    background: linear-gradient(270deg, rgba(62,106,156,1) 0%, rgba(41,76,116,1) 100%);
    padding-top: 0.5vw;
}

.header-line .line {
    display: block;
    width: 4vw;
    height: 0.5vw;
    border-radius: 2vw;
    background-color: white;
    margin: 1vw auto;
}


.hunbarg nav {
    position: absolute;
    top: 16vw;
    right: 0;
    width: 44vw;
    padding: 3% 0;
    
}

.hunbarg:hover nav ul{
    height: 60vw;
    opacity: 1;
}
.hunbarg nav ul {
    height: 0vw;
    background: rgb(62,106,156);
    background: linear-gradient(270deg, rgba(62,106,156,1) 0%, rgba(41,76,116,1) 100%);
    overflow: hidden;
    opacity: 0;
}

.hunbarg nav ul li {
    list-style: none;
    text-align: center;
    line-height: 4;
}

.hunbarg nav ul li a{
    display: block;
    text-decoration: none;
    color: white;
}


.header-flex header + div {
    position: absolute;
    width: 100%;
    z-index: -100;
}

.header-flex header + div img {
    width: 100%;
}

.header-flex p:nth-of-type(1) {
    display: block;
    width: 73vw;
    white-space: pre-wrap;
    color: white;
    font-family: 'ZenKakuGothicAntique';
    font-size: 6vw;
    line-height: 2.8;
    margin: 0 auto;
    padding: 12% 0 14% 0;
}

/*お問い合わせボタン*/
.header-flex p:nth-of-type(2) {
    position: absolute;
    position: fixed;
    top: 0;
    right: 1.5%;
    font-size: 2.5vw;
    width: 10em;
    height: 7vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.9;
    background-color: #294C74;
    border-radius: 0 0 1.5vw 1.5vw; 
    z-index: 3000;   
}

.header-flex p:nth-of-type(2) a {
    display: block;
    color: white;
    text-decoration: none;
}
/*main*/

h2 {
    position: relative;
    color: #4c4c4c;
    font-size: 1.8vw;
    line-height: 2.0;
    font-weight: 100;
    margin-left: 3vw;
}

h2::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 2.0vw;
    top: 1.5vw;
    left: -3vw;
    border-top: 0.2vw solid #F17633;
    position: absolute;
}
/*開催日*/
main section:nth-child(1) {
    width: 80%;
    margin: 0 auto 10% auto;
}

.day-box {
    width: 70%;
    border-radius: 0 0 1vw 1vw;
    box-shadow: 0.5vw 0.5vw 1vw #dcdcda;
    margin: 5% auto;
    transition: 0.5s;
}

.day-box:hover {
    box-shadow: 0.5vw 0.5vw 0.5vw #dcdcda;
    opacity: 0.7;
    transition: 0.5s;
}

.day-box a{
    text-decoration: none;
}

.day-box h3 {
    color: #4c4c4c;
    font-size: 2.5vw;
    line-height: 5vw;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.3vw;
}

.day-box:nth-child(2) h3{
    letter-spacing: 1vw;
}

.day-flax {
    display: flex;
    background-color: #F17633;
    border-radius: 0 0 1vw 1vw;
}

.day-flax div:nth-of-type(1) {
    width: 50%;
}

.day-flax div:nth-of-type(1) img {
    width: 100%;
    border-radius: 0 0 0 1vw ;
}

.day-flax p {
    width: 46%;
    color: white;
    padding: 2%;
}

.day-flax p time {
    font-size: 3vw;
    line-height: 1.2;
    letter-spacing: 0.4em;
    margin-left: 4.5vw;
}

.day-month {
    display: block;
    width: 96%;
    height: 5vw;
    color: white;
    font-size: 6vw;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto;
    padding-bottom: 1vw;
}

.day-month span {
    font-size: 3vw;
}

.day-month span:nth-of-type(1) {
    display: inline-block;
    font-size: 5vw; 
}

.day-time {
    display: block;
    text-align: center;
    font-size: 2.0vw;
    padding-top: 2.2vw;
}

/*目的*/
main section:nth-child(2) {
    margin-bottom: 10%;
    padding: 3% 0;
    background: rgb(253,236,219);
    background: linear-gradient(129deg, rgba(253,236,219,1) 0%, rgba(255,255,255,0) 61%, rgba(253,236,219,1) 100%);
}

main section:nth-child(2) h2 {
    margin-left: 14%;
}
main section:nth-child(2) h2 + p {
    margin-top: 5%;
    font-family: 'ZenKakuGothicAntique';
    color: #F17633;
    text-align: center;
    white-space: pre-wrap;
    font-size: 6vw;
}

main section:nth-child(2) div {
    width: 80%;
    margin: 25% auto 0 auto;
    /*
    padding: 5% 6% 2% 10%;
    border-radius: 11vw 0 0 11vw;
    background-color: rgb(253, 236, 219);
    */
    position: relative;
}

main section:nth-last-child(2) div::before{
    content: "";
    background-image: url(../images/city.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    width: 30vw;
    height: 30vw;
    top: -28vw;
    left: 25vw;
    position: absolute;
}

main section:nth-child(2) div p:nth-of-type(1) {
    white-space: pre-wrap;
    font-weight: 50;
    line-height: 1.9;
    letter-spacing: 0.1em;
    text-indent: 1em;
}

main section:nth-child(2) div p:nth-of-type(2) {
    width: 25vw;
    line-height: 2.0;
    text-align: center;
    margin: 5% 5% 0 auto;
    border: 0.15vw solid #F17633;
    border-radius: 5vw;
    position: relative;
    transition: 0.5s;
}

main section:nth-child(2) div p:nth-of-type(2) a {
    display: block;
    color: #F17633;
    text-decoration: none;
}

main section:nth-child(2) div p:nth-of-type(2):hover {
    background-color: #F17633;
    transition: 0.5s;
}
main section:nth-child(2) div p:nth-of-type(2) a:hover {
    color: white;
    transition: 0.5s;
}

/*活動*/
.counsel-box1 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(199,196,192,1) 100%);
    padding-bottom: 5%;
}

.counsel-box1 h3 {
    display: block;
    width: 50%;
    color: #4c4c4c;
    font-weight: 100;
    font-size: 2.5vw;
    text-align: center;
    padding: 2% 0;
    margin: 0 auto;
    position: relative;
}

.counsel-box1 h3::before {
    content: "";
    border-bottom: 0.2vw solid#4c4c4c;
    width: 3vw;
    height: 3vw;
    bottom: 3vw;
    left: 0vw;
    transform: rotate(45deg);
    position: absolute;
}

.counsel-box1 h3::after {
    content: "";
    border-bottom: 0.2vw solid#4c4c4c;
    width: 3vw;
    height: 3vw;
    bottom: 3vw;
    right: 0vw;
    transform: rotate(-45deg);
    position: absolute;
}

.counsel-box1 ul:nth-of-type(1) li {
    width: 70%;
    height: 8vw;
    list-style: none;
    font-family: 'ZenKakuGothicAntique';
    color: #4c4c4c;
    font-weight: 100;
    line-height: 1.5;
    text-shadow: 0.25vw 0.25vw 0.15vw rgb(252, 251, 251,0.4);
    border-radius: 1vw 2.5vw 1vw 3vw;
    border-left: 0.25vw solid rgb(58, 58, 58);
    border-bottom: 0.25vw solid rgb(58, 58, 58);
    background-color: white;
    padding: 1% 2%;
    margin: 5vw auto 0 auto;
    position: relative;
    z-index: 100;
}
.counsel-box1 ul:nth-of-type(1) li:nth-child(2) {
    height: 12vw;
}

.counsel-box1 div:nth-of-type(1) {
    width: 40%;
    margin: 5% auto;
}

.counsel-box1 div:nth-of-type(1) img {
    width: 100%;
}

.counsel-box2{
    position: relative;
    padding-top: 7%;
    z-index: 100;
}

.counsel-box2::after {
    content: "";
    width: 3vw;
    height: 3vw;
    transform: rotate(45deg);
    background-color: #c7c4c0;
    top: -1.5vw;
    left: 50vw;
    position: absolute;
    z-index: -200;
}

.counsel-box2 p:nth-of-type(1) {
    font-family: 'ZenKakuGothicAntique';
    font-size: 3.0vw;
    color: #F17633;
    text-align: center;
}

.counsel-box2 p:nth-of-type(2) {
    white-space: pre-wrap;
    color: #4c4c4c;
    line-height: 2.0;
    font-weight: 50;
    text-indent: 1em;
    width: 80%;
    margin: 0 auto 5% auto;
}

.counsel-box2 ul {
    width: 75%;
    margin: 0 auto;
    background-color: rgb(253, 236, 219);
    padding: 3% 5%;
    border-radius: 3vw;
}

.counsel-box2 ul li {
    white-space: pre-wrap;
    list-style: none;
    font-size: 2.5vw;
    line-height: 2.5;
}

.counsel-box2 ul li span {
    background-color: #F17633;
    color: white;
    border-radius: 3vw;
    font-size: 3vw;
    letter-spacing: 1;
    margin-right: 2.0vw;
    margin-top: 1vw;
    padding: 1% 1%;
}

.counsel-box2 p:nth-of-type(2){
    margin-top: 10%;
}

/*コンテンツボタン*/

.active-flex ul{
    width: 50%;
    border: 0.15vw solid #cc632a;
    border-radius: 1.5vw;
    box-shadow: 0.6vw 0.4vw 0vw #cc632a;
    margin: 10% auto;
    transition: 0.5s;
}

.active-flex ul:hover{
    background-color: #F17633;
    box-shadow: 0.1vw 0.1vw 0vw #cc632a; 
    transition: 0.5s;
    
}

.active-flex ul a{
    text-decoration: none;
}

.active-flex ul li{
    list-style: none;
    color: #4c4c4c;
    text-align: center;
    line-height: 3.0;
}

.active-flex ul:hover li{
    color: white;
    transition: 0.5s;
}

.active-flex ul li img{
    width: 40%;
    margin: 5% 0;
}


.active-flex ul:nth-child(2) li img{
    margin: 10% 0 0 0;
}

.active-flex ul:nth-child(3) li img{
    margin-top: 12%;
}

/*おしらせ*/
.infor-box {
    padding: 10% 0;
}

.infor-box h2 {
    margin-left: 14%;
}

.infor-box div {
    margin: 5% auto 0 auto;
}

.infor-box div ul {
    display: flex;
    margin: 0 auto;
    width: 85%;
    border-bottom: 0.05vw solid #8c867b;
}

.infor-box div ul:nth-of-type(1){
    border-top: 0.05vw solid #8c867b;
}

.infor-box div ul li {
    color: #4c4c4c;
    line-height: 1.8;
    margin: 2% 0;
    list-style: none;
    font-size: 2vw;
}

.infor-box div ul li:nth-of-type(1) {
    display: inline-block;
    width: 15%;
}


.infor-box div ul li:nth-of-type(2) {
    width: 10%;
    height: 3vw;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    background-color: #294C74;
    border-radius: 0.3vw;
    padding: 0 1%;
    margin: 2.5% 2% 0 0;
}

.infor-box div ul li:nth-of-type(3){
    width: 75%;
}


/*お問い合わせ下部*/
.form-box {
    background-color: #F17633;
    padding: 8% 0;
}

.form-box div {
    width: 80%;
    margin: 0 auto;
}

.form-box div p:nth-of-type(1){
    white-space: pre-wrap;
    letter-spacing: 0.2em;
    line-height: 2.0;
    color: white;
}

.form-box div p:nth-of-type(2){
    width: 75%;
    color: white;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 5% auto;
    padding: 1% 1% 1% 3%;
    border: 0.1vw solid white;
}

.form-box div + p {
    width: 55%;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 4;
    margin: 0 auto;
}

.form-box div + p a {
    background-color: white;
    display: block;
    border-radius: 5vw;
    padding-right: 3vw;
    text-decoration: none;
    color:#F17633;
    position: relative;
    transition: 0.5s;
}

.form-box div + p :hover{
    background-color: #294C74;
    color: white;
    transition: 0.5s;
}

.form-box div + p a::after {
    content: "";
    width: 1.8vw;
    height: 1.8vw;
    border-bottom: 0.2vw solid #F17633;
    border-right: 0.2vw solid #F17633;
    transform: rotate(-45deg);
    bottom: 4vw;
    right: 7vw;
    position: absolute;
    
}
/*footer*/
footer {
    background-color: #294C74;
}

.footer-flex {
    display: flex;
    margin: 0 auto;
}

.footer-flex div {
    width: 8%;
    margin-left: 20%;
    margin-top: 3%;
}

.footer-flex div img {
    width: 100%;
}

.footer-flex p {
    color: #F17633;
    font-size: 3vw;
    font-weight: bold;
    margin-left: 2%;
    margin-top: 3%;
}

footer div p span {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.footer-box div:nth-of-type(2) {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.footer-box div:nth-of-type(2) ul {
    margin: 3% auto;

}

.footer-box div:nth-of-type(2) ul li {
    list-style: none;
    position: relative;
}
.footer-box div:nth-of-type(2) ul li::before{
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #F17633;
    bottom: 0.5vw;
    left: -1.5vw;
    position: absolute;
}

.footer-box div:nth-of-type(2) ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 2vw;
}
.footer-box div:nth-of-type(2) ul li a:hover{
    color: #F17633;
}

/*コピーライト*/
footer div + p {
    color: white;
    text-align: center;
    line-height: 1.8;
    padding: 2% 0;
}




