@charset "UTF-8";

/*パンくず*/
.breadcrumb{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 15px;
}
.breadcrumb a{
  color: #727272;
}
.breadcrumb_under{
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.breadcrumb_under::before{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@media all and (min-width:681px){
  .breadcrumb a:hover{
    color: #444;
  }
}
@media all and (max-width:680px){
  .breadcrumb{
    width: auto;
    margin-left: 6%;
    margin-right: 6%;
  }
}


.wrap_ttl{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #ff931e;
  letter-spacing: 0.1em;
}
@media all and (min-width:681px){
  .wrapper{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width:680px){
  .wrapper{
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .wrap_ttl{
    font-size: 24px;
    line-height: 1.4; 
  }
}

/*--------------------sec1--------------------*/
.wrap_ttl + img{
  margin-top: 30px;
  margin-bottom: 20px;
}
.spot_cooking{
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #910000;
  padding-bottom: 10px;
  border-bottom: 2px solid #910000;
}
/*spot12*/
.wrap_ttl + img.img01_12{
  margin-bottom: 45px;
}
.spot_txtWrap_12{
  border-top: 2px solid #910000;
}
.spot_txtWrap p{
  font-size: 16px;
  line-height: 2.25;
  font-weight: 500;
  text-align: justify;
  margin-top: 2em;
}
.spot_txtWrap + img{
  margin-top: 70px;
}
.info_wrap{
  padding: 25px;
  border: 2px solid #910000;
  letter-spacing: 0.1em;
  margin-top: 80px;
  position: relative;
}
.info_ttl{
  width: 200px;
  height: 40px;
  background-color: #910000;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  top: -40px;
  left: -2px;
}
.info_name{
  font-size: 16px;
  font-weight: 700;
}
.info_txt{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.625;
}
.info_txt a.web{
    position: relative;
}
.map {
    position: relative;
    padding-bottom: 46.16%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-top: 65px;
}
.map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (min-width:681px){
  .spot_wrap{
    width: 650px;
  }
  .spot_txtWrap p{
    letter-spacing: 0.05em;
  }
  .info_txt .tel a{
    pointer-events: none;
  }
  .info_txt a.web:hover{
    color: #910000;
  }
  .info_txt a.web::before{
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 1px solid #727272;
    transition: .3s ease;
  }
  .info_txt a.web:hover::before{
    border-bottom: 1px solid #910000;
  }
  .info_txt a.web::after{
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
    right: -1.9em;
    background: url(../img/link_ico.svg) center / contain no-repeat;
  }
}
@media all and (max-width:680px){
  .wrap_ttl + img{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .spot_cooking{
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  /*spot12*/
  .wrap_ttl + img.img01_12{
    margin-bottom: 30px;
  }
  
  .spot_txtWrap p{
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    margin-top: 1.5em;
  }
  .spot_txtWrap + img{
    margin-top: 35px;
  }
  .info_wrap{
    padding: 15px;
    border: 1px solid #910000;
    margin-top: 70px;
  }
  .info_ttl{
    width: 150px;
    height: 30px;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    top: -30px;
    left: -1px;
  }
  .info_name{
    font-size: 15px;
  }
  .info_txt{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .info_txt .tel{
    display: flex;
    align-items: center;
    height: 3em;
  }
  .info_txt .tel a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #910000;
    border-radius: 14px;
    width: 160px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  .info_txt a.web {
    word-break: break-all;
    text-decoration: underline;
  }
  .info_txt a.web img{
    width: 16px;
    margin-bottom: 3px;
    margin-left: 8px;
  }

  .map {
    padding-bottom: 80%;
    margin-top: 30px;
  }
}
@media all and (max-width:370px){ 
}

/*--------------------spot_menu--------------------*/
.spot_menu{
  width: 240px;
}
.spot_menu h3{
  width: 100%;
  height: 80px;
  background-color: #910000;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.spot_menu div a{
  height: 80px;
  background-color: #f4e8d1;
  display: flex;
  align-items: center;
  padding: 6px;
  margin-top: 6px;
  position: relative;
}
.spot_menu div a + a{
  margin-top: 6px;
}
.spot_menu div a img{
  width: 68px;
}
.spot_menu dl{
  transition: 0.3s;
}
.spot_menu p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
@media all and (min-width:681px){
  .spot_menu div a:hover{
    opacity: 0.7;
  }
}
@media all and (max-width:680px){
  
}
@media all and (max-width:370px){ 
}
