﻿@charset "utf-8";

/****************************************

Navi

*****************************************/

#navi02 a img {
  opacity: 0;
  filter: alpha(opacity=0 style=0);
  -moz-opacity: 0;
}

/****************************************

Content

*****************************************/

#breakfast {
  width:675px;
}
.breakfast_box {
  width:675px;
  margin-top:15px;
}

.breakfast_img_box {
  width:675px;
  height:250px;
}
.breakfast_img_left {
  width:415px;
  float:left;
}
.breakfast_img_right {
  width:250px;
  float:right;
}

.area {
  position: relative;
}
.area .title {
  width: 675px;
  height: 350px;
  position: relative;
}
.area .title p {
  color: #FFF;
  font-size: 25px;
  text-align:center; 
  line-height: 1.5em;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
}
.area .area_01 {
  background: url("../images/img_01_01.jpg") no-repeat top center;
}
.area .area_02 {
  background: url("../images/img_02_01.jpg") no-repeat top center;
}
.area .area_03 {
  background: url("../images/img_03_01.jpg") no-repeat top center;
}
.area .area_04 {
  background: url("../images/img_04_01.jpg") no-repeat top center;
}
.area .box {
  width: 545px;
  padding: 0 25px;
  border: 1px solid #CCC;
  background: #FFF;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: relative;
}
.area .box .ttl {
  padding: 30px 0;
  font-size: 22px;
  text-align:center; 
  line-height: 1.5em;
  border-bottom: 1px solid #555;
}
.area .box .txt {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5em;
}
.area .box .img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .1));
  bottom: -30px;
  position: relative;
}
.area .box .img img {
  max-width: 550px;
  width: 100%;
  height: auto;
}