/*
Theme Name: RDSGN ORIGINAL									
*/

@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');

.sp{
	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;
}
/**************************************************************
リンク
**************************************************************/
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:100px;
	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: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-top:40px;
}

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

.nav-left,
.nav-right {
  display: flex;
  gap: 16px;
}

.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;
}

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

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

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

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;

}

.footer-left {
	width:150px;
	margin-right:10px;
}

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

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

.footer-btn {
  background-color: #fff;
  color: #333;
  padding: 10px 60px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  /* margin: 5px; */
  margin-left: 18px;
}

.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 {
	width:250px;
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}

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

.f-link-inner{
	font-size:12px;
		color:#fff;
	width:1000px;
	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: 20px;
  bottom: -300px; /* 初期は隠れてる */
  transition: bottom 0.4s ease;
  z-index: 9999;
}

.scroll-banner.show {
  bottom: 20px;
}

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

.close-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  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;
	width:1050px;
	margin:50px auto;
	justify-content:space-between;
}

.btn {
	width:31%;
	margin:1%;
	padding:30px 80px 25px 80px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s ease;
  display: inline-block;
	font-size:18px;
	color:#fff!important;
	align-items:center;
	display:flex;
}
.btn img{
	width:30px;
	height:auto;
	margin-right:15px;
}
.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: 40px 0;
}

.home-title h2 {
  font-size: 40px;
  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:300px;
	margin:0 auto;
	display:block;
	padding:15px;
	background-color:#fff;
	color:#009fe6;
	font-size:15px;
	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:300px;
	margin:0 auto;
	display:block;
	padding:15px;
	background-color:#009fe6;
	color:#fff;
	font-size:15px;
	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: 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

/*********************************************************
HOME EVENT
********************************************************/
.top-event{
	background-color:#009fe6;
	padding:0px 0 0 0;
}
.top-event-inner{
	width:1100px;
	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 {
  display: flex;
  gap: 20px;
  border: 10px solid #fff100;
  padding: 20px;
  background: #fff;
}

.event-left {
  width: 55%;
}

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

.event-info p {
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 6px;
  line-height: 1.6;
	font-size:16px;
	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 {
  width: 45%;
  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: 15px;
  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:30px 0 0 0;
}
.top-yt-inner{
	width:1100px;
	margin:0 auto;
}

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

.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: 14px;
  font-weight: 500;
  padding: 15px;
  line-height: 1.6;
  color: #333;
}


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

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

.case-card {
  background-color: #009fe6;
  border: 10px solid #fff100;
  padding: 10px;
  width: calc(33.333% - 40px);
  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: 10px;
  font-size: 16px;
  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:30px 0 30px 0;
}
.top-voice-inner{
	max-width:1300px;
	margin:0 auto;
}

.top-voice-flex{
	display:flex;
	flex-wrap:wrap;
}

.top-voice-flex .main-box {
  position: relative;
  width: 48%;
	margin:1%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
	box-sizing:border-box;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.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: 60px;
  right: 20px;
  padding: 6px 6px 0 6px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 4px #009fe6;
  overflow: hidden;
  width: 140px;
  height: auto;
}

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

.top-voice-flex .headline {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.4;
	padding-bottom:10px;
}

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

.top-menu{
	background-color:#009fe6;
	padding:0px 0 0 0;
}
.top-menu-inner{
	max-width:1300px;
	margin:0 auto;
	padding:40px 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 0;
}
.top-menu-flex .m-box{
	width:20%;
	border:solid 5px #fff;
}

.top-menu .lineup-card {
  width: 24%;
	margin:0.5%;
  height: 300px;
  border: 5px 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: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}

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

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

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

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


.company-line{
	text-align:left;
	padding:15px;
	border-bottom:dotted 3px #757b81;
	overflow: hidden;
	font-size: 15px;
}

.company-line-l{width:100px;
	font-weight:bold;
float:left;}

.company-line-r{
	width:600px;
float:right;
}
.company-line-r b{
	color:#1b9560;
	font-size:16px;
}
.company-line-r p{
	margin-bottom:10px;
}

.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{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}

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

#event .event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px;
}

#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;
}

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

#event .event-labels {
  display: flex;
  gap: 8px;
}

#event .event-labels span {
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  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;
}

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

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

#event .event-detail-btn {
  display: inline-block;
  padding: 6px 16px;
  background-color: #009fe6;
	color:#fff!important;
  text-decoration: none;
  font-size: 14px;
  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 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  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: 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

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

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

.event-single .event-info dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 16px;
  column-gap: 16px;
  font-size: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.event-single .event-info dt {
  font-weight: bold;
  color: #666;
  text-align: right;
}

.event-single .event-info dd {
  color: #000;
}

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

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

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

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

.voice-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

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

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

.voice-gallery {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.voice-sub-img img {
	width:100%;
  max-width: 280px;
	height:auto;
	border-radius:10px;
}

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

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

}

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


.works-d-frame-l{
	float:left;
	width: 850px;
	border: solid 7px #fff100;
}



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

.works-d-frame-r{

}

.w-d-box{
	width:130px;
	float:left;
	margin: 5px;
   height:130px;
   overflow:hidden;
   border: solid 5px #009fe6;
   background-color:#009fe6;
}

.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: 14px;
    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{
	width:1000px;

	margin:0 auto;
	border:solid 8px #fff100;
	margin-top:30px;
}

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

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

.panf-mes{
	width:600px;
	margin:0 auto;
	padding:20px;
	background-color:#f4f4f4;
	font-size:14px;
	font-weight:600;
}

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

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

.apply-form{
	width:800px;
	margin:0 auto;
	padding:40px 55px;
	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:400px;
  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:900px;
	margin:0 auto;
	margin-bottom:30px;
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  align-items: flex-start;
}


.pic {
  position: relative;
  display: inline-block;
  width: 200px;
  height: auto;
	margin-right:30px;
}

.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 {
  flex: 1;
	padding:15px 0;
	text-align:left;
}

.staff-waku .info h3 {
  font-size: 24px;
  margin-top: 0;
  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;
}
.staff-waku .info .mida{
	color:#00a1e9;
	font-size:12px;
}

.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;
}


/************************************
プライバシーポリシー
*******************************************/

.pri-frame{
	width:800px;
	margin:0 auto;
}
.pri-ttt {
    font-size: 30px;
    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: 16px;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    margin: 20px 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;
}

