@charset "UTF-8";
/* 共通処理 */
body{
    overflow-x: hidden;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    line-height: 2;
    color: #333;
    font-weight: 500;
    min-width: 370px;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
a{
    display: block;
    text-decoration: none;
}

/* ヘッダー */
.header{
    position: relative;
    background-color: #ffffff;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-contents{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.navlist{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
    max-width: 1024px;
    white-space: nowrap;
}
.navitem{
	text-align: center;
}
.navitem > a{
    display: block;
    padding: 10px 13px;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
	font-size: 15px;
    color: #000000;
}
.pcmenu {
    margin: auto 0;
}
.navitem > a:hover{
    border-bottom: 2px solid #fff;
}
.nav a{
    color: #fff;
}
@media screen and (max-width: 768px){
    .header-contents{
        display: block;
        text-align: center;
        padding: 0;
    }
    .title_name{
        margin: 0 auto;
    }
    .title_name a {
        display: inline;
    }
    .pcmenu{
        display: none;
    }
}

.spmenu{
    display: none;
}
.spmenu.active{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000000;
    width: 100%;
}
li.nav-items__item {
    border-bottom: 1px solid #262626;
}
li.nav-items__item a{
    color: #ffffff;
    padding: 22px 25px;
}
@media screen and (min-width: 768px){
    .spmenu.active{
        display: none;
    }
}
  
/* ハンバーガーメニュー */
.hamburger {
    position: absolute;
    top: 32px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
.hamburger {
    display: none;
}
@media screen and (max-width: 768px) {
    .hamburger {
      display: block;
    }
}
.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: relative;
    transition: ease .4s;
    display: block;
}
  
.hamburger span:nth-child(1) {
    top: 0;
}
  
.hamburger span:nth-child(2) {
    margin: 8px 0;
}
  
.hamburger span:nth-child(3) {
    top: 0;
}
  
  
/* ハンバーガーメニュークリック後のスタイル */
.hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
    color: #ffffff;
}
  
.hamburger.active span:nth-child(2) {
    opacity: 0;
    color: #ffffff;
}
  
.hamburger.active span:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg);
    color: #ffffff;
}

/* トップページ */
.top-container{
    position: relative;
    z-index: 1;
}
.sp-top{
    display: none;
}
.top-image {
    width: 100%; /* 横幅を画面幅に合わせる */
    height: 100vh;
    object-fit: cover;
    object-position: center; /* ここで右寄せに設定 */
}
.top-container span{
    font-size: 30px;
    color: red;
}
.top-container p{
    background-color: #ffffffa8;
    padding: 0 18px;
    font-size: 26px;
    margin: 0;
    font-weight: bold;
}
.text01 {
    position: absolute;
    top: 67%;
    left: 0;
}
.text02 {
    position: absolute;
    top: 78%;
    left: 0;
}
.text03 {
    position: absolute;
    top: 89%;
    left: 0;
}
.logo1 {
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .5s;
}   
.logo1 img {
    width: 80px;
}
.logo2 {
    position: absolute;
    bottom: 30px;
    right: 120px;
    transition: all .5s;
}   
.logo2 img {
    width: 80px;
}
.logo1:hover , .logo2:hover {
    opacity: 0.7;
  }
@media screen and (max-width: 896px){
    .top-image{
        display: none;
    }
    .sp-top{
        width: 100%; /* 横幅を画面幅に合わせる */
        display: block;
    }
    .text01 , .text02 , .text03{
        position: unset;
        font-size: 20px !important;
        border-bottom: 1px dotted;
        margin: 6px !important;
    }
    .top-container span{
        font-size: 22px;
    }
    .top-container p{
        display: none;
    }
    .logo1 {
        bottom: 10px;
        right: 10px;
    } 
    .logo1 img {
        width: 50px;
    }
    .logo2 {
        bottom: 10px;
        right: 70px;
    } 
    .logo2 img {
        width: 50px;
    }
}
.vk_outer-width-full {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.temp .wp-block-columns {
    margin: 0;
}
@media screen and (max-width: 768px){
    .column-reverse {
        flex-direction: column-reverse;
    }
}
/* 固定ページ */
.card{
    border: none !important;
}
.card-body{
    padding: 0 14px 20px 14px !important;
}
.subtitle {
    margin: 0;
}
@media screen and (max-width: 768px){
    .con1 .vk_outer_container strong{
        font-size: 22px !important;
    }
    .con1 .vk_outer_container h4{
        font-size: 18px !important;
    }
    .con2 span strong mark{
        font-size:46px;
    }
    .con2 {
        font-size: 22px !important;
    }
}
/* 投稿ページ */
.news-header{
    position: relative;
}
.news-image {
    width: 100%; /* 横幅を画面幅に合わせる */
    height: 180px;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 透明な黒色 (RGB: 0, 0, 0)、アルファ（透明度）: 0.5 */
    pointer-events: none; /* オーバーレイ上のコンテンツがクリック可能になるように */
  }
.news-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 36px;
    color: #ffffff;
}
.single-title {
    max-width: 1140px;
    margin: 40px auto 20px auto;
    padding-left: 30px;
    padding-right: 30px;
}
.single-date{
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.single-contents{
    max-width: 1140px;
    margin: 40px auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 768px){
    .single-title{
        font-size: 22px !important;
    }
}
/* 問い合わせフォームCSS */
.contact1{
    max-width: 720px !important;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
}
.con-name input,.con-mail,input{
    width: 100%;
    height: 36px;
    font-size: 18px;
}
.con-message,textarea{
    width: 100% !important;
    font-size: 18px; 
}
.con-submit input{
    background-color: rgb(235, 235, 235);
    transition: 0.2s;
    border: 1px solid;
    padding: 5px 0;
    cursor: pointer;
}
.con-submit input:hover{
    background-color: white;
}
.wpcf7 form.sent .wpcf7-response-output {
    max-width: 700px;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
