 /* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,700,800);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
        color: #323232;
line-height: 1.5em;
/* ---	line-height: 1.5em;	 --- */

}



/* --- section bg var --- */

.bg-lightbrown {
	background: #faf5ec;
}
.bg-wine {
	background: #583a32;
}

.bg-bw {
	background: #ddcdaf;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #494949;
}

.bg-black{
	background: #000000;
}

.bg-dark{
	background: #323232;
}

.bg-navy {
	background: #bbd1e0;
}
.bg-brown {
	background: #ccba97;
}
.bg-off{
	background: #fafafa;
}
.bg-off2{
	background: #cbcbcb;
}
.bg-off3{
	background: #f8f6f3;
}
.bg-gr{
	background: #f1ecdd;
}
.bg-photo{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image-bg.jpg");
background-repeat:repeat-x;
}
.bg-photo2{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image011.gif");
background-repeat:repeat;
}
.bg-photo3{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image012.gif");
background-repeat:repeat;
}
.bg-photo4{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image013.gif");
background-repeat:repeat;
}
.bg-photo5{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image014.gif");
background-repeat:repeat;
}
.bg-photo6{
/* ---   background: #ffffff;   --- */
background-image: url("../img/image015.gif");
background-repeat:repeat;
}
ps {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #323232
  line-height: 1.1em;
}

pw {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.1em;
}

pgr{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #cccccc;
  line-height: 1.1em;
}

p-blue {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0084e0;
  line-height: 1.1em;
}
pssred {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #db72af;
  line-height: 1.2em;

}
pssredbig {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #db72af;
  line-height: 1.2em;

}

h1big {
	font-size: 56px;
	line-height: 1.2em;
}

h1 {
	font-size: 32px;
margin-bottom: 2px;
}
h1w{
	font-size: 32px;
	color: #ffffff;
	line-height: 1.6em;
margin-bottom: 2px;
}
h2 {
	font-size: 30px;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h2w {
	font-size: 28px;
	color: #ffffff;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h3 {
	font-size: 24px;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h3w {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}
h4 {
	font-size: 22px;
	line-height: 1.3em;
margin-bottom: 2px;
margin-top: 2px;
}
h4w {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.3em;
margin-bottom: 2px;
margin-top: 2px;
}
h5{
color: #454545;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}

h5bw{
color: #b28f5c;
font-size: 20px;
line-height: 1.4em;
margin-bottom: 2px;
margin-top: 2px;
}

h5w{
color: #ffffff;
font-size: 20px;
line-height: 1.2em;
margin-bottom: 2px;
margin-top: 2px;
}

h6 {
color: #454545;
font-size: 16px;
line-height: 1.35em;
margin-bottom: 2px;
margin-top: 2px;
	font-weight: 500;
}
h6bw {
color: #b28f5c;
font-size: 16px;
line-height: 1.35em;
margin-bottom: 1px;
	font-weight: 500;
}
h7 {
color: #323232;
font-size: 13px;
line-height: 1.35em;
margin-bottom: 1px;
	font-weight: 500;
/*-- ↑↑↑ 行間が効かない場合は[ display: block; ]  を記載する！↑↑  --*/

}




/*--　　オレンジカラー	  #ff7043  　　--*/


/*-- 
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{   --*/
/*--	color: #69655d;   --*/
/*--	font-weight: 500;   --*/
/*--	margin-bottom: 0px;   --*/
/*--	font-family: 'Montserrat', sans-serif;   --*/
/*--    }     --*/


/*-- リンク効果 --*/
a{
font-weight: 300;
/*--   color : #f07d3e; --*/
  color : #925722;
  transition: color 0.3s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
a:hover{
  color : #08d8f1;
  text-decoration: none;
}

/*-- 

a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #d2f100;
  transition: .3s;
  transform: translateX(-50%);
}
a:hover::after{
  width: 100%;
}

--*/

a:active{
  color : #f19f00;
}

/*-- リンク効果 --*/

/*-- 区切り線 --*/
.cp_hr03 {
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #666666;
}


/* ボタン02　*/
/* ここから下がボタンのCSS　*/
.button02{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 220px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #56b5ff; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button02:hover{
     background-color: #c0e2ff; /*ボタン色*/
}


/* ボタン03　*/
.button03{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 220px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #78a8c1; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button03:hover{
     background-color: #d3e3eb; /*ボタン色*/
}


/* ボタン04　小さいボタン*/
.button04{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 200px;
     height:70px;
     line-height: 70px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #c7a781; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button04:hover{
     background-color: #fcc800; /*ボタン色*/
}
/* ボタン　END　*/



/* ボタン05　楕円ボタン リンクを非リンクに変える*/
.button05{
     display:block;
margin-right:auto;
margin-left:auto;
     width: 200px;
     height:70px;
     line-height: 70px;
     color: #FFF;
pointer-events:none;/*リンクを非リンクに変える*/
     text-decoration: none;
     text-align: center;
     background-color: #96d4ff; /*ボタン色*/
     border-radius: 30px; /*角丸*/
border: none;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}
.button05:hover{
     background-color: #999999; /*ボタン色*/
     color: #000;
}
/* ボタン　END　*/


/* オンマウスで画像半調　*/
a img:hover{
    opacity:0.6;
}
/* オンマウスで画像半調　*/

/* オンマウスで画像少し拡大　*/
figure {
	overflow: hidden;
}
figure img {
	transition: .3s;
}
a:hover figure img {
	transform: scale(1.05);
}
/* オンマウスで画像少し拡大　*/



.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
       border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
        border: none;
	color: #fff;

}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}



/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 40px;
}
	
.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}
	
.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}



/* ==========================
Spacer
============================= */

#spacer1{	
	background-image: url(../img/spacer/s1.jpg);
}
#spacer2{	
	background-image: url(../img/spacer/s2.jpg);
}


/* ================================
Intro　会社案内エリア
================================= */

#intro{
    height:635px;
    width:100%;
    background-color: #ffffff;
    background-image: url(../img/welcome-first.jpg);
    background-position:center;
    background-repeat:no-repeat;
    overflow-y:hidden;
    text-align:center;
    position:relative;
}


.intro-text {
	position:relative;
	width:100%;
	margin-top:200px;
	z-index:1000;
}
#intro .brand {
	margin-top: 40px;
}
.intro-text h1 a {
	color:#fff;
	text-align:center;
	font-weight: 700;
	font-size: 40px; 
	line-height:1.1em;
	padding-top:30px;
	text-transform: uppercase;	
}
.intro-text h1 a:hover {
	text-decoration: none;
}

.line-spacer {
	width: 20%;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:1px solid #fff;
}

.intro-text p span {
	color:#fff;
	font-size: 24px;
	text-align:center;
	font-weight: 300;
}


/* ================================
About
================================= */
.box-team img {
	margin-bottom: 10px;
}



/* ================================
Services
================================= */

.service-box p {
	margin-bottom: 20px;
}

.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}








/* ================================
Works
================================= */


.lb-album{
	margin-left:40px;
	list-style: none;
	width: 100%;
	margin: 0 auto;
}
.lb-album li{
	float: left;
	margin: 10px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 150px;
	height: 150px;
	position: relative;
	padding: 0;
	background: #2b2b2b;
}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 32px;
	margin-top:0;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
	text-shadow: none;
	color: #353535;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	text-shadow: none;
	color: #353535;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 28px;
}
.lb-overlay div p{
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	
	z-index: 1001;
	color: #353535;
	position: absolute;
	top: 43px;
	left: 50%;
	
	font-size: 28px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}


/* ================================
Contact
================================= */


/* ================================
Bottom widget
================================= */
ul.social-network {	
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

/* ================================
Footer
================================= */
footer {
	background: #3e241e;
	color: #ececec;
	font-size: 10px;
	padding: 20px 0 20px;
	font-weight: 300;
}


/* ================================
more media queries
================================= */

@media (max-width:768px) {
	#intro{
		background-image: url(../img/bg-mac.png);
		background-size:100%;
	}
	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}	
	.box-team {
		margin-bottom: 30px;
	}

	
}

@media (max-width:992px) {


	.service p{
			margin-bottom: 60px;
	}

}

@media (max-width:480px){
	#intro{
		background-image: none;
	}
}


/* 上へ戻る
-------------------------- */

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* 上へ戻る
-------------------------- */

* ======================================================= */
* ==オンマウスで画像拡大=================================== */

.bigeffect{
    width:269px;
}

.bigeffect img{
    width:100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);

}

.bigeffect img:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);

    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(1.8);
    -webkit-box-shadow: 0 0 10px #ccc;


    position: relative;
    opacity: 1;
    z-index: 10;


}
/* 画像拡大
-------------------------- */




/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
-------------------------- */

.btn-real-dent {
  /*周りの凹み*/
  display: inline-block;
  position: relative;
  text-decoration: none;
 /* color: rgba(3, 169, 244, 0.54); /*アイコン色*/*/
  color:  #ff7c5c; /*アイコン色 オレンジ*/
margin:6px 12px;  /* ---上下左右に余白---- */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background: #f7f7f7;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
  /*  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);*/
}
.btn-real-dent i {
  /*ボタン自体*/
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 10px;
  top: 9px;
  border-radius: 50%;
  font-size: 40px;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
   /*   box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  border-bottom: solid 2px #b5b5b5;
}
  
.btn-real-dent .fa:active {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #d8d8d8;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン-------------------------- */
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8f2c;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
margin:6px 12px;  /* ---上下左右に余白---- */
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン四角-------------------------- */
.btn-square-emboss {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #4868ad;/*ボタン色より暗く*/
  font-size: 20px;
  width: 120px;
  height: 40px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
  border-bottom: solid 3px #627295;
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
margin:6px 12px;  /* ---上下左右に余白---- */
}

.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;
}



/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン２　二重丸-------------------------- */
.btn-circle-border-double {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #f07d3e;
 /*  color: #668ad8;---- */
  width: 80px;
  height: 80px;
  line-height: 120px;
  border-radius: 50%;
  border: double 4px #f07d3e;
 /*  border: double 4px #668ad8;---- */
  text-align: center;
  overflow: hidden;
  transition: .6s;
margin:6px 12px;  /* ---上下左右に余白---- */
}

.btn-circle-border-double:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

 /* ---Font Awesome の色を変える---- */
.my-gray {color: #989898}
.my-skyblue {color: skyblue}
.my-orange {color: #913f09}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
クローズボタン四角　矢印付き-------------------------- */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: nomal;
  padding: 0.75em 0.5em;
  text-decoration: none;
  width: 165px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;  /*テキストカラー------------ */
  background: #ec710e;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #afe95d;
  color: #4a7a05;
}


/* ボタン　参考HP
https://saruwakakun.com/html-css/reference/buttons
上だけ角丸ボタン-------------------------- */
.btn-top-radius {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  text-decoration: none;
  color: #FFA000;
  background: #fff1da;
  border-bottom: solid 4px #FFA000;
  border-radius: 15px 15px 0 0;
  transition: .4s;
}

.btn-top-radius:hover {
  background: #ffc25c;
  color: #FFF;
}

/*　FontAwesome　 バージョン４の場合 */
.hogehoge:after {
  font-family: 'FontAwesome';
  content: "\f286";
}
 
/*　 FontAwesome　バージョン５の場合 */
.hogehoge:after {
  font-family: 'Font Awesome 5 Brands';
  content: "\f286";
}

/* パソコン用とスマートフォン用に
2種類の画像を表示・非表示に切り替えます。
https://fastcoding.jp/blog/all/frontend/responsive_img/
-------------------------- */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; } 
}

/* これでどんなに大きい画像でも、画面の枠からは飛び出ないようになります！
-------------------------- */
@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}


/* 画像の下の余白を無くす
隙間が邪魔だと感じるときだけその場所を指定
HTML
<div class="contents-image">
<img src="画像のパス">
</div>
-------------------------- */

.contents-image img {
  vertical-align: bottom;
}

.contents-image img {
  display: block;
}

/* 画像の下の余白を無くす
vertical-align: bottom; で全て画像の位置を下に揃える
-------------------------- */
img {
vertical-align:middle;
line-height: 1.0em;
}




