@charset "utf-8";
/* CSS Document */
/* ショピングプラザ 海亀 サブナビバック画像 */
.inner02 .mainimage_sabu_umikame {
    height: 700px;
}
.mainimage_sabu_umikame {
    background-image: url(../img/kv_umikame.jpg);/* 観光バック画像 */
    background-position: center top;
    background-size: cover;
}
/* ショピングプラザ 海亀 サブナビバック画像ここまで */
.umikame_h4_area {
    margin-top: 60px;
}
/* 営業時間 */
.umikame_course_area {
    margin-top: 50px;
}
.h4_umikame_titl {
    font-size: 25px;
    text-align: center;
    color: #dc143c;
}
.umikame_text_sec {
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 50px;
}
.umikame_bf-box {
    margin-top: 0px;
}
.umikame_h4_bf-titl {
    font-size: 40px;
    font-weight: bold;
    color: #dc143c;
}
.umikame_bf-img {
    margin-top: 20px;
}
.umikame_h4-tatl_area-color {
    display: flex; /* 横並び */
    flex-wrap: wrap; /*　折り返しあり */
    justify-content: space-between;
    margin-top: 50px;
}
/*左に空きスペースを入れる*/
.umikame_h4-tatl_area-color::after{
  content:"";
  display: block;
  width: 450px;
}
.umikame_sec2-box02 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
    width: 400px;
}
/*ｈ5線が伸びる(文字赤)ここから*/
.h5_border_black_mikame-color{
    position: relative;
    font-size: 20px;
    height: auto;
    text-align: left;
    color: #dc143c;
}

.h5_border_black_mikame-color:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px #dc143c;/*線色*/
	animation: h5_border_black_umikame-color_anim 3s linear forwards;
}
@keyframes h5_border_black_umikame-color_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
/*ｈ5線が伸びる(文字赤)ここまで*/
.umikame_sec2-text {
    font-size: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
}
/*ショピングプラザ 海亀　文字やボタンをのせるcss (BOX）*/
.umikame_event-bg {
    background-color: #fcfaf7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.umikame_event-area {
    display: flex; /* 横並び */
    flex-wrap: wrap; /*　折り返しあり */
    justify-content: space-between;
    margin-top: 50px;
}
/*左に空きスペースを入れる*/
.umikame_event-area::after{
  content:"";
  display: block;
  width: 450px;
}
.umikame_box04 {
    border: 1px solid #e6e6fa;
    padding: 15px;
    width: 350px;
    background-color: #fff;
    margin-bottom: 30px;
}
/*ショピングプラザ 海亀　文字やボタンをのせるcss (左上に配置)*/
.umikame_example_event {
  position: relative;
}
.umikame_example_event p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #dc143c;/*背景色*/
  font-size: 	15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
}
.umikame_example_event img {
  width: 100%;
}
/*ショピングプラザ 海亀　文字やボタンをのせるcss (左上に配置)ここまで*/
.umikame_h5_text1 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.umikame_h5_text2 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}
.umikame_shop-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
}
.umikame_text01_red {
    font-size: 15px;
    color: #ff0000;
}

@media screen and (max-width:1040px){
/*ここからショピングプラザ 海亀　1040*/ 
    
/*↓レスポンシブ横並びにする対策*/
.umikame_box04 {
    width: 300px;
}
.umikame_h4_bf-titl {
    text-align: center;
}
.umikame_sec2-box02 {
    width: 300px;
}
.h5_border_black_mikame-color{
    text-align: center;
}
}

@media screen and (max-width:600px){
/*ここからショピングプラザ 海亀　600*/
.umikame_sec1, .umikame_sec2, .umikame_sec3, .umikame_sec4, .umikame_sec5, .umikame_sec6, .umikame_sec7, .umikame_sec8 {
    width: 100%;
}
/*スマホメイン差し替え画像背景 umikame*/
.mainimage_sabu_umikame  {
	background-image: url(../img/kv_umikame_sp.jpg);
	background-position: center top;
	background-size: cover;
}
.umikame_box04 {
    width: 100%;
}
.h4_umikame_titl {
    font-size: 15px;
}
.umikame_h4_bf-titl {
    font-size: 30px;
    line-height: 1.2;
}
.umikame_sec2-box02 {
    width: 100%;
}
}
