body {
  background-color: #fff !important;
  font-family: 'Port Lligat Sans', sans-serif;
  color: gray;
  line-height: 1.5;  
}

/* ヘッダー */
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
/* メイン画像の部分 */
.mv{
  width: 100%;
  /* height: 460px; */
  padding-top: 45%;
  background-image: url(../img/topimage.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
/* メイン画像内にある文字の中央配置 */
.mv h2{
  font-size: 42px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width:667px) and ( max-width:933px) {
  .mv h2{
    font-size: 30px;
  }
}

@media screen and (min-width:300px) and ( max-width:666px) {
  .mv h2{
    font-size: 22px;
  }
}

/* Mainの文章 */
.blog-inner {
  max-width: 980px;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}
/* thank youの部分 */
.blog-ttl{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

/* 説明の文章 */
.blog-explanation p {
  margin-bottom: 10px;
  text-align: center;
}

/* 3つのContents */
/* 親要素 */
.box-color {
  background: #fef5da;
  border-radius: 5%;
}
.box {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* 子要素 */
.box-info {
  margin: 10px auto;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 4px solid #d9fcf5;
  width: 250px;
  height: auto;
  border-radius: 5%;
}
.box-info img{
  border-radius: 50%;
}

.box-info h3 {
  margin-top: 10px;
  font-size: 24px;
  padding: 10px;
}
.b-text p {
  font-size: 20px;
}
.b-text {
  font-size: 14px;
}

.text {
  padding: 10px;
} 

/* 5つのコンテンツ */
.card-container {
  justify-content: center;
  margin: auto;
  width: 100%;
}

.cards {
  justify-content: center;
}
.single-blog {
  /* cardのボーダー */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  height: 50%;
}
.single-blog img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 5%;
}

.blog-text {
  font-size: 14px;
}

.imagepop {
  position: relative;
  margin-top: 30px;
  background-color: #fff;
}

.textpop {
  display: none;
  background-color: white;
  background-color: #fff;
}

.col-md-3:hover .textpop {
  display: block;
  transition-timing-function: ease;
  transition-duration: 2s;
}
.blog-card-ttl{
  margin-top: 5%;
}

.blog-card-ttl h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.blog-card-ttl p {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* price表 */
table th {
  padding: 10px;
  color: crimson;
}

table td {
  padding: 3px 10px;
  color: #b66f82;
  background-color: antiquewhite;
  text-align: center;
}

table th,
table td {
  border: dashed 1px orange;
  text-align: center;
}

table {
  border: solid 2px orange;
  font-size: 12px;
  margin-left: -7px;
  margin-bottom: 20px;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

ul li{
  padding-left:1em;
  text-indent:-0.5em;
  list-style: none;
}

.example{
  background: #fabed7;
  opacity: 0.5;
  padding: 20px 10px 15px;
  color: #333333;
}

/* サイドバー固定 */
#sticked{
  position: -webkit-sticky; /* Safari */    
  position: sticky;
  top: 10px;
}

/* 2カラムレイアウト */
#page-cover{
  float: left;
}

/* プロフィール */
.profile{
  text-align: center;
  position: relative;
}

.profile img{
  position: relative;
  top: 0px;
  margin-bottom: auto;
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

.profile h2{
  font-size: 1.3em;
}

/* コンタクトフォーム */
#contact{
  background-color: #fefefd;
  border: 2px solid #cccccc;
  padding: 30px;
  width: 300px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-radius: 5%;
}

#contact h2{
  font-weight: bold;
  font-size: 28px;
}

#contact p{
  font-size: 16px;
  padding: 10px 0;
}

input,textarea{
  background-color: #f5e4e4;
  border: none;
  outline: none;
  box-shadow: 2px 2px #cccccc;
  width: 250px;
  height: 30px;
  padding: 10px;
}

textarea {
  height: 100px;
}

#submit{
  width: 50px;
  height: 30px;
  padding: 5px 10px 5px 10px;
  text-align: center;
}

/* 地図と住所のCSS */
.creditUnit {
  margin: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.creditUnitMap1 img,
.creditUnitMap2 img{
  border-radius: 5%;
  max-width: 100%;
  height: auto;
}
.creditUnitText {
  width: 330px;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.creditUnitText a:link {
  color: #fabed7;
}
.creditUnitText a:visited {
  color: yellow;
}
.creditUnitText a:hover {
  color: blue;
}
.creditUnitText a:active {
  color: green;
}

/* Copyright部分 */
footer{
  background-color: #333333;
}

footer p{
  color: #ffffff;
  text-align: center;
  padding: 35px 0;
}


