/*
Theme Name: TWB theme
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* ========== カラー ========== */
:root {
	--pink: #F6C7CE;
	--green: #8DCCB0;
	--btn_green: #749E8B;
	--cream: #F3F3ED;
	--mid_gray: #A3A3A3;
}

/* ========== common ========== */
body, html {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
}
.site-body {
	padding: 0;
}
h1.page-header-title {
	font-size: 1.5rem;
}
h2 {
	border-top:none;
	border-bottom:none;
	position: relative;
  padding: 0 0 .3em 1.8em;
  margin-bottom: 0.8em;
  background: linear-gradient(90deg,rgba(141, 204, 176, 1) 0%, rgba(246, 199, 206, 1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
  font-weight: bold;
  font-size: 18px;
}
h2::before {
	background: var(--green);
  content: "";
  height: 25px;
  width: 25px;
  left: 0;
  top:4px;
  position: absolute;
}
p+h2 {
	margin-top: 80px;
}
h3 {
	font-size: 18px;
	border-bottom:none;
	margin: 0 0 15px 0;
	align-items: center;
	padding: 0 0 0 40px;
}
h3::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  width: 30px;
  height: 5px;
  background-color: var(--green);
}
h3::after {
	border-bottom: none;
}
a {
	color: inherit;
}
a:hover {
  color: inherit;
  text-decoration-color: inherit;
}
p {
	font-size: 16px;
	position: relative;
	z-index: 99;
}
.lh25 {
	line-height: 2.2em;
}
.notice {
	text-align: right;
	font-size: 0.8em;
	margin: 0;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

@media ( min-width : 768px )/*PC*/ {
	h1.page-header-title {
		font-size: 2rem;
	}
	h2 {
		font-size: 24px;
		padding: 0 0 .2em 1.8em;
		margin: 0 0 30px 0;
	}
	h2::before {
  height: 35px;
  width: 35px;
  left: 0;
  top:3px;
  position: absolute;
	}
	p {
		font-size: 18px;
		margin: 0;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}

/* ========== PC ヘッダーナビ ========== */
.global-nav-list>li:before {
	border-bottom: 2px solid var(--btn_green);
}
.wp-block-search input.wp-block-search__input {
	border-radius: 99px 0 0 99px;
	margin: 0;
	width: 100%;
	max-width: 200px;
}
.wp-block-search .wp-block-search__button {
	font-size: 0;
	position: relative;
	border-radius: 0 99px 99px 0;
	margin: 0;
}
.wp-block-search .wp-block-search__button::before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	font-weight: 900;
	font-size: 18px;
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.widget_search{
	margin: 0 15px 0 0;
}
.site-header-sub {
	margin-bottom: 0;
	height: 60px;
	align-items: center;
}
.headernav-reserv {
	margin: 0 0 0 30px;
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container {
    display: block;
    flex-direction: initial;
  }
  .site-header--layout--nav-float .site-header-logo {
    float: left;
  }
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
    width: auto;
  }
  #block-7 {
  	display: flex;
  }
  #block-7 input {
  	padding: 10px;
  	border:1px solid;
  	border-radius: 99px;
  }
  #block-7 .search-box {
  	position: relative;
  }
  #block-7 button {
  	border: none;
  	background: none;
  	position: absolute;	
	right: 5px;
  	top: 50%;
  	transform: translateY(-50%);
  }
  .pc-nav_dl_btn {
  	padding: 10px 20px;
  	background-color: var(--btn_green);
  	border-radius: 10px;
  	color: #fff;
  	transition: all 0.3s ease;
  }
  .pc-nav_dl_btn:hover {
  	color: #fff;
  	filter: brightness(1.15);
  }
  .pc-nav_reserv_btn {
  	background: linear-gradient(90deg,rgba(246, 199, 206, 1) 0%, rgba(141, 204, 176, 1) 100%);
  	padding: 15px 30px;
  	color: #333;
  	font-weight: 900;
  	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  }
	.container {
		max-width: 1200px;
	}
}

body:not(.header_scrolled) .global-nav--layout--float-right {
	justify-content: center;
}
.global-nav--layout--float-right {
	margin-left: 0;
}

@media (min-width: 1050px) {
	.wp-block-search input.wp-block-search__input {
		max-width: initial;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* ========== ハンバーガーメニュー ========== */
.vk-mobile-nav-menu-btn {
	top: 8px;
	right: 5px;
	left: unset;
	width: 48px;
	height: 48px;
	background: url("/twb_cms_2y9/wp-content/themes/lightning-child/_g3/img/vk-menu-btn-white.svg") center 50% no-repeat var(--btn_green);
	border-color: #fff;
	border-radius: 5px;
}
.header-sp_telbox {
	font-size: 1.2em;
	font-weight: bold;
}
.vk-mobile-nav-menu-btn.menu-open {
	background: url("/twb_cms_2y9/wp-content/themes/lightning-child/_g3/img/vk-menu-close-white.svg") center 50% no-repeat var(--btn_green);
	border-color: #fff;
}
.vk-mobile-nav {
	padding: 64px 10px 45px;
}
.wp-block-search .wp-block-search__button {
	background-color: var(--btn_green);
}
.vk-mobile-nav nav>ul {
	margin-top: 30px;
}

/* ========== メインビジュアル ========== */
.mainv-wrap {
	width: 100%;
	height: 80vh;
}
.mainv-wrap_bg {
	background-image: url(/twb_cms_2y9/wp-content/uploads/2026/05/mainv-bg_sp.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
.mainv-photo_wrap {
	height: 100%;
	display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 1;
}
.mainv-photo01 {
	background-image: url(/twb_cms_2y9/wp-content/uploads/2026/07/top-mainimg_01.jpg);
	width: calc( 100% - 20px);
	height: 27%;
	background-size: cover;
	background-position: 0 60%;
	background-repeat: no-repeat;
}
.mainv-photo02 {
	background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/top-mainimg_02.jpg);
	width: calc( 100% - 20px);
	height: 27%;
	background-size: cover;
	margin-left: auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.mainv-photo03 {
	background-image: url(/twb_cms_2y9/wp-content/uploads/2026/07/top-mainimg_03_1.jpg);
	width: calc( 100% - 20px);
	height: 27%;
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.mainv-text_wrap {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
	max-width: 450px;
}

/* フェードアニメ */
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-delay: 0.5s;
}
@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-delay: 1s;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media ( min-width : 768px ) {
	.mainv-wrap {
	height: 75vh;
	}
	.mainv-wrap_bg {
		background-image: url(/twb_cms_2y9/wp-content/uploads/2026/05/mainv-bg.jpg);
	}
	.mainv-photo_wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
	  grid-template-rows: 1fr 1fr;
	  gap: 20px;
	}
	.mainv-photo01 {
		grid-column: 1;
    grid-row: 1 / 3;
    width: calc( 100% - 30px);
    height: calc( 100% - 30px);
    margin-left: auto;
	}
	.mainv-photo02 {
		grid-column: 2;
    grid-row: 1;
    height: 60%;
    margin-right: auto;
    margin-left: 0;
	}
	.mainv-photo03 {
		grid-column: 2;
    grid-row: 2;
    height: 100%;
    margin-left: auto;
    width: 100%;
	}
	.mainv-text_wrap {
		top: 18%;
	left: 75%;
	width: 50%;
	max-width: 650px;
	}
}

/* ========== lightning copyright ========== */
.site-footer-copyright{
	max-width: 100%;
	background: #5d5d5d;
	margin: 0;
	color: #fff;
}
.site-footer-copyright p:nth-child(2) {
    display: none;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
	border-top: 1px solid var(--mid_gray);
	padding-top: 1em;
}

/* ========== copyright padding調整 ========== */
.site-footer-copyright {
	padding: 1rem 0 5rem;
}
@media ( min-width : 768px )/*PC*/ {
	.site-footer-copyright {
		padding: 1rem;
	}
}

/* ========== フッター ========== */

.site-footer {
	border-top: 1px solid var(--mid_gray);
	margin: 100px 0 0 0;
}
#menu-footer_pc > li {
	text-indent: -1em;
	padding-left: 1em;
}
#menu-footer_pc > li > a::before {
	content:'●';
	color: var(--green);
}
h2.footer-name {
  font-size: 24px;
  font-weight: 600;
  border-bottom: none;
  background: none;
  margin-top: 15px;
  padding: 0;
}
h2.footer-name::before {
  content: none;
}
.footer-name img {
	display: inline-block;
	width: 50px;
}
.fotter-l_wrap {
	font-size: 16px;
	display: flex;
	gap: 15px;
	padding: 10px 0;
	text-align: left;
}
.fotter-l_title {
	font-weight: 800;
	width: 25%;
}
.fotter-l_text {
	width: 75%;
}
.text-link {
	border-bottom: 1px solid var(--mid_gray);
	font-size: 16px;
	text-decoration: none;
}
.wp-block-column {
	text-align: center;
}
.footer-map iframe {
		width: 100%;
	}

@media ( min-width : 768px )/*PC*/ {
	.site-footer {
		margin: 150px 0 0 0;
	}
	.fotter-l_title {
		width: 40%;
	}
	.fotter-l_title {
		width: 60%;
	}
	.row {
		display: block;
	}
	.col-md-6 {
		max-width: 100%;
	}
}
/* フッター調整 */
@media ( min-width : 768px ){
	.footer-nav-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-content: space-around;
		gap: 2em;
		padding: 2em 0;
	}
	.footer-nav li {
		padding: 0;
	}
	.footer-nav-list li {
		border: unset;
	}
	.footer-nav-list li:first-child {
		border: unset;
	}
}
/* フッターウィジェット */
.site-footer .footer-widget-area [class*="col-"] {
    width: 100%;
}

/* ========== トップページ ========== */

/* トップコンテンツ */
.top_contents {
	position: relative;
}
.top-contents_wrap {
	position: relative;
	width: 100%;
	margin: 120px auto 0 auto;
	z-index: 0;
}
.top-contens_title {
	position: absolute;
	top: -150px;
	left: 10%;
	z-index: 3;
	margin: 100px 0 0 0;
}
.contents-btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h2.top-h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 42px;
  border-bottom: none;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
h2.top-h2:before {
content: none;
}
h3.top-h3 {
	position: relative;
	margin: 30px 0 15px 0;
}
h3.top-h3:before {
	content: none;
}
.top-linkbtn-space {
	margin: 0 0 30px;
}
@media ( min-width : 768px ) {
	
	.top-contens_title {
		display: flex;
	}
	.top-h2_sub {
		display: flex;
		align-items: center;
		padding: 0 0 0 1em;
	}
	h2.top-h2 {
		font-size: 75px;
	}
	h3.top-h3 {
		margin: 15px 0 30px 0;
	}
}
/* サブコピー */
#subcopy {
	padding: 0 1em;
}
.subcopy-wrap {
	display: flex;
	flex-direction: column;
	max-width: 1100px;
	margin: 0 auto;
}
.subcopy-wrap_img {
	width: 100%;
	text-align: center;
	position: relative;
}
.subcopy_image {
	position: absolute;
	top: -15px;
	left: 50%;
	width: 320px;
	transform: translateX(-50%);
}
.subcopy-wrap_txt {
	width: 100%;
}
.circle-wrapper-sp {
	width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
	transform: rotate(-90deg);
}
.animation {
	will-change: stroke-dashoffset;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
}
.animation.start {
  animation: circle 1s ease-in-out forwards;
  animation-delay: .5s;
}
@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
}
@media ( min-width : 500px ) {
	.subcopy-wrap {
		flex-direction: row;
		gap: 20px;
		margin: 50px auto 0 auto;
	}
	.subcopy-wrap_img {
	width: 30%;
	}
	.subcopy-wrap_txt {
		width: 70%;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.circle-wrapper-sp {
		width: auto;
	}
}

/* 機能 */
#features {
	padding: 0 1em 0 0;
}
.features-bg {
	background-color: var(--cream);
	border-radius: 0 30px 30px 0;
	padding: 100px 1em 50px 2em;
	position: relative;
	z-index: 1;
}
.features-wrap {
	max-width: 1100px;
	gap: 60px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.features-box {
	position: relative;
	display: flex;
	flex-direction: column;
}
.features-box_img {
	aspect-ratio: 350 / 150;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.features-box_img img {	
	width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.features-box_text {
	width: 100%;
}
.features-box_text>a.common-linkbtn {
	margin-top: 30px;
}
span.features_num{
	font-family: "ads-ayumin", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100px;
color: #fff;
position: absolute;
top: -30px;
left: 0;
z-index: 1;
}
.features_title {
  position: relative;
  z-index: 2;
}

@media ( min-width : 768px ) {
	#features {
		padding: 0 5% 0 0;
	}
	.features-wrap {
	gap: 100px;
	}
	.features-box {
		flex-direction: row;
		gap: 30px;
	}
	span.features_num {
		top: 0;
	}
	.features-box:nth-child(2) {
	    flex-direction: row-reverse;
	}
	.features-box_img {
		width: 40%;
	}
	.features-box_text {
		width: 60%;
	}
}

/* 利用ケース */
.usecase-wrap {
	background-color: var(--cream);
	border-radius: 30px 30px 0 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 100px 1em 50px 1em;
	align-items: center;
	position: relative;
	z-index: 0;
}
.usecase-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
}
.usecase-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.usecase-img img{
	width: 200px;
}
.usecase-title {
	padding: 5px 30px;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	margin: 0;
}


/* バーチャル見学 */

#visit {
  position: relative;
  overflow: hidden;
  margin: 0px;
}
#visit::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/top_visit-scaled.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  transform: scale(1.1);
  z-index: 0;
}
#visit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.visit-wrap {
	position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 50px 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.visit-text {
	font-weight: 700;
	margin-bottom: 1em;
}


/* ニュース */
.topnews-wrap {
	padding: 100px 1em 50px 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}
.top-news_hr {
	border: 1px solid var(--mid_gray);
}
.topnews-contents {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 80px;
	max-width: 540px;
}
.topnews-btn {
	margin: 50px 0 0;
}
@media ( min-width : 768px ) {
	.topnews-contents {
		display: flex;
		flex-direction: column;
		gap: 50px;
		max-width: unset;
	}
}

/* CTA */
#cta {
	background-color: var(--cream);
	padding: 50px 1em;
}
.top-cta_wrap {
	text-align: center;
}
.top-cta_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

@media ( min-width : 768px ) {
	.top-cta_btn {
		margin: 30px 0 0 0;
	}
}

/* 図書 */
#library {
	padding: 0 0 0 1em;
}
.library-bg {
	background-color: var(--cream);
	border-radius: 30px 0 0 30px;
	padding: 100px 2em 50px 1em;
	position: relative;
	margin-top: 200px;
}
.library-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.library_box {
	display: flex;
	flex-direction: column;
	margin: 0 0 30px 0;
	position: relative;
}
.library-box_l {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.library-box_l_text {
	margin-bottom: 0;
}
.library-box_l_img {
	border-radius: 15px;
	width: 100%;
	height: auto;
	aspect-ratio: 920 / 260;
	overflow: hidden;
}
.library-box_l_img img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.library-box_r img{
	width: 30vw;
	min-width: 150px;
	max-width: 200px;
	position: absolute;
	bottom: 100%;
	right: 10%;
}
h3.top-libraryh3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
}
h3.top-libraryh3:before {
	content: none;
}
h3.top-libraryh3>i {
	color: var(--pink);
	font-size: 50px;
	transform: rotate(-30deg);
	display: inline-block;
}
h3.top-libraryh3 span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.top-book_item {
	border: 2px solid var(--pink);
	border-radius: 15px;
	background-color: #fff;
	padding: 1.5em;
	margin: 0 0 30px 0;
}
.top-book_category {
	background-color: #eee;
	font-size: 14px;
	border-radius: 99px;
	padding: 5px 15px;
	display: block;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
}
.top-book_author {
	margin-bottom: 1em;
	color: #666;
	font-size: .9em;
}
.top-book_text {
  line-height: 2; /* 行間を広めにする */

  background-image: linear-gradient(
    to bottom,
    transparent calc(100% - 1px),
    #ddd 1px
  );

  background-size: 100% 2em; /* ←行間と揃える */
}


@media ( min-width : 768px ) {
	.library-wrap {
		display: flex;
		max-width: 1100px;
		margin: 0 auto;
	}
	.library_box {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.library-box_l {
		width: 70%;
		justify-content: flex-end;
	}
	.library-box_r {
		width: 30%;
		align-content: end;
		position: relative;
	}
		.library-box_r img {
		width: 100%;
		min-width: initial;
		max-width: initial;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media ( min-width : 990px ) {
	.library-box_r img {
		width: 120%;
	}
}

/* よくある質問 */
.topfaq_wrap {
	padding: 100px 1em 50px 1em;
	max-width: 1100px;
	margin: 0 auto;
}

/* 協力企業 */
.cooperation-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 100px 1em 50px 1em;
	align-items: center;
}
.logo_btn {
	display: flex;
  align-items: center;
  justify-content: center;
	width: 300px;
	height: 100px;
	padding: 10px 50px;
	box-shadow: 0px 0px 5px var(--mid_gray);
}
.logo_btn img {
	height: 100%;
  width: auto;
  object-fit: contain;
}
@media ( min-width : 768px ) { 
	.cooperation-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* topダウンロード */
#download {
	padding: 0 1em;
}
#download>.top-h2 {
	font-size: 21px;
}
@media ( min-width : 768px ) {
	#download {
		padding: 0 10%;
	}
}

/* はなびら */
.s01 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 150px;
}

.s02 {
	position: absolute;
	top: 30%;
	left: -40%;
	width: 120px;
}
.s03 {
	position: absolute;
	top: 10%;
	left: 80%;
	width: 150px;
}
.s04 {
	position: absolute;
	bottom: -100px;
	right: 0;
	width: 180px;
	z-index: 3;
}
.s05 {
	position: absolute;
	bottom: -150px;
	right: 0;
	width: 180px;
	z-index: 3;
}
.s06 {
	position: absolute;
	bottom: 10px;
	right: 20%;
	width: 80px;
	z-index: 3;
}
.s07 {
	position: absolute;
	top: 50%;
	left: -20%;
	width: 120px;
	z-index: 3;
	rotate: -45deg;
}
.s08 {
	position: absolute;
	top: -10%;
	right: -50%;
	width: 120px;
	z-index: 3;
}
.s09 {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	z-index: 3;
}
.s10 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	z-index: 3;
	rotate: 45deg;
}
.s11 {
	position: absolute;
	top: -150px;
	left: 0;
	width: 80px;
	z-index: 3;
}
.s12 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	z-index: 3;
}
.s13 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 3;
}
.s14 {
	position: absolute;
	top: 50%;
	right: 0;
	width: 120px;
	z-index: 3;
}
.s15 {
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 50px;
	z-index: 3;
}
.s16 {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	z-index: 3;
	rotate: -180deg;
}
.s17 {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 120px;
	z-index: 3;
}
.s18 {
	position: absolute;
	bottom: -120px;
	right: 50%;
	width: 60px;
	z-index: 3;
}
.s19 {
	position: absolute;
	top: 0;
	right: -10%;
	width: 120px;
	z-index: 3;
}
@media ( min-width : 768px ) {
	.s04 {
		bottom: -50%;
		right: 0;
		left: 35%;
		width: 250px;
	}
	.s05 {
		bottom: -150px;
		right: 40%;
		width: 250px;
	}
}

/* ========== 固定ページテンプレート ========== */
.page-header {
	background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/temp_bg.png);
	background-position: 30%;
}
.breadcrumb {
	margin-bottom: 50px;
}

/* ========== TWBとは ========== */
.about_copy {
	font-weight: bold;
	font-size: 18px;
	margin: 30px 0 10px 0;
}
.about_wrap {
	margin: 80px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.about_card01,.about_card02,.about_card03 {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--btn_green);
  text-decoration: none;
  cursor: pointer;
  background-repeat: no-repeat;
  margin: 30px 0;
}
.about_card01::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	filter: blur(3px); 
  z-index: 0;
  background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/about_btn01.jpg);
	transform: translateZ(0);
    -webkit-transform: translateZ(0);

}
.about_card02::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	filter: blur(3px); 
  z-index: 0;
  background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/about_btn02.jpg);
	transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.about_card03::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	filter: blur(3px); 
  z-index: 0;
  background-image: url(/twb_cms_2y9/wp-content/uploads/2026/06/about_btn03.jpg);
	transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.about_linkbtn {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background: var(--btn_green);
  color: #fff;
  padding: 12px 3em;
  font-size: 16px;
}
@media ( min-width : 990px ) {
	.about_card01,.about_card02,.about_card03 {
	  height: 200px;
	}
}

/* ========== 固定ページ共通 ========== */

.page-flex_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
	gap: 20px;
}
.common-linkbtn {
	display: block;
	padding: 1em;
	max-width: 300px;
	background-color: var(--btn_green);
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 99;
	transition: all 0.3s ease;
}
.common-linkbtn:hover {
	color: #fff;
	filter: brightness(1.15);
	font-weight: 500;
}
.sub-linkbtn {
	display: inline-block;
	border: 2px solid var(--green);
	padding: 5px;
	width: 300px;
	background: #fff;
	margin: 10px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.sub-linkbtn:hover {
	border: 2px solid #6AA489;
}

@media ( min-width : 768px ) {
	.common-linkbtn {
		max-width: 350px;
	}
}

/* ========== 施設利用 ========== */
.facility-btn_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0 0 80px 0;
}
.page_wrap {
	margin: 0 0 80px 0;
}
.facility-photo_wrap {
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin: 0 0 80px 0;
}
.facility-photo {
	position: relative;
	width: 300px;
	height: 200px;
}
.facility-photo>img {
	width: 100%;
	object-fit: cover;
}
.facility-photo>p {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	font-size: 16px;
	background: var(--cream);
	border-radius: 99px;
}
.facility-contents {
	width: 100%;
}
/* 料金表 */
.dropin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.dropin-table th,
.dropin-table td {
  border: 1px solid #bfbfbf;
  padding: 12px 16px;
  text-align: center;
}
.dropin-table__label {
  background-color: var(--cream);
  font-weight: 600;
  text-align: left;
}
.dropin-table__corner {
  background-color: var(--cream);
}
.dropin-table__head-cell {
  font-weight: 700;
}
.dropin-table__head-cell--general,.dropin-table__head-cell--student {
  background-color: var(--cream); 
}
.dropin-table__cell--common {
  background-color: #ffffff;
  font-weight: 500;
}
.working-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.working-table th,
.working-table td {
  border: 1px solid #bfbfbf;
  padding: 12px 16px;
  text-align: center;
}
.working-table__corner {
  background-color: var(--cream);
}
.working-table__head-cell {
  background-color: var(--cream);
  font-weight: 700;
}
.working-table__label {
  background-color: var(--cream);
  font-weight: 600;
  text-align: left;
}
.working-table__cell {
  background-color: #ffffff;
}

/* 利用方法 */
.flow {
  width: 100%;
}
.flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flow-item {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 24px;
}
.flow-step {
  width: 64px;
  background-color: var(--pink);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1em;
  flex: 1;
}
.flow-icon img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.flow-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.flow-description {
  margin: 0;
  line-height: 1.7;
}

/* 専用個室料金表 */
.priroom-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.priroom-table th,
.priroom-table td {
  border: 1px solid #bfbfbf;
  padding: 14px 18px;
  text-align: center;
}
.priroom-table__corner {
  background-color: var(--cream);
}
.priroom-table__head-cell {
  background-color: var(--cream);
  font-weight: 700;
}
.priroom-table__label {
  background-color: var(--cream);
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.priroom-table__cell {
  background-color: #ffffff;
}
.page_penetration-area {
	background-color: var(--cream);
	padding: 3em 0;
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
/* 専用個室空き状況 */
.facility-map {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.room {
    position: absolute;
    border: 1px solid #999;
    background: #f4f3ef;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.room-name {
    font-size: 14px;
    line-height: 1.5;
}
.room.occupied {
    background: rgba(150,150,150,0.7);
}
.room.occupied::after {
    content: "使用中";
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
}
.room.available {
    background: #f4f3ef;
}
.room-a {
    top: 20px;
    left: 200px;
    width: 120px;
    height: 160px;
}

.room-b {
    top: 20px;
    left: 350px;
    width: 120px;
    height: 160px;
}

.room-c {
    top: 20px;
    left: 500px;
    width: 120px;
    height: 160px;
}


@media (min-width: 768px) {
	.facility-btn_wrap {
		flex-direction: row;
		gap: 20px;
		justify-content: center;
	}
	.facility-contents {
	width: calc( 50% - 20px);

}
	.flow-content {
  flex-direction: row;
	}
	.flow-icon img {
		width: 350px;
	}
}

/* ========== アクセラレータープログラム ========== */
.program {
  margin: 80px 0;
}
/* イラスト */
.program-illustration {
  text-align: center;
  margin: 24px 0;
}
.program-illustration img {
  max-width: 100%;
  height: auto;
}
/* 説明文 */
.program-description {
	margin: 0 0 80px 0;
}
.program-description p {
  line-height: 1.8;
  margin-bottom: 16px;
}
/* できること */
.program-feature-list {
  margin: 16px 0 32px;
  padding-left: 1.2em;
}
.program-feature-list li {
  margin-bottom: 8px;
}
/* おすすめ */
.program-recommend {
  border-top: 2px solid var(--pink);
  padding-top: 16px;
  margin: 50px 0 80px 0;
}
.program-recommend-title {
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.program-recommend-icon {
  color: var(--pink);
}
.program-recommend-list {
  padding-left: 0;
  list-style-type: none;
}
.program-recommend-list li {
  margin: 0 0 8px 1.5em;
  position: relative;
  line-height: 1.6;
}
.program-recommend-list li:before {
  content:  '\f14a';
  font-family: "Font Awesome 5 Free";
  color: var(--pink);
  font-weight: 900;
  font-size: 1.5em;
  position: absolute;
	left: -1em;
	top: calc(0.5em * 1);
  transform: translateY(-50%);
}
.program-merit {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.program-flow {
		max-width: 800px;
		margin: 0 auto;
	}
@media (min-width: 768px) {
	.program-illustration {
		width: 600px;
		margin: 0 auto 30px auto;
	}
  .program-merit {
		width: calc(50% - 20px);
		margin: 0 0 2em 0s;
	}

}

/* ========== アプリ ========== */
.app-text_bold {
	font-weight: 600;
}
.app_wrap {
	position: relative;
	text-align: center;
	margin: 50px 0;
}
.app-balloon_wrap {
	display: flex;
	flex-direction: column;
}
.app_balloon01 {
	max-width: 450px;
	min-width: 250px;
	width: 60%;
	align-self: flex-start;
}
.app_balloon02 {
	max-width: 450px;
	min-width: 250px;
	width: 60%;
	align-self: flex-end;
	margin: -10% 0;
}
.app_balloon03 {
	max-width: 450px;
	min-width: 250px;
	width: 60%;
	align-self: flex-start;
}
.app-feature_wrap {
	padding: 2em 2em 0 2em;
}
.bg-green{
	background-color: rgba(141, 204, 176, .15);
	margin-bottom: 80px;
}
.bg-pink{
	background-color: rgba(246, 199, 206, .15);
	margin-bottom: 80px;
}
.bg-cream{
	background-color: rgba(243, 243, 237, .8);
}
.app-feature_img {
	display: flex;
}
.app-tag_wrap {
	display: flex;
	gap: 10px;
	flex-flow: wrap;
	margin: 2em 0;
}
.tag_g,.tag_p,.tag_c {
	background-color: #fff;
	padding: 0.5em;
	font-size: 14px;
	border-radius: 10px;
}
.tag_g {
	border: 3px solid var(--green);
}
.tag_p {
	border: 3px solid var(--pink);
}
.tag_c {
	border: 3px solid var(--cream);
}
.app-dl_wrap{
	width: 100%;
	margin: 0 0 30px 0;
}
@media ( max-width : 450px ) {
	.app_balloon02 {
		
	}
}

@media ( min-width : 768px )/*tab*/ {
	.app-balloon_wrap {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.app_balloon01 {
		position: absolute;
		max-width: 400px;
		min-width: 350px;
		width: 60%;
		top: -5%;
		right: -5%;
	}
	.app_balloon02 {
		position: absolute;
		max-width: 400px;
		min-width: 350px;
		width: 60%;
		top: 48%;
		left: -5%;
	}
	.app_balloon03 {
		position: absolute;
		max-width: 400px;
		min-width: 350px;
		width: 60%;
		bottom: 0%;
		right: 0%;
	}
	.app-feature_wrap {
		display: flex;
		position: relative;
	}
	.app-feature_text {
		width: 50%;
	}
	.app-feature_img {
		width: 50%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.app-feature_img>img {
		width: 450px;
		display: inline-block;
		margin: 0 auto;
	}
}
@media ( min-width : 990px )/*PC*/ {
	.app_balloon01 {
		top: 15%;
		right: 0%;
	}
	.app_balloon02 {
		left: 0%;
	}
	.app_balloon03 {
		bottom: 10%;
		right: 10%;
	}
	.bg-green,.bg-pink,.bg-cream {
		margin-top: 200px;
	}
	.bg-pink {
		flex-direction: row-reverse;
	}
	.bg-pink>.app-feature_img {
		left: 0;
	}
	.app-dl_wrap {
		width: 50%;
	}
}

/* ========== お知らせ ========== */
/* information */
.site-body-container {

}
.vk_post.media {
	border-bottom: 2px solid #D1F1FF;
}
.entry-body>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt, .main-section>.vk_posts>.vk_post-col-lg-12 .vk_post_excerpt {
	font-size: 16px;
	color: #333;
}
.vk_posts {
	gap: 50px;
	padding: 0 20px;
}
.vk_post .vk_post_date {
	font-size: 16px;
	color: #333;
}
.vk_posts .col-12:nth-child(n+2) {
	margin: 25px 0 0;
}
.latest-posts .col-12:nth-child(n+2) {
	margin: 25px 0 0;
}
.col-12 {
	padding: 0;
}
.info-wrap {
	display: flex;
	flex-flow: column;
	padding: 0;
	flex-direction: column-reverse;
}
.info-wrap_photo {
	width: 100%;
	margin: 0 0 15px;
}
.info-photo_box {
	width: 250px;
	height: 167px;
	border: 1px solid #efefef;
	position: relative;
	margin: 1em auto;
}
.info-maintext p {
	margin: 0 0 15px;
}
.info-maintext>a {
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid var(--btn_green);
	margin: 0 0 15px 0;
	color: var(--btn_green);
	padding: 0 1em;
}
.info-wrap_text {
	display: flex;
	width: 100%;
	flex-flow: column;
	padding: 0;
}
p.info-date {
	margin: 0 0 10px;
	display: flex;
  align-items: center;
  gap: 10px; 
}
.info-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--mid_gray);
}
.info-title {
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}
.info_linebtn {
	display: inline-block;
	border: 2px solid var(--green);
	padding: 10px 15px;
	min-width: 300px;
	background: #fff;
	margin: 0 auto 25px;
	text-decoration: none;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.info-link {
	margin: 1em 0 0 0;
}
.info-link a.info_linebtn:hover {
	background: var(--green);
	transition: all .3s;
}
ul.page-numbers li {
	margin: 0 5px;
	width: 50px;
	height: 50px;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
	margin: 0;
}
.category-label {
	display: block;
	right: -15px;
	top: 5px;
	padding: 5px;
	position: absolute;
	font-size: 14px;
	width: 120px;
	text-align: center;
	color: #fff;
	border-radius: 99px;
}
/* サイドバー */
.sub-section {
	margin: 50px 0;
}
.info-side_title {
	font-weight: 700;
	border-bottom: 2px solid var(--green);
}
.post-thumbnail {
  width: 100%;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0 1em 0;
}
.post-thumbnail-img {
    width: 100%;
    height: 100%;
	position: relative;
    aspect-ratio: 3 / 2;
	object-fit: cover;
    margin: 0 0 1em 0;
}
.info-archive-body>a:not(.common-linkbtn) {
	font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid var(--btn_green);
    margin: 0 0 15px 0;
    color: var(--btn_green);
    padding: 0 1em;
}

@media (min-width: 768px) {

	.info-wrap {
		flex-flow: wrap;
		padding: 20px 0;
	}
	.info-wrap_photo {
		width: 30%;
		margin: 0;
	}
	.info-photo_box {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		margin: 0 auto;
	}
	.info-wrap_photo a {
    display: block;
    height: 100%;
	}
	.info-maintext>a {
		font-size: 18px;
	}
	.info-wrap_text {
		width: 70%;
		padding: 0 0 0 30px;
	}
	.info_linebtn {
		margin: 0 0 15px 0;
	}
	.vk_posts .col-12:nth-child(n+2) {
		margin: unset;
	}
	.latest-posts .col-12:nth-child(n+2) {
		margin: unset;
	}
	.post-thumbnail {
  		width: 50%;
	}
	.info-archive-body>a:not(.common-linkbtn) {
		font-size: 18px;
		margin: 15px 0;
	}
}

/* information ページネーション*/
ul.page-numbers li span.page-numbers.current {
	background-color: var(--btn_green);
}

/* ========== 利用ケース ========== */

.usecase {
  border: 1px solid var(--cream);
  margin: 50px 0 0 0;
}
.usecase-header {
  background: var(--cream);
  display: flex;
  padding: 30px 1em;
}
.usecase-header-img {
  text-align: center;
	flex: 0 0 30%;
  max-width: 250px;
  position: relative;
}
.usecase-header-img img {
	width: 100%;
  height: auto; /* 比率維持 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.usecase-header-text p{
	flex: 1;
	font-size: 14px;
}
.usecase-header-text>p {
	margin: 0;
}
h2.usecase-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: none;
  background: none;
  margin-top: 5px;
  padding: 0;
}
h2.usecase-title::before {
  content: none;
}
.usecase-body {
  position: relative;
  padding: 0 1em;
}
.usecase-person {
	display: flex;
	align-items: center;
}
.usecase-person>img {
	width: 30%;
	max-width: 350px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.usecase-person>p {
	flex: 1;
	margin: 0;
}
.timeline_wrap {
	display: flex;
	align-items: stretch;
  gap: 24px;
}
/* 右イラスト（SPは非表示） */
.usecase-side {
  display: none;
}
.usecase-point {
  margin: 2em 0;
  display: flex;
  padding: 0 1em;
  flex-direction: column;
}
.usecase-point-img {
  margin-bottom: 12px;
  width: 100%;
}
.usecase-point-img>img {
  width: 150px;
}
.usecase-point p {
	width: 100%;
}
.timeline {
  list-style: none;
  padding: 0;
}
.timeline > li {
  margin-bottom: 60px;
}
.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-content {
	width: 90%;
	float: left;
	border-left: 1px var(--mid_gray) solid;
	padding-left: 15px;
	margin: 0 0 0 3%;
}
.timeline-content::before {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--pink);
	position: absolute;
	left: 3.2%;
	top: 6px;
	border-radius: 100%;
	transform: translate(-50%,0%);
}
.timeline_title {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.timeline_text {
	margin-bottom: 2em;
}
@media ( min-width : 600px ) {
	.usecase-point {
		flex-direction: row;
		gap: 15px;
	}
	.usecase-point-img {
	  width: 30%;
	  max-width: 200px;
	}
	.usecase-point-img img {
		width: 100%;
	}
	.usecase-point p {
		flex: 1;
	}
}
@media ( min-width : 768px ) {
	.usecase {
		margin: 180px 0 0 0;
	}
	..usecase-header-img img {
		bottom: -30px;
	}
	.usecase-side {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		flex: 0 0 30%;
	}
	.usecase-side-img {
	  text-align: center;
	}
	.usecase-side-img img {
	  max-width: 100%;
	  height: auto;
	  display: block;
	}
	.timeline_left {
		flex: 1;
	}
	.timeline-content {
		width: 90%;
		padding-left: 20px;
		margin: 0 0 0 9.9%;
	}
	.timeline-content::before {
		left: 10%;
		top: 9px;
	}
	.timeline_title {
		margin-bottom: 5px;
		margin-top: 2.5px;
	}
	.timeline_text {
		margin-bottom: 2em;
	}
	.usecase-person>img {
		width: 20%;
	}
}
@media ( min-width : 992px ) {
	.timeline-content::before {
    	top: 10.5px;
  }
}

/* ========== アクセス ========== */
.access-text {
	width: 100%;
	margin: 30px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.access-text_bold {
	font-weight: 600;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	gap: 10px;
}
.access-text_bold img {
	width: 60px;
}
.access-img {
	width: 100%;
}
.access-l_wrap {
	display: flex;
	width: 100%;
}
.access-l_title {
	width: 30%;
	font-weight: 600;
}
.access-l_text {
	width: 70%;
}
.access-map {
	margin: 0 0 50px 0;
	}
@media (min-width: 990px) {
	.access-text {
		width: calc(50% - 2em);
		margin: 0 0 0 2em;
	}
	.access-img {
		width: 50%;
	}
	.footer-map iframe {
		display: block;
		margin: 0 auto;
	}
	.access-map {
		max-width: 850px;
	}
}

/* ========== 各種ダウンロード ========== */
.dowmload-contents {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 0 80px 0;
}
.download-wrap>p {
	margin: 20px 0 10px 0;
}
.dowmload-cta_wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 0 0 80px 0;
}
.dowmload-cta {
	
}


/* ========== 制度一覧 ========== */
.system-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}
.system-group {
  margin-bottom: 80px;
}
.system-group:last-child {
  margin-bottom: 0;
}
.system-group h2 {
  padding-left: 40px;
  margin-bottom: 15px;
}
.system-item {
  margin-bottom: 10px;
}
.sys-accordion {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #8dccb0;
    border-radius: 5px;
    padding: 0 1em;
}
.sys-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.sys-accordion summary::before,
.sys-accordion p::before {
    position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}
.sys-accordion summary::after {
	font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    transition: transform .5s;
    color: var(--mid_gray);
}
.sys-accordion[open] summary::after {
    transform: rotate(180deg);
}
.sys-accordion p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 3em 1em 2.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.sys-accordion[open] p {
    transform: none;
    opacity: 1;
    padding: 0 1em 30px 1em;
}
.sys-accordion summary h3 {
	padding: 0;
	margin: 15px 5px 15px 0;
}
.sys-accordion summary h3::before {
	content: none;
}
.accordion-content>h4 {
	background-color: var(--cream);
	margin: 1em 0;
	font-size: 18px;
}

@media (min-width: 500px) {
	.sys-accordion {
    width: 90%;
	}
}
@media (min-width: 768px) {
  .sys-accordion summary {
    padding: 1em 2em 1em 1em;
	}
}

/* ========== 利用規約 ========== */
h2.contract_h2 {
  border-top: none;
  border-bottom: none;
  position: static;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 0.8em;
  background: none;
  font-weight: bold;
  font-size: 21px;
}
h2.contract_h2::before {
  content: none;
}
.contract_section ol ul {
  list-style-type: disc !important;
}
.contract_section ol ul.list-none {
  list-style-type: none !important;
  padding-left: 0.5em;
}
.contract_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 50px 0;
}
.contract_table th,
.contract_table td {
  border: 1px solid #bfbfbf;
  padding: 16px;
  vertical-align: top;
}
.contract_table__head-cell {
  font-weight: 700;
  text-align: center;
}
.contract_table__label {
  width: 28%;
  font-weight: 600;
  text-align: left;
  white-space: normal;
}
.contract_table__content {
  width: 72%;
}

table.tabelecolumn3 .contract_table__content {
  width: 30%;
}
.contract_table__list {
  margin: 0;
  padding-left: 1.2em;
}
.contract_table__list > li {
  margin-bottom: 8px;
}
.contract_table__list ul {
  margin-top: 6px;
  padding-left: 1.2em;
}
.list-none li {
  display: flex;
}
/* 番号エリア */
.list-none .num {
  width: 1.5em; 
  flex-shrink: 0;
}
.list-none li > :not(.num) {
  flex: 1;
}

.js-scrollable {
    overflow-x: auto;
}

.js-scrollable table {
    min-width: 600px; /* ←これ重要 */
    border-collapse: collapse;
}


/* ========== よくある質問 ========== */
.faq-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 0 80px 0;
}
.qa-1 {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #8dccb0;
  border-radius: 5px;
  padding: 0 1em;
}

.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1em 1em 2.5em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
  position: absolute;
  left: 0.5em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-1 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-1 summary::after {
	font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  color: var(--mid_gray);
  transition: transform .5s;
  margin: 0 0 0 5px;
}

.qa-1[open] summary::after {
    transform: rotate(180deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 1em 1em 2.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
    border-top: 1px solid #cfcfcf;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* search */
.search-list {
	margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
	gap: 50px;
    padding: 0 20px;
}
.pagenation-container {
	margin: 60px 0 0;
}

/* single-sys */
.single-sys-page {
	max-width: 1100px;
    margin: 50px auto 0;
    padding: 20px;
}
.single-sys-container {
	width: 100%;
    margin: 0 auto;
    border: 1px solid #8dccb0;
    border-radius: 5px;
    padding: 0 1em;
}
.single-sys-container summary {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0;
    color: #333333;
    font-weight: 600;
}
.single-sys-title {
	padding: 0;
    margin: 15px 5px 15px 0;
}
h3.single-sys-title::before,
h3.single-sys-title::after {
    display: none;
}
.single-sys-content>h4 {
	background-color: var(--cream);
    margin: 1em 0;
    font-size: 18px;
}
.single-sys-txt {
	position: relative;
    margin: 0;
    padding: 0 1em 30px 1em;
    color: #333;
}

@media (min-width: 768px) {
	.single-sys-container summary {
        padding: 1em 2em 1em 1em;
    }
}

/* single-faq */
.single-faq-page {
	max-width: 1100px;
    margin: 50px auto 0;
    padding: 20px;
}
.single-faq-container {
	width: 100%;
    margin: 0 auto;
    border: 1px solid #8dccb0;
    border-radius: 5px;
    padding: 0 1em;
}
.single-faq-question {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 2.5em;
    color: #333333;
    font-weight: 600;
}
.single-faq-question::before {
	color: #75bbff;
    content: "Q";
	position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
}
.single-faq-txt {
	position: relative;
    margin: 0;
    padding: 1em 3em 1em 2.5em;
    color: #333;
	border-top: 1px solid #cfcfcf;
}
.single-faq-txt::before {
	position: absolute;
    left: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
	color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/* yoyaku */
.cls-1 {
	letter-spacing: .13em;
}
.cls-2 {
	fill: #231815;
	font-family: NotoSansJP-Regular, 'Noto Sans JP';
	font-variation-settings: 'wght' 400;
}
.cls-1 {
	fill: #fff;
}
.cls-2 {
	fill: #231815;
}
.cls-3 {
	fill: #b5b5b6;
}
.cls-4 {
	fill: #f2f2ec;
    stroke: #727171;
    stroke-miterlimit: 10;
}
.cls-5 {
	font-size: 32px;
}
.cls-6 {
	letter-spacing: -.5em;
}
.cls-7 {
	fill: #f2f2ec;
	stroke: #727171;
	stroke-miterlimit: 10;
}
.cls-8 {
	letter-spacing: .15em;
}
.room_available {
	display: none;
}
#used_bg_a {
	opacity: .6;
}
#used_bg_b {
	opacity: .6;
}
#used_bg_c {
	opacity: .6;
}
#used_bg_d {
	opacity: .6;
}
#used_bg_e {
	opacity: .6;
}
#used_bg_f {
	opacity: .6;
}
#used_bg_g {
	opacity: .6;
}
#used_bg_h {
	opacity: .6;
}
#used_bg_i {
	opacity: .6;
}
#used_bg_j {
	opacity: .6;
}
@media (min-width: 990px) {
	.secondfloor-usesta {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.secondfloor-svg {
		width: 70%;
	}
}

/* contact form */
.form-item {
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
}
.cf-Required {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background: #D44D72;
    font-size: 15px;
    padding: 2px 14px;
    line-height: 1;
	border-radius: 6px;
}
.cf-Optional {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background: #848484;
    font-size: 15px;
    padding: 2px 14px;
    line-height: 1;
	border-radius: 6px;
}
.wpcf7 input[type=submit] {
	display: block;
    padding: 1em;
    max-width: 360px;
	font-size: 16px;
    background-color: var(--btn_green);
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99;
	border: none;
	border-radius: unset;
	margin: 0 auto;
}
.wpcf7 input[type=submit]:not(:disabled):hover {
	color: #fff;
    filter: brightness(1.15);
    font-weight: 500;
	background-color: var(--btn_green);
}
.pp-text {
	text-decoration: underline;
	text-decoration-color: var(--btn_green);
}
.wpcf7-list-item {
	margin: 0;
}
.form-agree {
	margin: 20px auto 50px;
    display: block;
    max-width: 600px;
}
a.pp-text:hover {
	color: var(--btn_green);
}
.text-confirm {
	display: block;
	font-size: 1rem;
    border: 1px solid var(--vk-color-border-form);
    border-radius: var(--vk-size-radius);
    padding: .4em 1em;
    margin: 0 0 40px;
    width: 100%;
    color: var(--vk-color-text-body);
    background-color: #f4f4f4;
	min-height: 45px;
}
.conf-container {
	margin: 75px 0 0;
}
.conf-container p {
	display: flex;
	width: 100%;
	gap: 25px;
}
.conf-container p .wpcf7-previous {
	display: block;
	width: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    border: unset;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
}
.conf-container p .wpcf7-previous:hover {
    filter: brightness(0.9);
    font-weight: 500;
	cursor: pointer;
}
.conf-container p .wpcf7-submit {
	max-width: unset;
	width: 50%;
	margin: 0;
}
.conf-container p .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.form-exp {
	margin: 0 0 50px;
}
.form-comp-btn {
	margin: 50px 0 0;
}
textarea {
	resize: none;
}