@charset "utf-8";
body {
    	font-family: "Poppins","Charlemagne Std Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    	color: #3e3a39;
      
}

/*
html{
-webkit-text-size-adjust: 100%;
}
*/
/*横向きにしたときにスマホ独自のはやめてね*/

#wrapper {
	margin: 0 auto;
    max-width:960px;/*960px*/
/*    width: 100%;*/
}
header p{
    text-align: center;
}
header img {
	margin-top: 40px;
	height: 62px;
	width: 108px;
}

header h1 {
	font-size: 20px;
/*	font-weight: bold;*/
	color: #808080;
	margin: 0px auto;
	padding: 30px 0 50px 0;
	text-align: center;
    letter-spacing:0.2em;
}

img{
border: 0;
max-width: 100%;
height: auto;
}


/*

nav ul {
    text-align: center;
}
nav ul li {
    padding: 23px;
    display: inline-block;
    box-sizing: border-box;
}
nav ul li a {
	color: #3e3a39;
	font-size: 17px;
	font-weight: bold;
	height: 10px;
	display: block;
	border-left: 9px solid #e0a0a0;
    padding: 5px;
	line-height: 13px;
	text-align: left;
}

nav ul li a:hover {
	color: rgba(62, 58, 57, 0.7);
    border-left: 9px solid #e04040;
}
*/
/*dp menuここから*/
#dropmenu{
  height: 20px;
  margin:10px 20px 120px 20px;
  text-align: center;
  letter-spacing:0.1em;
}
#dropmenu li{
  position: relative;
/*  width: 130px;*/
  line-height: 1.5;
  text-align: left;
/*  display: inline-block;*/
/*  box-sizing: border-box;*/
}
#dropmenu > li{
/*親要素の中の全部の子要素の意味*/
    display: inline-block;
    margin-right: 60px;
}
#dropmenu li a{
  border-left: 8px solid #e0a0a0;
  display: block;
  text-align: left;
  padding: 4px;
  color: #3e3a39;
  font-size: 14px;
  font-weight: bold;
  line-height: 13px;
}
#dropmenu li:hover > a{
  color: #e25f5f;
}
#dropmenu li ul{
  position: absolute;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%;
}
#dropmenu li ul li{
  overflow: hidden;
/*    margin-top: 1px;*/
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
/*  padding: 5px 0;*/
  background: #fff;
  text-align: left;
  font-size: 13px;
    line-height: 8px;
  font-weight: normal;
  border-left: 5px solid #fff;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 21px;
}
/*dp menuここまで*/

/*#mainimg{display:table;}
#works{display:table-cell;
 vertical-align:middle;}*/

#mainimg{
    text-align: center;
         justify-content:center;
}
#works {
	margin: 10px 10px 30px;
}
#works img {
	border-radius: 10px;
    margin: 5px;
    border: 1.5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 5px 1px rgba(204,204,204,0.5);
}
#works .relative:hover {
    opacity:0.85;
}
.relative {
    position: relative;
	float: left;
}

.absolute {
    position: absolute;
/*
	top:0;
	left:0;
*/
}

#news {
	clear: both;
}
#news h2 {
	border-bottom: 10px solid #e0a0a0;
	font-size: 18px;
    padding-top: 20px;
}
#news p {
	font-size: 14px;
	border-bottom: 2px dotted rgba(62, 58, 57, 0.5);
	line-height: 30px;
	padding: 10px;
    background-color: #fcecec;
      letter-spacing: 0.1em;
}
#news p:last-child {
    text-align: right;
  display: none;
}
#news a {
    color: #3e3a39;
}
#news a:hover {
    color: #e25f5f;
}
/*aboutプロフィール*/
#about {
    margin: auto;
    overflow: hidden;
}
#about h2 {
	border-bottom: 10px solid #e0a0a0;
	font-size: 18px;
    padding-top: 20px;
    margin-bottom: 10px;
}
#about div {
   max-width: 100%;
}

#about .prof {
    float: left;
    margin: 0px 5px 5px 30px;
    width: 70px;
    height: 140px;
    
}

#about .pro_text {
/*    float: right;*/
/*    width: 80%;*/
    margin: 5px 10px 5px 10px;
    text-align:justify;
    word-break:break-all;
   /*変なところで改行されないように*/
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

/*PDF*/

.pdftext{
    padding: 10px 0;
}
.pdf ul {
	padding: 0px;
}
.pdf ul li {
	background-color: rgba(224, 160, 160, 0.13); /* メニューの背景色 */
	list-style-type: none;
	float: left;
	width: 16.6666%;
}
.pdf ul li a:link {
	color: #3e3a39; /* リンクの文字色 */
	text-decoration: none;
	display: block;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.pdf ul li a:visited {
	color: #e25f5f; /* クリック後のリンクの文字色 */
	text-decoration: none;
	display: block;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.pdf ul li a:hover {
	color: #FFFFFF; /* マウスカーソルを合わせた時の文字色 */
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #e0a0a0; /* マウスカーソルを合わせた時の背景色 */
}


footer {
　　width:100%;　
    clear: both;
    background-color: #e0a0a0;
    margin: auto;
}
footer ul {
    text-align: center;
/*    float: left;*/
}
footer ul li {
    display: inline-block;
    margin: 10px 10px 5px 10px;
}
footer ul li a{
    color: #3e3a39;
	height: 10px;
	display: block;
	border-left: 3px solid rgba(255, 192, 203, 0.67);
    padding: 5px;
	line-height: 13px;
	text-align: left;
    letter-spacing: 0.1em;
}

footer p {
	clear: both;
	text-align: center;
}
footer p img {
    padding: 5px;
}
footer p img:hover {
    opacity:0.7;
}
footer .copy {
    line-height: 40px;
    font-size: 14px;
      letter-spacing: 0.1em;
}
footer a {
    color: #3e3a39;
}
footer a:hover{
    color: #e25f5f;
}
/* ----- WEBページ ----- */
.title{
font-size: 80%;
color:rgba(62, 58, 57, 0.84);
text-align: left;
line-height: 0.5;
}
.title:hover{
color:#e25f5f;
}
.webinfo{
overflow: hidden;
width: 100%;
height: 20px;
margin: 0 auto;
padding: 0;
}
.webinfo li{
float: left;
width: 30%;
margin-left: 5px;
list-style: none;
}
#workstxt{
  display: none;
}

/*640px以下の環境*/
@media screen and (max-width:640px) {
  html {
  line-height: 1.3;
  }
  body{
      font-size: 85.5%;
    }
  img {
      max-width: 100%;
      height: auto;
  }
  #wrapper{
      width: 90%;
      margin: 0 auto;
    }
  header img {
	margin-top: 20px;
	height: 34px;
	width: 60px;
}
  header h1{
    padding:15px 0 0px 0;
    font-size: 0.85em;
    letter-spacing: 0.3em;
  }
/*dp menuここから*/
#dropmenu{
  height: 20px;
  margin:3px 20px 100px 20px;
  text-align: center;

}
#dropmenu li{
  position: relative;
  overflow: hidden;
}
#dropmenu > li{
/*親要素の中の全部の子要素の意味*/
    display: inline-block;
    background: #fff;
}
#dropmenu li a{
  border-left: none;
  display: block;
  font-weight: bold;
  line-height: 30px;
}

#dropmenu li:last-child ul{
  left: -100%;
  width: 100%;
}
/*
#dropmenu li ul li a{
    display: block;
    height: 100%;
*/
.worksnav li a{
    display: block;
    }
/*dp menuここまで*/
    
#works img{
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
    max-width:100%;
/*    margin-top: 5px;*/
      width: 96%;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px 0px #fff;
  margin-bottom: 0;
  }
.relative{
    text-align: center;
/*    margin:auto;*/
    width: 33%;
}
/*index.htmlのWorks詳細*/
#workstxt{
  display: block;
  width: 100%;
}
#workstxt a{
  width:16%;
  padding: 1%;
  margin: 10px 1px 0;
  color:#3e3a39;
  letter-spacing: 0.2em;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
/*  background-color: rgba(224, 160, 160, 0.26);*/
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 85%;
}
  #workstxt a:hover{
  color: #e25f5f;
  border: 1px solid #e25f5f;
  }
/*ここまで*/

#news p:last-child {
display:none;}

  #aboutprof{
/*    width: 90%;*/
    margin: 0 auto;
      text-align: justify;
/*    float: none;*/
  }
  .pro_text{
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  #about .prof {
/*    float: left;*/
    margin: 0px 2px 2px 10px;
    width: 50px;
    height: 100px;
}
.pdf ul li {
	width: 33.3333%;
}
    footer{
        width: 100%;
    }
footer img{
  text-align:center;
  }
.footerlist{
  font-size: 90%;
  }
footer ul li {
    display: inline-block;
    margin: 8px 8px 5px 8px;
  padding: 5px 0 15px;
}
footer ul li a{
    color: #3e3a39;
	height: 10px;
	display: block;
	border-left: 2px solid rgba(255, 192, 203, 0.67);
    padding: 2px;
	line-height: 13px;
	text-align: left;
    letter-spacing: 0.1em;
}
  
.shop{
    display: none;
  }
}
/*@media　end*/

/*all.html web.htmlなどのhtml*/
#sLogo {
    float: left;
}
#sLogo img {
    width: 50px;
    height: 25px;
    padding: 15px 0px 25px 15px;
}
.worksNavi ul {
    text-align: center;
/*    float: left;*/
}
.worksNavi ul li {
    display: inline-block;
    margin: 12px 10px 0px 10px;
/*
    list-style-image: url(../image/list_icon_all.png);
    list-style-type: circle;
*/
/*    padding: 10px;*/
}
.worksNavi ul li a{
    color: #3e3a39;
/*    width: 80px;*/
	height: 10px;
	display: block;
/*	border-left: 6px solid rgba(255, 192, 203, 0.67);*/
    padding: 5px;
	line-height: 13px;
	text-align: left;
}
.worksNavi ul li a:first-child {
    color: #d6048d;
}
.now {
    color: #e25f5f;
    font-size: 20px;
}

/*コンタクトページ*/
#contact h2 {
	border-bottom: 10px solid #e0a0a0;
	font-size: 18px;
    padding: 10px 0 3px 0;
}
#contact span {
    color: red;
    padding-left: 10px;
    font-size: 80%;
}
#contact table {
    margin: 0 0 10px;
    widows: 960px;
    border: solid 1px #ccc;
    border-collapse: collapse;
}
#contact th,#contact td {
    padding: 10px;
    border: solid 1px #ffffff;
/*    border-spacing: 0;*/
    vertical-align: middle;
    text-align: left;
    font-size: 86%;
}
#contact th {
    width: 250px;
    background-color: #ffeef1;
}
#contact p {
/*    text-align: center;*/
    font-size: 14px;
    margin: 10px;
}
input[type="text"],
input[type="email"] {
    width: 400px;
}
/*
input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}
*/
input[type="submit"],
input[type="reset"] {
    width: 130px;
    font-size: 100%;
    padding: 5px 0;
/*    margin-right: 10px;*/
}
input[type="submit"] {
    margin-right: 10px;
}
/*input:focus,*/
input[type="text"]:focus,
textarea:focus {
    outline: pink solid 2px;
    box-shadow: 0 0 3px pink;
    background-color: #ffeef5;
}
input[type="submit"]:active,
input[type="reset"]:active {
    background-color: #ffc8c8;
}

.text_center {
    text-align: center;
    margin: 20px 0 20px 0;
}
/*
label {
    padding-right: 10px;
    margin-right: 20px;
}
*/
/*label:hover,*/
/*
input[type="radio"]:hover,
input[type="checkbox"]:hover,
*/
input[type="submit"]:hover,
input[type="reset"]:hover {
cursor: pointer;
}

textarea {
width: 480px;
height: 100px;
}

