/* 1.全HTML共通 */

/* 1-A.書式の設定 */
body{
    background-attachment: fixed;
    background-color: #fffff6;
    margin: 0px auto;
    width: 1000px;
    font-family: "フォーク M";
}

.center{
    text-align: center;
}

img{
    pointer-events: none;
}

/* 1-B.~ヘッダー~ */

div.logo{
    text-align: center;
    padding: 20px 0px 10px 0px;
}

.SNS{
    display: flex;
    position: absolute;
    right: 220px;
    padding: 0px;
    text-align: right;
}

div.menu{
    display: flex;
    width: 500px;
    margin: 0 auto;
}

div.menuitem{
    width: 1000px;
    height: 25px;
    font-size: 12px;
    font-family: "さくらぎ蛍雪";
    text-align: center;
    padding: 10px 0px 0px 10px;
    margin: 0 auto;
}

.link{
    text-decoration: none;
    color: #0f1419;
}

.link:hover{
    text-decoration: underline;
}
/* 1.全HTML共通 */
.contact{
    text-align: center;
}

button-contact{
    background-color: #fffff6;
    color: #6d5b7b;
    border: 1px solid #6d5b7b;
    padding: 10px 15px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "さくらぎ蛍雪";
}

button-contact:hover{
    background-color: #6d5b7b;
    color: #fffff6;
    border: 1px solid #fffff6;
    padding: 10px 15px;
    font-size: 0.9em;
    cursor: pointer;
}

.SNS-2{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
}

.copyright{
    font-family: "さくらぎ蛍雪";
    text-align: center;
}

.tyosakuken{
    font-family: "フォーク M";
}




/* 2.このHTMLのみ */
p.syoukaibun{
    text-align: center;
    color: #0f1419;
}

h1{
    font-size: 30px;
    text-align: center;
    color: #0f1419;
    font-family: "さくらぎ蛍雪";
    padding-top: 20px;
    padding-bottom: 10px;
}

h2{
    font-weight: bold;
    padding-top: 30px;
    color: #0f1419;
    text-align: center;
    font-family: "さくらぎ蛍雪";
}

.img-center{
    text-align: center;
    padding-top: 30px;
}

/*過去のイベント・プロジェクト*/
.column-2{
    display: flex;
    width: 1000px;
    color: #0f1419;
}

.left-1{
    width: 350px;
    margin: 0px 50px 0px 40px;
}

.concept-1{
    color: #0f1419;
    padding-top: 60px;
}

p.date{
    font-size: 20px;
}

p.subtitle{
    font-size: 30px;
    font-family: "さくらぎ蛍雪";
    font-weight: bold;
}

p{
    color: #0f1419;
}

.hr-left {
    text-align:left;
    margin-left:0px;
    margin-bottom: 20px;
}

button{
    background-color: #6d5b7b;
    color: #fffff6;
    border: 1px solid #6d5b7b;
    padding: 10px 15px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "さくらぎ蛍雪";
}
  
button:hover{
    background-color: #fffff6;
    color: #6d5b7b;
}

.bold{
    font-weight: bold;
}


.career {
    background-color: #fffff6;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    /*border: 1px solid #080708;*/
    box-shadow: 0px 4px 6px #0f1419;
    background-color: #ffffff;
    width: 50%;
    text-align: center;
    padding: 40px 10px;
}