@charset 'UTF-8';

/*********************************************
/*
/* 潮風のテラスページ用CSS
/*
/********************************************/

.subpage-topimage-section {
  position: relative;
  height: 500px;
  width: auto;
  background-color: #f3f3f3;
  background: url('../../img/topics/shiokaze_terrace/main_img01.jpg') center 30% no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
}

.subpage-logo_screen {
    padding-top: 100px;
}

.subpage-slogan {
  font-size: 50px;
  padding-top: 230px;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

.subpage-sub-slogan {
  font-size: 25px;
  padding-top: 40px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

/** スマートフォン時 **/
@media screen and (max-width: 767px) {
    .subpage-topimage-section {
        height: 300px;
    }

    .subpage-slogan {
        font-size: 20px;
        margin: 0 10px;
        padding-top: 120px;
        color: #fff;
    }

    .subpage-sub-slogan {
        font-size: 12px;
        margin: 0 16px;
        padding-top: 20px;
        color: #fff;
    }

}

