@charset "UTF-8";

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
header   {
padding-top: 10px;
padding-bottom: 10px;
background-repeat: repeat-x;
background-image: url(../images/header_bg.png);
margin-left: auto;
margin-right: auto;
width: 100%;
z-index: 1000;
position: relative;
background-position: center top;
}

header {
    position: sticky;
    top: 0;
}

header h1    {
color: #FFFFFF;
padding-left: 2%;
font-size: 0.9em;
font-weight: 200;
letter-spacing: 1px;
float: left;
background-color: #003333;
padding-right: 2%;
margin-bottom: 15px;
}
header .icon {
display: none;
clear: both;
}

header .headercontents {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 100%;
clear: both;
padding-top: 30px;
}
header .logo {
margin-left: auto;
margin-right: auto;
text-align: center;
float: left;
clear: left;
}
header .right {
text-align: left;
margin-left: auto;
margin-right: auto;
float: right;
}
header .right li {
display: inline;
}
header .subnav li {
	float: left;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
}


/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

#nomal_menu  {
margin-right: auto;
margin-left: auto;
text-align: center;
clear: both;
padding-bottom: 15px;
}
#nomal_menu  .menu__single {
display: inline;
padding-top: 15px;
padding-bottom: 15px;
font-weight: bold;
}

#slide_menu {
  display: none;

}
#button {
  display: none;
}
.clear {
	clear:both;
}


/* tableの設定
----------------------------------------------------------- */
table	{
color: #333;
border: 1px solid #CCC;
border-collapse: collapse;
width: 100%;
}
th, td	{
	border: 1px solid #CCC;
	padding: 10px;
}
th	{
	color: #000;
	font-weight: bolder;
	background-color: #aaaaaa;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

td	{
	text-align: center;
}

/* 

// -------------------------------------------------------------------------

//   PAGETOP

// -------------------------------------------------------------------------

*/
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 3000;
}
#page-top a {
    width: 73px;
    padding: 30px 0;
    display: block;

}


/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/

footer {
clear: both;
width: 100%;
background-color: #003333;
}
.footerContents {
margin-right: auto;
margin-left: auto;
clear: both;
text-align: center;
background-repeat: repeat;
padding-top: 30px;
color: #FFFFFF;
padding-bottom: 30px;
}
.footerinfo {
padding-bottom: 50px;
}
.footerinfo p {
	padding-top: 1%;
	letter-spacing: 5px;
}
.name {
	padding-bottom: 10px;
}
.footerNAV1 {
	padding-right: 0px;
	text-align: center;
}
.footerNAV1 ul {
clear: both;
padding-top: 10px;
padding-bottom: 10px;
}
.footerNAV1 li {
font-size: 1em;
color: #FFFFFF;
border-right: 1px solid #FFFFFF;
letter-spacing: 2px;
padding-top: 0px;
padding-bottom: 1%;
display: inline;
padding: 0px 8px;
}

.footerNAV2 {
	padding-right: 0px;
	text-align: center;
}
.footerNAV2 ul {
clear: both;
padding-top: 10px;
padding-bottom: 10px;
}
.footerNAV2 li {
padding: 1%;
display: inline;
}

.footerContents a {
	color: #FFFFFF;
}
.copy  {
clear: both;
font-size: 0.8em;
text-align: center;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
width: 100%;
letter-spacing: 5px;
color: #000000;
padding-bottom: 20px;
background-color: #D6DF22;
}
.hidden {
	display: none;
}


#sns{
width: 120px;
margin: 20px auto;
display:flex;
align-content: center;
}
.sns_icon{
  justify-content:center;
  align-items:center;
  width:60px;
  height:60px;
}

/* -----------------------------------------------

	ALL

//  Styling for layout sections like the header, nav, index body, and footer.

----------------------------------------------- */

#container {
width: 100%;
text-align: center;
margin: 0px auto;
position: relative;
background-repeat: repeat-x;
display: inline-block;
top: -200px;
bottom: -200px;

}
section {
padding-bottom: 10px;
margin: 0px auto;
clear: both;
display: block;
}

#contents {
margin: 0px auto;
display: block;
padding-left: 2%;
padding-right: 2%;
background-image: url(../images/midashi_bg3.jpg);
background-repeat: repeat-x;
background-position: center top;
padding-top: 50px;
}

.waku   {
text-align: center;
clear: both;
width: 1000px;
margin: 0px auto;
padding-top: 20px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 20px;
}

/* 

// -------------------------------------------------------------------------

//  pager

// -------------------------------------------------------------------------

*/
.pagerArea{
	text-align:center;
}
.pagerArea ul.pagerList{
	display:inline-block;
	overflow:hidden;
}
.pagerArea ul.pagerList li{
	float:left;
	margin:0 0.5em 0.5em 0;
}
.pagerArea ul.pagerList li:last-child{
	margin-right:none;
}
.pagerArea ul.pagerList li a{
	display:block;
	color:#FFF;
	background:#99CC33;
	text-decoration:none;
	padding:0.5em 0.7em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.pagerArea ul.pagerList li a:hover{
	background:#CCC;
}
/* 

// -------------------------------------------------------------------------

//  pagecommon Section

// -------------------------------------------------------------------------

*/


section h1 {
	margin: 0px auto;
}
.bold {
	font-size: 1.5em;
	letter-spacing: 5px;
}


.box {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	clear: both;
	display: inline-block;
}
.box_waku {
	width: 90%;
	margin: 2% auto;
	padding: 5%;
	clear: both;
	border: 1px solid #000000;
	line-height: 200%;
	display: inline-block;
	text-align: left;
}
.box_waku figure {
	text-align: center;
}
.light {
	font-size: 0.8em;
	color: #C2C2C2;
	word-spacing: 2em;
}
.alignleft {
	float: left;
	width: 48%;
}
.alignright {
	float: right;
	width: 48%;
}
.text_center {
text-align: center;
line-height: 2em;
padding-top: 30px;
padding-bottom: 30px;
}
.PageNav  {
	margin: auto;
	clear: both;
	text-align: center;
}

.PageNav li  {
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline;
	margin: 2%;
}
.clear {
	clear:both;
}
.page_title {
padding: 100px 20% 30px;
background-image: url(../images/studio_bg.jpg);
top: -500px;
}
.page_title h2 {
text-align: center;
font-size: 2.5em;
letter-spacing: 10px;
padding-bottom: 30px;
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
color: #003333;
display: none;
}

.midashi {
letter-spacing: 5px;
background-repeat: no-repeat;
font-weight: bolder;
font-size: 2em;
text-align: left;
padding-left: 70px;
padding-top: 20px;
padding-bottom: 18px;
font-family: "Noto Sans Japanese";
margin-left: auto;
margin-right: auto;
background-image: url(../images/midashi_icon.jpg);
border-bottom: thick solid #003333;
margin-bottom: 20px;
background-color: #FFFFFF;
}

.midashi2 {
letter-spacing: 5px;
background-repeat: repeat-x;
font-weight: bolder;
font-size: 2em;
text-align: left;
padding-bottom: 30px;
font-family: "Noto Sans Japanese";
margin-left: auto;
margin-right: auto;
background-image: url(../images/midashi_bg2.jpg);
width: 100%;
margin-bottom: 20px;
padding-top: 10px;
}

.midashi3  {
font-size: 1.2em;
font-weight: bolder;
text-align: left;
color: #850E10;
letter-spacing: 3px;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

.bur_center {
width: 70%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}


.hidden {
	display: none;
}

.title_text {
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
text-align: justify;
letter-spacing: 2px;
line-height: 2em;
background-image: url(../images/tiare.png);
background-repeat: no-repeat;
background-position: right top;
}
.text {
text-align: left;
color: #606060;
line-height: 1.8em;
}

#bnrSection  {
background-image: url(../images/bnrsection_bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
clear: both;
padding-bottom: 50px;
display: block;
}

/* 

// -------------------------------------------------------------------------

//   INDEX

// -------------------------------------------------------------------------

*/

#slider {
position: relative;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
top: -80px;
}
#Top_merit {
position: absolute;
margin-left: auto;
margin-right: auto;
width: 100%;
display: block;
z-index: 500;
top: 250px;
}

#special  {
clear: both;
width: 1000px;
display: block;
margin: 20px auto 50px;
}


#about  {
clear: both;
width: 1000px;
background-image: url(../images/kodawari_pic.jpg);
background-repeat: no-repeat;
display: block;
margin-left: auto;
margin-right: auto;
background-position: right bottom;
height: 400px;
}
#about .title {
font-weight: bolder;
font-size: 2.5em;
padding-bottom: 5px;
padding-top: 10px;
letter-spacing: 5px;
color: #99444A;
font-family: Georgia, "Times New Roman", Times, serif;
}

#about .sub {
font-weight: bolder;
font-size: 1.4em;
padding-bottom: 20px;
letter-spacing: 5px;
color: #99444A;
}

#about .about_text  {
font-size: 1em;
padding-bottom: 10px;
padding-top: 20px;
letter-spacing: 3px;
text-align: left;
width: 50%;
}

#about .about_bn  {
font-weight: bolder;
font-family: 'Racing Sans One', cursive;
padding-bottom: 50px;
padding-top: 10px;
float: left;
}

#studio {
padding-top: 50px;
padding-bottom: 50px;
background-image: url(../images/studio_bg.jpg);
width: 100%;
background-repeat: repeat;
}
.studio_description li {
display: inline-block;
width: 360px;
text-align: left;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 50px;
letter-spacing: 4px;
font-weight: 600;
font-size: 1.4em;
color: #343434;
}
.studio_description  a {
color: #595959;
}
.studio_description :hover {
color: #AEAEAE;
}


#mainNAV {
clear: both;
width: 100%;
display: block;
background-image: url(../images/contents_bg.jpg);
background-repeat: repeat;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #FFFFFF;
padding-top: 50px;
padding-bottom: 50px;
}
#mainNAV ul {
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
}
#mainNAV li {
display: inline;
}
#infoSection {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
}
#infoSection .title {
background-image: url(../images/titlepic_news.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
clear: both;
padding-bottom: 50px;
display: block;
}
#infoSection .titlemidashi {
padding-top: 200px;
font-weight: 500;
font-size: 3em;
letter-spacing: 30px;
color: #FFFFFF;
padding-left: 5%;
padding-bottom: 20px;
text-align: center;
}

#Topics_news {
width: 100%;
height: 400px;
padding-top: 50px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 50px;
clear: both;
background-image: url(../images/contents_bg.jpg);
}


#news  {
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}
.scroll  {
	width: 90%;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#news dl  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#news dt {
	font-weight: 500;
	color: #AD102D;
	text-align: left;
}
#news dd {
	clear: both;
	text-align: left;
}

#news .date  {
	width: 6em;
	color: #818160;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
}


#picup {
background-color: #FFFBE3;
padding-left: 20px;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
}

#picup .text_picup {
text-align: left;
padding-top: 20px;
padding-bottom: 20px;
font-size: 1.2em;
line-height: 170%;
width: 80%;
margin-left: auto;
margin-right: auto;
}
#picup .youtube_s {
display: none;
}

/* bxslider画像レイアウト
===================================*/

.bxslider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}

.bx-viewport {
    max-height: 900px;
}


/* 

// -------------------------------------------------------------------------

//   ABOUT

// -------------------------------------------------------------------------

*/

#title_about {
width: 100%;
background-image: url(../images/titlepic_about.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}

.company_text {
padding-left: 5%;
text-align: justify;
float: left;
line-height: 1.8em;
padding-top: 2%;
padding-bottom: 2%;
padding-right: 25px;
}
.company_daihyo {
float: right;
padding-right: 0px;
padding-left: 5%;
}
.contact {
text-align: center;
}
	
.location {
padding-top: 20px;
padding-bottom: 20px;
letter-spacing: 4px;
}
.location_name {
font-weight: bolder;
font-size: 1.5em;
letter-spacing: 5px;
padding-top: 10px;
}
.hissu {
font-size: 0.8em;
letter-spacing: 10px;
color: #FF3B3F;
float: right;
}


/* 

// -------------------------------------------------------------------------

//   class

// -------------------------------------------------------------------------

*/

#title_class {
width: 100%;
background-image: url(../images/titlepic_class.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}


/* 

// -------------------------------------------------------------------------

//   lesson

// -------------------------------------------------------------------------

*/

#title_lesson {
width: 100%;
background-image: url(../images/titlepic_lesson.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}


/* 

// -------------------------------------------------------------------------

//   studio

// -------------------------------------------------------------------------

*/

#title_studio {
width: 100%;
background-image: url(../images/titlepic_studio.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}
.studio_map {
padding-bottom: 100px;
padding-top: 100px;
width: 1000px;
}


/* 

// -------------------------------------------------------------------------

//   gallery

// -------------------------------------------------------------------------

*/


#title_gallery {
width: 100%;
background-image: url(../images/titlepic_gallery.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}

.works {
width: 270px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
border: 1px solid #C6C6C6;
display: inline-block;
margin-bottom: 30px;
}

.voice_qa {
width: 70%;
padding: 5% 0px;
margin: 0px auto;
}
.pic_center {
padding-top: 30px;
padding-left: auto;
padding-right: auto;
text-align: center;
}


.genba  {
background-color: #FFFFFF;
padding-top: 30px;
padding-bottom: 30px;
clear: both;
}


/* 

// -------------------------------------------------------------------------

//   event

// -------------------------------------------------------------------------

*/


#title_event {
width: 100%;
background-image: url(../images/titlepic_event.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}

.flow {
width: 80%;
margin: auto;
padding-top: 50px;
padding-bottom: 10px;
text-align: left;
clear: both;
display: block;
border-top: 1px dotted #8B8B8B;
}

.report_date {
padding-top: 30px;
text-align: left;
color: #A6A6A6;
}
.report_title {
letter-spacing: 3px;
font-size: 1.1em;
text-align: left;
line-height: 2em;
font-weight: bold;
}


.report_text {
line-height: 2.5em;
text-align: left;
}

/* 

// -------------------------------------------------------------------------

//   hoike

// -------------------------------------------------------------------------

*/


#title_hoike {
width: 100%;
background-image: url(../images/titlepic_hoike.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}


/* 

// -------------------------------------------------------------------------

//   haumana

// -------------------------------------------------------------------------

*/


#title_haumana {
width: 100%;
background-image: url(../images/titlepic_haumana.webp);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}

.pass_contents {
width: 80%;
margin: auto;
padding-top: 50px;
padding-bottom: 10px;
text-align: left;
clear: both;
display: block;
border-top: 1px dotted #8B8B8B;
}





/* 

// -------------------------------------------------------------------------

//   contact

// -------------------------------------------------------------------------

*/

#title_contact {
width: 100%;
background-image: url(../images/titlepic_contact.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
text-align: center;
display: block;
clear: both;
top: -200px;
padding-top: 300px;
height: 200px;
position: relative;
padding-bottom: 100px;
}
.contact dl {
margin-top: 0px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
padding-right: 20px;
padding-top: 50px;
padding-bottom: 30px;
border-bottom: 1px dotted #DADADA;
width: 90%;
}
.contact dd {
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}
.form {
    display: block;
    height: 1300px;
}

/* lisket-form */
 /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form { 
width: 90%;
margin-left: auto;
margin-right: auto;
}
 /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th {
border: 1px solid #aaa;
} 
 /* 見出しセルの背景色を指定 */
.lisket-form-maker-form th {
background-color: #ccb896;
text-align: right;
padding-top: 1%;
padding-right: 1%;
padding-bottom: 1%;
padding-left: 1%;
} 
 /* テキストアラインを指定 */
.lisket-form-maker-form td {
padding-top: 1%;
padding-right: 1%;
padding-bottom: 1%;
padding-left: 1%;
text-align: left;
} 
/* 例テキストの文字色を指定 */
.lisket-form-maker-form span.example  { 
color: #2C9AB7; 
}          


}
