@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: 1.2vw;
    color: #4c4c4c;
    position: relative;
}

.header-flex {
    position: relative;
    display: flex;
}

/*header*/
header {
    position: absolute;
    position: fixed;
    width: 20%;
    z-index: 0;
}

header h1 {
    width: 100%;
    margin: 15% auto 0 3%;
}

header h1 img {
    width: 100%;
}

header nav {
    position: relative;
    margin-top: 40%;
    margin-left: 10%;
    margin-bottom: 10%;
}

header nav::before {
    position: absolute;
    content: "";
    border-right: 0.4vw solid #F17633;
    height: 21vw;
    left: -1vw;
    animation: withAnime 3s infinite;
}

@keyframes withAnime {
    0% {height: 0%;
    }
    100% {
        height: 100%;
    }
}

header nav ul li {
    list-style-type: none;
    line-height: 3.5;
}

header nav ul li a {
    display: block;
    color: #8c867b;
    text-decoration: none;
    transition: 0.5s;
}

header nav ul li a:hover {
    color: #F17633;
}

/*パンくず*/
header nav ul li:nth-child(2) {
    background-color: #8c857a2d;
}

/*お問い合わせボタン*/
header + p{
    position: absolute;
    position: fixed;
    right: 1.5%;
    font-size: 1.5vw;
    width: 10em;
    height: 5vw;
    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 + p a {
    display: block;
    color: white;
    text-decoration: none;
}

/*main共通*/
main section h2 {
    position: relative;
    color: #4c4c4c;
    font-size: 1.3vw;
    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: static;
    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: 21vw;
}


/*section(1)*/
.main-sec-p {
    display: block;
    white-space: pre-wrap;
    width: 50%;
    margin: 8% 5% 8% 45%;
    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: 13vw;
    height: 13vw;
    bottom: -2vw;
    left: -18vw;
    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 5% 20%;
}

.counsel-box1 h3 {
    text-align: center;
    color: #F17633;
    font-size: 1.5vw;
    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: 9vw;
    height: 9vw;
    bottom: 0.8vw;
    right: 2vw;
    position: absolute;
}

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

/*開催場所*/
.counsel-box2 p:nth-of-type(1) {
    display: block;
    line-height: 1.8;
    width: 60%;
    margin: 5% 10% 5% 30%;
}

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

.counsel-box2 ul li {
    list-style: none;
    line-height: 2.5;
}

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

/*開催日*/
.days-flex {
    display: flex;
    margin-top: 5%;
    margin-left: 25%;
}

.day-box {
    width: 45%;
    border-radius: 0 0 1vw 1vw;
    box-shadow: 0.5vw 0.5vw 0.5vw #dcdcda;
    padding-bottom: 5%;
}

.day-box:nth-of-type(2) {
    margin-left: 5%;
}

.day-box h3 {
    color: #4c4c4c;
    font-size: 1.5vw;
    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: 10.5vw;
}

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

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

.day-flax p {
    width: 48%;
    color: white;
    padding: 1.5% 1%;
}

.day-flax p time {
    font-size: 1.5vw;
    line-height: 1.0;
    letter-spacing: 0.4em;
    margin-left: 4vw;
}

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

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

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

.day-time {
    display: block;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 0.5vw;
}

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

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

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

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

.day-box:nth-child(1) table tr:nth-child(2) td {
    font-size: 1vw;
}

.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-left: 20%;
    margin-top: 8%;
}

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

.infor-box h2::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 2.0vw;
    top: 1.2vw;
    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;
    line-height: 1.8;
    margin: 2% 0 2% 2%;
    list-style: none;
}

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

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

.form-box div {
    width: 66%;
    margin: 0 auto 5% 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: 60%;
    color: white;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 8% auto 0 auto;
    padding: 1% 1% 1% 3%;
    border: 0.1vw solid white;
}

.form-box div + p {
    width: 40%;
    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: 3vw;
    padding-right: 2vw;
    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: 1vw;
    height: 1vw;
    border-bottom: 0.2vw solid #F17633;
    border-right: 0.2vw solid #F17633;
    transform: rotate(-45deg);
    bottom: 2.8vw;
    right: 3vw;
    position: absolute;
}

/*footer*/
footer {
    background-color: #294C74;
}

.footer-flex {
    display: flex;
    width: 80%;
    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: 2.0vw;
    font-weight: bold;
    margin-left: 2%;
    margin-top: 3%;
}

footer div p span {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.footer-box div:nth-of-type(2) {
    display: flex;
    width: 60%;
    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: 1vw;
    height: 1vw;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background-color: #F17633;
    bottom: 0.5vw;
    left: -2vw;
    position: absolute;
}

.footer-box div:nth-of-type(2) ul li a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.1vw;
}
.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;
}




