@charset UTF-8;

body {
    font-family: YuGothic,'Yu Gothic',sans-serif;;
    font-style: normal;
    font-weight: 400;
    color: #404040;
    letter-spacing: 0.1em;
    vertical-align: bottom;
    background-image: url('img/texture.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
}

* {
    margin: 0;
    padding: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* =======================
header
======================= */
.header {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.header-inner {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 5px 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    gap: 15px;
}

/* logo */
.logo {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.logo img {
    display:  block;
    width: 70px;
    height: 100%;
    padding: 5px;
}

.corporation-container {
    padding: 10px;
}

.non-profit {
    font-size: 16px;
    line-height: 1.3;
}

.corporation-container a {
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    color: #404040;
    cursor: pointer;
}

/* PC */
.nav-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    list-style: none;
    gap: 50px;
}

.nav-list a {
    color: #404040;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}

.nav-list a:hover {
    color: #deb887;
}

/* 固定ボタン */
.fixed-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.fixed-btn {
    margin-left: 30px;
    padding:10px 18px;
    background-color: #deb887;
    color:#fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    utline: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all .5s;
}

.fixed-btn:hover {
    background: #a67c52;
}

.lang-btns {
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
}

.lang-switch {
    color: #404040;
    padding: 3px 6px;
    transition: all .5s;
}

.lang-switch:hover {
    color: #deb887;
}

.divider {
  padding: 0 4px;
}

/* ハンバーガー（PCでは非表示） */
.hamburger{
    display:none;
    width:30px;
    height:22px;
    border:none;
    background:none;
    margin-left:15px;
    cursor:pointer;
    position:relative;
    flex-shrink: 0;
}

.hamburger span{
    position:absolute;
    width:100%;
    height:3px;
    background:#333;
    left:0;
    transition:.3s;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* ×に変形 */
.hamburger.active span:nth-child(1) {
    transform:rotate(45deg);
    top:9px;
}

.hamburger.active span:nth-child(2) {
    opacity:0;
}

.hamburger.active span:nth-child(3) { 
    transform:rotate(-45deg);
    bottom:10px;
}

/* =======================
record
======================= */
.container {
    width: 100%;
}

.content {
    width: 80%;
    margin: 150px auto;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    padding: 50px;
}

time {
    font-size: 20px;
    color: #333;
    padding: 10px;
}

h1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
}

.text {
    font-size: 16px;
    line-height: 1.6;
    white-space: pre-line;
    padding: 40px 30px;
}

.button {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 10px;
}

.next {
    width: 100%;
    text-align: right;
}

.next a {
    font-size: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}

.next a:hover {
    color: #deb887;
}

/* =======================
活動一覧
======================= */
.list {
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}

.list a {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    background-color: #deb887;
    padding: 20px 30px;
    letter-spacing: 0.1em;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .5s;
}

.list a:hover {
    background: #a67c52;
}

/* =======================
footer
======================= */
.parallax_content{
    min-height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000;
}

.parallax_content.img_bg_01{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/contact.jpg);
}

.footer-title-container {
    width: 100%;
}

.footer-title {
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: center;
    padding: 80px 10px 10px 10px;
}

.footer-button {
    text-align: center;
}

.footer-jatitle {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
}

.footer-txt {
    width: 60%;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    line-height: 1.4;
    white-space: pre-line;
}

.footer-btn {
    position: relative;
    display: inline-block;
    font-weight:  bold;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    padding: 1em 1em;
    margin: 0.5em 1em 6.25em 1em;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    text-shadow:  1px 1px 3px rgba(0,0,0,0.5);
    background: #deb887;
    transition: all .5s;
}

.footer-btn span {
    font-size: 20px;
}

.footer-btn:hover {
    background: #a67c52;
}

.link {
    text-align: center;
    padding: 50px 10px;
}

.link a {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.front_content{
    padding: 0 10px 20px 10px;
    background-color: #e8c59c;
    text-align: center;
}

.name {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 50px 10px 10px 10px;
}

.name span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.sns-container {
    width: 100%;
}

.sns-content {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px auto;
}

.insta-container,
.fb-container {
    padding: 0.5em 4em;
    background-color: #fff;
    margin: 0 20px;
    transition: all .5s;
}

.insta-container:hover,
.fb-container:hover {
    background: #946c45;
}

.insta-container a,
.fb-container a {
    text-decoration: none;
    outline: none;
    color: #f7d6c0;
}

.insta-txt,
.fb-txt {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
}   

.mail-container {
    width: 100%;
}

.mail-content {
    padding-bottom: 50px;
}

.email-txt {
    color: #fff;
    padding: 5px 10px;
}

small {
    color: #fff;
    font-size: 13px;
}

/* =======================
responsive
======================= */
@media screen and (max-width: 1280px) {
.header-inner {
    max-width: 1200px;
}

/* ハンバーガー表示 */
.hamburger {
    display: block;
}

/* スライドメニュー */
.nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding-top: 100px;
    transition: all .5s;
}

.nav.active {
    right: 0;
}

.nav-list {
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
}

.fixed-btn {
    margin-left: 0;
}
}

@media screen and (max-width: 1024px) {
.content {
    width: 90%;
    margin: 130px auto;
}

.text {
    padding: 30px 10px;
}

.footer-txt {
    width: 80%;
}
}

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

.footer-jatitle {
    font-size: 16px;
}

.footer-btn {
    font-size: 18px;
}
}

@media screen and (max-width: 768px) {
.nav-list {
    flex-direction: column;
    gap: 20px;
}

.fixed-btn {
    white-space: normal;
}

.content {
    padding: 30px;
}

.next a,
.back a {
    font-size: 16px;
}
}

@media screen and (max-width: 600px) {
.logo img {
    width: 50px;
}

.corporation-container {
    display: none;
}

.non-profit {
    font-size: 12px;
    line-height: 1.2;
}
.corporation-container a {
    font-size: 12px;
}

.fixed-btn {
    padding: 5px 15px;
}

.content {
    margin: 100px auto;
    padding: 20px;
}

.list {
    margin-bottom: 100px;
}

.parallax_content{
    background-attachment: scroll; /* スマホは fixed が効かないため */
    min-height: 300px; /* 必要に応じて調整 */
}

.parallax_content.img_bg_01{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),　url(img/contact-sp.jpg);
}

.footer-title {
    font-size: 30px;
    padding: 50px 10px 0 10px;
}

.footer-txt {
    width: 90%;
}

.sns-content {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.insta-container,
.fb-container {
    margin: 20px 10px;
}
}

@media screen and (max-width: 450px) {
.header-inner {
    padding: 5px;
}

.fixed-btn {
    padding: 3px 10px;
}

.content {
    margin: 80px auto;
}

.footer-btn {
    font-size: 16px;
    margin: 0.5em 1em 4em 1em;
}

.footer-btn span {
    font-size: 18px;
}

.name {
    font-size: 25px;
}
}

