@charset "UTF-8";
/*
Theme Name: yjf2026
Template: twentytwentyone
*/

@import url("sp.css") screen and (max-width: 640px);
@import url("pc.css") print, screen and (min-width:641px) ;





/* ============================================
    RESET
============================================ */
html{ font-size: 100%; -webkit-text-size-adjust: none; }

*{ margin: 0; padding: 0; }
*, *:before, *:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

body{
font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
font-optical-sizing: auto;
font-style: normal;
background: #000;
color: #333;
line-height: 1.6;
}

h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal; }
ol, ul, ul ul, ol ul{ list-style-type: none; margin: 0; padding: 0; }
table { border-spacing: 0; }
th, dt{ font-weight: normal; }
fieldset,img,abbr,acronym{ border: 0; }
img{ max-width: 100%; height: auto; }
a{ color: #000; text-decoration: none; }
a:hover{ color: #a89647; }
a:focus{ text-decoration-style: none !important; background: none !important; text-decoration: none !important; }
a:focus:not{ background: none !important; text-decoration: none !important; }
a:active{ background: none !important; text-decoration: none !important; }

.txt-right{ text-align: right; }
.txt-center{ text-align: center; }

.large{ font-size: 1.25em; line-height: 1.4; }


/*※付き*/
.kome{
position: relative;
padding-left: 1.25em;
}
.kome::before{
content: '※';
position: absolute;
top: 0; left: 0;
}

/*矢印*/
.arrow{
position: relative;
display: block;
width: 80px; height: 40px;
background: #000;
border-radius: 8px;
border: 2px solid #ead98b;
transition: .3s;
z-index: 10;
}
.arrow::before,
.arrow::after{
content: '';
position: absolute;
}
.arrow::before{
display: inline-block;
vertical-align: middle;
width: 16px; height: .05em;
background: #ead98b;
top: calc( 50% - .025em ); right: 34%;
}
.arrow::after{
width: 0.65em; height: 0.65em;
border: .05em solid #ead98b;
border-left: 0;
border-bottom: 0;
transform: rotate(45deg);
transform-origin: top right;
box-sizing: border-box;
top: 50%; right: calc( 34% - .025em );
}

@media screen and (max-width: 960px){
.arrow{ width: 60px; height: 36px; }
}

/*カッコ付き見出し*/
.kakko{
position: relative;
display: block;
padding: .25em 0;
text-align: center;
}
.kakko::before,
.kakko::after{
position: absolute;
content: '';
top: 0;
width: 8px; height: 100%;
border-top: solid 2px;
border-bottom: solid 2px;
}
.kakko::before{ border-left: solid 2px; left: 0; }
.kakko::after{ border-right: solid 2px; right: 0; }

@media screen and (max-width: 640px){
#about .kakko::before, #about .kakko::after{ content: none; }
}

/*リスト*/
.list-dot li{
position: relative;
padding-left: 16px;
}
.list-dot li::before{
content: '';
position: absolute;
top: .5em; left: 0;
background: #000;
width: 8px; height: 8px;
border-radius: 50%;
}


/*スクロールバー*/
#news-container{ overflow-y: scroll; }
#news-container::-webkit-scrollbar{ width: 8px; }
#news-container::-webkit-scrollbar-track{ background: #ead98b; border-radius: 4px; }
#news-container::-webkit-scrollbar-thumb{ background: #333; border-radius: 4px; }

#news-container{ height: 200px; }
@media screen and (max-width: 640px){
#news-container{ height: 260px; }
}

/* ==============================
    ドロワーナビ
============================== */
.drawer{
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: ease .5s;
transition: ease .5s;
z-index: 9999;
}
.drawer.action{
-webkit-transform:translateX(0);
transform:translateX(0);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#container.action{
position: relative;
-webkit-transition: ease .5s;
transition: ease .5s;
}
#container.action:after{
content: '';
position: absolute;
z-index: 9998;
left: 0; top: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, .5);
}
@media screen and (min-width: 960px){
#container.action:after{ content: none; }
}

.drbtn{
position: fixed;
top: 0; right: 0;
width: 60px; height: 60px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
-webkit-transition:ease .5s;
transition:ease .5s;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
z-index: 10000;
background: #000;
border-radius: 0 0 0 16px;
}

@media screen and (max-width: 640px){
.drbtn { top: 0; right: 0; width: 48px; height: 48px; }
}

/* ==============================
    トグル
============================== */
.hambarg{
position: absolute;
display: block;
width: 24px; height: 3px;
left: 18px;
background: #ead98b;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-transition: ease .5s;
transition: ease .5s;
}

.hambarg:nth-child(1){ top: 20px; }
.hambarg:nth-child(2){ top: 28px; }
.hambarg:nth-child(3){ top: 36px; }

.drbtn.action .hambarg:nth-child(1) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 28px;
}
.drbtn.action .hambarg:nth-child(2) {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
}
.drbtn.action .hambarg:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 28px;
}

@media screen and (max-width: 640px){
.hambarg{ left: 12px; }
.hambarg:nth-child(1){ top: 14px; }
.hambarg:nth-child(2){ top: 22px; }
.hambarg:nth-child(3){ top: 30px; }
.drbtn.action .hambarg:nth-child(1) { top: 22px; }
.drbtn.action .hambarg:nth-child(3) { top: 22px; }
}


/* ==============================
    ドロワーメニュー
============================== */
.drawer{
background: #fff;
background: linear-gradient(128deg, rgba(255, 255, 255, 1) 0%, rgba(242, 255, 246, 1) 60%, rgba(253, 255, 235, 1) 85%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.drawer h2{ margin-bottom: 40px; }
.drawer h2 img{ width: 140px; height: auto; }
.drawer h3{ font-weight: 700; margin-bottom: 16px; }

.drawer ol{
display: flex;
justify-content: center;
column-gap: 10%;
width: 740px;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-feature-settings: "palt" 1;
line-height: 1.4;
border-top: 2px solid #000;
padding: 40px 2%;
}
.drawer ul{
display: block;
font-weight: 400;
}
.drawer ul > li{
line-height: 1.4;
margin: 0 0 16px 1em;
}
.drawer .btn-mail a{
width: 320px; height: 54px;
font-size: 20px;
font-weight: 500;
}

@media screen and (max-width: 940px){
.drawer ol{ width: 90%; }
.drawer ul > li{ margin-bottom: 8px; }
}
@media screen and (max-width: 840px){
.drawer h2 img{ width: 120px; }
.drawer ol{ width: 100%; padding: 24px 16px; }
}
@media screen and (max-width: 640px){
.drawer{ justify-content: flex-start; }
.drawer h2{ margin: 16px 0; }
.drawer h2 img{ width: 100px; }
.drawer h3{ margin-bottom: 8px; }
.drawer ol{ display: block; padding-top: 0; }
.drawer ol > li{ padding-top: 16px; }
.drawer .btn-mail{ width: 100%; margin: 0 auto 24px auto; padding: 0 16px;}
.drawer .btn-mail a{ width: 100%; }
}


/* ==============================
    ローディング
============================== */
/* 非表示 */
.is-hide {
display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
transition-property: opacity;
transition-delay: .9s;
transition-duration: .8s;
opacity: 0;
pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
transition-property: opacity;
transition-delay: .9s;
transition-duration: .3s;
opacity: 0;
pointer-events: none;
}
/* ローディング画面 */
#loading{
position: fixed;
z-index: 99999;
top: 0; left: 0;
width: 100%; height: 100vh;
background: rgb(255,255,255);
background: linear-gradient(145deg, rgba(255,255,255,1) 40%, rgba(253,255,242,1) 100%);
}

#loader,
#loader:after{
border-radius: 50%;
width: 48px; height: 48px;
}
#loader{
position: absolute;
top: 50%; left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 48px;
text-align: center;
font-size: 10px;
border-top: 6px solid #ead98b;
border-right: 6px solid #ead98b;
border-bottom: 6px solid #ead98b;
border-left: 6px solid #000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load8 {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}



/* ==============================
    投稿ページ
============================== */
#single-news article p + p{
margin-top: 1.25em;
}





