@charset "utf-8";

/* 共通設定 */

h1, h2, h3, h4{
    color: #366f75;
}
h5, h6{
    color: #1e4554;
}

/* リンク */

a:link{
    color: #265669; text-decoration: none;
}
a:visited{
    color: #8bb5c7; text-decoration: none;
}
a:hover{
    color: #3885a3; text-decoration: none;
}
a:active{
    color: #265669; text-decoration: none;
}

/* PAGE TOP設定 */

.pagetop-show {display: block;}
.pagetop a {
   display: block;text-decoration: none;text-align: center;z-index: 99;
   animation: opa1 1s 0.4s both;
   position: fixed;
   right: 60px;
   bottom: 110px;
   font-size: 0.8rem;
   background: #8ca389;
   color: #fff;
   width: 40px;
   line-height: 25px;
   border-radius: 50%;
}

.inquiry-show {display: block;}
.inquiry a {
  display: block;text-decoration: none;text-align: center;z-index: 99;
  animation: opa1 1s 0.4s both;
  position: fixed;
  right: 20px;
  bottom: 25px;
  font-size: 0.8rem;
  background: #6facb3;
  color: #fff;
  width: 120px;
  line-height: 35px;
  border-radius: 50%;
}

.card-title{
  color: #366f75;
}

#conte {
  line-height: 180%;
}
#conte .row{
  min-height: 160px;
  color: #2f2f2f;
}

#partner .card-body .clearfix p,
.card-body .clearfix h3{
  margin-left: 115px;
  line-height: 130%;
}
#partner .card-body .card-title{
  margin-bottom: 5px;
  color: #366f75;
}
#partner .card-body .card-subtitle{
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: #366f75;
}
#partner img {
  width: 100%;
}

#work .card-body .card-title{
  color: #366f75;
}
.emphasis{
  padding: 10px;
  background: #e0f0e7;
  font-weight: bold;
  color : #107f96;
  border-radius: 25px;
  border: 1px solid #07a386;
}

/* フローティングメニュー */

.floating-nav {
  position: fixed;
  width: 40px;
  right: 0;
  bottom: 12px;
  cursor: pointer;
}
.floating-nav a {
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-decoration: none;
}
.floating1 {
  background: #a0c8cc;
  border-radius: 20px 0 0 20px;
}
.floating2 {
  background: #6facb3;
  border-radius: 20px 0 0 20px;
}

/* 吹き出し */

.wf-balloon {
  position: relative;
  padding: 20px;
  border: 2px solid rgba(75, 75, 75, 0.85);
  border-radius: 12px;
}

.wf-balloon-left::before,
.wf-balloon-left::after,
.wf-balloon-right::before,
.wf-balloon-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.wf-balloon-left::before {
  left: -15px;
  border-right: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-left::after {
  left: -12px;
  border-right: 15px solid white;
}

.wf-balloon-right::before {
  right: -15px;
  border-left: 15px solid rgba(75, 75, 75, 0.85);
}
.wf-balloon-right::after {
  right: -12px;
  border-left: 15px solid white;
}

/* フォーム */

.form1 label{
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #1e4554;
}
.form-text{
 font-size: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
  max-width: 768px;
}
.form1 button{
  width: 250px;
  margin: 0 3rem 1rem 0;
  font-size: 1.1rem;
}
.form1 .form-group{
  margin-bottom: 2rem;
}
.contact1 label{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #1e4554;
}
.contact1 button{
  width: 250px;
  margin: 1.5rem 3rem 0 0;
  font-size: 1.1rem;
}
.btn-info {
  color: #fff;
  background-color: #42a198;
  border-color: #a0c8cc;
}
.btn-info:hover {
  color: #fff;
  background-color: #80bdae;
  border-color: #a0c8cc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:focus {
  color: #fff;
  background-color: #a0c8cc;
  border-color: #a0c8cc;
}
.btn:focus-visible {
  color: #fff;
  background-color: #a0c8cc;
  border-color: #a0c8cc;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, .5);
}

/* 色見本帳 */

.color {
  height: 70px;
  font-size: 0.8rem;
  border: 1px solid;
  border-color: #d7d7d7;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.color img{
  height: 70px;
  width: auto;
}

/* マウスホバーで画像を拡大 */

.hmv-sml:hover{
  transform: translateY(-3px);
}

.hmv-lag{
  transition-tranceform: 0.3s ease;
}
.hmv-lag:hover{
  transform: scale(1.05);
}

/* 下層ページ */

#breadcrumb-wrapper{
  border-bottom: 5px  solid;
  border-color: #c2d2ff;
}
#breadcrumb-wrapper,
.breadcrumb{
  font-size: 1rem;
  background-color: #7395c7;
  padding: 3px 0 3px 7px;
}
.breadcrumb a{
  color: rgba(255,255,255,.5);
}
.breadcrumb a:hover,
.breadcrumb a:focus{
  color: rgba(255,255,255,1);
}
.breadcrumb-item+.breadcrumb-item::before{
  content: ">";
  padding-right: 1rem;
  color: rgba(255,255,255,.5);
}
.breadcrumb-item.active{
  color: #ffffff;
}

/* フッター */

.copyright{
  background-color: #7395c7;
  border-top: 5px  solid;
  border-color: #c2d2ff;
  padding: 8px 0 8px 0;
}
.kent-web{
  text-align: center;
  font-size: 10px;
  background-color: #7395c7;
  color: #dee8f7;
}
