@charset "utf-8";
/*-- ------------- --*/
/*-- component css --*/
/*-- ------------- --*/
/*-- button --*/
.c-btn{
	position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	padding:10px 30px;
    border:1px solid #000;
    font-size: 16px;
	line-height:1;
    color:#000;
    transition:all .5s;
    text-decoration: none;
    width:100%;
}
.t-btn{display: flex;justify-content: flex-end;}
.t-btn a{
    position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	padding:10px 30px;
    border:1px solid #000;
    font-size: 16px;
	line-height:1;
    color:#000;
    transition:all .5s;
    max-width: 300px;
    text-decoration: none;
}
.c-btn:hover{cursor: pointer;opacity: .7;}
.c-btn::after,.t-btn a::after{
	content:'';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 10px;
    height: 16px;
    margin-left: 10px;
	transition:all .5s;
}
.c-btn:hover::before,.link__area:hover .c-btn::before,
.c-btn:hover::after,.link__area:hover .c-btn::after{
    cursor: pointer;opacity: .7;
}
.c-t__btn{
    position: fixed;
    right:1%;
    bottom:6%;
    z-index: 100;
}
.c-t__btn a{
    position: relative;
    display: block;
    background: #000;
    color:var(--white-color);
    border:2px solid var(--white-color);
    width: 60px;
    height:60px;
    border-radius: 50%;
}
.c-t__btn a::before{
    content:'';
    position: absolute;
    top:calc(50% + 5px);
    left:50%;
    transform: translate(-50%,-50%)rotate(-45deg);
    display: block;
    width:20px;
    height:20px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transition:all .5s;
}
.c-t__btn a:hover::before{
    top:calc(50% + 2px);
}
@media screen and (max-width: 768px){
.c-t__btn{position: fixed;right:5px;}
.c-t__btn a{
    width: 40px;
    height:40px;
}
.c-t__btn a::before{
    top:calc(50% + 3px);
    width:14px;
    height:14px;
}
}
@media screen and (max-width: 640px){

}

/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/
/*-- Index MV--*/
.front-mv{
    position: relative;
}
.front-mv .vk_slider_item_container,.front-mv .wp-block-image{
    height: calc(100vh - 210px);
    position: relative;
}
.front-mv .wp-block-image img{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.front-mv .wp-block-image img{}
@media screen and (max-width: 1100px){
.front-mv .vk_slider_item_container,.front-mv .wp-block-image{
    height: calc(100vh - 100px);
}
}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
.front-mv .vk_slider_item_container,.front-mv .wp-block-image{
    height: 60vh;
    min-height: 400px;
}    
}
@media screen and (max-width: 640px){
/*-- Index MV--*/
.mv.wp-block-cover, .mv.wp-block-cover-image {
    min-height: 430px;
}
.mv.wp-block-cover .wp-block-cover__inner-container, .mv.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    right:0%;
}
}

/*-- front-page --*/
.h1__heading,.h2__heading{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h1__heading::after,.h2__heading::after{
    content:'';
    position: relative;
    display: block;
    width:100%;
    max-width: 30rem;
    border-bottom:2px solid #000;
}
/*--　.front-topics　--*/
/* サムネイルが無い投稿（中身空）を非表示 */
.front-topics .wp-block-post:empty {
    display: none;
}

/*--　.front-topics　--*/
/* サムネイルが無い投稿（中身空）を非表示 */
.front-topics .wp-block-post:empty {
    display: none;
}
.front-topics__slider .wp-block-post-template {
    display: flex;          /* 念のため */
}
.front-topics__slider .wp-block-post-template {
    list-style: none;
    padding: 0;
    margin: 0;
}
.front-topics__slider .wp-block-post-template .wp-block-post {
    margin-block-start: 0;
}
.front-topics__slider .swiper-button-prev::after,
.front-topics__slider .swiper-button-next::after{
    display: none;
}
.front-topics__slider .swiper-button-prev::before,
.front-topics__slider .swiper-button-next::before{
    content:'';
    display: block;
    width:18px;
    height:18px;
    border-top:2px solid #fff;
}
.front-topics__slider .swiper-button-prev::before{
    border-left:2px solid #fff;
    transform: rotate(-45deg);
}
.front-topics__slider .swiper-button-next::before{
    border-right:2px solid #fff;
    transform: rotate(45deg);
}
/*-- 2枚以下の場合 --*/
.front-topics__slider.is-static .wp-block-post-template {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.front-topics__slider.is-static .wp-block-post {
    flex: 1;
    margin-block-start: 0;
}
/* 投稿が少なくてスライダーが動かない（is-static）時はボタンを隠す */
.front-topics__slider.is-static .swiper-button-prev,
.front-topics__slider.is-static .swiper-button-next {
    display: none;
}
/*-- front-products --*/
.front-products__grid li{
    margin-block-start: 0;
}
/*-- front-highlight --*/
/* Facebook埋め込みを親要素の幅に合わせる */
.front__high1 .fb-plugin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden; /* はみ出し防止 */
    display: flex;
    justify-content: center; /* 中央寄せ */
}

.front__high1 .fb-plugin iframe,
.front__high1 .fb-plugin .fb-post,
.front__high1 .fb-plugin .fb-page {
    width: 100% !important;
    max-width: 100% !important;
}

/* 投稿の中身が崩れるのを防ぐための調整 */
.front__high1 .fb-plugin span {
    width: 100% !important;
}
/*-- support-page --*/
.support ul li{margin: 0;}
.support .wp-block-post-featured-image{
    padding-top:100%;
    overflow: hidden;
}
.support .wp-block-post-featured-image img{
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    height:100%;
    object-fit: cover;
}

/*-- company-page --*/
.company__list .wp-block-column{
    width:calc(100% - 144px);
    flex-basis: initial!important;
}
.company__list .wp-block-column:first-child{
    width:120px;
}
@media screen and (max-width: 768px){
.company__list .wp-block-column{
    width:calc(100% - 104px);
}
.company__list .wp-block-column:first-child{
    width:80px;
}   
}

/*-- sitemap-page --*/
.sitemap main .section__body{
    display: flex;
    flex-direction: column;
}
.sitemap main .section__body h2,.sitemap main .section__body p{
    display: inline-block;
}
.sitemap main .section__body a{
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sitemap main .section__body a::before{
    content:'';
    display: inline-block;
    margin-right: 1.5rem;
    border-top: 8px solid #000;
    border-left: 8px solid transparent;
    transform: rotate(45deg);
}
.sitemap .sublist{
    line-height: 1.5;
}
.sitemap main .btn__rakuten a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width:240px;
    color:#fff;
    background-color: #BF0000;
}
.sitemap main .btn__yahoo a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width:240px;
    color:#fff;
    background-color: #FF8400;
}
.sitemap main .section__body .btn__rakuten a::before,.sitemap main .section__body .btn__yahoo a::before{
    display: none;
}
/*-- 競技ゴルフ --*/
/*-- Grid --*/
.l-grid-2 {
    min-height:0vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(var(--gap-min),calc(var(--gap-min) + (var(--gap-max) - var(--gap-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--gap-max));
}
.l-grid-2.l-grid-side{
    grid-template-columns: 1fr 280px;
}
@media (max-width:900px){
.l-grid-2.l-grid-side{
    grid-template-columns: repeat(1, 1fr);
}
}
.tournament main .entry-content{padding: 0!important;}
.tournament main time a{
    text-decoration: none;
}
.tournament main .sb--1 li{
    margin-bottom: 6rem;
}
.tournament main .sb--1 li:last-child{
    margin-bottom: 0;
}
.tournament .sb--1 li time,
.tournament .sb--1 li h3,
.tournament .sb--1 li p{
    line-height: 1.5;
}
.tournament .sb--3 li{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 200px 1fr ;
    gap:20px;
    margin: 0 0 4rem;
}
.tournament .sb--3 li time,
.tournament .sb--3 li h3,
.tournament .sb--3 li p{
    line-height: 1.5;
}
/*-- ------- --*/
/*-- archive --*/
/*-- ------- --*/
#archive__page .article-list__t a{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
#archive__page .article-list__t li{
    margin-bottom: 4rem;
}
#archive__page .article-list__t li:last-child{
    margin-bottom: 0;
}
#archive__page .article-list__t a.no__thumb{
    gap:20px;
    display: block;
}
#archive__page .article-list__t .article__txtarea{
    margin: 0;
}
#archive__page .article-list__t a .article__txtarea{
    width:calc(100% - 220px);
}
#archive__page .article-list__t a.no__thumb .article__txtarea{
    width:100%;
}
.article-list__t .article__txtarea h3{
    font-weight: 700;
    line-height: 1.8;
    margin: 0 0 5px;
}
.article-list__t .article__txtarea time{
    line-height: 1.5;
}
.article-list__t .article__thumb{
    position: relative;
    width:200px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.article-list__t .article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-- 固定ページ お問い合わせ --*/
.contact__page{}
.contact__page .contact__body{
    margin: 0 auto;
    border-bottom:0px solid #bbb;
}
.contact__page .contact__body .contact__left{
    width:30%;
    padding: 12px 10px;
    border-top:0px solid #bbb;
    display: flex;
    align-items: center;
}
.contact__page .contact__body .contact__right{
    width:70%;
    padding: 12px 10px;
    border-top:0px solid #bbb;
}
.contact__page .contact__body .contact__right p{
    width:calc(100% - 20px);
    padding-left: 10px
}
.contact__page .contact__body .contact__right input{
    width:100%;
    background: transparent!important;
}
.contact__page .contact__body .contact__right input[type=checkbox] {
    width:15px;
}
.contact__page .contact__body .contact__right textarea{
    width:100%!important;
    min-height:80px;
    background: transparent!important;
}
.contact__page .contact__body .must__item{
    font-size: 14px;
    display: inline-block;
    border:1px solid #C00;
    color:#C00;
    margin-left: 10px;
    padding: 3px 8px;
}
.submit__btn{
    margin:30px auto 40px;
    text-align: center;
}
.submit__btn button{
	position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	padding:10px 40px 10px 40px;
	border-radius:0px;
    border:2px solid #000;
	line-height:1.4;
    color:#000;
    background: var(--white-color);
    transition:all .5s;
}
.submit__btn button:hover{
    cursor: pointer;
    background: var(--white-color);
    box-shadow: none;
    opacity: .7;
}
.page .mfp_buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page #mfp_button_send.mfp_element_button{
    position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
	padding:10px 40px 10px 40px;
	border-radius:0px;
    border:2px solid #000;
	line-height:1.4;
    color:#000;
    background: var(--white-color);
    transition:all .5s;
    width: 180px;
}
.page #mfp_button_send.mfp_element_button:hover{
    cursor: pointer;
    background: var(--white-color);
    box-shadow: none;
    opacity: .7;
}
.page #mfp_button_cancel.mfp_element_button{
    position:relative;
	text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
	padding:10px 40px 10px 40px;
	border-radius:0px;
	line-height:1.4;
    transition:all .5s;
    width: 180px;
}
@media screen and (max-width: 768px){
/*-- 競技ゴルフ --*/
.tournament .sb--3 li{
    gap:15px;
    grid-template-columns: repeat(1, 1fr);
}
#archive__page .article-list__t a .article__txtarea{
    width:100%;
}
.article-list__t .article__thumb{
    width:100%;
    aspect-ratio:initial;
    overflow: visible;
}
/*-- archive --*/
#archive__page .article-list__t a{
    gap:15px;
    flex-direction: column;
}
.article-list__t .article__thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*-- 固定ページ お問い合わせ --*/
.contact__page .contact__body .contact__left{
    width:100%;
    padding: 10px 10px;
    border-top:1px solid #bbb;
    display: flex;
    align-items: center;
}
.contact__page .contact__body .contact__right{
    width:100%;
    padding: 10px 10px;
    border-top:1px solid #bbb;
}
}