@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: 95%;
	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: 160%;
	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: 75%;
	padding: 5px;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	color: #999;
	line-height:1;
}
.sphide{
	display: none;
}
#skip {
	position: absolute;
	left: -9999em;
}
#wrapper {
	width: 100%;
	text-align: left;
}
#container {
	width: 98%;
	margin: 0 auto;
}
#contents {
	width: 100%;
	padding-top: 20px;
}
#main-col01 {
	padding: 0 5px 0 5px;
}
#side-col01 {
	width: 100%;
	text-align: center;
}


/* ヘッダー---------------- */
#header {
	width: 100%;
	text-align: left;
}
#header:after {
	display: block;
	clear: both;
}
#gnavi {
	position:absolute;
	top:70px;
	left:0;
	clear: both;
	display:none;
	width: 100%;
	border-top: 1px solid #ccc;
	z-index:100;
}
#logo1 > a {
	display: block;
	width:75%;
	max-width: 375px;
	margin-bottom: 0px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo1.gif) no-repeat;
	background-size: contain;
	overflow: hidden;
}
#logo2 {
	display: none;
	float: right;
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/logo2.gif) no-repeat;
	overflow: hidden;
}
#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: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #fff url(../img/icon-sp01.gif) no-repeat right center;
	background-size: 20px;
	border-bottom: 3px solid #666;
	overflow: hidden;
}
#nav1 > a:hover, #nav2 > a:hover, #nav3 > a:hover, #nav4 > a:hover, #nav5 > a:hover, #nav6 > a:hover, #nav1on > a, #nav2on > a, #nav3on > a, #nav4on > a, #nav5on > a, #nav6on > a, #nav1on > a:hover, #nav2on > a:hover, #nav3on > a:hover, #nav4on > a:hover, #nav5on > a:hover, #nav6on > a:hover {
	background: #ffe url(../img/icon-sp01.gif) no-repeat right center;
	background-size: 20px;
	border-bottom: 3px solid #6d6;
}
#nav {
}
#nav1 > a,#nav1on > a{
	display:none;	
}
#toggle {
	position:absolute;
	top:0;
	right:0;
	display: table-cell;
	width: 20%;
	height:47px;
	padding-top:22px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #ccc;
	font-weight:bold;
}
#toggle:hover {
	background: #ffe;
}



/* フッター---------------- */
#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: 100%;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#footer1 {
	width: 100%;
}
#footer2 {
	clear: both;
	width: 100%;
	text-align: 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: 10px;
}
address {
	font-size: 80%;
	font-style: normal;
}




/* トップページ------------- */
#top-img {
	width: 100%;
	margin-bottom: 20px;
	margin-top:3px;
}
.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-text {

	margin-bottom: 10px;
}
#top-info {
	border-top:1px solid #ccc;
	padding-top:3px;
	width: 100%;
	margin-bottom: 10px;
}
#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: 100px;
	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: 100%;
	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: 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 120%;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #999;
}
#main01, #main02 {
	margin-bottom: 30px;
	padding: 5px;
}
	
#h2-concept {
	max-width: 310px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/h2-concept.gif) no-repeat;
	overflow: hidden;
}
#works-b {
	width: 240px;
	height: 25px;
	margin: 0 auto 15px auto;
}
#works-text {
	margin-bottom:20px;
}
#works-b li {
	float: left;
}
#works-b1 a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	overflow: hidden;
}
#works-b1 a:hover {
	background-position: 0 -25px;
}
#works-b1on a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: 0 -25px;
	overflow: hidden;
}
#works-b2 a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: -120px 0;
	overflow: hidden;
}
#works-b2 a:hover {
	background-position: -120px -25px;
}
#works-b2on a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: -120px -25px;
	overflow: hidden;
}

.pager {}
.pager li {
	display: inline-block;
}
.pager li a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 13px;
	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 10px;
	padding: 10px 13px;
	font-size: 90%;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 1px solid #333;
}
#works-b {
	width: 240px;
	height: 25px;
	margin: 0 auto 15px auto;
}
#works-b li {
	float: left;
}
#works-b1 a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	overflow: hidden;
}
#works-b1 a:hover {
	background-position: 0 -25px;
}
#works-b1on a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: 0 -25px;
	overflow: hidden;
}
#works-b2 a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: -120px 0;
	overflow: hidden;
}
#works-b2 a:hover {
	background-position: -120px -25px;
}
#works-b2on a {
	display: block;
	width: 120px;
	height: 25px;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/works-b1.gif) no-repeat;
	background-position: -120px -25px;
	overflow: hidden;
}

.pager {}
.pager li {
	display: inline-block;
}
.pager li a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 13px;
	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 10px;
	padding: 10px 13px;
	font-size: 90%;
	color: #fff;
	background: #000;
	text-decoration: none;
	border: 1px solid #333;
}

.waku01 {
	width: 90%;
	height: 150px;
	margin: 0 auto;
	line-height: 130px;
	text-align: center;
	box-shadow: 1px 1px 3px #999;
}
.form-tab {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #eee;
}
.form-tab th, .form-tab td {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.form-tab th {
	width: 5em;
}
#form-policy {
	width: 95%;
	height: 230px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 90%;
	overflow-y: scroll;
	border: 1px solid #ccc;
}




/* サイド ------------- */




/* Wordpress ---------------- */

/* Search Widget */
.widget_search form {
}
.widget_search #s {
	width: 130px;
}
.widget_search #searchsubmit {
	width: 50px;
	height: 2em;
	vertical-align: top;
	font-size: 80%;
}



.flex-control-paging li a {
    width: 18px;
    height: 18px;
}
.flex-control-nav li {
    margin: 0 10px;
}
/* 共通スタイル---------------- */
.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: -4em;
}
.col01-01 {
	margin-bottom: 20px;
	text-align: center;
}
.col01-02 {
	margin-bottom: 20px;
}
.col02-01, .col02-02, .col02-03, .col03-01, .col03-02, .col05-01, .col05-02 {
	margin-bottom: 20px;
	text-align: center;
}
.col04-01, .col06-01 {
	margin-bottom: 20px;
	text-align: left;
}
.col04-02, .col06-02 {
	margin-bottom: 0px;
	text-align: left;
}
.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 30px;
}
.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: 100%;
	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: 50%;
	max-width: 200px;
	height: auto;
}
.small01 {
	font-size: 80%;
}
.space01 {
	margin-bottom: 10px;
}
.space02 {
	margin-bottom: 20px;
}
.space03 {
	margin-bottom: 30px;
}
.space04 {
	margin-bottom: 30px;
}
.group2-inline{
	display:none;
}
#language a{
	color:#666;
}

.youtube-channel{
  margin-top: 25px;
}
.youtube-channel a{
  display: flex;
  align-items:center;
  gap: 5px;
}
.youtube-channel img{
  height: 20px;
  width: auto;
}

