@charset "utf-8";
#responsive-menuwrap{
	display:none;
}
input#hamburger {
	display: none;
}
.menu-toggle{
	display:none!important;	
}
body:not(.nav-open) #responsive-menuwrap{
	display:none!important;
}
.menu-sticky-spmenu-container{
	display:none;	
}
@media(width>=1100px){
#responsive-menuwrap{
	display:none;/* !important */
}	
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * common
 *  */
.site-content{
	overflow:clip;	
}/*これがないとレスポンシブメニューが出てこない*/
.is-provider-youtube iframe{
	aspect-ratio:16/9;
}
body:not(.home){
	background:var(--toohccwhite);
}
body:not(.home) main{
	margin-top:120px;
}
body:not(.home) .page{
	margin-bottom:0;
}
body:not(.home) section{
	margin-bottom:110px;	
}
body:not(.home) .entry-content a[target="_blank"]:not(.wp-element-button):not(:has(img))::after{
	font-family:'FontAwesome';
	font-size:0.65em;
	content:'\f08e';
	margin-left:0.35em;
}
body:not(.home) .entry-content a[href*="mailto"]:not(.wp-element-button):not(:has(img))::after{
	content:'（メールソフトが開きます）';
	font-family:var(--ja);
}
body:not(.home) .entry-content h2:not(.notdef)::before{
	content:'';
	display:block;
	width:32px;
	height:8px;
	background-image: url("../images/common/dot-h2before2.svg");
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:12px;
	order:1;
}
body:not(.home) .entry-content h2:not(.notdef){
	font-size:clamp(1.25rem, 0.348rem + 1.88vw, 1.875rem);
	font-weight:500;
	color:var(--black);
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:6px;
	margin-top:70px;
	margin-bottom:clamp(2.5rem, 1.786rem + 1.12vw, 3.125rem);
	text-align:center;
}
.page-def-h2-en span{
	color: #82a58c;
	font-family: var(--cardo);
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1;
}
body:not(.home) .entry-content h2:first-child{
	margin-top:0;
}
body:not(.home) .entry-content h3:not(.notdef){
    line-height: 1.5;
    font-size: clamp(1.25rem, 0.709rem + 1.13vw, 1.625rem);
    padding: 0 10px 10px 10px;
	margin-top:2em;
    margin-bottom: 1em;
    border-bottom: 1px #c9c9c9 solid;
    font-weight: 500;
}
body:not(.home) .entry-content ul:not(.notdef){
	list-style-type:circle;
	margin-left:1.5em;
	margin-block:20px 40px;
}
body:not(.home) .entry-content ul:not(.notdef) li:not(:last-child){
	margin-bottom:0.75em;
}
body:not(.home) .entry-content ol:not(.notdef) li:not(:last-child){
	margin-bottom:0.5em;
}
body:not(.home) .entry-content :is(ul,ol):not(.notdef) :is(ol,ul){
	margin-left:1.5em;
	margin-top:10px;
	margin-bottom:0;
}
.page-def-inner h4:not(.notdef){
	position:relative;
	font-size:clamp(1rem, 0.795rem + 0.61vw, 1.25rem);
	padding-left: 1.35em;
    margin-bottom: 1em;
    margin-top: 2.5em;
	line-height:1.75;
	font-weight:500;
}
.page-def-inner h4:not(.notdef)::before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 99px;
	width: 4px;
    background-image: linear-gradient(to Top, #786BCF 0%, #6996E6 20%, #6FC9DB 40%, #97D482 60%, #EFC789 80%, #FC6FB1 100%);
}
.page-def-inner h5:not(.notdef){
	font-size:1.1em;
	padding-bottom:0.35em;
	border-bottom:1px solid #aaa;
	margin-top:2em;
	margin-bottom:1.25em;
	font-weight:500!important;
}
/* 非表示テキスト */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 固定ページ */
.page-ttl-wrap{
	display:flex;
	align-items:center;
	position:relative;
	padding-inline:2em;
	padding-block:230px;
	overflow:clip;
	margin-bottom:100px;
	justify-content: center;
	width:97.5%;
	margin-inline:auto;
	border-radius:3px;
}
.page-ttl-wrap::before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;	
	background:rgba(0,0,0,0.2);
}
.page-ttl-wrap::after{
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	background-image: url(../images/fv_bg.png);
	background-size: 3px 3px;
	background-repeat:repeat;
	opacity:0.6;
	mix-blend-mode: overlay;
}
.page-ttl-wrap h1{
	color: #fff;
	display: inline-block;
	font-size:clamp(2rem, 0.165rem + 2.26vw, 2.875rem);
	font-feature-settings:'palt';
	letter-spacing:0.05em;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	filter:drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
	transition: color 0.2s 0.9s;
	z-index:3;	
}
.page-ttl-wrap .post-thumbnail{
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}
.page-ttl-wrap img{
	width:100%;
	height:100%;
	position:absolute;
	object-fit:cover;
	z-index:0;
}
.page-ttl-wrap.head-eyecatch{
	padding-block:0;
	padding-inline:0;
}
.page-ttl-wrap.head-eyecatch img {
    width: 100%;
    height: auto;
    position: initial;
    object-fit: initial;
}
.page-ttl-wrap.head-eyecatch::before,
.page-ttl-wrap.head-eyecatch::after{
	content:none;
}
body:not(.home) section.has-background:not(.adminback){
	padding-block:90px;
}
.border-box{
	width: 100%;
	max-width: 1080px;
	padding:80px;
	margin-bottom:90px;
	border:1px solid var(--bluemain);
	border-radius:30px;
	margin-inline:auto;
}
section:not(:has(h2)) h3:first-of-type{
	margin-top:0!important;
}
.page-ttl-asirai{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100px;
	z-index:4;
}
.page-ttl-asirai > img{
	position:absolute;
	bottom:0;
}
#pagettl-asirai-white{
	width:120px;
	height:100px;
	left:0;
	z-index:3;
}
#pagettl-asirai-rainbow{
	width:1445px;
	height:81px;
	right:0;
	z-index:2;
}
/* アイキャッチ画像が無い場合 */
.page-ttl-wrap:has(.no-eyecatch){
	padding-block:100px;
	background-color: #f5f5f5;
	background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
	background-repeat: repeat;
}
.page-ttl-wrap:has(.no-eyecatch)::before,
.page-ttl-wrap:has(.no-eyecatch)::after{
	content:none;
}
.page-ttl-wrap:has(.no-eyecatch) h1{
	color: var(--black);
	display: inline-block;
	font-size: 32px;
	font-weight: 400;
	font-feature-settings:'palt';
	letter-spacing:0.02em;
	text-shadow:none;
	filter:initial;
}
.page-ttl-wrap:has(.no-eyecatch) .page-ttl-asirai{
	display:none;
}
/* パターン */
.page-sec1260 > div{
	width:90%;
	max-width:1260px;
	margin-inline:auto;
}
.page-sec1080 > div{
	width:90%;
	max-width:1080px;
	margin-inline:auto;
}
.page-sec900 > div{
	width:90%;
	max-width:900px;
	margin-inline:auto;
}
.pt-img-text{
	gap:2em 5%;
	margin-bottom:50px;
}
.pt-img-text > *{
	width:47.5%;
	flex-grow:1;
}
.pt-img-text h3{
	margin-top:0!important;
}
/* 続きを読む */
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
	border:1px solid var(--black);
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
	transition:all .25s
}
.readmore label:hover{
	background:#fff;
	color:var(--black);
}
.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
	height: 75px;
	background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.pt-figure-flex{
	gap:3%;
	margin-block:40px;
	justify-content:center;
	align-items: flex-start;
}
.pt-figure-flex figure{
	width:48.5%;
}

/* defbtn */
a.wp-block-button__link{
	font-size:15px;
	border:2px solid #fff;
	background:#333333;
	color:#fff;
	width:240px;
	padding-left:22px;
	padding-right:62px;
	text-align:left;
	position:relative;
	display:flex;
	align-items:center;
	letter-spacing:initial;
	line-height:1.5;
	margin-top:1.25em;
	margin-bottom:0.8px;
}
.wp-block-button__link::after{
	content: '\f061';
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 16px;
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background:#7F7F7F;
	border:1px solid transparent;
	border-radius: 50%;
	transition: all .25s;
}
.wp-block-button__link:hover{
	background:#fff;
	color:var(--black);
	border:2px solid var(--black);
}
.wp-block-button__link:hover::after{
	color: var(--black);
	background:transparent;
	border:1px solid transparent;
}
.anchor .wp-block-button__link::after{
	transform:rotate(90deg);
}
.linebtn a.wp-block-button__link{
	background:initial;
	border-radius:0;
	border:initial;
	border-bottom:1px solid;
	padding-left:0;
	padding-block:10px 5px;
	width: clamp(10.625rem, 8.482rem + 3.35vw, 12.5rem);
}
.linebtn a.wp-block-button__link::after{
	background:initial;
	right:10px;
}
.linebtn a.wp-block-button__link:hover{
	color:var(--toohccblue);
}
.linebtn a.wp-block-button__link:hover::after{
	color:var(--toohccblue);
	right:5px;
}
@media (any-hover: hover) {
	.linebtn a.wp-block-button__link:hover{
		color:var(--toohccblue);
	}
	.linebtn a.wp-block-button__link:hover::after{
		color:var(--toohccblue);
		right:5px;
	}	
}
@media (any-hover: none) {
	.linebtn a.wp-block-button__link:active{
		color:var(--toohccblue);
	}
	.linebtn a.wp-block-button__link:active::after{
		color:var(--toohccblue);
		right:5px;
	}	
}
/* pagetopボタン */
.pagetop{
	position:fixed;
	right:10px;
	background:var(--toohccgold);
	z-index: 998;
	height:40px;
	padding-inline:20px 45px;
	border:1px solid #fff;
	font-size:12px;
	font-weight:700;
	display:flex;
	align-items:center;
	color:var(--black)!important;
	border-radius:2px;
}
.pagetop::after{
	content: '\f105';
	display: flex;
	width: 14px;
	height: 14px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 12px;
	top: 50%;
	transform:translatey(-50%) rotate(-90deg);
	font-family: 'Font Awesome 6 Free';
	font-size: 9px;
	font-weight: 700;
	color: var(--black);
	background: #fff;
	border-radius: 50%;
	transition: all .25s;
}
.pagetop:hover{
	border:1px solid #999999;
}
.pagetop:hover::after{
	color: #fff;
	background: var(--black);
}
body:has(.page-eyecatch) .page-ttl-wrap {
	height:0;
	padding:0;
	margin:0;
}
body:has(.page-eyecatch) .entry-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * header
 *  */
.spnav{
	display:none;
}
.site-header{
	display:flex;
	justify-content:flex-end;
	background:rgba(255,255,255,0);
	height:160px;
	align-items:center;
	position: fixed;
	top: 0;
	left:2.5%;
	z-index: 999;
	width:95%;
	overflow-x:clip;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0);
	transition:all .15s;
}
body:not(.home) .site-header{
	left:0%;
	width:100%;
	padding-inline:1.75%;
	height:120px;
}
.site-branding a{
	position:relative;
	display:block;
	width:clamp(18.5rem, 13.511rem + 10.39vw, 23.125rem);
	height:clamp(4rem, 2.921rem + 2.25vw, 5rem);
	transition:all .15s;
}
.site-branding img{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
	transition:opacity 0.2s;
}
body:not(.home) #head-sitelogo-white{
	display:none;
}
.home:not(.scrolled) #head-sitelogo-white{
	opacity:1;
	filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.07));
}
.home:not(.scrolled) #head-sitelogo{
	opacity:0;
}
.scrolled .site-branding a{
	width:clamp(16.25rem, -12.639rem + 35.56vw, 20.25rem);
	height:clamp(3.524rem, -2.624rem + 7.57vw, 4.375rem);
}
.home.scrolled #head-sitelogo-white{
	opacity:0;
}
.home.scrolled #head-sitelogo{
	opacity:1;
}
.site-branding a:hover{
	opacity:0.5;
}
/*menu*/
.main-navigation {
	height:100%;
}
.menu-sublang-container{
	display:flex;
	opacity:1;
	pointer-events:auto;
	height:auto;
	gap:15px;
}
.scrolled .menu-sublang-container{
	opacity:0;
	pointer-events:none;
	height:0;
	overflow:hidden;
}
.home:not(.scrolled) ul:not(.sub-menu) a{
	color:#fff;
	text-shadow:0 3px 10px rgba(0,0,0,0.2);
}
.home:not(.scrolled) ul:not(.sub-menu) a[target="_blank"]::after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: '\f08e';
    margin-left: 0.7em;
    font-size: 10px;
    position: initial;
    display: inline-block;
    width: initial;
    height: initial;
    background: none;
    border: none;
}
.home:not(.scrolled) ul#header-mainmenu-inner > li > a[href]:hover{
	opacity:0.5;
}

/* mainmenu */
.menu-mainmenu-container{
	height:100%;	
}
#header-mainmenu-inner{
	height:100%;
	align-items: center;
    justify-content: flex-end;
}
#header-mainmenu-inner li{
	height:50%;
}
.menu-mainmenu-container ul:not(.sub-menu)>li> a{
	font-size:clamp(1rem, -0.241rem + 1.53vw, 1.172rem);/*16-1300--18.75-1480*/
	font-weight:400;
	padding:8px 12px;
	height:100%;
	letter-spacing:0;
	display:flex;
	align-items:center;
}
.menu-mainmenu-container ul:not(.sub-menu)>li> a:not([href]){
	cursor:default;
}
body:not(.home) .menu-mainmenu-container ul:not(.sub-menu) a{
	color:var(--black);
}
body:not(.home) .menu-mainmenu-container ul#header-mainmenu-inner > li > a[href]:hover{
	opacity:0.5;
}
/* 子メニュー関係 */
.menu-mainmenu-container .sub-menu-wrap:has(li:not(.child-ttl)){
	padding-top:7px;
	position: absolute;
	top:100%;
	transform: translateX(-50%);
	left: 50%;
	background: transparent;
	z-index: 10;
	visibility: hidden;
	pointer-events:none;
	opacity:0;
	transition: all .4s;
}
.menu-item-has-children:hover .sub-menu-wrap:has(li:not(.child-ttl)){
	visibility:visible;
	opacity:1;
	pointer-events:auto;
}
.menu-item-has-children .sub-menu-wrap:has(li:not(.child-ttl)) .sub-menu {
	position: static;
	width: 189px;
	background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(5px);
	height:fit-content;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius:3px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	display:block;
	font-size: 15px;
	padding:20px;
}
.menu-mainmenu-container .menu-item-has-children:has(li:not(.child-ttl)) > a::after{
	font-family:'FontAwesome';
	content:'\f107';
	margin-left:9px;
	margin-top: 2px;
	font-size: 15px;
}
.menu-mainmenu-container .sub-menu li{
	font-size: 15px;
	font-weight: 400;
	position: relative;
	list-style: none;
	display: flex;
	align-items: baseline;
}
.menu-mainmenu-container .sub-menu li span,
.menu-mainmenu-container .sub-menu li:not(.child-ttl):not(:has(figure)) a{
	display:flex;
	align-items: flex-start;
	align-items: baseline;
	column-gap:10px;
}
.menu-mainmenu-container .sub-menu li span::before,
.menu-mainmenu-container .sub-menu li:not(.child-ttl):not(:has(figure)) a:before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	transform: translateY(-2px);
	background:#AAAAAA;
	border-radius: 50%;
	transition: all .25s;
	flex-shrink: 0;
}
.menu-mainmenu-container ul.sub-menu a{
	color:var(--black)!important;
	display: block;
	width:100%;
	padding:8px 0;
	text-shadow:none!important;
	letter-spacing:0;
}
.menu-mainmenu-container ul.sub-menu a:hover{
	text-decoration:underline;
	text-underline-offset:2px;
}
.menu-mainmenu-container ul.sub-menu a:has(figure){
	display:flex;
	flex-direction:column-reverse;
}
.menu-mainmenu-container .sub-menu a:hover{
	color:var(--linktext);
}
.menu-mainmenu-container .sub-menu li:has(a:hover)::before{
	background:var(--linktext);
	transform:rotate(360deg);
}
.menu-mainmenu-container .sub-menu li:has(a:not([href]))::before{
	content:none;
}
.menu-mainmenu-container .sub-menu li:has(a:not([href])) span{
	display:block;
	font-size:48px;
	color:#E6F1F8;
	margin-bottom:5px;
	mix-blend-mode:multiply;
	line-height:1;
}
.sub-menu li figure{
	width:100%;
	margin-bottom:10px;
	border-radius:8px;
	overflow:clip;
}
.sub-menu li figure img{
	height:auto;
	aspect-ratio:4/3;
	object-fit:cover;
	transform:scale(1);
	transition:all .25s;
}
.sub-menu li a:hover img{
	transform:scale(1.1);
}
.sub-menu li.child-ttl{
	height: 100%;
	width: clamp(15.625rem, -4.032rem + 24.19vw, 25rem);
	border-right: 2px solid #BFBFBF;
	padding-right: clamp(1.25rem, -1.371rem + 3.23vw, 2.5rem);
	text-indent: 0.2em;
}
.sub-menu li.child-ttl a{
	font-size:24px;
	font-weight:500;
	line-height:1.5;
}

/*scrolled*/
.scrolled .site-header{
	height:100px;
	top:20px;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	padding-inline:2.5% 0;
	border-radius:2px;
}
body:not(.home).scrolled .site-header{
	left:2.5%;
	width:95%;
	padding-inline:2.5% 0;
	height:100px;
}
.scrolled .menu-mainmenu-container::before {
	background: #CEE0EE;
}
.scrolled #header-mainmenu-inner li {
    height: 100%;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu) a{
	color:var(--black);
}
.scrolled .menu-mainmenu-container ul#header-mainmenu-inner > li:not(.navbtn) > a[href]:hover{
	opacity:0.5;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn> a{
	padding:0 36px;
	color:#fff;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(2){
	margin-left:12px;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(2)> a{
	background-image: linear-gradient(135deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(1)> a{
	background-image: linear-gradient(135deg, #158635, #0C4C1A);
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(2)> a:hover{
	opacity:0.8;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(1)> a[target="_blank"]::after {
    font-family: 'FontAwesome';
    font-weight: 400;
    content: '\f08e';
    margin-left: 0.7em;
    font-size: 10px;
    position: initial;
    display: inline-block;
    width: initial;
    height: initial;
    background: none;
    border: none;
}
.scrolled .menu-mainmenu-container ul:not(.sub-menu)>li.navbtn:nth-last-child(1)> a:hover{
	opacity:0.8;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * footerCTA
 *  */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * footer
 *  */
:where(.site-footer){
	color:#fff;
}
.site-footer{
	background:var(--toohccmiddle);
}
body:not(.home) .site-footer{
	margin-top:70px;
}
/* CTA */
.widget:has(.foot-cta){
	margin-bottom:0;
}
.foot-cta > div{
	display:flex;
}
.foot-cta .wp-block-cover.has-link{
	width:50%;
	height:clamp(16.25rem, 0.912rem + 31.95vw, 26.875rem);/* 260-768--430-1300 */
	min-height:initial;
	overflow:clip;
}
.foot-cta .wp-block-cover.has-link img{
	scale:1;
	transition:all .4s;
}
@media (any-hover: hover) {
	.foot-cta .wp-block-cover.has-link:hover img{
		scale:1.15;
	}
}
@media (any-hover: none) {
	.foot-cta .wp-block-cover.has-link:active img{
		scale:1.15;
	}
}
/* 予約 */
.widget:has(.foot-reserve){
	margin-bottom:0;
}
.heading-after-en h2{
	margin-bottom:10px;
	font-size:clamp(1.5rem, 0.959rem + 1.13vw, 1.875rem);/* 24-768--30-1300 */
	font-weight:400;
	line-height:1.5;
}
.heading-after-en p{
	font-size:18px;
	font-family:var(--toohccen);
}
/* 予約案内 */
.foot-reserve{
	position:relative;
}
/* 謎バグ対応
.foot-reserve::after{
	content:'';
	display:block;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:1px;
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:1;
}*/
.foot-reserve .has-parallax{
	padding-block: clamp(5rem, 2.293rem + 5.64vw, 6.875rem);
    -webkit-clip-path: inset(1px);
    clip-path: inset(1px);
}
.foot-reserve-tel{
	margin-top:clamp(1.875rem, 0.522rem + 2.82vw, 2.813rem);/* 30-768--45-1300 */
}
.foot-reserve-tel,
.foot-reserve-page{
	width:fit-content;
	margin-inline:auto;
	display:flex;
	align-items:center;
	gap:25px;
}
.foot-reserve-tel::before{
	font-family:'FontAwesome';
	font-weight:400;
	content:'\f095';
	font-size:22px;
	line-height:1;
	display:grid;
	place-content:center;
	width:50px;
	height:50px;
	border-radius:100px;
	background:var(--toohcclight);
}

.foot-reserve-tel p:first-child{
	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:5px;
	text-decoration-color:rgba(255,255,255,0.5);
	font-size:clamp(1.625rem, 1.084rem + 1.13vw, 2rem);/* 26-768--32-1300 */
	margin-bottom:10px;
}
.foot-reserve-tel p:first-child a{
	overflow: hidden;
	color: transparent;
	text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
	display: inline-block;
	line-height:calc(1em + 5px);
	border-bottom:1px solid rgba(255,255,255,0.6);
}
@media (any-hover: hover) {
	.foot-reserve-tel p:first-child a:hover{
		border-bottom:1px solid rgba(255,255,255,0);
		text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
	}
}
@media (any-hover: none) {
	.foot-reserve-tel p:first-child a:active{
		border-bottom:1px solid rgba(255,255,255,0);
		text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
	}
}
.foot-reserve-tel p:last-child{
	margin-bottom:0;
	font-size:clamp(1rem, 0.82rem + 0.38vw, 1.125rem);/* 16-768--18-1300 */
}
.foot-reserve-page{
	margin-top:50px;
}
.foot-reserve-page::before{
	font-family:'FontAwesome';
	font-weight:400;
	content:'\f109';
	font-size:22px;
	line-height:1;
	display:grid;
	place-content:center;
	width:50px;
	height:50px;
	border-radius:100px;
	background:var(--toohcclight);
}
.foot-reserve-page-btn > div{
	display:flex;
	gap:25px;
}
.foot-reserve-page-btn p{
	margin-bottom:0;
}
.foot-reserve-page-btn a{
	color:#fff;
	display:inline-block;
	font-size:clamp(1rem, 0.639rem + 0.75vw, 1.25rem);/* 16-768--20-1300 */
	padding:1em clamp(4.375rem, 1.217rem + 6.58vw, 6.563rem);/* 70-768--105-1300 */
	border:1px solid rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.15);
	backdrop-filter:blur(4px);
}
@media (any-hover: hover) {
	.foot-reserve-page-btn a:hover{
		background:rgba(255,255,255,0.35);
		backdrop-filter:blur(10px);
	}
}
@media (any-hover: none) {
	.foot-reserve-page-btn a:active{
		background:rgba(255,255,255,0.35);
		backdrop-filter:blur(10px);
	}
}
.foot-reserve-page-btn a[target="_blank"]::after{
	font-family:'FontAwesome';
	font-weight:400;
	content:'\f08e';
	margin-left:0.7em;
	font-size:10px;
	position:initial;
	display:inline-block;
	width:initial;
	height:initial;
	background:none;
	border:none;
}
/*Googlemap*/
.widget:has(.foot-map){
	margin-bottom:0;
}
.foot-map{
	width:90%;
	margin-inline:auto;
	margin-top:100px;
}
.foot-map > div{
	width:100%;
	height:clamp(25rem, 20.489rem + 9.4vw, 28.125rem);/* 400-768--450-1300 */
	overflow: hidden;
}
.foot-map iframe{
	width:100%;
	height: calc(clamp(25rem, 20.489rem + 9.4vw, 28.125rem) + 300px);
	margin-top: -150px;
}
/* メニューと住所とか */
.foot-main-wrap{
	width:90%;
	max-width:1024px;
	margin-inline:auto;
	margin-block: clamp(5rem, -2.5rem + 15.63vw, 7.5rem);
}
.foot-main-wrap > div{
	display:flex;
	gap:40px;
}
.foot-main-left{
	width: 100%;
    max-width: 274px;
	flex-shrink:0;
}
.foot-snswrap{
	margin-bottom:30px;
}
.foot-snswrap figure{
	margin-bottom:0;
}
.foot-snswrap > div{
	display:flex;
	gap:12px;
}
.foot-snsbtn{
	width:50px;
	height:50px;
	background:var(--toohccgray);
	display:grid!important;
	place-content:center;
	border-radius:100px;
}
@media (any-hover: hover) {
	.foot-snsbtn:hover,.foot-bnr:hover{
		opacity:0.5;
	}
}
@media (any-hover: none) {
	.foot-snsbtn:active,.foot-bnr:active{
		opacity:0.5;
	}
}
.foot-snsbtn img{
	height:20px;
}
figure:has(.foot-bnr){
	margin-top:45px;
	margin-bottom:0;
}
.foot-main-left p{
	margin-bottom:;
	font-size:clamp(1rem, 0.82rem + 0.38vw, 1.125rem);/* 16-768--18-1300 */
}
.foot-main-left p a{
	color:#fff;
	text-decoration:underline;
	text-underline-offset:2px;
}
@media (any-hover: hover) {
	.foot-main-left p a:hover{
		text-decoration:none;
	}
}
@media (any-hover: none) {
	.foot-main-left p a:active{
		text-decoration:none;
	}
}
.foot-main-left p mark{
	font-size:clamp(0.875rem, 0.695rem + 0.38vw, 1rem);/* 16-768--18-1300 */
	margin-top:10px;
	display:inline-block;
}
.foot-main-right{
	flex-grow:1;
	border-left:1px solid var(--toohcclight);
	padding-inline:80px 1em;
	font-size:clamp(0.938rem, 0.75rem + 0.39vw, 1rem);
}
.foot-main-right .widget{
	margin-bottom:0;
}
.foot-main-right ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:21px 30px;
}
.foot-main-right ul li{
	line-height:1;
}
.foot-main-right ul a{
	padding:2px 3px;
	overflow: hidden;
	color: transparent;
	text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
	display: inline-block;
}
.foot-main-right ul a[target="_blank"]::after{
	font-family:'FontAwesome';
	font-weight:400;
	content:'\f08e';
	margin-left:0.7em;
	font-size:10px;
	position:initial;
	display:inline-block;
	width:initial;
	height:initial;
	background:none;
	border:none;
}
@media (any-hover: hover) {
	.foot-main-right ul a:hover{
		text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
	}
}
@media (any-hover: none) {
	.foot-main-right ul a:active{
		text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
	}
}
/* copyright */
.copyright-wrap{
	background:var(--toohccdark);
	padding-block:25px;
}
.copyright-wrap > div{
	width:90%;
	max-width:1260px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-inline:auto;
}
a:has(#foot-sitelogo-white){
	opacity:1;
	transition:all .25s;
}
#foot-sitelogo-white{
	width:100%;
	height:auto;
	max-width:300px;
}
.copyright{
	font-size:16px;
	margin-bottom:0;
	color:var(--toohccwhite);
	opacity:0.5;
	font-family:var(--cardo);
}

@media (any-hover: hover) {
	a:has(#foot-sitelogo-white):hover{
		opacity:0.7;
	}
}
@media (any-hover: none) {
	a:has(#foot-sitelogo-white):active{
		opacity:0.7;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  top
 * */
.home :where(section){
	margin-bottom:clamp(6.25rem, 4.821rem + 2.23vw, 7.5rem);
}
/* common */
.top-defh > div{
	display:flex;
	gap:25px;
	align-items:baseline;
	margin-bottom:35px;
	width:90%;
	max-width:1260px;
	margin-inline:auto;
}
.top-defh p{
	color:var(--bluemain);
	font-size:42px;
	font-weight:700;
	position:relative;
	line-height:1;
	padding-right:22px;
}
.top-defh p::after{
	content:'';
	display:block;
	width:10px;
	aspect-ratio:1;
	border-radius:100px;
	background:var(--redpin);
	position:absolute;
	right:0;
	top:0;
}
.top-defh h2{
	font-size:18px;
	font-weight:700;
	line-height:1.5;
}
.top-section{
	padding-block:clamp(5rem, 1.391rem + 7.52vw, 7.5rem);/* 80-768--120-1300 */
	margin-bottom:0;
}
/*fv*/
.fvlogo{
	filter: drop-shadow(0 5px 3px rgba(0,0,0,0.2));
}
.fvlogo img{
	width:clamp(9.375rem, 4.142rem + 23.92vw, 15.625rem)!important;
}
.fv{
	user-select:none;
}

.fv .wp-block-cover__inner-container{
	z-index:2;
}
/* 最上位グループに基準を持たせる */
.wp-block-group.fv {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.wp-block-group.fv > div{
	height:100%;
}
/* 背景動画 */
.wp-block-group.fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wp-block-group.fv >div::after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	z-index: 1;
	position:absolute;
	inset:0;
	background: rgba(0,0,0,0.15);
}
/* ロゴ画像を中央に重ねる */
.fvlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

/* ロゴ画像のサイズ調整 */
.fvlogo img {
  width: 250px;
  max-width: 80vw;
  height: auto;
}

.fv::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fv_bg.png);
	background-size: 3px auto;
	background-repeat: repeat;
    z-index: 1;
	opacity: 0.6;
	mix-blend-mode: overlay;
}
.pc-image {
	display: block;
}
.mobile-image {
	display: none;
}
.fv-container{
	position:relative;
}
.fv-text{
	position:absolute;
	z-index:3;
	color: #fff;
	top: calc(50% + 35px);
	left:5%;
	transform: translateY(-50%);
}
.fv-text p{
	display:block;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	transform: translateZ(0);
}
.fv-maintxt{
	font-size:clamp(37.5px,3.409vw,50px);
	font-weight:700;
	line-height:1.5;
	margin-bottom:0.5em;
}
.fv-subtxt{
	font-size:clamp(19.5px,1.7727vw,26px);
}
.fv-subtxt br{
	display:none;
}
.fv-maintxt, .fv-subtxt {
	opacity: 0; /* 初期状態で非表示に */
	transition: opacity 0.1s ease-in-out;
}

.fv-maintxt span, .fv-subtxt span {
	display: inline-block;
	opacity: 0; /* 初期状態で文字を非表示に */
	transition: opacity 0.1s ease-in-out;
}
/* alert */
.alert{
	width:90%;
}
/* ピックアップ・お知らせ・イベント */
.top-info-container{
	background:#F2F7FC;
	padding-block:clamp(6.25rem, 4.821rem + 2.23vw, 7.5rem);
	margin-bottom:clamp(6.25rem, 4.821rem + 2.23vw, 7.5rem);
}
.top-info-container > div > section{
	width:90%;
	max-width:1260px;
	margin-inline:auto;
}
.top-info-container > div > section:last-child{
	margin-bottom:0;
}
#sw-top-pickup{
	overflow-x:clip;
	position:relative;
	padding-inline: 10px;
}
.top-news-blog-wrap{
	display:flex;
	gap:clamp(5rem, 2.143rem + 4.46vw, 7.5rem);
	align-items:flex-start;
}
.top-news-blog-wrap > div{
	width:calc((100% - clamp(5rem, 2.143rem + 4.46vw, 7.5rem)) / 2);
}
/* お知らせ */
.top-section-news{
	background:var(--toohccmiddle);
}
.top-section-news > div{
	width:90%;
	max-width:1260px;
	margin-inline:auto;
}
.top-news-btn-wrap{
	display:flex;
	justify-content:flex-end;
	margin-top:clamp(2.188rem, 0.834rem + 2.82vw, 3.125rem);
}
.top-news-btn{
	color:#fff!important;
	font-family:var(--cardo);
	font-size:clamp(1.125rem, 0.764rem + 0.75vw, 1.375rem);/* 18-768--22-1300 */
	border-bottom:1px solid var(--toohccwhite);
	padding-right:40px;
	position:relative;
	transition:all .25s;
}
.top-news-btn::before,
.top-news-btn::after{
	content:'';
	display:inline-block;
	width:16px;
	aspect-ratio:1;
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.top-news-btn::before{
	background-image:url('../images/common/dot-square-corner.svg');
	z-index:1;
	opacity:1;
	transition:all .4s;
}
.top-news-btn::after{
	background-image:url('../images/common/dot-square-blue.svg');
	z-index:0;
	opacity:0;
	transition:all .4s;
}
@media (any-hover: hover) {
	.top-news-btn:hover{
		color:var(--toohccblue)!important;
		border-bottom:1px solid var(--toohccblue);
	}
	.top-news-btn:hover::before{
		opacity:0;
	}
	.top-news-btn:hover::after{
		opacity:1;
	}
}
@media (any-hover: none) {
	.top-news-btn:active{
		color:var(--toohccblue)!important;
		border-bottom:1px solid var(--toohccblue);
	}
	.top-news-btn:hover::active{
		opacity:0;
	}
	.top-news-btn:hover::active{
		opacity:1;
	}
}
.top-section-news h2{
	color:#fff;
	display:flex;
	flex-direction:column;
	padding-left:25px;
	font-size:clamp(1rem, 0.278rem + 1.5vw, 1.5rem);/* 16-768--24-1300 */
	font-weight:400;
	margin-bottom: clamp(1.875rem, -0.381rem + 4.7vw, 3.438rem);/* 30-768-55-1300 */
}
.top-section-news h2 span{
	position:relative;
	font-family: cardo;
	font-size: clamp(2.5rem, 0.695rem + 3.76vw, 3.75rem);/* 40-768--60-1300 */
	font-weight: 400;
	line-height: 1.25;
}
.top-section-news h2 span::before{
	content:'';
	background-image:url('../images/common/dot-h2before.svg');
	display:block;
	width:clamp(0.375rem, 0.195rem + 0.38vw, 0.5rem);/* 6-768--8-1300 */
	height:0.75em;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-25px;
	top:50%;
	transform:translateY(-50%);
}
.top-news-blog-list{
	border-top:1px solid var(--toohccwhite);
}
.top-news-blog-list > :where(a,div){
	border-bottom:1px solid var(--toohccwhite);
	padding-block: clamp(1.25rem, 0.799rem + 0.94vw, 1.563rem);/* 20-768--25-1300 */
}
.top-news-info{
	display:flex;
	align-items:baseline;
	gap:0 clamp(1.563rem, 0.209rem + 2.82vw, 2.5rem);/* 25-768--40-1300 */
}
.top-news-info span{
	display:inline-block;
	font-size:13px;
	font-weight:400;
	line-height:1;
}
.top-news-category{
	display:flex;
	gap:1em;
}
.top-news-category-name{
	background:var(--toohcclight);
	padding:7px 18px;
	border-radius:3px;
}
.top-news-category-name.top-news-important{
	background:var(--toohccred);
}
.new-badge{
	color:var(--toohccgold);
	font-size:clamp(1rem, 0.82rem + 0.38vw, 1.125rem);/* 16-768--18-1300 */
	font-family:var(--roboto);
	font-weight:500;
	margin-bottom:0;
	margin-left: clamp(1.25rem, 0.799rem + 0.94vw, 1.563rem);/* 20-768--25-1300 */
}
.top-news-blog-info h3{
	transition:all .15s;
	font-size:16px;
	font-weight:400;
	margin-top:clamp(1.25rem, 0.799rem + 0.94vw, 1.563rem);/* 20-768--25-1300 */
	margin-bottom:0;
	line-height:1.75;
}
.top-news-blog-list > a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:2.5em;
	color:var(--toohccwhite);
}
.top-news-single.no-link{
	color:var(--toohccwhite);
}
.top-news-blog-angle{
	display:block;
	font-size:20px;
	width:80px;
	height:50px;
	border:1px solid var(--toohccwhite);
	display:grid;
	place-content:center;
	flex-shrink:0;
	transition:all .15s;
}
@media (any-hover: hover) {
	.top-news-blog-list a:hover{
		border-bottom:1px solid var(--toohccblue);
	}
	.top-news-blog-list a:hover h3{
		color:var(--toohccblue);
	}
	.top-news-blog-list a:hover .top-news-blog-angle{
		border:1px solid var(--toohccblue);
		color:var(--toohccblue);
		padding-left:0.75em;
	}
}
@media (any-hover: none) {
	.top-news-blog-list a:active{
		border-bottom:1px solid var(--toohccblue);
	}
	.top-news-blog-list a:active h3{
		color:var(--toohccblue);
	}
	.top-news-blog-list a:active .top-news-blog-angle{
		border:1px solid var(--toohccblue);
		color:var(--toohccblue);
		padding-left:0.75em;
	}
}
/* 競技スケジュールとオープンコンペ */
.top-section-cta{
	background:var(--toohccdark2);
	position:relative;
}
.top-section-cta::before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/common/bg_grid.png) repeat left top;
    opacity: .1;
}
.top-section-cta-wrap{
	position:relative;
	z-index:1;
}
.top-section-cta-wrap > div{
	width:90%;
	margin-inline:auto;
	display:flex;
	gap:0 30px;
}
.top-cta-single{
	position:relative;
	color:#fff;
}
.top-cta-single figure{
	margin-bottom:0;
}
.top-cta-single::before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.3);
	backdrop-filter:blur(1px);
}
.top-cta-text{
	position:absolute;
	right:10%;
	top:50%;
	transform:translateY(-50%);
}
.top-cta-text h2{
	font-size:clamp(1.094rem, 0.201rem + 1.4vw, 1.875rem);/* 17.5-1024--30-1920 */
	font-weight:400;
	position:relative;
	margin-bottom:0;
}
.top-cta-text h2::before{
	content:'';
	background-image:url('../images/common/dot-h2before.svg');
	display:block;
	width:clamp(0.375rem, 0.195rem + 0.38vw, 0.5rem);/* 6-768--8-1300 */
	height:1em;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-20px;
	top:50%;
	transform:translateY(-50%);
}
.top-cta-asirai{
	position:absolute;
	left:2.5%;
	bottom:-0.6em;
	font-family:var(--cardo);
	font-size:clamp(2.813rem, -2.545rem + 8.37vw, 7.5rem);/*45-1024--120-1920*/
	opacity:0.3;
}
/* コース紹介top-course */
.top-course .wp-block-cover__inner-container{
	width: 45%;
	max-width: 653px;
	position: absolute;
	right: 50%;
}
.top-course h2{
	display:flex;
	flex-direction:column;
	font-size:clamp(2.25rem, 1.75rem + 1.04vw, 3rem);/* 36-768--48-1920 */
	font-family:var(--mintyou);
	font-weight:400;
	line-height:1;
}
.top-course h2 span{
	color:var(--toohccgold);
	font-family:var(--allura);
	font-size:clamp(3rem, 2.5rem + 1.04vw, 3.75rem);/* 48-768--60-1920 */
	font-weight:400;
}
.top-course p{
	font-size:clamp(1.125rem, 0.958rem + 0.35vw, 1.375rem);/* 18-768--22-1920 */
	line-height:1.75;
}
.top-course .wp-block-cover__inner-container a{
	color:#fff;
	display:flex;
	font-size:clamp(1rem, 0.639rem + 0.75vw, 1.25rem);/* 16-768--20-1300 */
	padding:1em clamp(2.5rem, 0.695rem + 3.76vw, 3.75rem);/* 40-768--60-1300 */
	border:1px solid rgba(255,255,255,0.5);
	background:rgba(255,255,255,0.15);
	backdrop-filter:blur(4px);
	border-radius:initial;
	gap:30px;
}
.top-course .wp-block-cover__inner-container a::after{
	background:none;
	position:initial;
	width:fit-content;
}
@media (any-hover: hover) {
	.top-course .wp-block-cover__inner-container a:hover{
		background:rgba(255,255,255,0.3);
		backdrop-filter:blur(8px);
	}
	.top-course .wp-block-cover__inner-container a:hover::after{
		color:#fff;
	}
}
@media (any-hover: none) {
	.top-course .wp-block-cover__inner-container a:active{
		background:rgba(255,255,255,0.3);
		backdrop-filter:blur(8px);
	}
	.top-course .wp-block-cover__inner-container a:active::after{
		color:#fff;
	}
}
/* top-section-flex */
.top-section-flex{
	gap:20px;
}
.top-section-flex figure{
	margin-bottom:0;
	width:calc(50% - 20px);
	flex-shrink:0;
	position:relative;
}
.top-section-flex figure::after{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	border:1px solid var(--toohccgold);
	top:20px;
	z-index:0;
}
.top-section-flex figure img{
	z-index:1;
	position:relative;
}
:where(.top-section-concept,.top-section-member) figure::after{
	left:20px;
}
.top-section-elc figure::after{
	right:20px;
}
.top-section-flex-text{
	width:50%;
}
.top-section-flex-text > div{
	width:calc(100% - clamp(6rem, -0.857rem + 10.71vw, 12rem));/* 6rem-1024--12rem-1920 */
	margin-inline:auto;
}
.top-section-flex h2 span{
	color:var(--toohccgold);
	font-family:var(--allura);
	font-size:clamp(3rem, 2.5rem + 1.04vw, 3.75rem);/* 48-768--60-1920 */
	font-weight:400;
	line-height:1;
}
.top-section-flex p{
	line-height:1.75;
	color:var(--toohccwhite);
	font-size:clamp(1rem, 0.571rem + 0.67vw, 1.375rem);/* 16-1024--22-1920 */
	max-width: 700px;
}
.top-section-flex p.top-p-big{
    font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);/* 32-1024--48-1920 */
    font-family: var(--mintyou);
    font-weight: 400;
    line-height: 1.5;
    color:var(--toohccwhite);
    margin-bottom: 40px;
}
.top-section-concept,
.top-section-member{
	background:var(--toohccdark);	
}
.top-section-elc{
	background:var(--toohccmiddle);	
}
/* トップギャラリー */
.top-section-flex{
	gap:20px;
}
.top-section-flex figure{
	margin-bottom:0;
	width:calc(50% - 20px);
	flex-shrink:0;
	position:relative;
}
.top-section-flex figure::after{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	border:1px solid var(--toohccgold);
	top:20px;
	z-index:0;
}
.top-section-flex:is(.top-section-elc,.top-section-member) figure::after{
	content:none!important;
}
.top-section-flex:is(.top-section-elc,.top-section-member) figure {
    mix-blend-mode: luminosity;
	width: calc(45% - 20px);
}
.top-section-flex.top-section-elc figure{
	margin-right: 5%;
}
.top-section-flex.top-section-member figure{
    margin-left: 5%;
}
.top-section-flex figure img{
	z-index:1;
	position:relative;
}
:where(.top-section-concept,.top-section-member) figure::after{
	left:20px;
}
.top-section-elc figure::after{
	right:20px;
}
.top-section-flex-text{
	width:50%;
}
.top-section-flex-text > div{
	width:calc(100% - clamp(6rem, -0.857rem + 10.71vw, 12rem));/* 6rem-1024--12rem-1920 */
	margin-inline:auto;
}
.top-section-flex h2 span{
	color:var(--toohccgold);
	font-family:var(--allura);
	font-size:clamp(3rem, 2.5rem + 1.04vw, 3.75rem);/* 48-768--60-1920 */
	font-weight:400;
	line-height:1;
}
.top-section-flex p{
	line-height:1.75;
	color:var(--toohccwhite);
	font-size:clamp(1rem, 0.714rem + 0.45vw, 1.25rem);/* 16-1024--20-1920 */
	max-width: 700px;
}
.top-section-flex p.top-p-big{
    font-size: clamp(2rem, 0.857rem + 1.79vw, 3rem);/* 32-1024--48-1920 */
    font-family: var(--mintyou);
    font-weight: 400;
    line-height: 1.5;
    color:var(--toohccwhite);
    margin-bottom: 40px;
}
.top-section-concept,
.top-section-member{
	background:var(--toohccdark);	
}
.top-section-elc{
	background:var(--toohccmiddle);	
}
/* トップギャラリー */
.top-section-gallery{
	background:var(--toohccdark2);
	position:relative;
	color:var(--toohccwhite);
	padding-block: clamp(3.75rem, 1.945rem + 3.76vw, 5rem);/* 60-768--80-1300 */
}
.top-section-gallery::before {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/common/bg_grid.png) repeat left top;
	opacity: .1;
}
.top-section-gallery h2{
	color:#fff;
	display:flex;
	flex-direction:column;
	padding-left:25px;
	font-size:clamp(1rem, 0.278rem + 1.5vw, 1.5rem);/* 16-768--24-1300 */
	font-weight:400;
	margin-bottom: clamp(1.875rem, -0.381rem + 4.7vw, 3.438rem);/* 30-768-55-1300 */
}
.top-section-gallery h2 span{
	position:relative;
	font-family: cardo;
	font-size: clamp(2.5rem, 0.695rem + 3.76vw, 3.75rem);/* 40-768--60-1300 */
	font-weight: 400;
	line-height: 1.25;
}
.top-section-gallery h2 span::before{
	content:'';
	background-image:url('../images/common/dot-h2before.svg');
	display:block;
	width:clamp(0.375rem, 0.195rem + 0.38vw, 0.5rem);/* 6-768--8-1300 */
	height:0.75em;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-25px;
	top:50%;
	transform:translateY(-50%);
}
.top-section-gallery-inner{
	width:90%;
	max-width:1260px;
	margin-inline:auto;
	gap:clamp(3.75rem, 0.893rem + 4.46vw, 6.25rem);/* 60-1024--100-1920 */
	z-index:1;
	position:relative;
}
.top-gallery-slider-main{
	width:50%;
	flex-shrink:0;
}
.top-gallery-slider-main figure,
.top-gallery-slider-bk figure{
	margin-bottom:0;
}
.top-gallery-slider-bk{
	width:100%;
	position:absolute;
	z-index:0;
	opacity:0.3;
	top:50%;
	transform:translateY(-50%);
}
.top-gallery-slider-bk .vk_slider .swiper-wrapper, .vk_post_list_slider .swiper-wrapper{
	transition-timing-function:linear!important;
	background-color:transparent;
}
.top-gallery-slider-bk .swiper-slide{
	padding:10px;
}
.top-gallery-slider-bk .vk_slider_item .vk_slider_item-background-area:not([class*=-background-color]){
	background-color:transparent;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  コース一覧ページ
 * */
.course-map{
	width: 90%;
	margin-inline: auto;
}
.course-map figure{
	max-width:1200px;
	margin-inline:auto;
	margin-bottom:clamp(2.5rem, 0.695rem + 3.76vw, 3.75rem);/* 40-768--60-1300 */
}
.coursetable{
	margin-inline:auto;
}
.coursetable.wp-block-flexible-table-block-table th{
	background:#173750!important;
	color:#fff;
}
@media(width<930px){
	.coursetable.is-scroll-on-mobile table {
        min-width: 950px;
        margin-right: 1px;
    }
	.coursetable.wp-block-flexible-table-block-table.is-scroll-on-mobile {
        overflow-x: scroll;
    }
	.coursetable.is-scroll-on-mobile::before {
        content: '※横にスクロールできます';
        display: block;
        font-size: 12px;
        color: var(--redpin);
        margin-bottom: 5px;
	}
	.coursetable.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-content-justification-center{
		align-items: flex-start;
	}
}
.course-hole{
	width:90%;
	max-width:1500px;
	margin-inline:auto;
}
.course-hole-wrap > div{
	display:flex;
	flex-wrap:wrap;
	gap:40px 30px;
}
.course-hole-wrap .course-hole-single{
	width:calc((100% - 60px)/3);
	height:fit-content;
	margin-block:0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.035);
}
.course-hole-single :is(p,h3){
	font-family:var(--mintyou);
	font-weight:700!important;
}
.course-hole-single .is-layout-flex:has(h3){
	flex-wrap:wrap;
	align-items:baseline;
	gap: 7px 18px;
    margin-bottom: 2px;
}
.course-hole-single{
	padding:20px clamp(0.875rem, -2.108rem + 4.66vw, 1.563rem);/* 14-1024--25-1260 */
}
.post-name-course .wp-lightbox-overlay .scrim{
	opacity:0.95!important;	
}
.course-hole-single h3{
	font-size:clamp(1.5rem, -0.127rem + 2.54vw, 1.875rem);/* 24-1024--30-1260 */
	letter-spacing:0.05em;
	color: var(--toohcclight);
}
.course-hole-single div p:first-of-type{
	font-size:clamp(1.094rem, 0.416rem + 1.06vw, 1.25rem);/* 17.5-1024--20-1260 */
}
.course-hole-single p+p{
	font-size:15px;
}
.course-hole-single a.wp-block-button__link{
	margin-block:0;
	border-radius:0;
}
.course-hole-single .wp-block-button{
	width:100%;	
}
.course-hole-single a.wp-block-button__link{
	text-align:center;
	display:block;
	padding-inline:0;
}
.course-hole-single .wp-block-button__link::after{
	content:none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  コース詳細
 * */
.course-detail-section figure:has(iframe){
	text-align: center;
	margin-block: 40px;
}
.course-detail-section iframe{
	width:100%;
	max-width:1024px;
	height:auto;
	aspect-ratio:16/9;
}
.course_detail_navi{
	display:flex;
	gap: 10px clamp(0.938rem, -0.526rem + 3.05vw, 1.875rem);/* 15-768--30-1260 */
	margin-bottom:clamp(2.5rem, 0.5rem + 5.71vw, 5rem);/* 40-560--80-1260 */
}
.course_tab{
	display:flex;
	gap:0;
}
.course_tab button{
	width:clamp(4.688rem, 2.248rem + 5.08vw, 6.25rem);/* 75-768--100-1260 */
	height:fit-content;
	padding:0.75em 1em;
	font-size:clamp(0.875rem, 0.777rem + 0.2vw, 0.938rem);/* 14-768--15-1260 */
	font-weight:700;
	font-family:var(--cardo);
	border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    color: #808080;
    background-color: #e4e4e4;
	transition:all .15s;
}
.course_tab button:first-child{
	border-left:1px solid #B4B4B4;
}
.course_tab button:last-child{
	border-left:none;
}
.course_tab button.is-current{
	background: var(--toohccmiddle);
	color:#fff;
	text-decoration:none!important;
}
.course_tab_contents_list_wrapper{
	flex-grow:1;
}
.course_detail_navi_list_inner{
	height:100%;
}
.course_detail_navi_list--number{
	display:flex;
	margin:0;
	height:100%;
}
.course_detail_navi_list--number li{
	list-style-type:none;
	width:calc(100% / 9);
}
.course_detail_navi_list--number li:first-child a{
	border-left: 1px solid #B4B4B4;
}
.course_detail_navi_list--number a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
    color: #808080;
    background-color: #e4e4e4;
	font-size:clamp(0.875rem, 0.777rem + 0.2vw, 0.938rem);/* 14-768--15-1260 */
	font-weight:700;
	font-family:var(--cardo);
}
.course_detail_navi_list--number li.is-current a{
	background: var(--toohccmiddle);
	color:#fff;
	text-decoration:none!important;
}

@media (any-hover: hover) {
	:is(.course_tab button:not(.is-current),.course_detail_navi_list--number li:not(.is-current) a):hover{
		color:var(--black);
		background:#fff;
	}
}
@media (any-hover: none) {
	:is(.course_tab button:not(.is-current),.course_detail_navi_list--number li:not(.is-current) a):active{
		color:var(--black);
		background:#fff;
	}
}
.course-detail-head{
	justify-content:space-between;
	margin-bottom:40px;
	gap:20px 40px;
}
.course-detail-number{
	font-family:var(--cardo);
	font-weight:700;
	align-items:baseline;
	gap:clamp(0.938rem, 0.438rem + 1.43vw, 1.563rem);/* 15-560--25-1260 */
}
.course-detail-number p{
	margin-bottom:0;
	line-height:1;
}
.course-detail-number p:nth-child(1){
	font-size:clamp(2rem, 1.6rem + 1.14vw, 2.5rem);/* 32-560--40-1260 */
}
.course-detail-number p:nth-child(1) span{
	font-size:1.5em;
	margin-left:0.1em;
}
.course-detail-number p:nth-child(2){
	font-size:clamp(1.25rem, 0.65rem + 1.71vw, 2rem);/* 20-560--32-1260 */
}
.course-detail-number p:nth-child(2) span{
	font-size:1.5em;
	margin-left:0.1em;
}
.course-detail-number p:nth-child(3){
	font-size:clamp(1rem, 0.8rem + 0.57vw, 1.25rem);/* 16-560--20-1260 */
}
.course-detail-yard{
	display:flex;
	
}
.course-detail-yard dl{
	padding-inline:1.5em;
	text-align:center;
	border-left:1px solid #ccc;
	font-family:var(--cardo);
}
.course-detail-yard dl:first-child{
	border-left:none;
	padding-left:0;
}
.course-detail-yard dt{
	font-size:14px;
	line-height:1;
	margin-bottom:4px;
	color:var(--toohcclight);
}
.course-detail-yard dd{
	margin:0;
	font-size:30px;
	line-height:1;
}
.course-detail-yard dd span{
	font-size:16px;
	margin-left:3px;
	color:var(--toohcclight);
}
.course-detail-slide {
	padding-bottom:60px!important;
	margin-bottom:clamp(2.5rem, 0.5rem + 5.71vw, 5rem);/* 40-560--80-1260 */
	background:var(--toohccdark);
}
.course-detail-slide :is(.swiper-button-next, .swiper-button-prev){
	width:40px!important;
	height:40px!important;
	top:initial;
	bottom:10px;
	background:none!Important;
	border:1px solid #fff;
	border-radius:100px!important;
	transition:all .25s;
}
.course-detail-slide .swiper-button-next{
	right:calc(50% - 100px);
}
.course-detail-slide .swiper-button-prev{
	left:calc(50% - 100px);
}
.course-detail-slide :is(.swiper-button-next, .swiper-button-prev)::after{
	color:#fff;
}
.course-detail-slide :is(.swiper-button-next, .swiper-button-prev):hover{
	opacity:0.5;
}
.course-detail-slide .swiper-pagination.swiper-pagination-fraction:not(.swiper-pagination-bullets){
	background:none;
	color:#fff;
	font-size:15px;
	line-height:1;
	bottom:15px;
}
.course-detail-slide figure{
	margin-bottom:0;
}
.course-detail-layout{
	margin-bottom:clamp(2.5rem, 0.5rem + 5.71vw, 5rem);/* 40-560--80-1260 */
}
.vk_borderBox.course-detail-tips{
	margin-bottom:clamp(2.5rem, 0.5rem + 5.71vw, 5rem);/* 40-560--80-1260 */
}
.vk_borderBox.course-detail-tips .vk_borderBox_body p{
	line-height:1.75;
	color:var(--black);
}
.course-detail-pagelink{
	justify-content:space-between;
	margin-bottom: clamp(1.25rem, 0.25rem + 2.86vw, 2.5rem);/* 20-560--40-1260 */
}
.course-detail-pagelink a{
	color:var(--black);
	background:none;
	border:none;
	border-radius:0;
	font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);
}
.course-detail-pagelink .wp-block-button:first-child a{
	padding-right: 22px;
    padding-left: 62px;
}
.course-detail-pagelink .wp-block-button:first-child a::after{
	content:none;
}
.course-detail-pagelink .wp-block-button:first-child a::before{
	content: '\f060';
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 6 Free';
    font-size: 16px;
    font-weight: 700;
    color:var(--black);
    border:1px solid;
    border-radius: 50%;
    transition: all .25s;
}
.course-detail-pagelink .wp-block-button:last-child a::after{
	color:var(--black);
	background:none;
	border:1px solid;
	right:0;
}
.course-detail-back {
	justify-content:center;
}
.course-detail-back a {
    color: var(--black);
    display: inline-block;
    font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);
    padding: 1em clamp(4.375rem, 1.217rem + 6.58vw, 6.563rem);
    border: 1px solid var(--black);
    border-radius:2px;
	background:#fff;
	margin-block:0;
}
.course-detail-back a::after{
	content:none;
}
@media (any-hover: hover) {
	.course-detail-pagelink a:hover {
	    background: none;
	    color: var(--black);
	    border: none;
		opacity:0.5;
	}
	.course-detail-back a:hover {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
@media (any-hover: none) {
	.course-detail-pagelink a:active {
	    background: none;
	    color: var(--black);
	    border: none;
		opacity:0.5;
	}
	.course-detail-back a:active {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  aboutクラブ概要
 * */
.about-table{
	width:100%;
	max-width:990px;
	margin-inline:auto;
	margin-top:40px;
}
.about-table.wp-block-flexible-table-block-table th {
    background: #173750 !important;
    color: #fff;
}
.about-section .wp-block-buttons{
	justify-content:center;
}
.about-section .wp-block-buttons a {
    color: var(--black);
    display: inline-block;
    font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);
    padding: 1em clamp(4.375rem, 1.217rem + 6.58vw, 6.563rem);
    border: 1px solid var(--black);
    border-radius:2px;
	background:#fff;
	margin-block:0;
}
.about-section a::after{
	content:none;
}
.about-section td a{
	text-decoration:underline;
	color: var(--linktext);
}
@media (any-hover: hover) {
	.about-section .wp-block-buttons a:hover {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
	.about-section td a:hover{
		text-decoration:none;
	}
}
@media (any-hover: none) {
	.about-section .wp-block-buttons a:active {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
	.about-section td a:active{
		text-decoration:none;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  gallery フォトギャラリー
 * */
.gallery-section > div {
    width: 90%;
    max-width: 1726px;
    margin-inline: auto;
}
.gallery-section .filebird-block-filebird-gallery li{
	margin:0!important;
	cursor:pointer;
	flex-grow:0!important;
	width: calc(100% / 3) !important;
	transition:all .4s;
}
@media (any-hover: hover) {
	.gallery-section .filebird-block-filebird-gallery li:hover {
	    opacity:0.7;
	}
}
@media (any-hover: none) {
	.gallery-section .filebird-block-filebird-gallery li:active {
	    opacity:0.7;
	}
}
.pswp__bg{
	background:rgba(0,0,0,0.5)!important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  reservation予約案内
 * */
.reservation-section a[href*="tel"]{
	text-decoration:underline;
	font-size:1.2em;
}
.yoyaku-icon-wrap{
	gap:15px;
	width:100%;
	max-width:800px;
	margin-inline:auto;
	margin-block:60px;
}
.yoyaku-icon{
	width:calc((100% - 45px) / 4);
}
.yoyaku-icon div{
	display:grid;
	place-content:center;
	aspect-ratio:1;
	align-items:center;
	border:2px solid var(--toohcclight);
	background:#fff;
	border-radius:10px;
	justify-items: center;
	gap:clamp(0.625rem, -0.144rem + 1.6vw, 0.938rem);/* 10-768--15-1080 */
}
.yoyaku-icon div figure,
.yoyaku-icon div p{
	text-align:center;
	display:grid;
	place-content:center;
}
.yoyaku-icon div figure{
	width:clamp(3.75rem, 0.673rem + 6.41vw, 5rem);/* 60-768--80-1080 */
	aspect-ratio:1;
	margin-bottom:0;
}
.yoyaku-icon div p{
	font-weight:400;
	color:#222;
	font-size:clamp(1rem, 0.692rem + 0.64vw, 1.125rem);/* 16-768--18-1080 */
}
.domain::before {
    content: '@';
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  fee プレー料金
 * */
.fee-section h3 + p{
	font-weight:700;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  restaurant レストラン
 * */
.restaurant-section h2:not(:first-of-type) + p{
	margin-bottom:0;
	color:#666;
	font-size:0.9em;
}
.rmenu-list{
	display:flex;
	flex-wrap:wrap;
	gap:clamp(2.5rem, 1.081rem + 4.05vw, 4.375rem) clamp(1.25rem, -2.303rem + 10.53vw, 6.25rem);/* 40-540--70-1300,20-540--100-1300 */
	margin-top:30px;
}
.rmenu-item{
	width:calc((100% - clamp(1.25rem, -2.303rem + 10.53vw, 6.25rem)) / 2);/* 20-540--100-1300 */
}
.rmenu-item__figure{
	margin-bottom:clamp(1.25rem, 0.806rem + 1.32vw, 1.875rem);/* 20-540--30-1300 */
}
.rmenu-item__figure img{
	border-radius:2px;
}
.rmenu-item__row{
	display:flex;
	align-items:baseline;
	flex-wrap:wrap;
	gap:5px 1em;
	justify-content:space-between;
	border-bottom: 2px dotted var(--toohccgold);
	padding-bottom:5px;
	padding-inline: 0.5em;
}
.rmenu-item__name{
	font-size:clamp(0.938rem, 0.715rem + 0.66vw, 1.25rem);/* 15-540--20-1300 */
	font-family:var(--mintyou);
	font-weight:500;
}
.rmenu-item__price{
	margin-inline:auto 0;
	color:#555;
}
.rmenu-item__price-num{
	font-size:1.2em;
	margin-right:0.2em;
	font-family: var(--roboto);
	/* font-weight: 700; */
}
.rmenu-item__price-unit{
	font-size:0.85em;	
}
.rmenu-item__notes{
	font-size:clamp(0.813rem, 0.742rem + 0.2vw, 0.906rem);/* 13-560--14.5-1300 */
	color:#666;
	line-height:1.35;
	margin-top:0.5em;
	text-align:right;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  faq
 * */
.faq-section .faq-anchor-wrap{
	gap:20px;
	margin-block:60px;
}
.faq-anchor-wrap .wp-block-vk-blocks-button{
	width:calc((100% - 60px)/4);
}
.faq-anchor-wrap .wp-block-vk-blocks-button a{
	width:100%;
	background: var(--toohccmiddle);
}
.faq-section .vk_faq .vk_faq_title p:last-child{
	color:var(--toohccmiddle);
}
.faq-section .vk_faq_title:before{
	background:var(--toohccmiddle);
	color:#fff!important;
	border-radius:3px;
}
.faq-section .vk_faq_content:before{
	border:1px solid var(--toohccgray);
	color:var(--toohccmiddle)!important;
	background:#fff;
	border-radius:3px;
}
.faq-section .vk_faq .vk_faq_content{
	line-height:1.75;
}
.faq-section .vk_faq_content a{
	text-decoration: underline;
	text-underline-offset:3px;
	color: var(--linktext);
}
@media (any-hover: hover) {
	.faq-section .vk_faq_content a:hover {
	    text-decoration:none;
	}
}
@media (any-hover: none) {
	.faq-section .vk_faq_content a:active {
	    text-decoration:none;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  schedule競技スケジュール一覧
 * */
.schedule-section{
	
}
.gse-month .gse-month__title{
	line-height: 1.5;
    font-size: clamp(1.25rem, 0.709rem + 1.13vw, 1.625rem);
    padding: 0 10px 10px 10px;
    margin-top: 2em!important;
    margin-bottom: 0!important;
    border-bottom: 1px #c9c9c9 solid;
    font-weight: 500;
}
.gse-item__dk{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:5px 0;
}
.gse-item{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding-inline:1em;
	padding-block:1.25em;
	border-bottom: 1px #c9c9c9 solid;
	gap:20px 30px;
	flex-wrap:wrap;
}
.gse-item__action:empty{
	display:none;
}
.gse-item__date{
	font-size:clamp(1rem, 0.731rem + 0.77vw, 1.25rem);/* 16-560--20-1080 */
	margin-right:1em;
	font-weight:500;
	color: var(--toohccmiddle);
}
.gse-badge{
	font-size:12px;
	padding:0.15em 1em;
	border-radius:2px;
	color:#fff;
	display:block;
}
.gse-badge.gse-badge--official{
	background:var(--toohccred);
}
.gse-badge.gse-badge--open{
	background: var(--toohccdark2);
}
.gse-item__name{
	margin-top:10px;
	font-size:clamp(0.938rem, 0.736rem + 0.58vw, 1.125rem);/* 15-560--18-1080 */
	font-weight:400;
}
.gse-button{
	display:block;
	background:#fff;
	color:var(--toohccmiddle);
	padding:0.5em 1em;
	font-size:15px;
	font-weight:500;
	border-radius:2px;
	border:1px solid var(--toohccmiddle);
}
.gse-button::after{
	content:none!important;
}
@media (any-hover: hover) {
	.gse-button:hover{
		background:var(--toohccmiddle);
		color:#fff;
	}
}
@media (any-hover: none) {
	.gse-button:active{
		background:var(--toohccmiddle);
		color:#fff;
	}
}
.gse-item__fees{
	display:flex;
	flex-direction:row-reverse;

	flex-wrap:wrap;
	font-size:14px;
	gap:0.6em 2em;
	margin-top:1em;
}
:where(.gse-fee--visitor,.gse-fee--member) .gse-fee__label{
	border:1px solid;
	padding:3px 1.5em;
	border-radius:100px;
	margin-right:1em;
}
.gse-fee--member .gse-fee__label{
	background:var(--toohccmiddle);
	border-color:var(--toohccmiddle);
	color:#fff;
}
.gse-fee--visitor .gse-fee__label{
	background:#fff;
	border-color:var(--toohccmiddle);
	color:var(--toohccmiddle);
}
.gse-fee__value{
	font-size:1.35em;
	font-weight:700;
}
.gse-fee__value::after{
	content:'円';
	font-size:0.7em;
	margin-left:0.25em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  オープンコンペ
 * */
.golfopen-section-intr{
	width:100%;
	padding-block:40px;
	margin-inline:auto;
	gap:5%;
	background-size: 20px 20px;
}
.golfopen-section-intr figure img{
	border-radius:3px;
}
.golfopen-section-intr > *{
	width:100%;
}
.golfopen-intr-text > div > p:first-child{
	font-size:clamp(1.5rem, 0.932rem + 1.62vw, 2.25rem);/* 20-768--32-1300 */
	font-weight:500;
	line-height:1.75;
	margin-bottom: 0.75em;
}
.golfopen-intr-text .is-layout-flex{
	font-size:clamp(1.25rem, 0.872rem + 1.08vw, 1.75rem);/* 20-560--28-1300 */
	margin-bottom:0.3em;
	color:var(--toohccmiddle);
}
.golfopen-intr-text > div >.wp-block-group{
	width:fit-content;
	margin-inline:auto;
	margin-top:1em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  access
 * */
.accessmap{
	margin-bottom:1em;
}
.accessmap > div{
	width:100%;
	height:clamp(25rem, 20.489rem + 9.4vw, 28.125rem);/* 400-768--450-1300 */
	overflow: hidden;
}
.accessmap iframe{
	width:100%;
	height: calc(clamp(25rem, 20.489rem + 9.4vw, 28.125rem) + 300px);
	margin-top: -150px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  staff
 * */
.staff-section-top {
    width: 100%;
    padding-block: 40px;
    margin-inline: auto;
    gap: 5%;
}
.staff-section-top > *{
	width:47.5%;
}
.staff-text > div{
	width:90%;
}
.staff-text > div > p:first-child{
    font-size: clamp(1.25rem, 0.167rem + 2.26vw, 2rem);/* 20-768--32-1300 */
    font-weight: 500;
    line-height: 1.75;
	margin-bottom: 0.75em;
}
.staff-text > div > p:first-child ~ p{
	font-size:clamp(1rem, 0.639rem + 0.75vw, 1.25rem);/* 16-768--20-1300 */
}
.staff-point > div{
	display:flex;
	flex-wrap:wrap;
	gap:1em 30px;
	margin-block:40px;
	align-items: center;
}
.staff-text ul{
	font-size:clamp(1rem, 0.639rem + 0.75vw, 1.25rem);/* 16-768--20-1300 */
	line-height:1.75;
	margin-top:2em;
}
.staff-btn-wrap{
	width:90%;
	max-width:900px;
	margin-inline:auto;
	margin-block:80px;
}
.staff-btn-wrap .wp-block-buttons a {
    color: var(--black);
    display: inline-block;
    font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);
    padding: 1em clamp(4.375rem, 1.217rem + 6.58vw, 6.563rem);
    border: 1px solid var(--black);
    border-radius:2px;
	background:#fff;
	margin-block:0;
}
.staff-btn-wrap .wp-block-buttons a::after{
	content:none;
}
@media (any-hover: hover) {
	.staff-btn-wrap .wp-block-buttons a:hover {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
@media (any-hover: none) {
	.staff-btn-wrap .wp-block-buttons a:active {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
.staff-btn-wrap:has(a:not([href])) a{
	display:none;
}
.staff-btn-wrap:has(a:not([href])):after{
	content:'ただ今スタッフ募集はしておりません';
	display:block;
	text-align: center;
    font-size: 1.2em;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  友の会ページ
 * */
.figureflex-section{
	width:85%;	
	margin-inline:auto;
	margin-bottom:clamp(5rem, 1.391rem + 7.52vw, 7.5rem);/* 80-768--120-1300 */
	gap:5%;
	align-items:flex-start;
}
.figureflex-section.dotbg{
	padding-block:40px;
	background-size: 20px 20px;
	background-repeat:repeat;
	background-image: radial-gradient(#000000 0%, rgba(0, 0, 0, 0) 6%);
}
.figureflex-section figure img{
	border-radius:3px;
}
.figureflex-section > *{
	width:100%;
}
.figureflex-section-text-big p{
	font-size:clamp(1.25rem, 0.167rem + 2.26vw, 2rem);/* 20-768--32-1300 */
	font-weight:500;
	line-height:1.75;
	margin-bottom: 0.75em;
}
.figureflex-section-text-big{
	margin-bottom:clamp(1.875rem, 0.07rem + 3.76vw, 3.125rem);/* 30-768--50-1300 */
	text-align:center;
}
.figureflex-section-text-big.backtext p:first-child{
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	display: inline;
	color:transparent;
	background:var(--toohccmiddle);
	background-clip: text;
	font-weight:700;
	font-size:clamp(2rem, -0.165rem + 4.51vw, 3.5rem);/* 32-768--56-1300 */
	line-height: 1.5;
}
.tomonokai1 .figureflex-section-text-big.backtext p:first-child{
	background-image: linear-gradient( 109.6deg,  rgba(44,83,131,1) 18.9%, rgba(95,175,201,1) 91.1% );
}
.tomonokai2 .figureflex-section-text-big.backtext p:first-child{
	background-image: linear-gradient( 109.6deg,  rgba(61,131,97,1) 11.2%, rgba(28,103,88,1) 91.1% );
}
.tomonokai3 .figureflex-section-text-big.backtext p:first-child{
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(247,87,0,1) 0%, rgba(249,0,0,1) 90.1% );
}
.figureflex-section-text-big.backtext p:first-child + p{
	margin-top:clamp(1.25rem, 0.167rem + 2.26vw, 2rem);/* 20-768--32-1300 */
}
.figureflex-section-text > div > p{
	font-size:clamp(1rem, 0.833rem + 0.35vw, 1.25rem);/* 16-768--20-1920 */
	line-height:2;
	text-align:center;
}
.tomonokai-fv{
	width:90%;
	margin-inline:auto;
	margin-bottom:clamp(6.25rem, 3.75rem + 5.21vw, 10rem);/* 100-768--160-1920 */
}
.tomonokai-fv p:has(span){
	font-size: 5.5vw;
	font-weight: 700;
	text-align: center;
	font-feature-settings: 'palt';
	letter-spacing:0.05em;
}
.tomonokai-fv p:has(span) + p{
	font-size: clamp(1.5rem, 0.417rem + 2.26vw, 3.125rem);/* 24-768--50-1920 */
	font-weight: 700;
	text-align: center;
}
.tomonokai-fv figure{
	width:100%;
	max-width:1260px;
	margin-inline:auto;
	margin-block:clamp(2.5rem, 0.833rem + 3.47vw, 5rem);/* 40-768--80-1920 */
}
.tomonokai-fv p:last-of-type{
	font-weight:700;
	font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);/* 20-768--30-1920 */
	text-align:center;
	line-height:1.75;
}
.tomonokai-fv p span{
    -webkit-background-clip: text;
    background-clip: text;
	color: transparent;
	margin-inline: 0.05em;
    font-weight: 700;
}
.tomonokai-fv p span:first-child{
	background-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f1de99 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.tomonokai-fv p span:last-child{
	background-image: linear-gradient(45deg, #505050 0%, #9E9E9E 45%, #dfdddd 70%, #9E9E9E 85%, #757575 90% 100%);
}
.tomonokai-point-container{
	margin-bottom:clamp(6.25rem, 3.75rem + 5.21vw, 10rem);/* 100-768--160-1920 */
	width: 90%;
	max-width: 900px;
	margin-inline: auto;
	gap: clamp(1.25rem, 0.348rem + 1.88vw, 1.875rem);/* 20-768--30-1300 */
}
.tomonokai-point-wrap{
	width:calc((100% - clamp(2.5rem, 0.695rem + 3.76vw, 3.75rem)) / 3);
}
.tomonokai-point-wrap:first-of-type,
.tomonokai-point-wrap:last-of-type{
	margin-top:40px;	
}
.tomonokai-point-wrap figure{
	text-align:center;
	margin-bottom:0;
	filter: drop-shadow(-1px 1px 1px rgba(0,0,0,0.3));
	width: 140px;
	aspect-ratio: 1;
	padding: 10px;
	margin-inline: auto;
}
.tomonokai-point {
	width:100%;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding: 16px;
	border: 2px solid #525252;
	border-radius: 8px;
	background-color: #ffffff;
	text-align: center;
	font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);/* 16-768--20-1300 */
	font-weight: 400;
	line-height: 1.5;
	color:#525252;
}

.tomonokai-point::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #525252 transparent transparent;
  translate: -50% 100%;
}

.tomonokai-point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.tomonokai-flow-wrap{
	width:90%;
	max-width:600px;
	margin-inline:auto;
}
.tomonokai-flow-wrap .vk_flow .vk_flow_frame_image{
	max-width:68px;
}
.tomonokai-flow-wrap .vk_flow .vk_flow_frame{
	background:#fff;
}
.tomonokai-flow-container{
	gap:clamp(2.5rem, -4.309rem + 14.18vw, 5rem);/* 40-768--80-1050 */
	margin-inline:auto;
	width:90%;
	max-width:880px;
}
.tomonokai-flow-container figure:first-child{
	margin-bottom: 60px;
}
.tomonokai-flow-container figure:last-child{
	margin-top: 60px;
}
.tomonokai-flow-container .vk_flow .vk_flow_frame_text_title{
	font-family: var(--roboto);
    color: #cfad31;
    font-weight: 500;
}
.tomonokai-section .wp-block-buttons a {
    color: var(--black);
    display: inline-block;
    font-size: clamp(1rem, 0.639rem + 0.75vw, 1.25rem);
    padding: 1em clamp(4.375rem, 1.217rem + 6.58vw, 6.563rem);
    border: 1px solid var(--black);
    border-radius: 2px;
    background: #fff;
    margin-block: 0;
}
.tomonokai-section .wp-block-buttons{
	width:90%;
	margin-inline:auto;
	margin-top:40px;
}
.tomonokai-section .wp-block-buttons a::after{
	content:none;
}
@media (any-hover: hover) {
	.tomonokai-section .wp-block-buttons a:hover {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
@media (any-hover: none) {
	.tomonokai-section .wp-block-buttons a:active {
	    color: #fff;
	    border: 1px solid var(--black);
		background:var(--black);
	}
}
.tomonokai-tokuten{
    width: 90%;
    max-width: 1000px;
    background: #fff;
    border: 3px solid #e5e5e5;
    margin-inline: auto;
    justify-content: center;
    padding: 40px;
	gap:clamp(1.875rem, -4.332rem + 12.93vw, 3.75rem);/* 30-768--60-1000 */
}
.tomonokai-tokuten ul{
	margin-bottom:0!important;
	font-weight:500;
}
.tomonokai-tokuten h3{
	margin-top:0!important;
}
.tomonokai-tokuten figure{
	max-width:200px;
}
.tomonokai-fv p:has(span) br{
	display:none;
}
/*＝＝＝＝＝＝＝＝＝＝＝
 *  elc
 * */
.elc .tomonokai-fv p:has(span),
.elc .tomonokai-fv p:has(span) + p,
.elc .tomonokai-fv p:last-of-type{
	font-weight:400;
	color:#545454;
}
.tomonokai-fv.elc p span:first-child{
	background-image: linear-gradient(to right, #ff5f6d, #ffc371);
}
.elc1 .figureflex-section-text-big.backtext p:first-child{
	background-image: linear-gradient( 102.4deg,  rgba(253,189,85,1) 7.8%, rgba(249,131,255,1) 100.3% );
}
.elc2 .figureflex-section-text-big.backtext p:first-child{
	background-image: linear-gradient(to right, #ff7e5f, #feb47b);
}

.fee-hiduke{
	line-height:2;
	font-size:clamp(1rem, 0.882rem + 0.34vw, 1.156rem);/* 16-560--18.5-1300 */
}
/*＝＝＝＝＝＝＝＝＝＝＝
 *  一覧ページ
 * */
body:not(.home) section.archive-sec1260{
	width:90%;
	max-width:1260px;
	margin-inline:auto;
	margin-bottom:100px;
	display:block;
}
body:not(.home) section.archive-sec1260 nav{
	width:100%;
}
.archive-sec900 nav{
	width:100%;
}
.archive-single{
	width:100%;
	color:var(--black);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2.5em;
	border-bottom: 1px solid var(--toohccgray);
	padding-block: clamp(1.25rem, 0.799rem + 0.94vw, 1.563rem);
	position:relative;
}
.archive-sec1260 .top-news-single.no-link{
	color:var(--black);
	pointer-events:none;
}
.archive-sec1260 h2 + .archive-single{
	border-top: 1px solid var(--toohccgray);
	margin-top:40px;
}
.archive-single .top-news-category-name{
	color:#fff;
}
.archive-single .top-news-category-name:not(.top-news-important){
	background: var(--toohccmiddle);
}
.archive-single .top-news-blog-angle{
	border:1px solid var(--toohccgray);
	color:var(--toohccgray);
}
.archive-single-datettl{
	padding-inline:15px;
}
.archive-single-datettl span{
	display:block;
}
.archive-single-date{
	font-size:13px;
	color:var(--bluemain);
	font-weight:700;
	font-family:var(--en);
	margin-block:1.5em 0.5em;
}
.archive-single-ttl{
	font-size:16px;
}
.archive-single-bassui{
	font-size: 14px;
	color: #6A6A6A;
	margin-bottom: 0;
	margin-top:1em;
}
.archive-single-thumb{
	width:100%;
	aspect-ratio:16/9;
	overflow:clip;
	margin-bottom:20px;
}
.archive-single .new-badge{
	color: var(--red);
}
@media (any-hover: hover) {
	.archive-single:hover{
		border-bottom:1px solid #0067CF;
	}
	.archive-single:hover h3{
		color:#0067CF;
	}
	.archive-single:hover .top-news-blog-angle{
		border:1px solid var(--toohccmiddle);
		color:var(--toohccmiddle);
		padding-left:0.75em;
	}
}
@media (any-hover: none) {
	.archive-single:active{
		border-bottom:1px solid #0067CF;
	}
	.archive-single:active h3{
		color:#0067CF;
	}
	.archive-single:active .top-news-blog-angle{
		border:1px solid var(--toohccmiddle);
		color:var(--toohccmiddle);
		padding-left:0.75em;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  個別記事
 * */
.single-content{
	width:90%;
	max-width:1080px;
	margin-inline:auto;
	background:#fff;
	padding:clamp(2.5rem, -0.192rem + 7.69vw, 5rem) clamp(1.25rem, -2.788rem + 11.54vw, 5rem) 10px;/* 40-560--80-1080, 20-560--80-1080 */
}
.single-blog-categories{
	display:flex;
	flex-wrap:wrap;
	gap:10px 1em;
	margin-top:1em;
}
.blog-category-link{
	font-size: 13px;
	line-height: 1.5;
	background: #F2F2F2;
	border:1px solid #F2F2F2;
	padding: 3px 1em;
	border-radius: 5px;
	font-weight: 700;
	flex-shrink: 0;
	color: var(--black);
}
.single-content .entry-header{
	margin-bottom:60px;
}
.single-content .entry-header .entry-meta{
	color:#858585;
}
.single-content .post-thumbnail{
	text-align:center;
}
.single-content .post-thumbnail{
	max-width:100%;
}
.single-content .entry-content{
	margin-block:clamp(1.25rem, -1.442rem + 7.69vw, 3.75rem);/* 20-560--60-1080 */
}
.single-main .nav-links{
	display:flex;
	width:90%;
	max-width:1080px;
	margin-inline:auto;
}
.single-main .nav-links span{
	background:var(--toohccmiddle);
	color: #fff;
	font-size:clamp(0.813rem, 0.746rem + 0.33vw, 0.906rem);/* 13-320--14.5-768 */
	padding: 0.5em 0.9em;
	border: 1px solid var(--toohccmiddle);
	border-radius: 2px;
	transition: all 0.25s;
}
@media (any-hover: hover) {
	.single-main .nav-links span:hover{
		color:var(--toohccmiddle);
		background:#fff;
	}
}
@media (any-hover: none) {
	.single-main .nav-links span:active{
		color:var(--toohccmiddle);
		background:#fff;
	}	
}
.single-main .entry-content > .wp-block-image{
	margin-bottom:40px;
	width:fit-content;
}
.single-main .entry-content > .wp-block-image:has(.aligncenter){
	margin-inline:auto;
}
.single-main .entry-content .alignright{
	float:initial;
}
.single-main .entry-content > .wp-block-image:has(.alignright){
	margin-inline:auto 0;
}
.single-main .entry-content > .wp-block-image img,
.single-main .entry-content .pt-figure-flex img{
	border-radius:5px;	
}

.single-main .entry-content .cta1 a[href^="tel"]{
	color:var(--bluemain);
}
.single-main p:empty{
	height:1em;
}
body:not(.home) .single-main .entry-content h2:not(.notdef){
	text-align:left;
}
.newsback-wrap{
	width:fit-content;
	margin-inline:auto;
	margin-top:40px;
}
.newsback{
	color: var(--toohccmiddle);
	display: inline-block;
	font-size: clamp(0.875rem, 0.74rem + 0.38vw, 1rem);/* 14-560--16-1080 */
	padding: 1em 2em;
	border: 1px solid var(--toohccmiddle);
	border-radius: 2px;
	background: #fff;
	margin-block: 0;
}
@media (any-hover: hover) {
	.newsback:hover {
	    color: #fff;
	    border: 1px solid var(--toohccmiddle);
		background:var(--toohccmiddle);
	}
}
@media (any-hover: none) {
	.newsback:active {
	    color: #fff;
	    border: 1px solid var(--toohccmiddle);
		background:var(--toohccmiddle);
	}
}
/* 記事投稿デフォルト設定 */
.single-main .fancybox:hover{
	opacity:0.7;
}
.single-main figure a:not(.fancybox):hover{
	opacity:0.7;
}
.single-main iframe{
	width:100%;
	height:400px;
	margin-block:20px 0;
}
.single-main iframe + p{
	margin-top:1em;
}
.single-main .wp-block-embed {
	margin-bottom:40px;
}
.single-main .wp-block-embed figcaption{
	text-align:left;
}
.single-main .has-small-font-size{
	font-size:0.85em!important;
}
.single-main .has-medium-font-size{
	font-size:1em!important;
}
.single-main .has-large-font-size{
	font-size:1.3em!important;
}
.single-main .has-x-large-font-size{
	font-size:1.8em!important;
}
.single-main p{
	margin-bottom:1.75em;
	line-height:1.85;
}
.single-main p a{
	color:var(--linktext);
	text-decoration:underline;
	text-underline-offset:2px;
}
.single-main p a:hover{
	text-decoration:none;
}
.single-main figcaption{
	text-align:center;
	font-size:13px;
	color:#666;
	width: 95%;
	margin-inline: auto;
}
body:not(.home) .single-main .entry-content h3:not(.notdef){
	align-items: flex-start;
	font-size:22px;
	gap:10px;
	margin-top: 2em;
}
body:not(.home) .single-main .entry-content h3:not(.notdef)::after{
	width:100%;
	height:1px;
}
body:not(.home) .single-main .entry-content h2:not(.notdef){
	padding-left: 0;
	margin-bottom: 1em;
	margin-top: 1.5em;
	display:block;
}
body:not(.home) .single-main .entry-content h2:not(.notdef)::before{
	content:none;
}
.single-main .entry-content h4{
	font-size:1.1em;
	margin-bottom:2em;
}
.single-main .entry-content h4::before {
	content: '';
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	border-radius: 100px;
	background: #3d8cdb;
	line-height: 1.75;
	margin-right: 0.75em;
}
.single-main iframe.wp-embedded-content{
	max-width:600px;
	aspect-ratio:600/796;
	height:revert-layer;
}
.single-main iframe.wp-embedded-content .wp-embed-heading a{
	font-size:18px!important;
}
.single-main :is(.wp-block-table td, .wp-block-table th){
	padding:1.25em 1.5em;
	border-color:#d3d3d3;
}
.single-main .wp-embed-aspect-16-9{
	aspect-ratio:16/9;
}
.single-main .wp-embed-aspect-16-9 iframe{
	height:100%;
}
.single-main .entry-content .wp-block-flexible-table-block-table{
	margin-bottom:70px;
}
.single-main .entry-content blockquote{
	position:relative;
	border-top:3px double #a3cdf7;
	border-bottom:3px double #a3cdf7;
	padding:1em 1.5em;
	margin-block:2em;
}
.single-main .entry-content blockquote:before{
	position:absolute;
	background-color:#FFFFFF;
	color:#a7bcd1;
	font-family:'FontAwesome';
	content:'\f10d';
	line-height:1;
	text-align:center;
	top:-20px;
	left:-10px;
	padding:10px;
	font-size:20px;
}
.single-main .entry-content blockquote:after{
	position:absolute;
	right:-10px;
	bottom:-20px;
	background-color:#FFFFFF;
	padding:10px;
	color:#a7bcd1;
	font-family:'FontAwesome';
	content:'\f10e';
	line-height:1;
	text-align:center;
	font-size:20px;
}
.single-main .entry-content blockquote cite {
	display: block;
	padding-right:30px;
	font-size: 0.8em;
	text-align: right;
	color: #808080;
	font-weight:700;
}
.single-main .entry-content blockquote cite a{
	text-decoration: underline;
}
.single-main .entry-content blockquote cite a:hover{
	text-decoration:none;
	color:inherit;
}
.single-main .entry-content blockquote p:last-of-type{
	margin-bottom:0.5em;
}
.single-main .entry-content sup.fn{
	margin-inline:0.1em 0.25em;
	font-weight:700;
}
.single-main .entry-content sup.fn a{
	text-decoration:none;
}
.single-main .entry-content sup.fn a:before{
	content:'※';
}
.single-main .entry-content sup.fn a:hover{
	text-decoration:underline;
}
.pager{
	display:flex;
	justify-content:center;
	gap:10px 0;
	flex-wrap:wrap;
	margin-top:30px;
}
.pager .post-page-numbers{
	width:50px;
	height:45px;
	line-height:1;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ddd;
	color:var(--black);
}
.pager .post-page-numbers:nth-child(n+2){
	margin-left:-1px;
}
.pager .post-page-numbers.current{
	background:var(--bluemain);
	color:#fff;
}
.pager .post-page-numbers:not(.current):hover{
	background:#e8f0f9;
}
.pager:has(.current + a):before{
	content:'この記事には次のページがあります';
	display:block;
	text-align:center;
	width:100%;
	font-size: 14px;
	color: var(--black);
	font-weight: 700;
}
/* ファイルブロックのでPDFビューアーを表示しない */
.single-main .entry-content .wp-block-file object{
	display:none!important;
}
.single-main .entry-content .wp-block-file a:first-of-type::before{
	content: '\f15c';
	display: inline-block;
	justify-content: center;
	align-items: center;
	right: 16px;
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	font-weight: 400;
	color:var(--bluemain);
	margin-right:0.5em;
}
.single-main .entry-content .wp-block-file a:first-of-type{
	color:var(--bluemain);
	pointer-events:none;
	cursor:initial;
	font-size:16px;
}
.single-main .entry-content .wp-block-file a:first-of-type + .wp-block-file__button{
	border:1px solid var(--bluemain);
	background:var(--bluemain);
	color:#fff;
	border-radius:5px;
	margin-left:1.5em;
	margin-top:5px;
}
.single-main .entry-content .wp-block-file a:first-of-type + .wp-block-file__button:hover{
	color:var(--bluemain);
	background:#fff;
}
.single-main .entry-content .wp-block-file:has(.wp-block-file__button:hover) a:first-of-type{
	text-decoration:underline;
}
.single-main .entry-content .wp-block-details-is-layout-flow{
	margin-bottom:1em;
	border:1px solid #4ea1d5;
}
.single-main .entry-content .wp-block-details-is-layout-flow summary{
	padding:0.65em 1em;
	background:#4ea1d5;
	color:#fff;
}
.single-main .entry-content .wp-block-details-is-layout-flow > *:not(summary){
	padding-inline:1em;
}
.single-main .entry-content .wp-block-details-is-layout-flow > *:not(summary):first-of-type{
	padding-top:1em;
	border-top:1px solid #4ea1d5;
}
.single-main .entry-content .wp-block-footnotes{
	font-size: 13px;
	padding: 1.25em 1em 1.5em 2.5em;
	border: 1px solid #4ea1d5;
	background: var(--blueback2);
	border-radius: 4px;
	margin-left: 0;
	margin-top:3em;
}
.single-main .entry-content .wp-block-footnotes a:before{
	content:'戻る';
	text-decoration:underline;
	font-size:0.95em;
}
.single-main .entry-content .wp-block-footnotes::before{
	content:'脚注';
	display:block;
	margin-bottom:0.5em;
	font-size:1.2em;
	color:var(--bluemain);
	font-weight:700;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  会員ページトップ
 * */
body:not(.home) .entry-content .memberpage-section .memberpage-section-title:not(:first-of-type){
	margin-top:clamp(5rem, 3.108rem + 5.41vw, 7.5rem);/* 80-560--120-1300 */
}
.memberpage-section-title + .archive-single{
	border-top: 1px solid var(--toohccgray);
    margin-top: 40px;
}
body:not(.home) .entry-content .memberpage-section h3:not(.notdef){
	transition: all .15s;
    font-size: 16px;
    font-weight: 400;
    margin-top: clamp(1.25rem, 0.799rem + 0.94vw, 1.563rem);
    margin-bottom: 0;
    line-height: 1.75;
	border-bottom:none;
	padding:0
}
body:not(.home) .entry-content .memberpage-section a[href*="pdf"] h3:not(.notdef)::before{
	font-family:'FontAwesome';
	font-size: 1.3em;
	content:'\f1c1';
	margin-right:0.35em;
	color: var(--toohccmiddle);
}
body:not(.home) .entry-content .memberpage-section a[target="_blank"]:not(.wp-element-button):not(:has(img))::after{
	content:none;
}
.page-sec900 input[type=submit].um-button, .page-sec900 input[type=submit].um-button:focus{
	margin-top:15px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  プライバシーポリシー
 * */
body.post-name-privacy .entry-content h3:not(.notdef){
	align-items:flex-start;
	gap:10px;
	margin-top: 70px;
	margin-bottom: 35px;
	text-indent:0.25em;
}
body.post-name-privacy .entry-content h3:not(.notdef)::after{
	width:100%;
	height:1px;
}
body.post-name-privacy .page-sec1080 > div{
	width:85%;
	font-size:15px;
	line-height:1.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  レスポンシブ
 * */
@media(width<1300px){
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * common
	 *  */
	.footer-cta-single h2 + p + p{
		font-size:16px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * header
	 *  */
	.site-branding img{
		width:298px;
		height:65px;
	}
	.head-convention a{
		font-size:13px;
		width:205px;
		letter-spacing:0;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * footer
	 *  */
	.footer-widget-area{
		width:970px;
	}
	.menu-footnav-container > ul{
		width:600px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * index
	 *  */
	.top-news-blog > div{
		flex-direction:column;
	}
	.top-news-blog-wrap > div:first-child{
		border-left:none;
	}
	.top-news-blog-h{
		margin-top:40px;
	}
	.top-flexgroup-text > div{
		padding-inline:4vw;
	}
	.top-flexgroup-text h2{
		font-size:36px;
	}
	.footer-cta-single h2 + p + p{
		font-size:16px;
	}
	.post-def-info h3{
		font-size:16px;
	}
	.top-flexgroup-text h2:not(.mintyou){
		font-size:34px;
	}
	.top-sns .wp-block-button__link{
		width:165px;
	}
	.top-sns h2{
		font-size:26px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * マップリスト
	 *  */
	
	.map-list-container .gmp_map_opts{
		top:120px;
	}
	.gmpLeft > .gmpMapDetailsContainer,
	.gmpLeft > .gmpMapDetailsContainer > div{
		height:calc(85vh - 70px)!important;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * おいしいモノ版
	 *  */
	.page-oisii-container .pt-img-text > figure{
		width:fit-content;
		max-width:600px;
	}
	.page-sec1260.page-oisii-container > div{
		max-width:1000px;
	}
	.page-oisii-container .wp-block-spacer{
		display:none;
	}
	.parent-pageid-3817 .pt-img-text{
		text-align:center;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * MICEモデルコースシングルページ
	 *  */
	.modelcourse-parts h2{
		font-size:20px;
	}
}
@media(width<1300px){/* モバイルメニューはここから表示 */
	/*レスポンシブメニュー*/
	.menu-spotmenu-container,
	.menu-mainmenu-container,
	.menu-submenu-container{
		display:none;
	}
	/* コンベンション用 */
	.site-header{
		justify-content:flex-start;
		padding-right:70px;
	}
	body:not(.scrolled) .site-header,
	.scrolled .site-header,
	body:not(.home).scrolled .site-header{
		height:80px;
		top:0;
		left:0;
		width:100%;
		padding-left:2.5%;
	}
	body:not(.scrolled) .head-logo-conv-wrap{
		flex-direction:row;
	}
	.site-branding a,
	.scrolled .site-branding a{
		width:298px;
		height:65px;
	}
	.head-convention{
		margin-left:0;
		margin-bottom:0;
	}
	.head-logo-conv-wrap{
		gap:20px;
	}
	
	.scrolled .menu-sublang-container {
		display: flex;
		opacity: 1;
		pointer-events: auto;
		height: auto;
		gap: 15px;
		overflow: visible;
	}
	body:not(.home).scrolled .searchform input {
		border: 1px solid #DCDCDC;
		background: #fff;
		border-radius: 100px;
	}
	body:not(.home) .searchform button {
        color: var(--black);
        text-shadow: none;
    }
	body.scrolled .searchform input {
		border: 1px solid #fff;
		width: 150px;
		border-radius: 100px;
		transition: all .25s;
		padding-left: 0.75em;
		font-size: 12px;
		letter-spacing: 0;
		padding-block: 4px;
		padding-right: 28px;
		background: rgba(0, 0, 0, 0.075);
		border-radius: 100px;
		backdrop-filter: blur(1px);
	}
	body.home.scrolled .searchform input {
		border: 1px solid #DCDCDC;
		background: #fff;
		border-radius: 100px;
	}

	body.scrolled .searchform button {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		color: #fff;
		border: none;
		padding-right: 0.75em;
		display: grid;
		font-size: 13px;
		place-content: center;
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	}
	body:not(.home) .searchform button {
		color: var(--black);
		text-shadow: none;
	}
	body.home.scrolled .searchform button {
        color: var(--black);
        text-shadow: none;
    }
	body.home .searchform input::placeholder{
		font-size:12px;
		font-weight:400;
	}
	body.home.scrolled .searchform input::placeholder{
		color:var(--black);
		text-shadow:none;
	}
	body.scrolled .searchform {
		position: relative;
	}
	.menu-langmenu-container ul:not(.sub-menu) a{
		font-size:16px;
	}
	body:not(.home) .searchform input::placeholder{
		color:var(--black);
		text-shadow:none;
		font-size:12px;
		font-weight:400;
	}
	body.home.scrolled .menu-langmenu-container ul:not(.sub-menu) a{
		color:#0067CF;
	}
	body.home.scrolled .menu-langmenu-container ul:not(.sub-menu) >li >a::after{
		background:#0067CF;
	}
	.main-navigation{
		margin-inline:0;
		display:none;
	}
	.home:not(.scrolled) .menu_button{
		transition:opacity 0.25s;
	}
	.home:not(.scrolled) .menu_button:hover{
		opacity:0.5;
	}
	.home:not(.scrolled) .menu_button span{
		background:#fff;
		box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
	}
	.home:not(.scrolled) .menu_button.active span{
		background:rgba(0,0,0,0);
	}
	.home:not(.scrolled) .menu_button span:before,
	.home:not(.scrolled) .menu_button span:after{
		background:#fff;
		box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
	}
	.home:not(.scrolled) .menu_button:after{
		color:#fff;
		text-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
	}
	/* ハンバーガーボタンクリックで画面を暗く */
	.overlay {
		background-color: #000;
		cursor: pointer;
		height: 100vh;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		transition: all 0.5s;
		visibility: hidden;
		width: 100vw;
		z-index: 99;
	}
	.nav-open .overlay {
		opacity: 0.5;
		visibility: visible;
		cursor:default;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.menu-headnav-container,#hamburger_button-pc{
		display:none;	
	}
	.menu_button {
		width: 70px;
		height: 55px;
		display: flex;
		position: absolute;
		top: 7px;
		right: 12px;
		background: 0 0;
		z-index: 100;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
		margin-bottom:0;
	}

	.menu_button span,
	.menu_button span::before,
	.menu_button span::after {
		content: '';
		display: block;
		height: 2px;
		width: 45px;
		border-radius: 1px;
		background: var(--textblack);
		transition: all .25s;
		position: absolute;
		top: 15px;
	}
	.menu_button span:before {
		top: 10px;
		left: 0;
		background: var(--textblack);
	}
	.menu_button span:after {
		top: 20px;
		left: 0;
		background: var(--textblack);
	}
	.menu_button:hover span,
	.menu_button:hover span::before,
	.menu_button:hover span::after{
		background:#0067CF;
	}
	.menu_button:after {
		content: 'MENU';
		display: inline-block;
		position: absolute;
		bottom: -6px;
		text-indent:1px;
		color: var(--textblack);
		font-size: 13px;
		font-weight:400;
		font-family:var(--en);
		transition: all .25s;
	}
	.menu_button:hover::after {
		color:#0067CF;
	}
	.menu_button.active span {
		background: rgba(255,255,255,0);
	}
	.menu_button.active span:before {
		bottom: 0;
		transform: rotate(35deg);
		background:#fff;
	}
	.menu_button.active span:after {
		top: 10px;
		transform: rotate(-35deg);
		background:#fff;
	}
	.menu_button.active:after {
		content: 'CLOSE';
		color:#fff;
	}
	/* レスポンシブメニュー用 */	
	.header-rightflex{
		position:relative;
	}
	#responsive-menuwrap{
		position:fixed;
		z-index: 99;
		top:0;
		right: 0;
		width:80vw;
		max-width: 600px;
		height: 100%;
		color:#fff;
		background:var(--black);
		transition: all 0.5s;
	}
	#responsive-menuwrap > div:not(.menu-header-spmenu-container){/*泡*/
		opacity:0.3;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container{/*スクロールバーなしでスクロールさせる記述*/
		position: fixed;
		z-index: 999;
		width: 100%;
		height: 80%;
		margin-top:0;
		top:80px;
		padding-bottom: 5vh;
		overflow: auto;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container::before{/*下をぼかしてスクロール先があるように見せるため*/
		content:none;
		display:block;
		position:fixed;
		width:100%;
		height:65%;
		background:linear-gradient(rgba(0,0,0,0)55vh,rgb(56,56,56,1) 60vh);
		z-index:1000;
		pointer-events:none;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul{
		margin: 0;
		padding: 0;
		width:80vw;
		max-width: 600px;
		display:block!important;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li {
		border-bottom: 1px solid #fff;
		font-size:15px;
		width:80vw;
		max-width: 600px;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li:has(a.close){
		padding-bottom:10px;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li a{
		display:inline-block;
		width:80vw;
		max-width: 600px;
		padding:1.35em 2.5em 1.35em 1.5em;
		position:relative;
		color:#fff;
		transition:all .25s;
		cursor:pointer;
		font-family:var(--ja);
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >a:hover{
		text-indent: 10px;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >ul{
		margin-left:1em;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >ul >li{
		font-size:14px;
		display: flex;
		align-items: center;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >ul >li::before{
		content: '';
		display: inline-block;
		width: 10px;
		height: 1px;
 		background: #fff;
		margin-right: 0px;
		margin-left: calc(1.5em - 10px);
		transition: all .25s;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >ul >li:hover::before{
		color:var(--bluelightpin);
		margin-right:12px;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children ul a{
		padding:0.75em 1.5em 0.75em 1em;
	}
	/* アコーディオン開閉 */
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li >ul.sub-menu{
		display:none;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a::before,
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a::after{
		position: absolute;
		content:'';
		width: 15px;
		height: 2px;
		background-color: #fff;
		transition:all .25s;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a::before{
		top:48%;
		right: calc(1.5em + 15px);
		transform: rotate(0deg);
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a::after{    
		top:48%;
		right: calc(1.5em + 15px);
		transform: rotate(90deg);
		border-bottom: none!important;
		border-right: none!important;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a.close::before{
		transform: rotate(45deg);
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li.menu-item-has-children >a.close::after{
		transform: rotate(-45deg);
	}
	.sp-searchform{
		display:none;	
	}	
	.menu-sp-kaiin a::before{
		font-family:'FontAwesome';
		font-size:1em;
		content:'\f13e';
		margin-right:0.35em;
	}
	.menu-sp-blank a::after{
		font-family:'FontAwesome';
		font-size:0.65em;
		content:'\f08e';
		margin-left:0.35em;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * common
	 *  */
	body:not(.home) .entry-content h2:not(.notdef){
		font-size:clamp(1.5rem, 0.959rem + 1.13vw, 1.875rem);
		gap:6px;
	}

	body:not(.home) .entry-content h3:not(.notdef){
		font-size:clamp(1.25rem, 0.889rem + 0.75vw, 1.5rem);
		margin-top:70px;
	}
	body:not(.home) .entry-content h4:not(.notdef){
		font-size:16px;
	}
	/* 固定ページ */
	.page-ttl-wrap{
		padding-block:clamp(120px,15.625vw,170px);
	}
	.page-ttl-wrap h1,
	.page-ttl-wrap:has(.no-eyecatch) h1{
		font-size:clamp(1.75rem, 1.389rem + 0.75vw, 2rem);
	}/*~768*/
	/* パターン */
	.cta1 > figure{
		width:180px;
	}
	.cta1 a[href^="tel"]{
		font-size:20px;
	}
	.cta1 .wp-block-buttons :is(.cta-line,.cta-form) .wp-block-button__link{
		padding-left: 56px;
		padding-right:10px;
		width: 210px;
		font-size:14px;
	}
	.cta1 .wp-block-buttons :is(.cta-line,.cta-form) .wp-block-button__link::before{
		width:28px;
		height:28px;
	}
	.pt-img-text{
		flex-direction:column;
		align-items:center;
		gap:0;
	}
	.pt-img-text.pt-img-text-rightimg{
		flex-direction:column-reverse;
	}
	.pt-img-text {
		margin-bottom:40px;
	}
	.pt-img-text > figure{
		width:100%;
	}
	.pt-img-text > div{
		width:100%;
	}
	.setumei1{
		font-size:15px;
	}
	.setumei1 > figure{
		width:160px;
		flex-shrink:0;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * footer
	 *  */
	.footer-widget-area{
		width:100%;
	}
	.menu-footnav-container > ul{
		width:100%;
	}
	.site-footer .footer_commenu > div{
		flex-direction:column;
		gap:70px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * index
	 *  */
	.top-area-head img{
		height:420px;
	}
	.top-flexgroup.ltxt > div,.top-flexgroup.rtxt > div{
		flex-direction:column;
	}
	.top-flexgroup-text{
		width:100%;
		padding-block:70px 40px;
	}
	.top-flexgroup > div > figure{
		width:100%;
		max-width:initial;
		height:460px;
		aspect-ratio:initial;
	}
	.top-flexgroup-text > div{
		width:100%;
	}
	.top-egao .top-flexgroup-text{
		background-size:70%;
		background-position-x:100%;
	}
	.top-sns > div{
		flex-direction:column;
		gap:80px;
		align-items:center;
	}
	.top-sns-insta,.top-sns-youtube{
		width:100%;
		max-width:680px;
	}
	.top-sns-youtube figure iframe{
		width:100%;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 街てく
	 *  */
	.machiteku-fvback{
		width:90%;
	}
}
@media(width<1024px){
	.def-swiper:not(:where(#sw-osusume1,#sw-osusume2,#sw-osusume3)):not(:has(.swiper-slide-next+div+div)) .swiper-button-next,
	.def-swiper:where(#sw-osusume1,#sw-osusume2,#sw-osusume3):not(:has(.swiper-slide-next+a+a)) .swiper-button-next{
		opacity:1;
		cursor:pointer;
	}
	.def-swiper:not(:where(#sw-osusume1,#sw-osusume2,#sw-osusume3)):not(:has(.swiper-slide-next+div)) .swiper-button-next,
	.def-swiper:where(#sw-osusume1,#sw-osusume2,#sw-osusume3):not(:has(.swiper-slide-next+a)) .swiper-button-next{
		opacity:0.25!important;
		cursor:default!important;
	}
	.page-ttl-wrap,
	.page-ttl-wrap:has(.no-eyecatch){
		margin-bottom:80px;
	}
	#pagettl-asirai-rainbow{
		width: 1024px;
    	height: 57px;
	}
	#pagettl-asirai-white{
		width: 84px;
    	height: 70px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  top
	 * */
	.top-miryoku-ttl h3{
		font-size:18px;
	}
	.top-news-blog-info h3{
		font-size:14px;
	}
	.top-news-blog-info span{
		font-size:13px;
		margin-bottom:6px;
	}
	.top-news-blog-wrap {
		gap: 40px;
		align-items: center;
		flex-direction: column;
	}
	.top-news-blog-wrap > div.top-news-blog-list{
		width:100%;
	}
	.top-news-blog-wrap > div.top-blog-wrap{
		width:100%;
	}
	.event-slider-container{
		max-width:600px;
	}
	.event-sw-btn{
		width: fit-content;
		left: 50%;
		transform: translateX(-50%);
	}
	.top-section-flex{
		gap:14vw;
		flex-direction:column;
		align-items: flex-start;
	}
	.top-section-flex.top-section-elc{
		flex-direction:column-reverse;
	}
	.top-section-flex.top-section-elc,
	.top-section-flex.top-section-member{
		gap:8vw;
	}
	.top-section-flex figure{
		width:calc(95% - 3%);
		align-self:flex-start;
	}
	.top-section-flex:is(.top-section-elc,.top-section-member) figure{
		width:80%;
		max-width:600px;
		margin-inline:0;
		align-self:center;
	}
	.top-section-flex figure::after{
		top:-4%;
	}
	:where(.top-section-concept,.top-section-member) figure::after{
		left:4%;
	}
	.top-section-elc figure::after{
		right:initial;
		left:4%;
	}
	.top-section-flex figure img{
		aspect-ratio:16/9;
		object-fit:cover;
	}
	.top-section-flex-text{
		width:87.5%;
		align-self:center;
		position:relative;
		
	}
	.top-section-flex-text > div{
		width:100%;
	}
	.top-section-flex p{
		max-width:initial;
	}
	.top-section-flex h2 span{
		color:#ebcf69;
		font-size:18vw;
		position:absolute;
		top:-17.5vw;
		z-index:1;
		mix-blend-mode:difference;
	}
	.top-section-flex p.top-p-big{
		font-size:clamp(1.75rem, 0.543rem + 3.45vw, 2.75rem);/* 28-560--44-1024 */
	}
	.top-section-flex.top-section-concept p.top-p-big{
		margin-top:3vw;
	}
	.top-section-flex:is(.top-section-elc,.top-section-member) p.top-p-big br:first-child{
		display:none;
	}
	.top-section-flex.top-section-concept p.top-p-big br:last-child{
		display:none;
	}
	.top-section-cta-wrap > div{
		flex-direction:column;
		gap:clamp(2.5rem, -0.517rem + 8.62vw, 5rem);/* 40-560--80-1024 */
		max-width:700px;
	}
	.top-cta-text h2{
		font-size:clamp(1.125rem, 0.692rem + 1.85vw, 1.875rem);/* 18-375--30-1024 */
	}
	.top-cta-asirai{
		bottom:-0.8em;
		font-size:clamp(2.125rem, -0.258rem + 10.17vw, 6.25rem);/* 34-375--100-1024 */
	}
	.linebtn a.wp-block-button__link{
		margin-top:clamp(0.938rem, 0.829rem + 0.46vw, 1.125rem);/* 15-375--18-1024 */
	}
	.top-course .wp-block-cover__inner-container{
		width: 85%;
		max-width: 543px;
		right: initial;
		left: 7.5%;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  一覧ページ
	 * */
	body:not(.home) section.archive-sec1260{
		gap:30px 3%;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  記事ページ
	 * */
	body:not(.home) .single-main .entry-content h2:not(.notdef){
		font-size:clamp(24px,3.125vw,28px);
	}
	body:not(.home) .single-main .entry-content h3:not(.notdef){
		font-size:clamp(18px,2.34375vw,22px);
		gap:5px;
	}
	.staff-section-top{
		flex-direction:column;
		gap:50px 5%;
		padding-top:0;
	}
	.staff-section{
		margin-inline:auto;
	}
	.staff-section-top > figure{
		width:100%;
	}
	.staff-section-top > .staff-text{
		width:87.5%;
		margin-inline:auto;
	}
	.staff-section-top img{
		aspect-ratio:16/9;
		object-fit:cover;
	}
	.staff-text > div{
		width:100%;
	}
	.staff-section-top p{
		text-align:center;
	}
	.staff-section-top ul{
		width:fit-content;
		margin-inline:auto;
		display: flex;
		gap: 3em;
		font-size:clamp(1.125rem, 0.241rem + 2.36vw, 1.75rem);/* 18-600--28-1024 */ 
	}
	.staff-btn-wrap{
		margin-block:20px 60px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  会員ページ
	 * */
	body:not(.home) .entry-content .memberpage-section h3:not(.notdef){
		font-size:14px;
	}
}
@media(width<=940px){
	.pc-searchform,
	.menu-sublang-container,
	.scrolled .menu-sublang-container{
		display:none;
	}
	.sp-searchform{
		display: flex;
		position: fixed;
		z-index: 999;
		width: 90%;
		top: 90px;
		margin-inline: auto;
	}
	body .searchform.sp-searchform button{
		/* position:initial; */
		right: 7px;
			color:var(--black);
		text-shadow:none;
	}
	body .searchform.sp-searchform input{
		width: 100%;
		padding-inline: 18px 28px;
		padding-block:10px;
		border-radius: 5px;
        border: 1px solid #DCDCDC;
        background: #fff;
        border-radius: 100px;
	}
	body .searchform.sp-searchform input::placeholder{
		color:var(--black);
		text-shadow:none;
	}
	.top-info-container{
		padding-block:80px;
		margin-bottom:0;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  faq
	 * */
	.faq-section .faq-anchor-wrap{
		gap:10px 15px;
		margin-block:40px;
		flex-wrap:wrap;
	}
	.faq-anchor-wrap .wp-block-vk-blocks-button{
		width:calc((100% - 30px)/2);
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  コース紹介
	 * */
	.course-hole-wrap .course-hole-single{
		width:calc((100% - 30px)/2);
	}
}
@media(width<=768px){
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * common
	 *  */
	body:not(.home) section.has-background:not(.adminback) {
		padding-block: 60px;
	}
	body:not(.home) .entry-content h2:not(.notdef){
		font-size:clamp(18px,3.21vw,22px);
		gap:6px;
		margin-bottom:30px;
		margin-top:60px;
	}
	body:not(.home) .entry-content h2:not(.notdef)::before{
		margin-top:8px;
	}
	body:not(.home) .entry-content h3:not(.notdef){
		font-size:clamp(16px,2.857vw,18px);
		margin-top:40px;
	}
	body:not(.home) .entry-content h4:not(.notdef){
		font-size:15px;
	}
	.page-def-inner h5:not(.notdef){
		font-size:14.5px;
		margin-top:1.5em;
		margin-bottom:0.5em;
	}
	main.backblue{
		padding-bottom:80px;
	}
	body:not(.home) .entry-content ul:not(.notdef){
		font-size:15px;
		margin-bottom:30px;
	}
	.main-navigation ul#header-langmenu-inner{
		display:flex;
	}
	.main-navigation ul ul{
		display:block;
	}

	.head-convention{
		display:none;	
	}

	/*パターン*/
	.pt-figure-flex{
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.pt-figure-flex figure{
		width:100%;
	}
	/* 固定ページ */
	.page-ttl-wrap,
	.page-ttl-wrap:has(.no-eyecatch){
		padding-block:100px;
		margin-bottom:60px;
	}
	.page-ttl-wrap h1,
	.page-ttl-wrap:has(.no-eyecatch) h1{
		font-size:clamp(1.125rem, 0.115rem + 2.88vw, 1.5rem);
	}
	#pagettl-asirai-rainbow{
		width: 768px;
		height: 43px;
	}
	#pagettl-asirai-white {
		width: 65px;
		height: 55px;
    }
	body:not(.home) section{
		margin-bottom:clamp(2.813rem, 0.725rem + 8.91vw, 5rem);
	}
	/* パターン */
	.cta1{
		flex-direction:column-reverse;
		gap:20px;
		width: 95%;
		max-width: 600px;
		padding-inline:27px;
		font-size:15px;
	}
	.cta1 > div{
		margin-bottom:0;
	}
	.cta1 > figure{
		width:200px;
	}
	.cta1 a[href^="tel"]{
		font-size:18px;
	}
	.pt-img-text h2{
		font-size:20px;
		margin-bottom:1em;
	}
	.pt-img-text h3{
		font-size:17px;
		margin-bottom:1em;
	}
	.pt-img-text{
		margin-bottom:30px;
	}
	.setumei1{
		flex-direction:column-reverse;
		padding-inline: 27px;
		margin-block:40px 60px;
	}
	.setumei1 > figure{
		align-self:center;
	}
	.setumei1 > div{
		width:100%;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * footer
	 *  */
	.foot-cta > div{
		display:block;
	}
	.foot-cta .wp-block-cover.has-link{
		width:100%;
	}
	.heading-after-en h2{
		font-size:clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);/* 20-375--24-768 */
	}
	.heading-after-en p{
		font-size:clamp(0.875rem, 0.636rem + 1.02vw, 1.125rem);/* 14-375--18-768 */
	}
	.foot-reserve-page-btn > div{
		flex-direction:column;
	}
	.foot-main-wrap > div{
		flex-direction:column-reverse;
	}
	.foot-main-right{
		padding-inline:0;
		border-left:0;
		border-bottom:1px solid var(--toohcclight);
		padding-bottom:40px;
	}
	.foot-main-right ul{
		gap:18px 21px;
	}
	.foot-main-wrap{
		width:87.5%;
		margin-block:60px;
	}
	.footer-mainwrap {
		padding-block: 30px 35px;
	}
	.menu-footnav-container > ul > li:has(.sub-menu){
		font-size:16px;
	}
	.footer_sns > div{
		flex-wrap:wrap;
		justify-content:center;
	}
	.footer_sns h2,
	.footer_sns p:has(a){
		width:100%;
	}
	.footer_sns p:has(a){
		order:1;
		padding-bottom:45px;
		border-bottom:1px solid #E5E5E5;
		margin-bottom:40px;
		text-align:left;
	}
	.footer_sns h2{
		order:2;
		margin-right:0;
		margin-bottom:30px;
		text-align:center;
	}
	.footer_sns figure{
		order:3;
	}
	.footer_sns{
		border-top:none;
		padding-block:0 50px;
	}
	.footer_sns > div > figure:last-of-type{
		margin-right:0;
	}
	.footer-widget-area .widget:has(.footer_menkyo){
		margin-bottom:70px;
	}
	.footer-widget-area .widget:has(.footer_commenu){
		margin-bottom:20px;
	}
	.copyright-wrap{
		padding-block:20px 60px;
	}
	.copyright-wrap > div{
		flex-direction:column;
		align-items:center;
		gap:10px;
		width:87.5%;
	}
	#foot-sitelogo-white{
		max-width:250px;
	}
	.copyright{
		font-size:clamp(0.625rem, 0.506rem + 0.51vw, 0.75rem);
	}
	.footer-media-list > div{
		flex-wrap:wrap;
		gap: 15px 25px;
	}
	.footer-media-list figure{
		width:100%;
	}
	.footer-media h2{
		font-size:15px;
	}
	.widget_block:has(.footer-media){
		margin-bottom:45px;
	}
	.footer-media h2::before, .footer-media h2::after{
		width:60px;
	}
	.footer-media h2::before {
		left: -80px;
	}
	.footer-media h2::after {
		right: -80px;
	}
	.footer-nav ul a{
		font-size:14px;
	}
	.footer-nav ul{
		gap:16px;
	}
	.footer-nav ul li:not(:last-child){
		padding-right:16px;
	}
	.footer-info{
		font-size:14px;
	}

	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * top
	 *  */
	.apple{
		font-size:clamp(1.25rem, 0.892rem + 1.53vw, 1.625rem);
	}
	.top-miryoku{
		flex-wrap:wrap!important;
	}
	.top-miryoku-single{
		width:50%;
	}
	.top-miryoku-single img{
		object-fit:cover;
		aspect-ratio:16/9;
	}
	.top-miryoku-ttl h3{
		font-size:clamp(1rem, 0.747rem + 1.08vw, 1.125rem);
	}
	.fv-container .swiper-container::before{
		width:clamp(12.5rem, 7.702rem + 29.53vw, 21.875rem);
		top: initial;
        bottom: 5%;
	}
	.pc-image {
		display: none;
	}
	.mobile-image {
		display: block;
	}
	.fv-subtxt br{
		display:block;
	}
	/* slide */
	.def-swiper:not(:where(#sw-osusume1,#sw-osusume2,#sw-osusume3)):not(:has(.swiper-slide-next+div)) .swiper-button-next,
	.def-swiper:where(#sw-osusume1,#sw-osusume2,#sw-osusume3):not(:has(.swiper-slide-next+a)) .swiper-button-next{
		opacity:1!important;
		cursor:pointer!important;
	}
	.def-swiper:not(:where(#sw-osusume1,#sw-osusume2,#sw-osusume3)):not(:has(.swiper-slide-active+.swiper-slide-next)) .swiper-button-next,
	.def-swiper:where(#sw-osusume1,#sw-osusume2,#sw-osusume3):not(:has(.swiper-slide-active+.swiper-slide-next)) .swiper-button-next{
		opacity:0.25!important;
		cursor:default!important;
	}
	.top-defh > div{
		margin-bottom:30px;
		gap:10px;
	}
	.def-sw-nav{
		position:relative;
		top:initial;
		margin-top:30px;
		max-width:500px;
		justify-content:space-between;
	}
	.def-sw-nav :is(.swiper-button-prev,.swiper-button-next){
		height:35px;
		border-radius:15px;
	}
	.top-defh p{
		font-size:30px;
	}
	.top-defh h2{
		font-size:15px;
	}
	.top-news-blog .top-defh > div{
		margin-bottom:10px;
	}
	.top-news-blog-h h3{
		font-size:15px;
	}
	.top-news-blog-h a{
		font-size:13px;
	}
	.osusume-link-container{
		margin-top:20px;
	}
	.slide-linkbtn{
		font-size:13px;
		height:42.5px;
		width:240px;
	}
	.wp-block-button__link::after,
	.slide-linkbtn::after,
	.top-news-blog-h a::after{
		width:24px;
		height:24px;
		font-size:13px;
		right:12px;
	}
	.top-flexgroup-text .wp-block-button__link{
		margin-top:45px;
	}
	.filter-buttons button{
		width:33%;
		height:55px;
		font-size:18px;
	}
	.top-section-flex.top-section-member p.top-p-big br:first-child{
		display:block;
	}
	.top-section-gallery-inner{
		flex-direction:column-reverse;
		gap:clamp(2.5rem, -0.865rem + 9.62vw, 3.75rem);/* 40-560--60-768 */
	}
	.top-gallery-slider-main {
    	width: 100%;
		max-width: 600px;
		aspect-ratio:16/9;
	}
	.top-gallery-slider-bk{
		top:initial;
		bottom:12vw;
		transform:initial;
		opacity:0.2;
	}
	.top-section-news h2 span,
	.top-section-gallery h2 span{
		font-size: clamp(2.125rem, 1.115rem + 2.88vw, 2.5rem);/* 34-560--40-768 */
	}
	.top-section{
		padding-block:clamp(3.75rem, 0.385rem + 9.62vw, 5rem);/* 60-560--80-768 */
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  restaurant レストラン
	 * */
	.page-sec1260.restaurant-section > div{
		width:85%;
	}
	.rmenu-item{
		width:calc((100% - clamp(1.25rem, -2.303rem + 10.53vw, 6.25rem)) / 2);/* 20-540--40-1300 */
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 東奥友の会
	 *  */
	.tomonokai-fv,
	.tomonokai-point-container{
		margin-bottom:clamp(3.75rem, 1.365rem + 10.18vw, 6.25rem);/* 60-375--100-768 */
		width:87.5%;
	}
	.tomonokai-fv p:has(span) br{
		display:block;
	}
	.tomonokai-fv p:has(span){
		line-height:1.35;
		font-size:9.5vw;
	}
	.tomonokai-fv p:has(span) + p{
		font-size:clamp(1.063rem, 0.645rem + 1.78vw, 1.5rem);/*17-375--24-768*/
	}
	.tomonokai-fv p:last-of-type{
		font-size: clamp(0.938rem, 0.639rem + 1.27vw, 1.25rem);/* 15-768--20-1920 */
	}
	.tomonokai-point-container{
		flex-direction:column;
	}
	.tomonokai-point{
		font-size:clamp(0.906rem, 0.817rem + 0.38vw, 1rem);/*14.5-375--16-768*/
	}
	.tomonokai-point-wrap{
		width:100%;
		max-width:500px;
	}
	.tomonokai-point-wrap > div{
		display:flex;
		gap:0 10px;
	}
	.tomonokai-point-wrap:first-of-type,
	.tomonokai-point-wrap:last-of-type{
		margin-top:0;
	}
	.tomonokai-point-wrap:first-of-type > div,
	.tomonokai-point-wrap:last-of-type > div{
		flex-direction:row-reverse;
	}
	.tomonokai-point-wrap:first-of-type .tomonokai-point::before,
	.tomonokai-point-wrap:last-of-type .tomonokai-point::before{
		bottom:initial;
		top: 40%;
		left: 0;
		border-width: 7.5px 12px 7.5px 0;
		border-color: transparent #525252 transparent transparent;
		translate: -100% -50%;
	}
	.tomonokai-point-wrap:first-of-type .tomonokai-point::after,
	.tomonokai-point-wrap:last-of-type .tomonokai-point::after{
		bottom:initial;
		top: 40%;
		left: 0;
		border-width: 5.1px 8.2px 5.1px 0;
		border-color: transparent #ffffff transparent transparent;
		translate: -100% -50%;
	}
	.tomonokai-point-wrap:nth-of-type(2) .tomonokai-point::before{
		bottom:initial;
		top: 40%;
		left:initial;
		right: 0;
		border-width: 7.5px 0 7.5px 12px;
		border-color: transparent transparent transparent #525252;
		translate: 100% -50%;
	}
	.tomonokai-point-wrap:nth-of-type(2) .tomonokai-point::after{
		bottom:initial;
		top: 40%;
		left:initial;
		right: 0;
		border-width: 5.1px 0 5.1px 8.2px;
		border-color: transparent transparent transparent #ffffff;
		translate: 100% -50%;
	}
	.figureflex-section{
		gap:20px 0;
	}
	.figureflex-section-lfigure{
		flex-direction:column;
	}
	.figureflex-section-rfigure{
		flex-direction:column;
	}
	.figureflex-section-text-big,
	.figureflex-section-text > div > p{
		text-align:left;
	}
	.figureflex-section > *{
		width:100%;
	}
	.figureflex-section figure img{
		aspect-ratio:2/1;
		object-fit:cover;
	}
	.figureflex-section-text-big.backtext p:first-child{
		font-size:clamp(1.375rem, 0.659rem + 3.05vw, 2.125rem);/* 22-375--34-768 */
	}
	.figureflex-section-text > div > p{
		font-size:clamp(0.906rem, 0.817rem + 0.38vw, 1rem);/* 14.5-375--16-768 */
	}
	.figureflex-section-text-big{
		margin-bottom:20px;
	}
	.tomonokai-tokuten-text{
		flex-shrink:0;	
	}
	.tomonokai-tokuten{
		padding:30px;
		gap:20px;
	}
	.tomonokai-flow-container{
		flex-direction:column-reverse;
		gap:30px;
	}
	.tomonokai-flow-container figure:first-child,
	.tomonokai-flow-container figure:last-child{
		margin-block:0;
		width:clamp(2.188rem, 1.293rem + 3.82vw, 3.125rem);/* 35-375--50-768 */
	}
	.tomonokai-flow-container .vk_flow .vk_flow_frame_text,
	.tomonokai-flow-container .vk_flow_frame_text_content{
		margin-right:0;
	}
	.tomonokai-flow-wrap p{
		font-size:13px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  予約方法
	 * */
	.reservation-section .yoyaku-icon-wrap{
		flex-wrap:wrap;
	}
	.yoyaku-icon{
		width:calc((100% - 15px) / 2);
	}
	.yoyaku-icon div{
		aspect-ratio:initial;
		display:flex;
		padding: 1em 1.75em;
		justify-content: flex-start;
		gap: 1.75em;
	}
	.yoyaku-icon div figure{
		width:40px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  オープンコンペ
	 * */
	.golfopen-section-intr{
		width:87.5%;
	}
	.golfopen-section-intr::before{
		display:none;
	}
	.golfopen-intr-text > div > p:first-child{
		font-size:clamp(1.063rem, 0.526rem + 2.29vw, 1.625rem);
	}
	.golfopen-intr-text > div >.wp-block-group{
		margin-top:0;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  一覧ページ
	 * */
	.archive-single-bassui{
		font-size:13px;
	}
	.pagination .nav-links{
		margin-top:40px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  記事ページ
	 * */
	.single-content .entry-title{
		font-size:20px;
	}
	.single-content .entry-meta-y{
		font-size:14px;
	}
	.single-main p{
		font-size:15px;
	}
	.single-main .has-small-font-size{
		font-size:13px!important;
	}
	.single-main .has-medium-font-size{
		font-size:1em!important;
	}
	.single-main .has-large-font-size{
		font-size:18px!important;
	}
	.single-main .has-x-large-font-size{
		font-size:24px!important;
	}
	body:not(.home) .single-main .entry-content h2:not(.notdef){
		font-size:clamp(18px,3.214vw,22px);
	}
	body:not(.home) .single-main .entry-content h3:not(.notdef){
		font-size:clamp(16px,2.857vw,18px);
		margin-top: 1.5em;
		margin-bottom: 1.25em;
	}
	.single-main .entry-content h4{
		font-size:16px;
	}
	.single-main .entry-content .wp-block-flexible-table-block-table{
		margin-bottom:60px;
	}

	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * お問い合わせ
	 *  */
	:is(.post-name-contact,.post-name-satei) .entry-content{
		font-size:15px;
	}
	.hissutext{
		line-height:1.75;
	}
	:is(.post-name-contact,.post-name-satei) .entry-content a[href^="TEL"]{
		text-decoration:underline;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  コース紹介
	 * */
	.course-hole-wrap > div{
		gap:30px 15px;
	}
	.course-hole-wrap .course-hole-single{
		width:calc((100% - 15px)/2);
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  コース詳細
	 * */
	.course_detail_navi{
		display:block;
	}
	.course_tab{
		margin-bottom:10px;
	}
	.course_tab button{
		width:50%;
	}
	.course_detail_navi_list--number a{
		padding-block:1em;
	}
	.course-detail-pagelink .wp-block-button:first-child a::before {
        width: 24px;
        height: 24px;
        font-size: 13px;
        right: 12px;
    }
	.course-detail-back a{
		font-size:15px;
		padding-inline: 2em;
	}
}
@media(width<600px){
	.footer-nav ul{
		flex-direction: column;
		gap: 10px!important;
		align-items:center;
	}
	.footer-nav ul li:not(:last-child){
		border-right:none;
		padding-right:0;
	}
	.footer-nav ul a {
		text-decoration: underline;
    }
	.top-info-container > div > section {
		max-width: 460px;
	}
	.swiper-pagination-bullet{
		width:9px!important;
		height:9px!important;
		margin:0 5px!important;
	}
	.swiper-container .stopbtn {
		width: 23px;
		height: 23px;
		font-size: 23px;
	}
	.def-sw-nav{
		width:100%;
		margin-top:15px;
	}
	.def-sw-nav :is(.swiper-button-prev,.swiper-button-next){
		width:35px;
		height:27px!important;
		border:1px solid #d9e4ef;
	}
	.def-sw-nav :is(.swiper-button-prev,.swiper-button-next)::after{
		font-size:11px;
	}
	.top-area-head img{
		height:clamp(16.25rem, 12.083rem + 17.78vw, 18.75rem);
	}
	.top-area-single p.backcolortext{
		font-size:clamp(1.125rem, -0.018rem + 5.71vw, 2.125rem);
	}
	.tagcloud h2{
		font-size:16px;
	}
	.tagcloud-wrap {
		justify-content: center;
	}
	.tagcloud-wrap a:nth-child(n+11){
		display:none;
	}
	.sort-buttons-h3{
		font-size:13px;
	}
	.tag-archive .post-count, .tag-archive .post-count span#filter-label{
		font-size:14px;
		margin-bottom:30px;
		color:var(--black);
	}
	.sort-btn, .area-btn {
        font-size: 13px;
        padding: 5px 12px;
    }
	.sort-buttons-wrap{
		margin-bottom:0.5em;
	}
	.event-info h3{
		font-size:14px;
		padding-inline:15px;
	}
	.event-date{
		font-size:12px;
		padding-inline:15px;		
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 東奥友の会
	 *  */
	.tomonokai-tokuten{
		flex-direction:column-reverse;
	}
	.tomonokai-tokuten-text{
		width:100%;
	}
	.tomonokai-tokuten figure{
		max-width:140px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  予約方法
	 * */
	.yoyaku-icon div{
		gap: 0.75em;
		flex-direction:column;
	}
	.yoyaku-icon div p{
		font-size:14.5px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * フォトギャラリー
	 *  */
	.gallery-section .filebird-block-filebird-gallery li{
		width: calc(100% / 2) !important;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * スタッフ募集
	 *  */
	.staff-section-top ul{
		display:block;
	}
	.staff-section-top{
		padding-bottom:0;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * コース詳細
	 *  */
	.course-detail-number p:nth-child(1){
		font-size:26px;
	}
	.course-detail-number p:nth-child(2){
		font-size:18px;
	}
	.course-detail-number p:nth-child(3){
		font-size:14px;
	}
	.course-detail-yard dl{
		padding-inline:1.25em;
	}
	.course-detail-yard dt{
		font-size:12px;
	}
	.course-detail-yard dd{
		font-size:24px;
	}
}
@media(width<560px){
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * common
	 *  */
	p{
		font-size:clamp(0.906rem, 0.843rem + 0.27vw, 0.938rem);
		line-height:1.7;
	}
	.wp-block-image :where(figcaption){
		font-size:13.5px;
	}
	.menu-langmenu-container ul:not(.sub-menu) a{
		flex-direction:column;
		gap:0;
		font-size: 10px;
		font-family: var(--en);
		text-transform: uppercase;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		left: initial;
		right: 50%;
		transform: translateX(50%);
	}
	.menu-langmenu-container ul:not(.sub-menu) >li >a::before{
		font-size: 20px;
	}
	.menu-langmenu-container ul:not(.sub-menu) a::after{
		content:none!important;
	}
	#responsive-menuwrap > div.menu-header-spmenu-container >ul >li a{
		font-size:14px;
	}
	a.wp-block-button__link{
		width:fit-content;
	}
	.footer-cta-single h2{
		font-size:32px!important;
	}
	.footer-cta-single h2 + p{
		font-size:18px;
		margin-bottom:1.5em;
	}
	.footer-cta-single h2 + p + p{
		font-size:14px;
		line-height:1.75;
	}
	.footer-cta-contact .is-layout-flex{
		flex-direction:column;
		margin-top:30px;
	}
	:is(.cta-line,.cta-form) .wp-block-button__link{
		margin-top:0;
		margin-bottom:0;
	}
	.foot-map{
		margin-top:60px;
		width:85%;
	}
	.menu-sticky-spmenu-container a{
		font-size:12px;
	}
	.wp-block-cover, .wp-block-cover-image{
		padding-inline:1.5em;
	}
	.nairankai-banner{
		margin-block:70px;
	}
	.page-ttl-wrap,
	.page-ttl-wrap:has(.no-eyecatch){
        padding-block: 85px;
        margin-bottom: 60px;
    }
	#pagettl-asirai-rainbow {
		width: 768px;
		height: 32px;
    }
	#pagettl-asirai-white {
		width: 55px;
		height: 45px;
    }
	/* パターン */
	.cta2-sekou-insta h3{
		font-size:17px;
	}
	.sekou-foot-cta{
		margin-top:60px;
	}
	.setumei1 {
		width:95%;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * header
	 *  */
	.site-branding img{
		width:257px;
	}
	.menu_button {
		width: 50px;
		height: 50px;
		right: 9px;
	}
	.menu_button span,
	.menu_button span::before,
	.menu_button span::after {
		width: 30px;
		top: 15px;
	}
	.menu_button span:before {
		top: 8px;
		left: 0;
		background: var(--textblack);
	}
	.menu_button span:after {
		top: 16px;
		left: 0;
		background: var(--textblack);
	}
	.menu_button:after {
		font-size: 10px;
	}
	.menu_button.active span:after {
		top: 8px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * footer
	 *  */
	.footer-cominfo figure{
		width:250px;
	}
	.footer_menkyo{
		width:100%;
	}
	.footer_menkyo > div{
		flex-direction:column;
	}
	.foot-main-left p{
		font-size:14.5px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * top
	 *  */
	.top-defh > div{
		margin-bottom:15px;
	}
	.fv-maintxt{
		font-size:clamp(22px,6.4vw,34px);
		margin-bottom:1em;
		line-height:1.75;
	}
	.fv-subtxt{
		font-size:clamp(15px,4.267vw,18px);
	}
	.filter-buttons button{
		width:fit-content;
		padding-inline:1em;
		height:45px;
	}
	.top-news-blog-info h4{
		font-size:14px;
	}
	.top-flexgroup-text h2,
	.top-flexgroup-text h2:not(.mintyou){
		font-size:clamp(24px,6.4vw,36px);
	}
	:where(.top-egao,.top-iedukuri) h2::before{
		font-size:13px;
		margin-bottom:0.5em;
	}
	.top-flexgroup-text p{
		font-size:15px;
	}
	.top-flexgroup > div > figure{
		height:300px;
	}
	.top-sns h2{
		font-size:21px;
		gap:16px;
	}
	.top-sns h2::before{
		height:33px;
	}
	.top-sns-insta h2::before{
		width:33px;
	}
	.top-sns-youtube h2::before{
		width:37px;
		height:26px;
	}
	.filter-buttons button{
		font-size:16px;
	}
	.osusume-madori-syozai{
		flex-direction:column;
		gap:8px;
		margin-bottom:8px;
	}
	.osusume-setumei{
		font-size:14px;
	}
	.top-osusumesec .top-defh > div{
		margin-bottom:0;
	}
	.post-def-info{
		padding-inline:17px;
	}
	.post-def-cat{
		font-size:11px;
	}
	.post-def-info h3{
		font-size:15px;
		margin-top:10px;
	}
	.post-def-info h3 + p{
		font-size:13px;
	}
	.top-flexgroup-text > div{
		padding-inline:0;
		width:85%;
	}
	.top-flexgroup-text .wp-block-buttons-is-layout-flex{
		justify-content:flex-end;
	}
	.top-sns .wp-block-button__link{
		width:fit-content;
	}
	.top-sns-insta-h > div{
		flex-direction:column;
		gap:0.75em;
	}
	.top-sns-insta-h .wp-block-buttons-is-layout-flex{
		align-self:flex-end;
	}
	#sb_instagram, .top-sns-youtube figure{
		margin-top:30px;
	}
	.event-sw-btn > a{
		font-size:14px;
	}
	.event-sw-btn {
        width: 100%;
		left: initial;
		transform: initial;
    }
	.top-section-flex p.top-p-big{
		font-size:clamp(1.5rem, 0.993rem + 2.16vw, 1.75rem);/* 24-375--28-560 */
	}
	.top-course h2{
		margin-bottom:1.5em;
		font-size:clamp(1.75rem, 0.736rem + 4.32vw, 2.25rem);/* 28-375--36-560 */
	}
	.top-course p{
		font-size:clamp(1rem, 0.747rem + 1.08vw, 1.125rem);/* 16-375--18-560 */
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  restaurant レストラン
	 * */
	.rmenu-item{
		width:100%;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  一覧ページ
	 * */
	body:not(.home) section.archive-sec1260{
		justify-content:center;
	}
	.archive-single{
		gap:2em;
	}
	.archive-single-ttl{
		font-size:15px;
	}
	.archive-single-date{
		font-size:12px;
	}
	.top-news-blog-angle{
		width:40px;
		font-size:15px;
	}
	@media (any-hover: hover) {
		.archive-single:hover .top-news-blog-angle{
			padding-left:0.5em;
		}
	}
	@media (any-hover: none) {
		.archive-single:active .top-news-blog-angle{
			padding-left:0.5em;
		}
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  記事ページ
	 * */
	.single-content .entry-header{
		margin-bottom:40px;
	}
	.single-content .entry-title{
		font-size:18px;
	}
	.single-content .entry-meta-y{
		font-size:13px;
	}
	.single-main p{
		font-size:14.5px;
	}
	.single-main .entry-content > .wp-block-image{
		margin-bottom:25px;
	}
	.single-main figcaption{
		font-size:12px;
	}
	.single-main .entry-content .wp-block-flexible-table-block-table{
		margin-bottom:40px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  faq
	 * */
	.faq-section .vk_button .vk_button_link_before{
		display:none;
	}
	.faq-section .faq-anchor-wrap{
		gap: 8px 7px;
		margin-block:40px;
		flex-wrap:wrap;
	}
	.faq-anchor-wrap .wp-block-vk-blocks-button{
		width:calc((100% - 14px)/2);
	}
	.faq-anchor-wrap .wp-block-vk-blocks-button .vk_button_link_txt{
		font-size:14.5px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 競技スケジュール
	 *  */
	.gse-item{
		gap:20px 30px;
		flex-direction:column;
		align-items:flex-start;
	}
	.gse-item__action{
		width:100%;
	}
	.gse-button{
		display:block;
		width:100%;
		font-size:14px;
		text-align:center;
		font-weight:400;
	}
	.gse-item__fees{
		flex-direction:column;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  コース紹介
	 * */
	.course-hole-wrap > div {
        flex-direction: column;
        align-items: center;
    }
	.course-hole-wrap .course-hole-single{
		width:100%;
		max-width:450px;
	}
	.course-hole-single a.wp-block-button__link{
		font-size:14px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  コース詳細
	 * */
	.course_detail_navi_list--number{
		flex-wrap:wrap;
	}
	.course_detail_navi_list--number li{
		width:calc(100% / 5);
	}
	.course_detail_navi_list--number li a{
		font-size:13px;
	}
	.course_detail_navi_list--number li:nth-child(n+6):nth-child(-n+9) a{
		border-top:none;
	}
	.course_detail_navi_list--number li:nth-child(6){
		border-left: 1px solid #B4B4B4;
	}
	.course-detail-pagelink .wp-block-button:first-child a{
		padding-left: 42px;
	}
	.course-detail-pagelink .wp-block-button:last-child a{
		padding-right: 42px;
	}
}
@media(width<460px){
	.main-navigation ul#header-langmenu-inner{
		display:none;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  footer
	 * */
	.foot-reserve-tel, .foot-reserve-page{
		flex-direction:column;
		text-align:center;
	}
	.foot-reserve-page-btn > div{
		gap:20px;
	}
	.foot-reserve-page-btn a{
		font-size:15px;
	}
	.foot-reserve-page::before,
	.foot-reserve-tel::before{
		font-size:18px;
		width:40px;
		height:40px;
	}
	.foot-reserve-tel p:first-child{
		font-size:20px;
		margin-bottom:0;
	}
	.foot-reserve-tel p:last-child{
		font-size:14px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  top
	 * */
	.top-news-info{
		flex-direction:column;
		gap:0.35em clamp(1.563rem, 0.209rem + 2.82vw, 2.5rem);
	}
	.top-news-blog-info h3{
		margin-top:0.5em;
	}
	.top-news-blog-info span.top-news-category-name{
		font-size:11px;
		padding:6px 11px;
	}
	.archive-sec1260 h2{
		font-size:18px;
	}
	.archive-sec1260 h2 + .archive-single{
		margin-top:20px;
	}
	.top-section-flex.top-section-elc p.top-p-big br:first-child,
	.top-section-flex.top-section-concept p.top-p-big br:last-child{
		display:block;
	}
	.top-section-flex p{
		font-size:15px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  予約方法
	 * */
	.reservation-section .yoyaku-icon-wrap{
		justify-content:center;
		margin-block:20px 60px;
	}
	.yoyaku-icon{
		width:100%;
		max-width:250px;
	}	
	.yoyaku-icon div{
		flex-direction:row;
		gap:1.5em;
	}
	.yoyaku-icon div figure{
		flex-shrink:0;
	}
	.staff-section-top p{
		text-align:left;
	}
	.staff-text > div > p:first-child ~ p{
		font-size:15px;
	}
	.staff-section-top p br{
		display:none;
	}
	.staff-section-top ul{
		width:100%;
	}
	.staff-btn-wrap:has(a:not([href])):after{
		font-size:15px;
	}
	.staff-btn-wrap .wp-block-buttons a{
		padding-inline:2.5em;
	}
	.staff-section-top ul{
		font-size:16px;
	}
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  fee
	 * */
	.fee-section h3 span{
		display:block;
		margin-top:0.25em;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * コース詳細
	 *  */
	.course-detail-yard{
		flex-wrap:wrap;
		width:100%;
	}
	.course-detail-yard dl{
		width:50%;
		padding-inline:0;
		padding-block: 10px;
	}
	.course-detail-yard dl:nth-child(1),
	.course-detail-yard dl:nth-child(2){
		border-bottom:1px solid #ccc;
	}
	.course-detail-yard dl:nth-child(3){
		border-left:0;
	}
	.course-detail-yard dd{
		font-size:clamp(1.25rem, 0.147rem + 4.71vw, 1.5rem);/* 20-375--24-460 */
	}
}
@media(width<390px){
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  faq
	 * */
	.faq-section .vk_button .vk_button_link_before{
		display:block;
	}
	.faq-anchor-wrap .wp-block-vk-blocks-button{
		width:100%;
	}
	.about-section .wp-block-buttons a{
		font-size:15px;
		padding-inline:2em;
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  会員ログインページ
	 * */
	.post-name-login .page-sec900 > div{
		width:87.5%;
	}
	.post-name-login .um-center .um-button{
		width:90%!important;
		min-width:initial!important;
	}
}
@media(width<375px){
	body{
		font-size:15px;
	}
	.menu-sticky-spmenu-container a{
		font-size:11px;
		padding-top:29px;
	}
	.menu-sticky-spmenu-container a span::before{
		top:5px;
	}
	.sns-sticky-pc{
		gap:6px;
	}
	.sns-sticky-pc a{
		width:32px;
		height:32px;
	}
	.pagetop{
		padding-inline:20px 36px;
		font-size:11px;
	}
    #pagettl-asirai-rainbow {
        width: 375px;
        height: 23px;
    }
	#pagettl-asirai-white {
        width: 45px;
        height: 37px;
    }
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * header
	 *  */
	body:not(.scrolled) .head-logo-conv-wrap,
	.head-logo-conv-wrap{
		width:calc(100% - 80px);
	}
	.site-branding img{
		width:100%;
	}
	.site-branding{
		margin-inline:15px 0;
	}
	.site-branding a, .scrolled .site-branding a{
		width:100%;
	}
	body:not(.scrolled) .site-header, .scrolled .site-header{
		height:70px;
		padding-left:0;
		padding-right:0;
	}
	.scrolled .site-header, body:not(.home).scrolled .site-header{
		height:70px;
		padding-left:0;
		padding-right:0;
	}
	.menu_button{
		top:0;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * footer
	 *  */
	.footer-cominfo figure {
		width: 100%;
		max-width: 250px;
	}
	.footer-media-list img{
		max-width:170px;
	}
	.footer-media-list > div > p{
		font-size:12px;
	}
	.foot-snsbtn{
		width:45px;
		height:45px;
	}
	.foot-snsbtn img{
		height:17px;
	}
	.foot-reserve-page-btn a{
		padding-inline:2.5em;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * top
	 *  */	
	.top-area-content a {
        padding: 17px 17px;
        font-size: 14px;
    }
	.top-flexgroup-text h2,
	.top-flexgroup-text h2:not(.mintyou){
		font-size:24px;
	}
	.top-flexgroup-text p{
		font-size:14px;
	}
	.top-news-blog-single{
		gap:10px;
	}
	.top-flexgroup > div > figure{
		height:250px;
	}
	.filter-buttons button{
		font-size:13px;
		letter-spacing:0;
	}
	.defpost-arrow {
		width: 30px;
	}
	.top-news-blog-list {
    	padding-top: 20px;
		padding-inline: 5px;
	}
	.top-news-blog-info span{
		font-size:12px;
	}
	.archive-single{
		gap:1em;
	}
	.top-news-blog-angle{
		width: 30px;
        font-size: 12px;
	}
	.top-cta-asirai{
		display:none;
	}
	.top-course p{
		font-size:15px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 東奥友の会
	 *  */
	.tomonokai-point-wrap > div{
		display:block;
	}
	.tomonokai-point {
		display: block;
		width: fit-content;
		margin-inline: auto;
		margin-bottom:15px;
	}
	.tomonokai-point-wrap:first-of-type .tomonokai-point::before,
	.tomonokai-point-wrap:last-of-type .tomonokai-point::before,
	.tomonokai-point-wrap:nth-of-type(2) .tomonokai-point::before{
		top:initial;
		right:initial;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 12px 7.5px 0 7.5px;
		border-color: #525252 transparent transparent;
		translate: -50% 100%;		
	}
	.tomonokai-point-wrap:first-of-type .tomonokai-point::after,
	.tomonokai-point-wrap:last-of-type .tomonokai-point::after,
	.tomonokai-point-wrap:nth-of-type(2) .tomonokai-point::after{
		top:initial;
		right:initial;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 8.2px 5.1px 0 5.1px;
		border-color: #ffffff transparent transparent;
		translate: -50% 100%;	
	}
	.tomonokai-point-wrap figure{
		width:100px;
	}
	/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 * 競技スケジュール
	 *  */
	.gse-item__dk {
		align-items: flex-start;
		flex-direction: column-reverse;
		align-content: flex-start;
	}
	:where(.gse-fee--visitor,.gse-fee--member) .gse-fee__label{
		padding: 2px 1.2em;
		font-size:13px;
	}
	.gse-fee__value{
		font-size:17px;
	}
		/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	 *  オープンコンペ
	 * */
	.golfopen-intr-text > div > p:first-child br{
		display:none;	
	}
}
@media(width<275px){
	.menu-sticky-spmenu-container #sticky-spmenu li{
		height:50px;
	}
	.menu-sticky-spmenu-container a{
		color:transparent;
	}
	.menu-sticky-spmenu-container a span::before{
		top: 50%;
		transform: translate(-50%, -50%);
		width:25px;
		height:25px;
	}
	.sns-sticky-pc{
		flex-direction:column;
	}
}
