@charset "utf-8";

/* 基本要素	---------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	overflow-y: scroll;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
li {
	line-height: 100%;
}
img {
	border: 0;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-height: 170%;
	line-break: strict;
	word-break: normal;
}
a:link {
	color: #06f;
	text-decoration: underline;
}
a:visited {
	color: #60f;
	text-decoration: underline;
}
a:hover {
	color: #06f;
	text-decoration: none;
}
input, textarea, select {
	padding: 2px;
	boder: 1px solid #ccc;
}
input:focus, textarea:focus, select:focus {
	background-color: #ffe;
	border: 1px solid #ccc;
}
label {
	cursor: pointer;
}



/* 基本レイアウト---------------- */
h1 {
	width: 960px;
	height: 25px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	color: #999;
}
#skip {
	position: absolute;
	left: -9999em;
}
#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}


/* ヘッダー---------------- */
#header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header:after {
	display: block;
	clear: both;
}
#logo1 > a {
	display: block;
	float: left;
	width: 375px;
	height: 30px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo1.gif) no-repeat;
	overflow: hidden;
}
#logo2 {
	display: block;
	float: right;
	width: 135px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo2.gif) no-repeat;
	overflow: hidden;
}
#gnavi {
	clear: both;
	width: 960px;
	height: 35px;
	margin-bottom: 20px;
}#nav li {
	float: left;
}
#nav1 > a, #nav2 > a, #nav3 > a, #nav4 > a, #nav5 > a, #nav6 > a, #nav1on > a, #nav2on > a, #nav3on > a, #nav4on > a, #nav5on > a, #nav6on > a {
	display: block;
	width: 160px;
	height: 35px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/nav.gif) no-repeat;
	overflow: hidden;
}
#nav1 > a {
	background-position: 0 0;
}
#nav1 > a:hover, #nav1on > a {
	background-position: 0 -35px;
}
#nav2 > a {
	background-position: -160px 0;
}
#nav2 > a:hover, #nav2on > a {
	background-position: -160px -35px;
}
#nav3 > a {
	background-position: -320px 0;
}
#nav3 > a:hover, #nav3on > a {
	background-position: -320px -35px;
}
#nav4 > a {
	background-position: -480px 0;
}
#nav4 > a:hover, #nav4on > a {
	background-position: -480px -35px;
}
#nav5 > a {
	background-position: -640px 0;
}
#nav5 > a:hover, #nav5on > a {
	background-position: -640px -35px;
}
#nav6 > a {
	background-position: -800px 0;
}
#nav6 > a:hover, #nav6on > a {
	background-position: -800px -35px;
}

#toggle {
	display: none;
}

/* フッター---------------- */
#topcontrol {
	width: 40px;
	height: 45px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/up.gif) no-repeat;
}
#topcontrol:hover {
	background-position: 0 -45px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	border-top: 1px solid #ccc;
}
#footer1 {
	width: 840px;
	float: left;
}
#footer2 {
	width: 120px;
	float: right;
}
#foot-li {
	margin-left: 5px;
}
#foot-li > li {
	float: left;
	margin-bottom: 10px;
	font-size: 90%;
}
#foot-li > li:after {
	display: inline-block;
	content: "｜";
	margin: 0 0.5em 0 0.5em;
}
#foot-li > li:last-child:after {
	content: "";
}
#foot-li > li > a {
	color: #333;
}
#copy {
	clear: both;
	margin-bottom: 20px;
}
address {
	font-size: 80%;
	font-style: normal;
}




/* トップページ------------- */
#top-img {
	width: 960px;
	margin: 0 auto;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
#top-main {}
#top-info {
	float:left;
	width: 550px;
	padding: 5px 0 0 10px;
	box-shadow: 1px 1px 4px #999;
}
#top-text {
	float:right;
	width: 380px;
	padding: 0px 5px 5px 5px;
}
#top-info-t {
	width: 110px;
	height: 20px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/top-info.gif) no-repeat;
	overflow: hidden;
}
#info-li {
	height: 160px;
	margin: 0;
	overflow-y: scroll;
	scrollbar-face-color: #ccc;	
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #ccc;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #ccc;
}
#info-li li {
	padding: 0 0 3px 14px;
	line-height: 150%;
	font-size: 90%;
	background: url(../img/icon01.gif) no-repeat;
	background-position: 0 0.4em;
}



/* 下層ページ------------- */
#pannavi {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 90%;
}
#pannavi > span {
	padding: 0 0 0 17px;
	background: url(../img/icon03.gif) no-repeat;
	background-position: 0 0.3em;
}
#t-works, #t-order, #t-profile, #t-info, #t-inquiry {

	margin-bottom: 30px;
	position:relative;
	display: inline-block;

}
#t-works{

	margin-bottom:0px;
	position:relative;
		float:left;
}
#t-works span, #t-order span, #t-profile span, #t-info span, #t-inquiry span {
	margin-left: 30px;
	padding: 10px 15px 10px 15px;
	text-align: left;
	font-size: 120%;
	letter-spacing: 0.5em;
	position:relative;
	z-index:2;
	display: inline-block;
	background-color: #fff;
}
#main01 {
	width: 860px;
	margin-left: 50px;
	margin-bottom: 50px;
}
#main02 {
	width: 960px;
	margin-bottom: 50px;
}
#h2-concept {
	width: 310px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/h2-concept.gif) no-repeat;
	overflow: hidden;
}
#works-b {
	margin: 0px 20px 0px 45px;
	padding-top:15px;
}
#works-text {
	margin: 0 0 15px 5px;
}
#works-b li a{
		float:left;
}
#works-b1 a {
	display: block;
	width: 180px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1-pc.gif) no-repeat;
	overflow: hidden;
	
}
#works-b1 a:hover {
	background-position: 0 -25px;
}
#works-b1on a {
	display: block;
	width: 180px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1-pc.gif) no-repeat;
	background-position: 0 -50px;
	overflow: hidden;
}
#works-b2 a {
	display: block;
	width: 180px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1-pc.gif) no-repeat;
	background-position: -180px 0;
	overflow: hidden;
}
#works-b2 a:hover {
	background-position: -180px -25px;
}
#works-b2on a {
	display: block;
	width: 180px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1-pc.gif) no-repeat;
	background-position: -180px -50px;
	overflow: hidden;
}

.pager {}
.pager li {
	display: inline-block;
}
.pager li a {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 8px;
	font-size: 90%;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
}
.pager li a:hover {
	color: #fff;
	background: #000;
}
.pager li.pageon a {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 8px;
	font-size: 90%;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 1px solid #333;
}
.waku01 {
	width: 500px;
	height: 200px;
	margin: 0 auto;
	line-height: 180px;
	text-align: center;
	box-shadow: 1px 1px 3px #999;
}
.form-tab {
	width: 640px;
	margin: 0 0 10px 0;
	border-top: 1px solid #eee;
}
.form-tab th, .form-tab td {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.form-tab th {
	width: 6em;
	font-weight: normal;
}
#form-policy {
	width: 640px;
	height: 230px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 90%;
	overflow-y: scroll;
	border: 1px solid #ccc;
}




/* サイド ------------- */






/* 共通スタイル---------------- */
.clear1 {
	clear: both;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.center1 {
	text-align: center;
}
.right01 {
	text-align: right;
}
.h-img1 {
	margin: 0 0 15px 0;
}
.h3-01 {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}
.h3-02 {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
	border-left: 5px solid #ccc;
}
.h3-03 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 100%;
	font-weight: normal;
	color: #666;
	border-left: 5px solid #ccc;
}
.h3-04 {
	margin-bottom: 25px;
	padding-left: 5px;
	font-size: 120%;
	font-weight: bold;
	border-left: 8px solid #9cc;
}
.h4-01 {
	font-size: 100%;
}
.h4-02 {
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	border-left: 5px solid #ccc;
}
.p01 {
	margin-bottom: 10px;
}
.p02 {
	margin-bottom: 20px;
}
.p03 {
	margin-left: 4em;
	text-indent: -3.5em;
}
.col01-01 {
	width: 200px;
	float: left;
	text-align: center;
}
.col01-02 {
	width: 620px;
	float: right;
}
.col02-01 {
	width: 310px;
	float: left;
}
.col02-02 {
	width: 340px;
	float: left;
}
.col02-03 {
	width: 310px;
	float: left;
	text-align: right;
}
.col03-01 {
	width: 460px;
	float: left;
}
.col03-02 {
	width: 460px;
	float: right;
}
.col04-01 {
	width: 470px;
	float: left;
}
.col04-02 {
	width: 470px;
	float: right;
}
.col05-01 {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.col05-02 {
	width: 300px;
	float: right;
	margin-bottom: 10px;
}
.col06-01 {
	width: 600px;
	float: left;
}
.col06-02 {
	padding-top:175px;
	width: 340px;
	float: right;
}
.ul01 {
	margin: 5px 0 20px 20px;
}
.ul01 > li {
	margin-bottom: 8px;
	line-height: 150%;
	list-style-type: disc;
}
.ul01 > li a {
	display: block;
	width: 100%;
}
.ol01 {
	margin: 0 0 20px 40px;
}
.ol01 > li {
	margin-bottom: 5px;
	line-height: 1.6;
	list-style: decimal;
}
.hr01{
	clear: both;
	height: 1px;
	color: #fff;
	border-top: hidden;
	border-right: hidden;
	border-left: hidden;
	border-bottom: hidden;
	margin: 0;
	padding: 0;
}
.txt01 {
	font-weight: bold;
}
.txt02 {
	color: #f00;
}
.txt03 {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 90%;
	color: #666;
}
.btn01 a:hover img {
	opacity: 0.6;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.img01 img {
	width: 100%;
	height: auto;
}
.img02 img {
	max-width: 100%;
	height: auto;
}
.img03 img {
	width: 100%;
	height: auto;
}
.small01 {
	font-size: 80%;
}
.space01 {
	margin-bottom: 10px;
}
.space02 {
	margin-bottom: 20px;
}
.space03 {
	margin-bottom: 30px;
}
.space04 {
	margin-bottom: 100px;
}
.group2-inline{
	display:none;
}
.inline-content img{
	width:100%;
}
#language{
	float:right;
}
#language a{
	color:#666;
}
#header-rbox{
	float:right;
width: 140px;
}
.youtube-channel{
  margin-top: 25px;
}
.youtube-channel a{
  display: flex;
  align-items:center;
  gap: 10px;
}
.youtube-channel img{
  height: 32px;
  width: auto;
}

