@charset "UTF-8";

/*================================
top
================================*/

/*.top_main {
  background-image: url(/images/home/mainImage.jpg);
}*/

.top_slide{
   width: 96%;
   height: 85vh;
   padding: 0;
   overflow: hidden;
   margin: 66px auto 0;
  border-radius: 25px;
}
/*.sliderImg{
   display: flex;
   align-items: center;
   }*/
.top_slide #slider{
   /*width: auto;*/
  height: 100%;
}

@media screen and ( max-width:1000px) {
.top_slide{
   /*height: 85vh;*/
   margin: 66px auto 0;
   }
   
.sliderImg{
   display: flex;
   align-items: center;
   }
   
}
@media screen and ( max-width:750px) {
.top_slide{
   height: 81vh;
   }
.sliderImg{
   display: flex;
   justify-content: center;
   }
.top_slide img{
  width: auto;
   /*height: 90vh;*/
   /*margin-left: -50%;*/
}
}



/*================================
top_catch
================================*/
.top_catch{
  /* transform: rotate(-18.06deg);*/
   /*margin: -160px 0;*/
   padding: 0 5% 50px;
   position: absolute;
  z-index: 100;
  bottom: 0;
  /*display: flex;*/
  /*align-items: flex-end;*/
}
.top_catch h1{
   font-weight: bold;
   font-size: 1.8rem;
   line-height: 1.6em;
   color: #fff;
}
.top_catch h1 b{
   font-size: 1.3em;
   line-height: 1.8em;
}
.top_catch h1 .en{
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
   font-size: .9em;
   line-height: 1.4em;
   display: block;
}
.top_dog{
   position: relative;
   margin: -95px 2% 0 auto;
   padding: 0;
   width: 22%;
   z-index: 10;
}
.top_dog img{
   width: 100%;
   height: auto;
}
@media screen and ( max-width:1000px) {
   .top_catch{
      padding: 0 5% 70px;
   }
   .top_catch h1{
   }
   .top_dog{
    width: 200px;
   margin: -70px 2% 0 auto;
   }
}
@media screen and ( max-width:750px) {
   .top_catch{
padding: 0 5% 90px;
   }
   .top_catch h1{
   }
   .top_dog{
     width: 200px;
   margin: -75px 2% 0 auto;
   }
}


/*================================
sec-topics
================================*/
.sec-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #3F6B73;
   background: #FFF9D8;
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 10px;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
   position: relative;
}
.sec-topics .topics-title,
.sec-topics .topics-text{
  font-size: 1.8rem !important;
  line-height: 1.75;
   font-weight: bold;
}
.sec-topics .topics-text{
  padding-right: 40px;
}
.sec-topics a.topics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #3F6B73;
  font-size: 1.8rem !important;
  line-height: 1.75;
}
.sec-topics a.topics-content::after{
font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  font-weight: normal;
  right: 1em;
}
@media screen and ( max-width:750px) {
   
   .sec-topics a.topics-content {
      flex-wrap: wrap;
      row-gap: 0;
   }
   .sec-topics .topics-text{
   width: 88%;
   padding-right: 5px;
   }
.sec-topics a.topics-content::after {
  position:inherit;
   line-height: 1;
    margin-top: -8px;
   }
}

/*================================
contents
================================*/
.contents {
 margin-top: -20px;
}
.contSubTtl{
   font-size: 1.8rem;
   font-weight: bold;
   margin-bottom: 1.6em;
}

@media screen and ( max-width:750px) {
   .contents {
  /*margin-top: 30px;*/
}
   .spRev{
   flex-wrap: wrap-reverse !important;
   }
}


/*================================
bbq
================================*/
section.bbq {
   /*padding: 0;*/
}
.bbq h2{
   font-size: 5.4rem;
   text-align: center;
   margin:-0.2em auto .5em;
   line-height: 1.4em;
   letter-spacing: .08em;
}
.bbq h2 span{
   font-size: 1.9rem;
   line-height: 1.2em;
   letter-spacing: 0.05em;
   display: block;
}
.bbq .boxFlex{
   margin: 0 auto 0;
   /*width: 95%; */ 
   display: flex;
   flex-flow: wrap;
   justify-content:center;
   /*align-items: center;*/
   gap:2.5%;
}
.bbq .boxCont{
   max-width: 450px;
   width: 40%;
   padding: 0 0 4%;
   /*text-align: center;*/
   position: relative;
}
.bbq .boxCont img.photo{
   width: 100%;
   max-height: 235px;
   height: 50%;
   object-fit: cover;
   border-radius: 20px;
}
.boxCont .kids{
   position: absolute;
   top: -15px;
  right: 15px;
}
.bbq .boxContImg{
   width: 100%;
   /*padding: 2% 3%;*/
   text-align: center;
   position: relative;
}

.bbq .boxCont p.time{
   text-align: center;
   padding: 1em 0 2em;
}
@media screen and ( max-width:1000px) {
   .bbq .boxCont{
   width: 48%;
   }
}
@media screen and ( max-width:750px) {
   .bbq .boxCont{
   width: 100%;
}
}



/*================================
menu
================================*/

section.menu {
   /*padding: 0;*/
}
.menu .ttlFlex{
   display: flex;
   justify-content:space-between;
   align-items: flex-start;
   gap:20px;
}
.menu .boxFlex{
   margin: 15px auto 2em;
}
.menu .boxCont{
   width: 25%;
  /*min-width: 260px;*/
  padding: 15px 10px 0;
   flex-shrink: 0;
    position: relative;
}
.menu .boxCont img.photo{
   width: 100%;
  object-fit: cover;
  border-radius: 20px;
  min-height: 360px;
}
.menu .boxCont .kids{
   position: absolute;
   top: 5px;
  right: 20px;
}
.boxContImg{
   width: 60%;
   /*padding: 2% 3%;*/
   text-align: center;
   position: relative;
}
.menu .boxContImg .photo{
   /*border-radius: 30px;*/
}

.menu h3{
   text-align: center;
   font-size: 4.5rem;
   line-height: 1.1em;
   /*margin-top: -18px;*/
  margin-bottom: .2em;
}
.menu h3 span{
   font-size: 1.8rem;
   padding-left: 0;
   display: block;
   line-height: 1.2em;
   letter-spacing: .05em;
   padding: 5px 0 10px;
}
.menu .boxCont p{
   text-align: left;
   padding: 0 0 2em;
}

.menu .speech {
  position: relative;
  display: table;
  margin: -2.7em auto 0.4em;
  padding: 5px 10px;
  min-width: 100px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #C37C40;
   border-radius: 10px;
}
.menu .speech:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #C37C40;
}
.menu .boxCont .speech p {
  margin: 0;
  padding: 0;
}

.menu .boxCont span{
   /*font-size: 1.4em;*/
}


@media screen and ( max-width:1000px) {
   
   .menu h2{
   line-height: 1.1em;
}
}

@media screen and ( max-width:750px) {
   .menu .ttlFlex{
   display: block;
}
   .menu .boxCont, .menu .boxContImg{
      width: 60%;
   }
   
}


/*================================
wedding
================================*/

section.wedding {
   /*padding: 0;*/
}
.wedding .ttlFlex{
   display: flex;
   justify-content:space-between;
   gap:20px;
}
.wedding .boxFlex{
   margin: 3em auto 5em;
   /*width: 95%; */ 
   display: flex;
   justify-content:flex-start;
   align-items: flex-start;
   gap:40px;
}
.wedding .boxContImg{
   width: 45%;
}
.wedding .boxContImg img{
   border-radius: 20px;
}
.wedding .boxCont{
   width: 55%;
}
@media screen and ( max-width:1000px) {
}
@media screen and ( max-width:750px) {
   .wedding .boxContImg, .wedding .boxCont{
      width: 100%;
   }
}



/*================================
news
================================*/
#news{
  margin-bottom: 50px;
   background-image: url(/images/bg_foot_reserv.svg);
   background-position: left top;
   /*background-size:cover;*/
   background-size: 990px auto;
  background-repeat: no-repeat;
}
section.sec-news{
   padding: 80px 5%;
}
section.sec-news h2.contTtl {
  color: #3F6B73;
   text-shadow: none;
}
.sec-news .boxFlex{
   display: flex;
   align-items: flex-start;
}
.sec-news .boxFlex .btnBoxR{
   width: 300px;
   min-width: 260px;
}
.sec-news .boxFlex .btnBoxR .btn{
  width: 260px;
}
 .newsList{
   /*padding: 1em 0 6em;*/
 max-width: 800px;
  margin: 0 10px 0 50px;
} 
/*.newsBoxFlex{
   margin: 0 auto 5em;
   display: flex;
   flex-flow: wrap;
   justify-content:flex-start;
}*/
.newsBox{
   margin: 0 auto 5em;
}
.newsBoxCont{
   text-align: left;
   border-bottom: dotted 4px #3F6B73;
   padding: 20px 15px 20px 0;
}
.newsBoxCont:last-child{
   border: none;
}
.newsBoxCont a{
   display: flex;
   align-items: flex-start;
   gap:1.5em;

}

.newsBoxCont .image img{
   /*border-radius: 15px;*/
   width: 100%;
   border: 10px solid #fff;
}
.newsBoxCont p.day{
   text-align: left;
}
.newsBoxCont p.ttl{
}
.newsBoxCont a{
  /* color: #fff;*/
}
.newsBoxCont a:hover{
   opacity: .6;
}

.newsLink{
   text-align: right;
}

@media screen and ( max-width:750px) {
   #news{
   background-position: left top;
   /*background-size:cover;*/
   background-size: 1000px auto;
}
   section.sec-news{
      padding: 10px 5%;

   }
   .sec-news .boxFlex{
      display: block;
   }
   .sec-news h2.contTtl {
      margin-bottom: 10px;
   }
   .sec-news .boxFlex .btnBoxR{
   width: auto;
   }
    .newsList{
      padding: 0 10px;
       padding: 0;
       margin: 0;
   } 
    .newsBoxFlex{
        flex-direction: column;
        width: 95%;  
     }
     .newsBoxCont{
        width: 100%;
        text-align: left;
     }
   img.news-bottom{
      height: 75vh;
      object-fit: cover;
   }

}


/*================================
access
================================*/

section.access {
   /*padding: 0;*/
}
.access .ttlFlex{
   display: flex;
   justify-content:space-between;
   gap:20px;
}
.access .boxFlex{
   margin: 3em auto 2em;
   display: flex;
   justify-content:flex-start;
   align-items: flex-start;
   gap:40px;
}
.access .boxContImg{
   width: 50%;
}
.access .boxContImg img{
   border-radius: 20px;
}
.access .boxCont{
   width: 50%;
}

.access .sppk_logo{
   position: absolute;
   bottom: 15px;
  left: 15px;
  width: 35%;
   min-width: 135px;
}
.access .sppk_logo img{
   border-radius: 0;
}
@media screen and ( max-width:1000px) {
}
@media screen and ( max-width:750px) {
   .access .boxFlex{
      display: block;
   }
   .access .boxContImg, .access .boxCont{
      width: 100%;
   }
}







/*================================
recruit
================================*/
section#recruit{
   padding: 30px 0 40px;
}
.recruit_flex {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin: 2em auto;
}
.zoom-with-text {
    width: 25%;
}
.zoom-with-text-image {
    overflow: hidden;
    padding: 90% 0 0;
    /*margin: 0.2em;*/
    position: relative;
}
.zoom-with-text-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.3em;
    letter-spacing: 1.3px;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.3);
	padding: 3px;
}

.zoom-with-text-photo {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    z-index: 1;
}
.zoom-with-text-link:hover {
    text-shadow: 0 0 35px rgba(0,0,0,.4);
	background: rgba(0,0,0,.1);
}
.zoom-with-text-link:hover +.zoom-with-text-photo {
    transform: scale3d(1.1,1.1,1); /* hover時の倍率を指定 */
}

@media screen and ( max-width:1000px) {

}

@media screen and ( max-width:750px) {
section#recruit{
   padding: 10% 0 12%;
   }
.zoom-with-text {
    width: 50%;
}
}









@media screen and ( max-width:1000px) {

}

@media screen and ( max-width:750px) {

}

