@charset "UTF-8";
/*////////////////////////
sacay-salto.jp
home.css
///////////////////////*/
main section{
    padding: 2em 0 4em;
}

main section:last-child{
    padding-bottom: 4rem;
}

main #slider{
    width: 100%;
    height: 90vh;
}

#read {
  /*margin: 70px auto 60px;*/
  /*position: relative;*/
   padding-bottom: 5%;
}
#read .txt_cont {
  /*position: absolute;*/
}
#read .txt_cont .cont_title {
  font-size: 4.0em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: .2em;
  letter-spacing: .05em;
   text-align: center;
}
#read .txt_cont .cont_subtitle {
  font-size: 2em;
  font-weight: bold;
  line-height: 2.0em;
  margin-bottom: 1em;
   text-align: center;
}
.cont_txt {
  font-size: 1.6em;
  letter-spacing: .1em;
  /*font-weight: bold;*/
  line-height: 1.5em;
}

.read_txt{
    font-size: 1.35rem;
    line-height: 2.8rem;
    /*text-align: center;*/
    margin: 5rem auto 3rem;
}


@media (max-width: 767px){
main #slider{
    height: 55vh;
}
#read .txt_cont .cont_title {
  font-size: 2.6em;
   }
#read .txt_cont .cont_subtitle {
  font-size: 1.6em;
   }
}

/*
tokuten
*/
#tokuten{
}
.details {
	transition: .5s;
   overflow: hidden;
	margin-top: -10px;
	padding-bottom: 10px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.details[open] {
	margin-top: 0;
	padding-bottom: 20px;
} 
.details-summary {
	display: block;
    transition: .5s;
	transform: translateY(10px);
	&:hover {
		cursor: pointer;
      opacity: .6;
	}
}
.details-summary::-webkit-details-marker {
	display: none;
}
.details[open] .details-summary {
	transform: translateY(0);
}
.details .tokuten_btn{
&:after {
		content: "+";
		position: absolute;
		right: 1.0em;
	}
}
.details[open] .tokuten_btn {
	&:after {
      content: "−";
	}
}

#tokuten .tokuten_wrap{
   border:3px #006C36 solid;
   border-radius: 25px;
   width: 96%;
   margin: auto;
}
#tokuten .tokuten_btn{
   font-size: 1.6em;
    font-weight: bold;
	position: relative;
	text-decoration: none;
	/*display: inline-block;*/
	color:#006C36;
    padding: 1.4rem 4%;
}

.tokuten_wrap .tokuten_inner{
   line-height: 1.4;
   color: #3E3C3C;
   font-weight: bold;
   text-align: center;
   background-color: #F7F3D2;
   border-radius: 25px;
   padding: 16px 2% 30px;
   margin: 8px auto 16px;
   width: 90%;
}
.tokuten_wrap h2{
   font-size: 3em;
}
.tokuten_wrap h2 span{
   font-size: 1.6em;
   line-height: 1;
}
.tokuten_wrap .tokuten_cont{
   margin: 45px auto;
}
.tokuten_wrap .ff1{
   font-size: 2.2em;
   color: #D34610;
   margin-bottom: 1.2em;
}
.tokuten_wrap .ff2{
   font-size: 1.6em;
   margin-bottom: .5em;
}
@media (max-width: 767px){

}



/*
sec_title
*/
.sec_ti{
    font-size: 4.8em;
    /*text-align: center;*/
    /*color: #E9471F;*/
}




/*
menu
*/

#menu .menu_cont{
    padding: 2em 0 5em;
}
#menu .ttl img{
   width: 100%;
   height: auto;
}
#menu h3, #access h3{
font-size: 4.8rem;
  letter-spacing: 3px;
  margin: -.6em 0 1.6rem;
  font-weight: bold;
line-height: 1.1;
}

#menu h3 span, #access h3 span{
    font-size: .5em;
    display: block;
    /*margin-left: 2rem;*/
   margin-top: .4em;
}

#menu .time{
    line-height: 2rem;
    font-size: 1.3rem;
    margin-bottom: 1rem;
   color: #050505;
}

#menu .cont_txt{
    line-height: 2rem;
    font-size: 1.3rem;
    margin-bottom: 3rem;
}

#menu ul{
    display: flex;
    flex-wrap: wrap;
   /*justify-content: space-between;*/
    list-style: none;
}

#menu ul li{
    width: 30%;
   margin-right: 1.5%;
     margin-left: 1.5%;
    margin-bottom: 4rem;
}

#menu ul li img{
    width: 100%;
    height: auto;
}
#menu ul li strong{
   display: block;
  margin: -3.0em .5em 2em;
  color: #EA1E1E;
  font-size: 1.4em;
  line-height: 1.3;
}
#menu ul li p{
    margin-top: 1.5em;
    font-size: 1.4em;
    line-height: 1.0em;
}

#menu ul li p span{
    display: block;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    line-height: 1.5rem;
}

#menu ul li p span.vegan{
    display: inline-block;
    font-size: 1.1rem;
    color: #000;
    border: 0.5px solid #000;
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.5rem;
}

#menu .drink_flex{
    display: flex;
    /*justify-content: center;*/
}

#menu .drink_flex .drink_cont{
    width: calc(100%/2);
    padding: 0 5% 0 0;
}

#menu dl{
    display: flex;
    justify-content: space-between;
    font-size: 1.4em;
     padding: 1.4em 0;
}

#menu dl dt{
    text-align: left;
}

#menu dl dt span{
    display: block;
    font-size: 1.1rem;
    color: #006C36;
    margin-top: 0.5rem;
    line-height: 1.5rem;
}

#menu dl dd{
    text-align: right;
}

#menu .tr{
    text-align: right;
    font-size: 1.2rem;
}

#menu .plan{
   display: flex;
   margin-bottom: 3.0em;
}
#menu .plan .plan_box{
   padding: 1em 1.5em;
   border: 1px solid #006C36;
   display: flex;
   align-items: center;
   width: 32%;
}
#menu .plan .plan_box.bg_green{
   background-color: #006C36;
   color: #fff;
}
#menu .plan .plan_box.plus{
   border:none;
   padding: .5em .5em;
   font-weight: bold;
   font-size: 1.4em;
   justify-content: center;
   width: 4%;
}
#menu .plan p{
    font-size: 1.4em;
    line-height: 1.4;
}
#menu .plan p strong{
   font-size: 1.2em;
}
#menu .plan p small{
    font-size: .7em;
}
#menu .plan p span{
    display: block;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    line-height: 1.5rem;
}
.floor{
      width: 76%;
      margin: auto;
   }

@media (max-width: 767px) {

#menu h3, #access h3{
    font-size: 3.2em;
    /*margin: 3rem 0;*/
}

#menu h3 span, #access h3 span{
    font-size: 0.6em;
    /*margin-left: 1rem;*/
}

#menu .cont_txt {
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

#menu ul{
    /*justify-content: center;*/
   flex-wrap: nowrap;
   overflow-x: scroll;
}

#menu ul li {
    width: 60%;
    margin-right: 3%;
    margin-bottom: 2.5rem;
   flex-shrink: 0;
}
#menu ul li strong{
  font-size: 2.2em;
   }
/*#menu ul li:nth-child(2n) {
    margin-right: 0;
}*/

#menu .drink_flex {
    flex-wrap: nowrap;
   overflow-x: scroll;
}

#menu .drink_flex .drink_cont {
    width: 60%;
    /*padding: 0;*/
   flex-shrink: 0;
}
#menu dl{
    padding: 1.6em 0;
}
#menu .tr {
    font-size: 1rem;
}
    
#menu .plan{
   display: block;
   margin: 0 auto 4.8em;
}
#menu .plan .plan_box, #menu .plan .plan_box.plus{
   width: 90%;
   margin:auto;
}
   .floor{
      width: 100%;
   }
}


/*
news
*/

#news .newsList{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 5em 0;
    list-style: none;
}

#news .newsList a{
    color: #000;
}

#news  .newsList .data{
    font-size: 1.3rem;
    line-height: 2.2rem;
    display: flex;
    justify-content: center;
}

#news .newsList .data .date {
    display: inline-block;
    margin-bottom: 0.7rem;
    border: 0.5px solid #000;
    padding: 1px 4px;
    margin-right: 1rem;
}

@media (max-width: 767px) {

#news .newsList .data {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.newsList{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#news .newsList li{
    width: 80%;
    margin: 15px auto;
    display: flex;
}    
    
 #news .newsList li .newsPh{
    margin-bottom: 10px;
}
#news .newsList li .newsPh img{
    width: 100%;
    height: auto;
}
}




/*
access
*/
#access{
   /*padding: 8em 0 5em;*/
   margin: 5em auto;
   width: 80%;
}
.access_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}

.access_flex .access{
    width: 50%;
    margin: 3rem 3rem 3rem 0;
}

.access .address{
    font-size: 1.3rem;
    line-height: 3rem;
}

.access .address span{
    display: inline-block;
    border-bottom: #E9471F 1px solid;
}

.access .btn_cont {
    text-align: left;
}

.access_flex .map{
    width: 50%;
    margin: 3rem 0;
}

.map img{
    width: 100%;
}

@media (max-width: 767px) {
   
#access {
  width: auto;
   }
    .access_flex {
        flex-wrap: wrap;
    }

    .access_flex .access {
        width: 100%;
        margin: 0;
        padding: 0 2rem;
    }

    .access .btn_cont {
        text-align: center;
    }

    .access_flex .map {
        width: 100%;
        margin: 0;
    }

}
