/*------------------------------------------------
### 色 ###
------------------------------------------------*/

:root {
	--black-color: #202026;
	--white-color: #ffffff;
	--light-color: #ebf0f2;
	--dark-color: #bfbeba;
	--footer-color: #002f2f;
	--border-color: #002f2f;
	--accent-color: #ff6347;
	--orange-color: #ffd700;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

/*------------------------------------------------
### トップ ###
------------------------------------------------*/

@media (min-width: 1500px) {
  .navbar-expand-customize {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-customize .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-customize .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-customize .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-customize .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-customize .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-customize .navbar-toggler {
    display: none;
  }
}

.photo-like {
	border: 5px solid var(--white-color);
	object-fit: cover;
}

.my-top {
	display: inline;
	color: #ffffff;
	font-size: 16pt;
}

.my-top-title {
	display: inline;

	color: rgba(247,73,84);
	background: rgba(255,255,255);


/*
	color: rgba(247,73,84);
	color: #ffffff;
	background: rgba(247,73,84);
*/
	font-size: 24pt;
}

.my-top-message {
	display: inline;
	color: #000000;
	font-size: 16pt;
/*	font-weight: bold;*/
/*	text-decoration: underline; */
}

/*------------------------------------------------
### 代表メッセージ ###
------------------------------------------------*/

.message-backimage {
	background-image: url("../images/message_color.jpg");
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000000;

/*
	background-size: cover;	background-attachment: fixed;
*/
}

/*------------------------------------------------
### 開発実績 ###
------------------------------------------------*/

.my-picture-frame {
	position: relative;
	top: 0px;
	left: -200px;
	overflow: visible;
}

.my-picture-frame .image1 {
	position: absolute;
	top: 50px;
	left: 0px;
	transform: rotate(8deg);
}

.my-picture-frame .image2 {
	position: absolute;
	top: 100px;
	left: 300px;
	transform: rotate(20deg);
}

.my-picture-frame .image3 {
	position: absolute;
	top: 300px;
	left: 50px;
	transform: rotate(-15deg);
}

.my-picture-frame .image4 {
	position: absolute;
	top: 300px;
	left: 200px;
	transform: rotate(5deg);
}

/*------------------------------------------------
### お問い合わせ ###
------------------------------------------------*/

.my-table td {
	vertical-align: top;
}

/*----------------------------------------------------*/

.my-process-flow {

	display: flex;
	flex-direction: column;

	margin: 10px auto;

	justify-content: start;
	align-items: stretch;
	font-size: 14pt;
}

.my-process-item {
	color: #ffffff;
	background-color: rgba(220,20,60,1);
	padding: 5px 20px;
	margin: 0 10px;
}

.my-process-item-now {
	background: #fff000;
	padding: 5px 20px;
	margin: 0 10px;
}

.arrow_down {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: var(--accent-color);
	line-height: 1;
	width: 100%;
	height: 1.0em;
	margin: 5% 0;
}

.arrow_down::before {
	content: "";
	width: 1.0em;
	height: 1.0em;
	border: 0.1em solid var(--accent-color);
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}


/*------------------------------------------------
### 会社案内 ###
------------------------------------------------*/

.my-map {
	position: relative;
}

.my-map iframe {
	max-width: 500px;
	width: 100%;
	height: 500px;
}

/*------------------------------------------------
### ツールチップ ###
------------------------------------------------*/

.my-tooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

.my-tooltip p {
	margin:0;
	padding:0;
}

.my-description {
	display: none;
	position: absolute;
	padding: 0.5em 1em;
	font-size: 20px;
	line-height: 1.6em;
	color: #101010;
	background: #efefef;

	border-radius: 5px;
	
	width: 600px;
}

.my-tooltip:hover .my-description {
	display: inline-block;
	top: 30px;
	left: 30px;
}
