@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap'); /**見出しのアルファベット**/

/**********************************************
    PC版 CSS
**********************************************/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital@1&display=swap');

.pc{
	display:none;
}

/***************************************************
FONT
****************************************************************/

.f1{
  font-family: "Calistoga", serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing:1px;
}


/**************************************************************
全体
**************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
    color: #000;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 13px;
    margin: 0px;
    text-align: center;
    line-height: 180%;
	margin-bottom:10px;
	padding-bottom: 50px;
}
/**************************************************************
リンク
**************************************************************/
a:link {
    color: #000;
    text-decoration: none;
	transition: 1.0s ;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #000;
    text-decoration: none;
}
/**************************************************************
BASE
**************************************************************/
.all {
    position: relative;
    z-index: 1; /
	transition: 1.0s ;
}
.all a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.all:hover {
	transition: 1.0s ;
    opacity:0.7;
    zoom:1;/*IE*/
}

.all2 {
    position: relative;
    z-index: 1; /
	transition: 1.0s ;
}
.all2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.all2:hover {
	transition: 1.0s ;
    zoom:1;/*IE*/
}

.ov a img{
	transition: 1.0s ;
}
.ov a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.red{color:#cb0000;}
.blue{color:#000099;}
.green{color:#006666;}

.font10{font-size:10px;}
.font12{font-size:12px;}
.font15{font-size:15px;}
.font16{font-size:16px;}
.font18{font-size:18px;}
.font20{font-size:20px;}
.font25{font-size:25px;}
.font30{font-size:30px;}
.strong{ font-weight: bold;}

.small{font-size:10px;}
.midium{font-size:16px;}
.large{font-size:21px;}

.left { float: left; }
.right { float: right; }
.image-left { float: left; margin:0 10px 10px 0; display:block; }
.image-right { float: right; }
.clear {clear: both; }

.m-t5{margin-top:5px;}
.m-l5{margin-left:5px;}
.m-r5{margin-right:5px;}
.m-b5{margin-bottom:5px;}
.m-t10{margin-top:10px;}
.m-l10{margin-left:10px;}
.m-r10{margin-right:10px;}
.m-b10{margin-bottom:10px;}
.m-t15{margin-top:15px;}
.m-l15{margin-left:15px;}
.m-r15{margin-right:15px;}
.m-b15{margin-bottom:15px;}
.m-t20{margin-top:20px;}
.m-l20{margin-left:20px;}
.m-r20{margin-right:20px;}
.m-b20{margin-bottom:20px;}
.m-t25{margin-top:25px;}
.m-l25{margin-left:25px;}
.m-r25{margin-right:25px;}
.m-b25{margin-bottom:25px;}
.m-t30{margin-top:30px;}
.m-l30{margin-left:30px;}
.m-r30{margin-right:30px;}
.m-b30{margin-bottom:30px;}
.m-t40{margin-top:40px;}
.m-t50{margin-top:50px;}
.m-l50{margin-left:70px;}


.p-t5{padding-top:5px;}
.p-l5{padding-left:5px;}
.p-r5{padding-right:5px;}
.p-b5{padding-bottom:5px;}

.p-t10{padding-top:10px;}
.p-l10{padding-left:10px;}
.p-r10{padding-right:10px;}
.p-b10{padding-bottom:10px;}

.p-t15{padding-top:15px;}
.p-l15{padding-left:15px;}
.p-r15{padding-right:15px;}
.p-b15{padding-bottom:15px;}

.p-t20{padding-top:20px;}
.p-l20{padding-left:20px;}
.p-r20{padding-right:20px;}
.p-b20{padding-bottom:20px;}

.p-t25{padding-top:25px;}
.p-l25{padding-left:25px;}
.p-r25{padding-right:25px;}
.p-b25{padding-bottom:25px;}

.p-t30{padding-top:30px;}
.p-l30{padding-left:30px;}
.p-r30{padding-right:30px;}
.p-b30{padding-bottom:30px;}

.table-a	{
	border: 1px solid #DDD;
	width: 100%;
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 10px;

}
.table-a th	{
	border: 1px solid #DDD;
	padding: 10px 10px;

}
.table-a td	{
	border: 1px solid #DDD;
	padding: 10px 10px;
	font-weight:normal;
}
/****************************************************************
BLOG CONT
********************************************************/
.blog-cont{
	text-align:left;
	margin-bottom:50px;
	font-size:14px;
	line-height:190%;
}

.blog-cont li + li {
  border-left: none!important;
}

.blog-cont li{
	margin-left:35px;
	font-size:14px;
	line-height:170%;
	margin-bottom:13px;
}

.blog-cont ol{
	margin-top:25px;
	margin-bottom:25px;
}

.blog-cont .alignright{
	padding-left:15px!important;
	background-color:#fff!important;
	float:right;
}

.blog-cont .alignleft{
	padding-right:15px!important;
	background-color:#fff!important;
	float:left;
}

.blog-cont .aligncenter{
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.blog-cont h1{
	font-size:30px;
	color:#000000;
	padding:10px 5px;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
}

.blog-cont h2{
	font-size:18px;
	color:#ff0000;
	padding:10px 5px;
	border-bottom:solid 2px #ff0000;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h3{
	font-size:16px;
	background-color:#fff3b1;
	padding:7px;
	margin-top:30px;
	margin-bottom:15px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h4{
	font-size:15px;
	color:#000;
	padding:7px 3px;
	border-bottom:solid 1px #000;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont h5{
	font-size:12px;
	color:#000;
	padding:5px;
	background-color:#ececec;
	margin-bottom:15px;
	margin-top:30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.blog-cont p{margin-bottom:15px;}

.blog-cont img{
	padding-bottom:15px;
	padding-top:10px;
	max-width:100%;
	height:auto;
}

.blog-cont iframe{max-width:100%;}

.blog-cont hr{
	margin-bottom:15px;
	margin-top:15px;
	background-color: #fff;
	border-top: 2px dashed #f6be46;
}

/**************************************************************
ヘッダー
**************************************************************/
.main-header {
  background-color:#009fe6;/* グローバルナビの背景 */
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.nav-left,
.nav-right {
	display:none;
}

.nav-left {
  margin-right: auto;
  padding-left: 20px;
}

.nav-right {
  margin-left: auto;
  padding-right: 20px;
}
.gnav ul li{
	list-style:none;
}

.gnav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px;
  font-size:15px;
  display:block;
}

.gnav ul li a:hover {
  color: #ffdddd;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 3px 10px;
  border: solid 2px #009fe6;
  z-index: 99;
  top:-5px;
}

.logo img {
  width:180px;
  height:auto;
  display: block;
}



/**************************************************************
Humberger
**************************************************************/
.menu-btn {
    position: fixed;
    top: 7px;
    right: 15px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border-radius: 5px;
	z-index:120;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
    transition: all 0.3s;
}

.menu-btn span::before {
    bottom: 8px;
}

.menu-btn span::after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}

/* アイコンがチェック時に変化する部分 */
#menu-btn-check:checked + label.menu-btn span {
    background-color: transparent;
}

#menu-btn-check:checked + label.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked + label.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューの表示設定 */
.menu-content {
    width: 60%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #009eb1;
    transition: left 0.5s ease; /* メニュー表示アニメーション */
	z-index:100;
}

.menu-content li{
	list-style:none;
}

/* チェック時にメニューが表示される */
#menu-btn-check:checked ~ .menu-content {
    left: 40%;
}

.menu-content a {
    padding: 10px;
    display: block;
    border-bottom: dotted 1px #fff;
	color:#fff!important;
	display:flex;
}

.menu-content a img{
	width:20px;
	height:auto;
	margin-right:25px;
}

.menu-content h3 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-top: 15px;
    color: #fff100;
    border-bottom: solid 2px #fff100;
    font-family: 'Rubik', sans-serif;
	margin-bottom:25px;
}


/**********FOOTER******************************************************/

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #009fe6;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  z-index: 999;
	box-sizing:border-box;
}

.footer-inner {
  margin: 0 auto;

}

.footer-left {
	display:none;
}

.footer-center {
  display: flex;
	justify-content:center;
}

.footer-btn {
	box-sizing:border-box;
	justify-content:center;
  background-color: #fff;
  color: #333;
  padding: 5px 10px;
	line-height:130%;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
	margin:1%;
	width:48%;
}

.footer-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.footer-btn .icon {
  margin-right: 6px;
}

.badge {
  background-color: red;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -6px;
}

.footer-right {
	display:none;
}

.f-link{
	background-color:#007cb4;
	padding:10px;
}

.f-link-inner{
	font-size:12px;
		color:#fff;
	margin:0 auto;
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.f-link-inner a{
	color:#fff;
}

/********下からニョキッとバナー************************/

.scroll-banner {
  position: fixed;
  right: 10px;
  bottom: -200px; /* 初期は隠れてる */
  transition: bottom 0.4s ease;
  z-index: 9999;
}

.scroll-banner.show {
  bottom: 70px !important;
}

.scroll-banner img {
  width: 100px; /* 画像サイズに応じて調整してね */
  height: auto;
  display: block;
}

.close-btn {
  position: absolute;
  top: 6px;
  right: 3px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}



/******CTA************************************************************/
.cta-buttons{
	display:flex;
	margin:30px auto;
	justify-content:space-between;
}

.btn {
	width:31%;
	margin:1%;
	padding:10px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s ease;
  display: inline-block;
	font-size:12px;
	color:#fff!important;
	line-height:130%;

}
.btn img{
	width:20px;
	height:auto;

}
.btn a{
	display:block;
}

.contact {
  background-color: #004080;
  color: #fff;
	border-bottom:solid 5px #002c58;
}
.contact:hover {
  filter: brightness(1.3);
}

.catalog {
  background-color: #0099cc;
  color: #111;
	border-bottom:solid 5px #00779e;
}
.catalog:hover {
  filter: brightness(1.3);
}

.reserve {
  background-color: #FF6B3B;
  color: #fff;
	border-bottom:solid 5px #ed4d19;
}
.reserve:hover {
  filter: brightness(1.3);
}

/********************************************************
COMMON
**********************************************************/

.home-title {
  text-align: center;
  margin: 0;
	margin-bottom:25px;
}

.home-title h2 {
  font-size: 24px;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
  color:#009fe6;
}

.home-title h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #009fe6;
  margin: 6px auto 0;
}

.home-title p {
  font-size: 13px;
  font-weight: 500;
  color:#009fe6;
  font-weight:600;
}

.link-botan{
	margin:25px 0;
}
.link-botan a{
	width:60%;
	margin:0 auto;
	display:block;
	padding:10px;
	background-color:#fff;
	color:#009fe6;
	font-size:13px;
	border-radius:5px;
	line-height:100%;
	font-weight:600;
}
.link-botan a:hover{
	background-color:#fff100;
}

.link-botan2{
	margin:25px 0;
}
.link-botan2 a{
	width:60%;
	margin:0 auto;
	display:block;
	padding:10px;
	background-color:#009fe6;
	color:#fff;
	font-size:13px;
	border-radius:5px;
	line-height:100%;
	font-weight:600;
}
.link-botan2 a:hover{
	background-color:#047cb2;
}

.wave-border {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px; /* 隙間を潰す */
}

.wave-border.reverse {
  transform: rotate(180deg);
}

.sstt-header{
	margin:10px 0 0 0;
}
.ss-tt{
  display: inline-block;
  background-color: #FFEB3B;
  color: #000;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 600;
}

/*********************************************************
HOME EVENT
********************************************************/
.top-event{
	background-color:#009fe6;
	padding:0px 0 0 0;
}
.top-event-inner{
	margin:0 auto;
}

.top-event .home-title h2{
	color:#fff!important;
}
.top-event .home-title h2::after {
  background-color: #fff!important;
}
.top-event .home-title p {
  color:#fff;
}

.event-card {
	margin:20px;
  border: 5px solid #fff100;
  padding: 10px;
  background: #fff;
}
.event-card

.event-left img{
	width:100%;
	height:auto;
}

.event-left h3 {
  background: #004080;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 10px;
	border-radius:5px;
}

.event-info p {
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  line-height: 1.6;
	font-size:14px;
	font-weight:600;
}

.event-info strong{
	color:#009fe6;
	margin-bottom:8px;
	font-size:13px;
}

.event-button img {
	width:560px;
	height:auto;
	margin-top:10px;
	border-radius:5px;
}

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

.event-right img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.event-detail {
  display: block;
  background-color: #fff100;
 background-image: url("../../../image/base/check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90px auto; 
  color: #fff;
  padding: 20px 0 15px 0px; 
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  border-bottom: solid 5px #ffba00;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.event-detail:hover {
  transform: translateY(2px); /* 下に2px沈む */
  box-shadow: none; /* 押し込まれた感を強調 */
}

/*********************************************************
 * HOME YOUTUBE
********************************************************/
.top-yt{
	background-color:#f9f9f9;
	padding:15px 0 0 0;
}
.top-yt-inner{
	margin:0 auto;
}

.youtube-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  background-color: #f9f9f9;
	margin:30px 20px;
}

.youtube-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.youtube-card:hover {
  transform: translateY(-4px);
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-title {
  font-size: 12px;
  font-weight: 500;
  padding: 15px;
  line-height: 1.5;
  color: #333;
}


/*********************************************************
 * HOME WORKS
********************************************************/
.top-works{
	background-color:#fff;
	padding:15px 0 0 0;
}
.top-works-inner{
	margin:0 auto;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	padding:20px 20px 0 20px;
}

.case-card {
	width:48%;
	margin:1%;
	box-sizing:border-box;
  background-color: #009fe6;
  border: 2px solid #fff100;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card img {
  width: 100%;
	height:auto;
  display: block;
  border: 10px solid #fff;
  box-sizing: border-box;
}

.case-card p {
  margin-top: 5px;
	margin-bottom:5px;
  font-size: 11px;
  font-weight: bold;
}

.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

/******************************************
HOME VOICE
***************************************/

.top-voice{
	background-color:#f9f9f9;
	padding:15px 0 30px 0;
}
.top-voice-inner{
	margin:0 auto;
	padding:0 20px;
}

.top-voice-flex{

}

.top-voice-flex .main-box {
  position: relative;

	margin:1%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
	box-sizing:border-box;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	margin-bottom:25px;
}

.top-voice-flex .main-box img{
	width:100%;
	height:auto;
}

.top-voice-flex .main-image {
  width: 100%;
  border-radius: 10px;
}

.top-voice-flex .main-image img{
	width:100%;
	height:auto;
}

.top-voice-flex .thumb-box {
  position: absolute;
  bottom: 90px;
  right: 20px;
  padding: 6px 6px 0 6px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 4px #009fe6;
  overflow: hidden;
  width: 80px;
  height: auto;
}

.top-voice-flex .thumb-image {
  width: 100%;
  display: block;
}

.top-voice-flex .headline {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
	padding-bottom:4px;
}

/******************************************
HOME MENU
***************************************/

.top-menu{
	background-color:#009fe6;
	padding:0px 0 0 0;
}
.top-menu-inner{
	margin:0 auto;
	padding:15px 0;
}

.top-menu .home-title h2{
	color:#fff!important;
}
.top-menu .home-title h2::after {
  background-color: #fff!important;
}
.top-menu .home-title p {
  color:#fff;
}
.top-menu-flex{
	display:flex;
	flex-wrap:wrap;
	margin:30px 20px;
}
.top-menu-flex .m-box{
	width:20%;
	border:solid 5px #fff;
	margin-bottom:25px;
}

.top-menu .lineup-card {
  width: 48%;
	margin:0.5%;
  height: 150px;
  border: 3px solid #fff100;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
	box-sizing:border-box;
}

.top-menu .card-inner {
  width: 100%;
  height: 100%;
  background-image: url('../../../image/top/menu-lineu.webp'); 
  background-size: 100%;
  background-position: center;
  border-radius: 12px;
  transition: background-size 0.5s ease;
}
.top-menu .card-inner-2{
  background-image: url('../../../image/top/menu-staff.webp')!important; 
}
.top-menu .card-inner-3{
  background-image: url('../../../image/top/menu-event.webp')!important; 
}
.top-menu .card-inner-4{
  background-image: url('../../../image/top/menu-resev.webp')!important; 
}

/* 🔹 追加：暗めの黒いレイヤー */
.overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* ←ここで暗さ調整 */
  z-index: 1;
  pointer-events: none; /* ←クリックなど邪魔しない */
}


.top-menu .lineup-card:hover .card-inner {
  background-size: 110%;
}

.top-menu .card-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  z-index: 2;

}

.top-menu .card-text .jp {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.top-menu .card-text .en {
  font-size: 12px;
}

/******************************************
HOME COMPANY
***************************************/

.top-company{
	background-color:#f9f9f9;
	padding:0px 0 0 0;
	position:relative;
	overflow:hidden;
}
.top-company-inner{
	padding:20px 0;
	margin:0 auto;
}

#company-waku{
	margin:0 auto;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}


.company-line{
	text-align:left;
	padding:15px;
	overflow: hidden;
	font-size: 15px;
}

.company-line-l{
	font-size:12px;
	border-bottom:solid 1px #000;
	padding-bottom:5px;
	margin-bottom:5px;
}

.company-line-l br{
	display:none;
}

.company-line-r{
	font-size:13px;
	line-height:150%;
}

.ac-map{
	margin-top:20px;
}
.ac-map iframe{
	width:100%;
	height:300px;
}

.vertical-text {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  writing-mode: vertical-rl; /* ←縦書き */
  font-size: 300px;
  font-weight: bold;
  color: #0077e5; /* ブルー系（好みに変更可） */
  opacity: 0.15;  /* うっすら表示したいとき */
  letter-spacing: 5px;
  pointer-events: none;
  user-select: none;
}

/****************************************************
下層
****************************************************/

.sub-cont{
	margin:0 auto;
	padding:60px 20px;
}

/******************************************************
イベントアーカイブ
************************************************************/
#event{
  background: #f8f8f8;
}

#event .event-grid {

}

#event .event-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
	margin-left:0!important;
	margin-right:0!important;
}

#event .event-card img {
  width: 100%;
  height: auto;
  display: block;
}

#event .event-labels {
	padding:5px;
  display: flex;
  gap: 8px;
	margin-bottom:10px;
}

#event .event-labels span {
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
	line-height:100%;
  font-weight: bold;
}

#event .pref {
  background-color: #b97c2f;
}

#event .status {
  background-color: #af2a2a;
}

#event .status.end {
  background-color: #999;
}

#event .event-info {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
	text-align:left;
}

#event .event-info .date {
  font-weight: bold;
  margin-bottom: 6px;
}

#event .event-button {
  text-align: right;
}

#event .event-detail-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #009fe6;
	color:#fff!important;
  text-decoration: none;
  font-size: 12px;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

#event .event-detail-btn:hover {
  background-color: #007ac2;
	color:#fff!important;
}

/**********************************************
Event Single
**************************************/

.event-single {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

.event-single .event-header {
  margin-bottom: 30px;
}

.event-single .event-label {
  display: inline-block;
  background-color: #FFEB3B;
  color: #000;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 600;
}

.event-single .event-header img {
  width: 100%;
	height:auto;
  border-radius: 6px;
  margin-top: 15px;
}

.event-single .event-info h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  color: #0a284f;
}

.event-single .event-info dl {
  font-size: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
	align-items:center;
}

.event-single .event-info dt {
  font-weight: bold;
  color: #666;
  text-align: left;
	width:30%;
	font-size:12px;
}

.event-single .event-info dd {
  color: #000;
	width:70%;
  text-align: left;
}

.event-single .event-cta {
  text-align: center;
  margin-top: 15px;
	margin-bottom:15px;
}

.event-single .event-btn img {
	width:100%;
	height:auto;
	border-radius:5px;
}

/********************************************
VOICE SINGLE
*************************************/
#voice{
  background: #f8f8f8;
	padding-bottom:25px;
}
.voice-container {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.voice-main-img img {
  width: 100%;
	height:auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.voice-content {
  margin-bottom: 30px;
}

.voice-icon img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
	margin:0 auto;
}

.voice-comment {
  flex: 1;
  font-size: 13px;
  line-height: 1.8;
  background: #f9f9f9;
  border-radius: 8px;
}

.voice-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.voice-sub-img{
	width:48%;
	margin:1%;
}
.voice-sub-img img {
	width:100%;
	height:auto;
	border-radius:10px;
}

.voice-back {
  text-align: center;
}

/****************************************************
施工事例
**************************/
#works{

}

.works-d-frame{
	overflow:hidden;
	margin-top:20px;
}

.works-d-frame-l{
	border: solid 5px #fff100;
	margin-bottom:20px;
}

.works-d-frame-l img{
	width:100%;
	height:auto;
	display:block;
}

.works-d-frame-r{
	display:flex;
	flex-wrap:wrap;
}

.w-d-box{
	width:31%;
	margin:1%;
   overflow:hidden;
   border: solid 3px #009fe6;
   background-color:#009fe6;
	box-sizing:border-box;
}

.w-d-box img{
	width:100%;
    height:auto;
	display:block;
}


.w-d-comment{
    background-color: #f4f4f4;
    padding: 20px;
    color: #131313;
    margin-top: 40px;
    clear: both;
    font-size: 12px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	line-height:180%;
	text-align:left;
}

.w-d-comment img{
	width:100px;
    height:auto;
    float:left;
    margin-right:10px;
}

/*******************************************
YOUTUBE
**************************/

.youtube-frame{
	margin:0 auto;
	border:solid 8px #fff100;
	margin-top:30px;
}

.youtube-frame iframe{
	width:100%;
	height:300px;
}

/*********************************************
カタログダウンロード
*****************************/

.panf-mes{
	margin:0 auto;
	padding:15px;
	background-color:#f4f4f4;
	font-size:13px;
	font-weight:600;
	line-height:160%;
}
.panf-mes br{
	display:none;
}

/**************************************************************
来場予約
**************************************************************/

.apply-frame{
	width:950px;
	overflow:hidden;
	margin:0 auto;
	margin-top: 40px;
}

.apply-form{
	margin:0 auto;
	padding:15px;
	background-color:#fff;
	border:solid 5px #ffd800;
	margin-top: 35px;
	font-size:15px;
	text-align:left;
	border-radius:10px;

}

.ap-line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ap-line-l {
  width: 100%;
  font-weight: bold;
	margin-bottom:15px;
	font-size:14px;
	padding-left:8px;
	border-left:solid 5px #129c83;
	line-height:100%;
	margin-top:15px;
}

.ap-line-r {
  width: 100%;
}
.ap-line-r input[type="text"],
.ap-line-r input[type="email"],
.ap-line-r input[type="tel"],
.ap-line-r textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}
.ap-line-r input[type="radio"],
.ap-line-r input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.5);
}
.c-privacy input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.5);
}


.c-privacy {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.c-privacy b {
  font-weight: normal;
  color: #555;
}

input[type="submit"] {
	    font: 500 16px/1.75 "Noto Sans JP", sans-serif;
  background-color: #ff7f50;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 40px;
  border-radius: 30px;
	width:80%;
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
	margin-top:20px;
}

input[type="submit"]:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.ap-line-r select {
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  appearance: none; /* 初期スタイルをリセット（Chrome, Edge） */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.ap-line-r select:focus {
  outline: none;
  border-color: #ff7f50;
  box-shadow: 0 0 3px rgba(255, 127, 80, 0.5);
}

/*******************************************
スタッフ紹介
*******************************/

.staff-waku {
	width:96%;
	margin:0 auto;
	margin-bottom:30px;
  display: flex;
	flex-wrap:wrap;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding:20px 2%;
  align-items: flex-start;
}


.pic {
  position: relative;
  display: inline-block;
  width: 70%;
  height: auto;
	margin:0 auto;
}

.pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 2; /* 画像を最前面に */
}

.stripe-shadow {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(44, 163, 133, 0.2) 0,
    rgba(44, 163, 133, 0.2) 2px,
    transparent 2px,
    transparent 6px
  );
  border-radius: 8px;
  z-index: 1;
  pointer-events: none;
}

.staff-waku .info {
  width:100%;
	padding:15px ;
	text-align:left;
}

.staff-waku .info h3 {
  font-size: 20px;
  margin-top: 20px;
  color: #009fe6;
  margin-bottom: 30px;
	border-bottom:solid 5px #ffea00;
	padding-bottom:10px;
}

.staff-waku .info p {
  font-size: 14px;
  line-height: 1.9;
	text-align:left;
}

.bg-stripe {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    #2ca385 0,
    #2ca385 2px,
    transparent 2px,
    transparent 6px
  );
  z-index: 0;
  border-radius: 4px;
}

.mida{
	font-weight:bold;
}
/************************************
プライバシーポリシー
*******************************************/

.pri-frame{
	margin:0 auto;
}
.pri-ttt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pri-frame .danraku {
    text-align: left;
    font-size: 13px;
    line-height: 190%;
    letter-spacing: 0.5px;
    padding: 15px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.pri-frame .danraku li {
    margin-top: 10px;
    margin-left: 25px;
}
.pri-frame h4 {
    background-color: #E8E8E8;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    padding:6px;
    text-align: left;
    margin: 20px 0 0 0;
}
.pri-con {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
    line-height: 180%;
}
.pri-con h5 {
    font-size: 18px;
    text-align: left;
    border-bottom: solid 2px #000;
    padding: 5px 0;
    margin-bottom: 15px;
}


