@charset "utf-8";
/* CSS Document */

/* 全体 */
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}
a {
  color: #4e4e4e;
}
/* container */
.mt4rem {
  margin-top: 4rem;
}
/* h1,h2,h3,h4 {
  color: #1e1e1e;
} */

/* マウスストーカー */
#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;     /* 座標調節（カーソル位置と円の中心を合わせる）*/
  left: -8px;    /* 座標調節（カーソル位置と円の中心を合わせる）*/
  width: 16px;   /* マウスストーカーの直径 */
  height: 16px;  /* マウスストーカーの直径 */
  background: rgba(46,204,250,1);
  border-radius: 50%;
  transform: translate(0,0);
  transition: transform 0.2s;  /* ちょっと遅れてついてくるように */
  transition-timing-function: ease-out;
  opacity: 1;
  z-index: 999;
}
/* ふわっとサンプル１ */
/* .fade-title{
  margin-top: 20vh;
  margin-bottom: 30px;
  text-align: center;
  opacity : 0;
  transition: opacity 5s;
}
.fade-title.view{
  opacity: 1;
}

.fade-lead{
  margin-top: 10vh;
  margin-bottom: 20px;
  text-align: center;
  opacity : 0;
  transition: opacity 5s;
}
.fade-lead.view{
  opacity: 1;
}

.fade-text{
  margin-top: 0vh;
  margin-bottom: 100px;
  text-align: center;
  opacity : 0;
  transition: opacity 5s;
}
.fade-text.view{
  opacity: 1;
} */


/* ふわっとサンプル２ */
.effect-fade {
  opacity : 0;
  transform : translate(0, 80px);
  transition : all 1500ms;
}
.effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
}

/* ナビゲーション */
.navbar {
  background-color: rgba(0,0,0,0.4)
}
.navbar-brand {
  font-size: 1.6rem;
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  font-size:1.05rem;
  font-weight: 600;
}
.nav-item {
  margin-left: 24px;
}
.logo-size img {
  width: 300px;
}

/* ヒーロー */
.hero {
  background-image: url(../images/intro-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
/* background-attachmentプロパティは画面をスクロールする際に、
背景画像をスクロールと一緒に動かすか・最初に表示された位置のまま固定しておくかを指定するプロパティ。
プロパティ値をfixedに設定すると背景は固定され、簡単にパララックス風の効果を作ることが出来ます。 */
.intro-title {
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
}
.intro-title-hero {
  color: #fff;
  text-align: center;
  font-size: 3.3rem;
}
.intro {
  z-index: 1;
}
.intra-title {
  color: #fff;
  font-size: 2rem;
}
.intro p {
  color: white;
  line-height: 25px;
}
.intro-link {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
}
.intro-link a {
  padding: 15px 30px;
  display: inline-block;
  color: white;
  text-decoration: none;
}
.intro-link a:hover {
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 30px;
  opacity: 0.8;
}
.title-plate {
  height: 450px;
  width: 100%;
  background-color: black;
  padding: 50px 50px;
  border-radius: 10px;
  opacity: 0.9;
  align-items: center;
  margin: 0 auto;
}

/* About me Section */
.title-s {
  font-size: 1.1rem;
  font-weight: bold;
}
.line-left {
  width: 80px;
  height: 3px;
  background-color: #7FC3DB;
}
.bg-acccent {
  background-color: #7FC3DB; 
}
.background-circle {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background: #7fc3db;
  color: white;
  font-size: 16px;
  padding-top: 6px;
}
#about dt {
  color: #7fc3db;
}

/* Services me Section */
.big-h2 {
  font-weight: bold;
  font-size: 3rem;
}
.big-h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  color: pink;
}
.line-mf {
  width: 40px;
  height: 5px;
  background-color: #7FC3DB;
  margin: 0 auto;
}
#service {
  background-color: #7FC3DB;
}
/* #service .background-circle {
  height: 100px;
  width: 100px;
  padding-top: .55em;
  font-size: 36px;
} */
/* #service .border-circle {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: .4em;
  font-size: 36px;
  text-align: center;
  box-sizing: border-box; /* borderを内側に */
  /* border: solid 10px #7fc3db;
} */
.service-message {
  color: white;
  text-align: center;
  width: 100%;
  line-height: 50px;
}

/* SERVICE（カード６つ）*/
.service-box {
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.ico-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
  box-shadow: 0 0 0 10px #7FC3DB;
  display: block;
}
.text-creation h3,h6 {
  text-align: center;
}
.text-creation p {
  text-align: justify;
}

/* Counter Section */
#counter {
  padding: 8rem 0;
  background-image: url(../images/counters-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.counter-box {
  color: #fff;
  text-align: center;
}
.counter-box .ico-circle {
  height: 60px;
  width: 60px;
  padding-top: 15px;
  box-shadow: 0 0 0 10px #cde1f8;
}
.counter {
  display: block;
  font-size: 2rem;
}

/* Portfolio(work) */
.w-title {
  font-size: 1.15rem;
}
.w-more {
  font-size: .85em;
}
.w-blue {
  color: #7FC3DB;
}
.work-touch:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* testimonials */
.testimonials {
  min-height: 500px;
  height: 60vh;
  background-image: url(../images/overlay-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.testimonial-text {
  max-width: 800px;
  margin: 1rem auto;
}

/* ブログスペース */
#blog .card-title {
  font-size: 1.2rem;
}
.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}
#blog .card-body {
  position: relative;
  /* .card-bodyを配置の基準値にする */
}
.card-category-box {
  position: absolute;
  /* .card-bodyに対しての配置場所を指定する */
  top: -16px;
  left: 15px;
  right: 15px;
  text-align: center;
}
.card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #7FC3DB;
  border-radius: 4px;
}

/* Contact Section */
#contact {
  background-image: url(../images/overlay-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.button-rouded {
  border-radius: 5rem;
}
#contact ul {
  list-style: none;
}
#contact .ico-circle {
  height: 40px;
  width: 40px;
  padding-top: 9px;
  box-shadow: 0 0 0 3px #7FC3DB;
}
.btn-submit-color {
  color: white;
  background-color: #7FC3DB;
}
.btn-submit-color:hover {
  color: white;
  background-color: #7FC3DB;
  opacity: 0.8;
}
.form-control {
  font-size: 16px;
} 

/* --------------------------------------------
・お問い合わせ
 --------------------------------------------*/
 #contact-space {
  height: 400px;
  background: #E5E5E5;
  text-align: center;
  clear: both;
} 
.c-container {
  width: 960px;
  margin: 0 auto;
}
.contact-description {
  width: 350px;
  color: #3E3A39;
  display: inline-block;
  text-align: center;
}
.contact-description h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 90px 0 0 0;
}
.contact-description h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  letter-spacing: 1px;
}
.contact-description p {
  font-size: 14px;
  padding-top: 3px;
  letter-spacing: 1px;
  line-height: 20px;
}
.contact-btn img {
  width: 300px;
  text-align: center;
  margin-top: 5px;
  opacity: 1;
}
.contact-btn img:hover {
  opacity: 0.6;
}
.address {
  width: 94%;
  margin-top: 10px;
}

/* Footer内の設定 */
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  /* background: #7FC3DB; */
  background: black;
}
footer a {
  color: #fff;
}
/*upページ上部に戻るボタン*/
#up {
	width:33px;
	height:34px;
  margin: 20px auto;
  text-align: center;
}



/* レスポンシブの設定 */
@media(max-width: 768px) {
  .navbar-dark .navbar-toggler {
    border: none;
  }
  .intro-title-hero {
    font-size: 1.6rem;
  }
  .intro-title-hero p {
    font-size: 2rem;
  }
  .intro p {
    font-size: 11.5pt;
    margin-bottom: -20px;
    line-height: 23px;
  }
  .hero {
    background-position: center;
  }
  .title-plate {
    height: 580px;
    width: 100%;
    background-color: black;
    padding: 20px 20px;
    border-radius: 10px;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 165px;
    margin-bottom: 30px;
  }
  #about img {
    margin-bottom: 20px;
  }
  .intro-link {
    margin-bottom: 20px;
  }
  .lead p strong {
    font-size: 10pt;
  }
  .contact h2 {
    font-size: 22pt;
  }
  .designer {
    text-align: center;
  }
  /* .list-unstyled {
    margin-left: 90px;
  } */
  .list-unstyled {
    max-width: 100%;
    justify-content: center;
    margin-left: 20px;
  }
  .address {
    margin-top: 10px;
    width: 90%;
  }
  /* マウスストーカー */
  #stalker {
    pointer-events: none;
    position: fixed;
    top: -8px;     /* 座標調節（カーソル位置と円の中心を合わせる）*/
    left: -8px;    /* 座標調節（カーソル位置と円の中心を合わせる）*/
    width: 16px;   /* マウスストーカーの直径 */
    height: 16px;  /* マウスストーカーの直径 */
    background: rgba(46,204,250,1);
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.2s;  /* ちょっと遅れてついてくるように */
    transition-timing-function: ease-out;
    opacity: 0;
    z-index: 999;
  }
}