@charset "UTF-8";

body,header,footer,section,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,article,aside,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,p{
    margin:0;padding:0;
}


body{
	background-color: #FFFBEB;
}

.center{
	text-align: center;
}

html,body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{margin:0;padding:0;border:none;}
li{list-style-type: none;}

.clear{clear: both;}

 /*---------------------------------------- */
/* PC */
/*---------------------------------------- */
@media screen and (min-width: 950px){

#contact-page .tit{
color:#fff;
margin:70px auto 0 auto;
border-bottom:1px solid #fff;
padding-bottom:25px;
width:150px;
}

.pcHidden{
display:none;
}

.pageTitle_contact {
    background-image: url(../img/contact_header.png);
}

.pageTitle_contact {
    height: 176px;
    color:#fff;
    text-align:center;
    font-size:30px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 65px;
}





.oemDemocase li{
margin-bottom:10px;
}



.mainImage{
	width: 1200px;
	margin:0 auto;
}

.mainImage img {
    width: 100%;
    height: auto;
}

.logo-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 300px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 70% auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  text-indent: -9999px;
}

/*---------------------------------------- */
/* スクロール */
/*---------------------------------------- */

#goTop{
position:fixed;
bottom:35px;
right: 10px;
}

/*---------------------------------------- */
/* 固有 */
/*---------------------------------------- */

#kids-page #kidsHeader img{
width:100%;
}

#kids-page .kidsNav{
width:70%;
margin:-100px auto 0 auto;
}

#kids-page .kidsNav ul{
display: flex;
justify-content: space-between;
}

.tel_no {
  position: absolute; /* スクロールに追従しない */
  top: 20px; /* 上から20px */
  right: 20px; /* 右から20px */
  width: 250px; /* 横幅を250pxに設定 */
}

.tel_no img {
  width: 100%; /* 画像の幅を親要素の幅に合わせる */
  height: auto; /* アスペクト比を保ったまま高さを調整 */
}


/*位置ずらし*/

.kidsNav {
  position: relative;
  top: -100px; /* 上に200pxずらす */
}

.kidsNav{
	margin-top: -100px;
}

.kidsNav .btn_01{
	padding-top: 40px;
}

.kidsNav .btn_02{
	padding-top: 20px;
}

.kidsNav .btn_03{
	padding-top: 80px;
}

.kidsNav .btn_04{
	padding-top: 0px;
}

#topPage .news{
	margin-top: -100px;
}

#topPage .news .center img{
	width: 30%;
	margin-bottom: 20px;
}

#topPage .news dl{
	width: 40%;
	margin: 0px auto 10px auto;
}

#topPage .news dl dt{
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.5em;
}

#topPage .news dl dd b{
	color: #7B5016;
}


#topPage .container{
	width: 100%;
	background-color: #A58D10;

	padding: 20px;
}

.contact-list .widget-title {
  text-align: center !important;
}

#topPage .container .widget-title {
  text-align: center;
  color: #A58D10;
  background-image: url("img/titleHead.png");
  background-repeat: no-repeat;
  background-size: contain; /* 画像を縦横比そのままで収める */
  background-position: center; /* 中央揃え */
  height: 60px; /* 高さ100pxに固定 */
  line-height: 60px; /* テキストの縦位置も中央にするなら */
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);

}

#topPage .container .data1 {
  float: left;
  width: 48%; /* 必要なら調整 */
}

#topPage .container .data2 {
  float: right;
  width: 48%; /* 必要なら調整 */
}

/* clearfix 入れると親の高さ崩れ防止できる */
#topPage .container::after {
  content: "";
  display: block;
  clear: both;
}

#topPage .container .data1,
#topPage .container .data2{
	padding: 10px;
	width: 45%;
	margin: 10px 20px;
}

#topPage .container .data1 dt::before {
  content: "";
  display: inline-block;
  width: 22px; /* アイコンのサイズ */
  height: 22px;
  background-image: url("img/ginkgoNut.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px; /* 画像とテキストの隙間 */
  vertical-align: middle;
}

#topPage .container .data1 dt{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#topPage .container .data1 dd{
	color: #fff;
}

#topPage .container .data2 iframe{
	width: 500px;
	height: 300px;
}

#philosophy {
  display: flex;
  margin:0 auto;
  background-color: #fff;
}

#philosophy .left {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #f9f9f9;
  color: #46921D;
  border-right: 4px solid #46921D;
  padding: 20px;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
}

#philosophy .right {
  padding: 30px;
  font-size: 16px;
  line-height: 2;
  flex: 1;
}

#philosophy .right p{
	text-indent: 1em;
	margin-bottom: 20px;
}

#philosophy .right h2{
  color: #46921D;
}

#philosophy .right h3{
  color: #696969;
}

footer .copyright{
	background-color: #FFEFA5;
	padding: 30px;
	font-size: 0.7em;
}

footer .footerTree{
	width: 90%;
	margin: -250px auto 0 auto;
	text-align: right;
}

}

/*---------------------------------------- */
/* スマートフォン */
/*---------------------------------------- */
@media screen and (max-width: 949px){


#kids-page #kidsHeader img{
width:100%;
}

#kids-page .kidsNav{
width:70%;
margin:-50px auto 0 auto;
}

#kids-page .kidsNav ul{
display: flex;
justify-content: space-between;
}


.logo-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 150px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: 70% auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  text-indent: -9999px;
}

.tel_no {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #23A112; /* 必要なら背景色 */
  text-align: center;
  padding: 5px 0;
  z-index: 9999; /* 他の要素より前面に表示 */
}

.tel_no img {
  width: 250px; /* 必要ならサイズ調整 */
  max-width: 100%;
  height: auto;
}



/*位置ずらし*/

#topPage .kidsNav {
  position: relative;
  top: -50px;
  width: 90%;
}

#topPage .kidsNav ul li{
	width: 25%;
}

#topPage .kidsNav ul li img{
	width: 100%;
}


.kidsNav .btn_01{
	padding-top: 40px;
}

.kidsNav .btn_02{
	padding-top: 20px;
}

.kidsNav .btn_03{
	padding-top: 60px;
}

.kidsNav .btn_04{
	padding-top: 10px;
}

#topPage .news{
	margin-top: -40px;
}

#topPage .news .center img{
	width: 60%;
	margin-bottom: 10px;
}

#topPage .news dl{
	width: 90%;
	margin: 0px auto 10px auto;
}

#topPage .news dl dt{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#topPage .news dl dd b{
	color: #7B5016;
}


#topPage .container{
	background-color: #A58D10;
	padding: 20px;
}

#topPage .widget-title {
  text-align: center;
  color: #A58D10;
  background-image: url("img/titleHead.png");
  background-repeat: no-repeat;
  background-size: contain; /* 画像を縦横比そのままで収める */
  background-position: center; /* 中央揃え */
  height: 60px; /* 高さ100pxに固定 */
  line-height: 60px; /* テキストの縦位置も中央にするなら */
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);

}

.textwidget .data2 iframe{
	width: 100%;
}

#topPage .container .data1,
#topPage .container .data2{
	padding: 10px;
}

#topPage .container .data1 dt::before {
  content: "";
  display: inline-block;
  width: 22px; /* アイコンのサイズ */
  height: 22px;
  background-image: url("img/ginkgoNut.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px; /* 画像とテキストの隙間 */
  vertical-align: middle;
}

#topPage .container .data1 dt{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#topPage .container .data1 dd{
	color: #fff;
}

#philosophy {
  display: flex;
  margin:0 auto;
  background-color: #fff;
}

#philosophy .left {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #f9f9f9;
  color: #46921D;
  border-right: 4px solid #46921D;
  padding: 10px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  width: 60px;
}

#philosophy .right {
  padding: 30px;
  line-height: 2;
  flex: 1;
}

#philosophy .right p{
	font-size: 0.7em;
	text-indent: 0.7em;
	margin-bottom: 20px;
}


#philosophy .right li{
	font-size: 0.7em;
}
	
#philosophy .right h2{
  color: #46921D;
  font-size: 0.9em;
  line-height: 0.9em;
}

#philosophy .right h3{
  color: #696969;
   font-size: 0.8em;
}

.footerTree img {
  opacity: 0.5;
}

footer .copyright{
	background-color: #FFEFA5;
	padding: 30px;
	font-size: 0.7em;
}

footer .footerTree{
	width: 90%;
	margin: -250px auto 0 auto;
	text-align: right;
	margin-bottom: 100px;
}



}
