@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-flex {
    display: flex;
}

/*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;
}



/*お問い合わせbutton*/

.header-flex header + p {
    position: relative;
    position: fixed;
    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 header + p a {
    display: block;
    color: white;
    text-decoration: none;
}

/*main共通*/
main section h2 {
    position: relative;
    color: #4c4c4c;
    font-size: 1.8vw;
    line-height: 2.0;
    font-weight: 100;
    margin-left: 23%;
    margin-top: 8%;
}

main section h2::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 2.0vw;
    top: 1.2vw;
    left: -3vw;
    border-top: 0.2vw solid #F17633;
    position: absolute;
}
/*メインビジュアル*/
.main-visual{
    width: 100%;
    position: relative;
    z-index: -100;
}

.main-visual div {
    width: 100%;
}

.main-visual div img {
    width: 100%;
}

.main-visual h2 {
    color: #F17633;
    font-size: 4vw;
    font-family: 'ZenKakuGothicAntique';
    letter-spacing: 0.3em;
    position: absolute;
    top: 15vw;
    right: 25vw;
}

/*section(1)*/
.main-sec-p {
    display: block;
    white-space: pre-wrap;
    width: 80%;
    margin: 25% auto 8% auto;
    line-height: 2.0;
    text-indent: 1em;
    letter-spacing: 0.1em;
    position: relative;
}
.main-sec-p::before {
    content: "";
    background-image: url(../images/icon-counsel2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
    width: 20vw;
    height: 20vw;
    top: -20vw;
    left: 30vw;
    position: absolute;
}


/*相談内容一覧*/
.counsel-box1 {
    background: rgb(253,236,219);
    background: linear-gradient(265deg, rgba(253,236,219,1) 0%, rgba(254,245,236,0.6096813725490196) 48%, rgba(255,255,255,0) 100%);
    
    padding: 5% 0;
}

.counsel-box1 h3 {
    text-align: center;
    color: #F17633;
    letter-spacing: 0.2em;
}

.counsel-box1 ul {
    width: 80%;
    margin: 5% auto 0 auto;
}

.counsel-box1 ul li {
    list-style: none;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-indent: 1em;
}

.counsel-box1 ul li:nth-of-type(1) {
    line-height: 1.7;
    text-indent: 0;
    background-color: white;
    padding: 0.5vw 2vw 0.5vw 5vw;
    border-left: 0.25vw solid #F17633;
    border-bottom: 0.1vw solid #F17633;
    border-radius: 0 0 0 1vw;
    position: relative;
}

.counsel-box1 ul li:nth-of-type(1)::before{
    content: "Q,";
    width: 3vw;
    height: 3vw;
    top: -0vw;
    left: 0.8vw;
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    color: #F17633;
    position: absolute;
}
.counsel-box1 ul li:nth-of-type(2) {
    background-color: white;
    padding: 2% 22% 2% 6%;
    margin-top: 1%;
    border-radius: 2vw;
    position: relative;
}
.counsel-box1 ul li:nth-of-type(2)::after{
    content: "";
    background-image: url(../images/icon-counsel3.png);
    background-size: 100% 100%;
    background-position: center;
    width: 14vw;
    height: 14vw;
    bottom: 1vw;
    right: 2vw;
    position: absolute;
}

.counsel-box-p {
    font-size: 1.8vw;
    text-align: right;
    margin-right: 13%;
    margin-top: 1%;
}

/*開催場所*/
.counsel-box2 p:nth-of-type(1) {
    display: block;
    line-height: 1.8;
    width: 80%;
    margin: 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: 5vw;
    font-size: 3.5vw;
    letter-spacing: 1;
    margin-right: 2.0vw;
    padding: 1% 1.5%;
}

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

/*開催日*/
.days-flex {
    margin: 5% auto;
}

.day-box {
    width: 75%;
    border-radius: 0 0 2vw 2vw;
    box-shadow: 0.5vw 0.5vw 0.5vw #dcdcda;
    padding-bottom: 5%;
    margin: 5% auto;
}

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

.day-box:nth-of-type(2) h3 {
    letter-spacing: 0.7em;
}

.day-flax {
    display: flex;
    background-color: #F17633;
    height: 21.5vw;
}

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

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

.day-flax p {
    width: 48%;
    color: white;
    padding-top: 3vw;   
    padding-right: 1%;
    padding-left: 1%;
    margin: 0 auto;
}

.day-flax p time {
    font-size: 3vw;
    line-height: 1.0;
    letter-spacing: 0.5em;
    margin-left: 6vw;
}

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

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

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

.day-time {
    display: block;
    width: 80%;
    text-align: center;
    font-size: 2vw;
    padding-top: 2.2vw;
    margin: 1vw auto;
    letter-spacing: 0.5em;
}

.day-box table {
    width: 80%;
    margin: 3vw auto;
    font-size: 2.3vw;
    line-height: 1.8;
    border-collapse: collapse;
} 

.day-box:nth-child(2) table {
    width: 70%;
}

.day-box table th {
    width: 30%;
    letter-spacing: 0.5em;
}

.day-box table th,td {
    border-bottom: 0.05vw solid #8c867b;
}

.days-flex iframe {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.days-flex address {
    display: block;
    width: 80%;
    font-style: normal;
    font-size: 0.9vw;
    text-align: right;
    margin: 2% 15% 0 auto;
}




/*開催報告*/
.infor-box {
    margin-top: 8%;
}

.infor-box h2 {
    position: relative;
    color: #4c4c4c;
    font-size: 2vw;
    line-height: 2.0;
    font-weight: 100;
    margin-left: 14%;
}

.infor-box h2::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 2.0vw;
    top: 1.8vw;
    left: -3vw;
    border-top: 0.2vw solid #F17633;
    position: absolute;
}

.infor-box div {
    margin: 8% 0 10% 0;
}

.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;
    width: 80%;
    line-height: 1.8;
    margin: 2% 0 2% 2%;
    list-style: none;
    font-size: 2.2vw;
}

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

/*お問い合わせ下部*/
.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;
}




