/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2025 | 11:31:24 */
/* page id 2838 を今回のトップページとして使用する */
/* 不必要な要素を『消す』ことで、疑似的な全画面表示にする（もどき）（非表示ではなく削除） */
/* クラス　entry-title を指定しておかないと、固定ページのタイトルが0.5秒くらい表示されてしまう */
.page-id-2835 header, title .cf, .site-title, #site-navigation, #secondary, #welcart_calendar-3, asid, .site-description, h1, .entry-title, footer{
	display:none;
}
/* 便宜上、ヘッダーと呼んでいる部分（標準のヘッダーは削除済みのため） */
.header_20241219 {
  display: flex;
}
.header_video {
  flex: 1;
  padding-top: 75%;
  object-fit: contain;
  object-position: center;
}
/* ここまで */

/* 動画を全画面表示する設定 */
/* 【要注意！！】下手にいじると表示崩れする。しばらく手を付けないこと */
/* 2024 12 05 ここまで短縮できる */

/* 変更禁止エリア */
.page-id-2835 body{
	overflow-x: hidden;		
	width:100vw;
	height:auto;
}
.page-id-2835 #main{
	position:absolute;
}
.page-id-2835 #main video{
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100vw;
	height:auto;
	z-index:0;
}
.tss_logo{
	position:fixed;
	width:90vw;
	height:auto;
	top:15vh;
	left:5vw;
	z-index:1;
}
.tss_logo p{
	text-align:center;
	text-shadow: 5px 5px 5px white;
	font-size:40px;
}
.info_box{
	position:relative;
	overflow-x: hidden;
	width:75vw;
	height:auto;
	top:1vh;
	left:15vw;
	margin:20px;
	background-color:#e91e6399;
	border-radius: 1em;
	z-index:2;
}
.info_box details summary{
	padding:10px;
	font-size:1.6rem;
	text-indent:1.6rem;
}
.info_box details h3{
	position: relative;
	padding: 1rem .5rem;
	border-style: none;
}
.info_box details h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
    background-color: transparent; /* 背景色を透明にする */
    background-image: linear-gradient(to right, #f06292, #c644bc);
/* 2024 12 19 19:54,グラデーションのパターンを変えてみた。これは古い方 */
/*
	background-color:#6f51a1;
	background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
	background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
	background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
*/
}
.info_box details p{
	padding:10px;	
	font-size:1.6rem;
	text-indent:1.6rem;
	color:#ffffff;
}
.info_box details a{
	font-size:1.6rem;
	color:#191970;
}
/* 変更禁止 ここまで */

/* VoCE 6月号で紹介されました。の箇所を装飾する */
/* フレックスボックスで半々に配置 */
.voce_img {
	display: flex;
	justify-content: center;
	margin-top:10px;
}
.voce_img div {
	object-fit:cover;
	object-position:center;
}
.voce_youtube{
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.voce_youtube iflame{
	position: relative;
	margin: auto;
}

/* お客様の声のページで使用。名前を右側に配置させる（だけ） */
.reviewer_name{
	text-align:right;
	font-size:1.3rem !important;
}


