@charset "utf-8";
/* CSS Document */

/* 基本 */
body {
	padding-bottom: 0;
	font-family: "ヒラギノ角ゴシック ProN",Helvetica;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color:#000000;}

img{border:0;}


#main-box{
	width:100%;
	margin: 0 auto;
	height:auto;
	padding:0px;
	text-align:center;
	max-width:1100px;
	min-width:700px;
	}
/* 基本 */


/* ここからヘッダー */

.head_pc
{width:85%;margin-top: 20px;}

.head_pc-logo
{float:left;width:16%;}

.head_pc-list
{float:right;width:65%;}

.clear
{clear: both;}

.h-menu ul{
    display: flex;
    text-align: center;
}

.h-menu ul li{
    margin: 0 5%;
padding-top: 5%;
	font-size: 1.2em;
    color: #cd9a83;
}

/* ここまでヘッダー */



/* indexメッセージ */
.first-view-text{
  text-align: center;
margin-top: 50px;
	margin-bottom: 100px;
}

.sincerast-message{
	margin-top: 30px;
	text-align: left;
	line-height: 1.8em;
	padding-left: 10px;
	padding-right: 10px;
}

.sincerast-message p{
	margin-top: 30px;
}
/* indexメッセージ */


/* ここからフッター */
.f-menu{margin-top: 10%;}

.f-menu ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	font-size: 1.2em;
    color: #cd9a83; 
}　



/*About*/


.president{
  margin-top: 40px;
}

#names{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
}

.td1{font-weight: bold;width: 22%;padding-bottom: 10%;}
.td2{width: 78%;padding-bottom: 10%;vertical-align: top;}

/*About*/

/*Contact*/
.eee{
  max-width: 1000px;
  margin: 0 auto;
  padding:40px 60px 0 0;
  display: flex;
}

.eef{
  width: 50%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eef img{
  display: block;
  width: 18%;
}

.eeh{
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
/*Contact*/



/* スマホ切替 */
.pc_main {display: block !important;}
.sp_main { display: none !important; }
@media only screen and (max-width: 699px) {
.pc_main { display: none !important; }
.sp_main {display: block !important;}
}
/* スマホ切替 */

.sp_logo{text-align: left;width:20%;margin-bottom: 2%;margin-top: 1%;margin-left: 1%;}

.sp-first-view-text{
  text-align: center;
margin-top: 5%;
	margin-bottom: 10%;
}

.sp-first-view-text h1{
  font-size:1em;
}

.sp-sincerast-message{
	font-size:0.85em;
	margin-top: 3%;
	text-align: left;
	line-height: 1.8em;
	padding-left: 2%;
	padding-right: 2%;
}

.sp-sincerast-message p{
	margin-top: 3%;
}

.sp-fmenu{text-align:center;color: #cd9a83;margin-top:15%;}

.sp-ad{margin-top:10%;clear: both; width:100%;padding-left: 5%;font-size: 0.8em;}

/*About*/
.sp-company{margin-top:5%;width:100%;text-align:left;padding-left: 2%;}
.sp-company strong{display:block;margin-top:10%;}
.sp-company p{margin:0px;}

/*Contact*/
.sp-eee{
  margin: 0 auto;
  display: flex;
}

.sp-eef{
  width: 50%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-eef img{
  display: block;
  width: 15%;
}

.sp-eeh{
  padding-left: 3%;
  font-size: 1.2em;
  font-weight: bold;
}
/*Contact*/



