﻿@charset "utf-8";
/*////////////////////////////////////////////////////////////

- mystyle.css


	body
	container
	header

////////////////////////////////////////////////////////////*/
body {
	text-align: center;
	width: 100%;
	color: #605531;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 とする*/
	font-family: "Helvetica Neue",
    "Arial",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    "sans-serif";
	font-size:80%;
    line-height: 1.5;
}
h1  {
	font-size: 100%;
	}
span {
    color: #ffffff;
}
#container  {
	width: 82%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 10;
}
#header  {
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	padding-top:0px;
	background-color:rgba(255,255,255,0.8);
	z-index: 50;
	text-align:center
}
#top-copy {
	clear:left;
	color:#383428;
	background-color:#993;
	padding-top:0;
	padding-bottom:0;
	margin:0,0,5px,0;
	font-size:small;
}
#top-logo {
	width: 100%;
	margin-bottom: 0px;
}
#menu {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto
	margin-right: auto;
	font-size:120%;}
.menu ul{
	list-style-type: none;
	display: flex; /* リストを横並びにするFlexBox */
	justify-content: center; /* 中央揃え */
	}
.menu ul li{
	margin-right: 8px;
	margin-left: 8px;
	}

#work-contents  {
	color: #CCC;
	text-shadow: 1px 1px 1px #000;
	width:100%;
	margin-top:160px;
	text-align:center;
	overflow:auto;
	size:100%;
	z-index: 10;
}

.bgimg-slider {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#middle-title  {
	width: 90%;
	margin-left: 40px;
	margin-top:155px;
	margin-bottom: 20px;
	height: auto;
	border-bottom-color: #993;
	border-bottom-style: solid;
	z-index: 10;
}
#middle  {
	width: 90%;
	margin-left: 40px;
	margin-top:10px;
	margin-bottom: 20px;
	overflow: auto;
	size:80%;
	z-index: 10;
}

#middle-table  {
	width: 90%;
	margin-left: 40px;
	margin-top:10px;
	margin-bottom: 20px;
	overflow: auto;
	size:80%;
	z-index: 10;
}

#middle-download  {
	width: 90%;
	margin-left: 40px;
	margin-right: 40px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	overflow:auto;
	z-index: 10;
	background-image:url(../images/download.png);
	background-repeat:  no-repeat;        
    background-position:center center;                     /* 画像の表示位置x軸とy軸を指定  */
    background-size:12%;
}
#middle-oshirase  {
	width: 85%;
	margin-left: 40px;
	margin-top:0px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: auto;
	size:80%;
	z-index: 10;
	background-color: #FFC;
}
#portfolio  {
	width: 94%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
	text-align:center;
}
#footer {
	clear: left;
	width: 100%;
	font-weight: bold;
	color: #383428;
	background-color: #993;
	padding-bottom: 5px;
	padding-top: 5px;
	z-index: 50;
}


a{/*リンクされた文字*/
    color:#695E36;
    font-style:normal;
	position: relative;
    display: inline-block;
    text-decoration:none;
	overflow:hidden;
}
a:link {/*未訪問のリンク*/
	color:#695E36;
	font-style:normal;
	text-decoration:none;
}
a:visited {
    color:#695E36;
}
a:hover {
	color: #993;
	text-decoration:none;
	transition-duration:0.3s;
	transform: scale(1.2) translateY(-2px);
	filter: drop-shadow(0 0 0.5rem lemonchiffon);
	z-index: 11;
}
 
/*アンダーラインのアニメーション
a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #993;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
アンダーラインのアニメーションここまで*/

.th {
	font-style:inherit;
	font-size: 80%;
}
#inputBox{
	border:0.5;
	border-bottom-color:#cccccc;
	border-radius:5px;
	box-shadow: none;
	padding: 0.5px 1px;
	color: #666666;
}

#inputBox:focus{
  outline: none;
}

/* デフォルトでは非表示 */
.error {
  display: none; 
}
/* 隣接セレクタで
 * input:invalidの隣の
 * エラーメッセージは表示する
 */
input:invalid + .error {
  font-size: 0.9em;
  display: block;
  color: red;
}

/* エラー時の表示 
*************************************** */
table.question .error_coution {
	color:#FF0000;
}
	
div.question_submit input.button {
	width: 150px;
}
.adress {
	color: #453E2B;
}
#container_error_page {
	border: 1px solid #000000;
	height: auto;
}
.smallimage {
border: 1px solid #CCC;
padding: 3px;
margin: 10px 5px 0 0;
}


/* ウィンドウ幅が0〜600pxの場合に適用するCSS 
 *************************************** */
@media screen and ( max-width:600px )
{
body{
	font-size: 14px;
	}
#container    {
	width: 100%;
}
#top-copy {
	display: none;
}#top-logo {
	width: 100%;
	bottom: 0px;

}
#menu {
	margin:0;
	width: 100%;
	line-height:100%
}
.menu ul{
	display: flex; /* リストを横並びにするFlexBox */
	justify-content: start; /* 中央揃え */
	font-size: 100%;
	flex-wrap: wrap;
	}
.menu ul li{
	position: relative;
	margin-bottom: 5px;
	}
#header  {
	line-height: 150%;
}
#middle-title  {
	width: 90%;
	margin-left: 10px;
	margin-top:120px;
	margin-bottom: 5px;
	height: auto;
	border-bottom-color: #993;
	border-bottom-style: solid;
}
#middle  {
	width: 90%;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom: 20px;
}
#middle-download  {
	width: 90%;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom: 20px;
	background-image:url(../images/download.png);
	background-repeat:  no-repeat;        
    background-position:center center;                     /* 画像の表示位置x軸とy軸を指定  */
    background-size:40%;
}
#middle-table  {
	width: 93%;
	margin-left: 3%;
	margin-top:3%;
}
#middle-oshirase  {
	width: 90%;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 5px;
	overflow: auto;
	z-index: 10;
	background-color: #FFC;
}
#portfolio  {
	width: 90%;
	margin: 5,5,20,5%;
	height: auto;
}
#middle-mailform  {
	width: 95%;
	margin-left: 10px;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
	transition-duration:none;
}
a::after {
  position: none;
  bottom: none;
  left:none;
  content: none;
  width: none;
  height: none;
  background:none;
  transform: none;
  transform-origin: none;
  transition: none;
}
a:hover::after {
  transform-origin: none;
  transform: none;
}

