@charset "utf-8";

main {

}

.top {

}

.news {
  position: relative;
  z-index: 50;
  font-size: 1.1rem;
  margin : 0 auto ;
  width : 100%;
  text-align : center;
  overflow : hidden;
}

.news a {
  color: #A19E9E;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

.topPhoto {
  position: relative;
  line-height:0;
}

.logo {
  width: 70%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 20;
}

.house {
  width: 35%;
  height: auto;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 20;
}

.food {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.concept, .greeting2 {
  background:  #fcc100;
  color: #ffffff;
  padding: 30px 30px;
}

.speech {
  font-size: 1.7rem;
  text-align: center;
}


.greeting {
  font-size: 1.7rem;
  padding: 0;
}

.greeting2 {
  text-align: center;
}

.greeting2 h2 img {
  width: 70%;
  height: auto;
}

.speech2 {
  padding-bottom: 50px;
}

.container {
  background-color: #ffffff;
  position: relative;
  padding: 120px 30px 130px ;
  overflow: hidden;
  background: url(../img/backgrond.png) scroll no-repeat center #ffffff ;
  background-size: 100% auto;
  background-position: center 30px;
}

.skewBox{
  width: 100%;
  height: 300px;
  background-color: #fcc100;
  transform: skewY(15deg) translateY(-78%);
  position: absolute;
  top: 0;
  left: 0;
}

.food2 {
  text-align: right;
  position: relative;
}

.food3,.event2 {
  width: 80%;
  height: auto;
  border-radius: 30px;
  border: solid 12px #fcc100;
  margin: 25px 0 60px 0;
}

.bird2,.bird3 {
  width: 50%;
  height: auto;

}

.bird2 {
  position: absolute;
  left: 3%;
  top: 60%;
}

.event {
  text-align: left;
  position: relative;
}

.bird3 {
  position: absolute;
  right: 3%;
  bottom: 10%;
}

.instagram {
  background: #559A5A;
  color: #ffffff;
  margin: 30px 5%;
}

.instaMark{
  text-align: right;
  padding: 15px 15px 5px 0;
}

.mark {
  width: 30%;
  height: auto;
}

.comment {
  text-align: center;
  font-size: 1.7rem;
}

.bird_s {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 5% 0 5%;
}

.bird4,.bird5 {
  width: 60px;
  height: auto;

}

.bird5 {
  transform: scale(-1,1);
}

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  list-style: none;
}

.box img {
  width: 25%;
  height: auto;
  margin-bottom: 15px;
  margin-right: 10px;
}

.InstagramPhoto:nth-child(3n) {

}

.access {
  color: #5D5A5A;
  padding-top: 40px;
}

.gmap {
  text-align: center;
}

/* 重要 */
.ancherPoint {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}


@media screen and (min-width: 960px) {
  /*ウィンドウ幅が767px以上の場合に適用*/

.topPhoto{
  height: 60vh;
  overflow: hidden;
}

.logo{
  z-index: 30;
}
.house{
  z-index: 20;
}
.food{
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}


.greeting2 h2 img {
  width: 530px;
  height: auto;
  padding-bottom: 20px;
}


.container{
  background-image: url(../img/background2.png);
  padding-bottom: 60px;
}

.skewBox {
  height: 40%;
  transform: skewY(8deg);
  top: -200px;
} 

.infoWrap{
  width: 900px;
  margin: auto;
}

.food2{
  text-align: left;
}

.event{
  text-align: right;
}

.food3,.event2 {
  width: 450px;
  height: auto;
  margin: 0;
}

.bird2,.bird3{
  width: 200px;
  bottom: -10px;
  top: auto;
}

.bird2{
  
}

.bird3{
  
}


.instagram {
  margin: 0;
}

.mark{
  width: 200px;
}

.instagram .instaInnerWrap{
  width: 900px;
  height: auto;
  margin: auto;
  padding-bottom: 60px;
}

.instagram h2 {
  padding: 40px 0 30px;
}

.gmap iframe {
  width: 750px;
  height: 350px;
}

.news {
  display: none;
}

/* .concept {
  border: oldlace solid 2px;
} */

.speech{
  margin: 0 80px;
}

}

@media screen and (max-width: 375px) {
  .speech br,.speech2 br {
    display: none;
  } 



}






/* 
font-family: 'Bad Script', cursive;
font-family: 'Caveat', cursive;
font-family: 'Chewy', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Sacramento', cursive;

font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;  ヒラギノが入ってない場合違うもの
 */




 /* 
 background: 
 #268532;  緑
 #fcc100　　オレンジ
 */