@charset "UTF-8";


#wrapper{
	width: 980px;
	margin: 0 auto;
}

#main {
	/*width: 100%;*/
	margin: 0 auto;
	text-align: center;
 
	overflow: visible;
	position: relative;
}

#mv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  margin-top: 20px;
	overflow: visible;
	position: relative;
}

/*#mv{
	display: none;
}*/



.PhotoBy{
	text-align: right;
}

/*serviceエリアの設定*/

#Service{
	width: 100%;
	margin: 0 auto;
}


#Service h2{
	text-align: center;
	margin-top: 70px;
}



#Service ul li{
	float: left;
	width: 309px;
	margin-right: 26px;
	margin-top: 5px;
	margin-bottom: 80px;
	
}

#Service ul li p.serviceImage{
	margin-bottom: 20px;
}

#Service ul li h3{
	margin: 0px 10px 0 10px;
	font-size: 2.0em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: center;
}
#Service ul li h4{
	margin:  0 10px 10px 10px;
	text-align: center;
}

#Service ul li p.serviceDescription{
	margin-bottom: 50px;
	margin: 10px;
	padding: 3px;
	font-size: 15px;
	line-height: 1.3;
}

#Service ul li:last-child {
	margin-right: 0;
}


/*worksエリアの設定*/

#Works{
	width: 100%;
	margin: 0 auto;
}


#Works h2{
	text-align: center;
}



#Works ul li{
	width: 100%;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	}


#Works .hp{
	/*width: 800px;*/
	text-align: center;
	/*margin-right: 120px;*/
	/*float: left;*/
}

#Works .hp p.worksImage{
	margin-bottom: 10px;
}

#Works .hp h3{
	margin: 0px 10px 0 150px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 460px;
}
#Works .hp h4{
	margin:  0 10px 10px 150px;
	text-align: left;
	font-size: 1.2em;
	width: 460px;
}

#Works .hp p.worksDescription{
	margin:  0 10px 10px 150px;
	text-align: left;
	width: 460px;
}

#Works .logoa{
	width: 370px;
	/*margin-right: 10px;*/
	margin-left: 10px;
	float: right;
}

#Works .logoa p.worksImage{
	/*margin-bottom: 10px;*/
	width: 370px;
}

#Works .logoa h3{
	margin: 0px 10px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 340px;
}
#Works .logoa h4{
	margin:  0 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
	width: 340px;
}

#Works .logoa p.worksDescription{
	margin:  0 10px 10px 10px;
	text-align: left;
	width: 340px;
}

#Works .logob{
	width: 370px;
	/*margin-right: 10px;*/
	margin-left: 10px;
	float: right;
}

#Works .logob p.worksImage{
	/*margin-bottom: 10px;*/
	width: 340px;
}

#Works .logob h3{
	margin: 0px 10px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #4B4B4B;
	text-align: left;
	width: 340px;
}
#Works .logob h4{
	margin:  0 10px 10px 10px;
	text-align: left;
	font-size: 1.2em;
	width: 340px;
}

#Works .logob p.worksDescription{
	margin:  0 10px 10px 10px;
	text-align: left;
	width: 340px;
}



#Works .logoa:last-child {
	margin-right: 0;
}

#Works .logob:last-child {
	margin-right: 0;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	color: #868585;
	text-decoration: none;
}
a h3:hover{
	opacity: 0.7;
}

a img :hover{
	opacity: 0.5;
}





/*見出し*/

#Works .hp h2 {
  width: 400px;
  text-align: center;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  font-size: 1.5em;
  margin: 0 0 1em 13em;
}


/*ボタン*/

.button-50 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em .8em 45px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%), 0 2px 3px -2px rgb(0 0 0 / 20%);
    background-color: #64C6F8;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

.button-50:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 10%);
}

.button-50::before {
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px;
    height: 85%;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 50% 75%, 100% 100%, 100% 0);
    content: '';
}

.button-50::after {
    position: absolute;
    top: 33%;
    left: 30px;
    transform: translate(-50%, -50%);
    color: #64C6F8;
    font-size: 1.2em;
    content: '★';
}





.button-45 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border-top: 1px solid #2589d0;
    border-right: none;
    border-bottom: 1px solid #2589d0;
    border-left: none;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.button-45::before,
.button-45::after {
    position: absolute;
    width: 1px;
    height: 140%;
    background-color: #2589d0;
    content: '';
}

.button-45::before {
    left: calc(3.1em / 5 - 1px);
}

.button-45::after {
    right: calc(3.1em / 5 - 1px);
}







.btn-square-emboss {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;;/*ボタン色*/
  color: #4868ad;/*ボタン色より暗く*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #627295;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.btn-square-emboss:active  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}








/*contactエリアの設定*/

#contact h2{
	text-align: center;
	margin-top: 50px;
}

#contactArea{
	background: url(../web_img/bgContent_contact01.png) no-repeat center;
	width: 980px;
	height: 690px;
	margin: 0 auto ;
	padding: 45px 0px 0 0;
	position: relative;
}

#contactArea .titleBox{
	position: absolute;
	top: 20px;
	left: 38px;
}

#contactArea .titleBox ul{
	padding-left: 3px;
}

#contactArea .titleBox ul li a{
	background: url(../img/icoShared_arrow.gif) no-repeat left center;
	padding-left: 12px;
	color: #6cc;
}

#contactArea #formWrap{
	margin-left: 150px;
	margin-right: 80px;
}

#contactArea #formWrap p#lead{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 1.45em;
	color: #333;
	text-align: center;
}

#contactArea .cntBox h3{
	margin-bottom: 10px;
	line-height: 1;color: #000;
	
}

#contactArea #formWrap #explanation{
	background-color: #f5f5f5;
	padding: 20px 0px ;
	text-align: center;
	margin-top: 30px;
	font-size: 1.2em;
	line-height: normal;
}

#contactArea #formWrap #explanation2{
	background-color: #f5f5f5;
	padding: 20px 0;
	text-align: center;
	margin-top: 20px;
}



#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 30px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


/*aboutエリアの設定*/

#About h2{
	text-align: center;
	margin-top: 70px;
}



#About .kiyoko .aboutImage{
	float: left;
	margin-right: 50px;
	margin-left: 90px;
}

#About .kiyobun{
	width: 230px;
	float: left;
}


#About .kiyobun h3{
	font-size: 1.3em;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 230px;
}

#About .kiyobun p{
	width: 230px;
	
}

#About .kiyobun p.aboutsoudan{
	float: clear;
}

#About .logoinst{
	width: 300px;
	float: right;
	margin-top: 40px;
	margin-right: 70px;
}

.insta_btn{
	margin-left: 120px;
	float: clear;
}








