@charset "UTF-8";
/*****************************
  enkai
*****************************/
.pagesec-enkai .box2 p{
  width: 70%;
}
.pagesec-enkai .imgbox{
  margin: 2rem 0;
}
.pagesec-tourmenu .box1 li{
  border-bottom: solid 1px #000000;
  padding: 2rem 0;
}
.pagesec-tourmenu .box1 li:last-of-type{
  border-bottom: none;
}
.pagesec-tourmenu dl{
  padding-left: 4rem;
}
.pagesec-tourmenu dt{
  font-size: 2.2rem;
}
.pagesec-tourmenu dt span{
  color: #ff0000;
}
.pagesec-tourmenu dt span:nth-of-type(odd){
  margin-left: 2rem;
}
.pagesec-tourmenu dt span:nth-of-type(even){
  font-size: 1.6rem;
}
.pagesec-tourmenu .imgbox{
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-tourmenu .imgbox{
    width: 100%;
    flex-direction: row;
  }
}
/*****************************
  kaiseki
*****************************/
.pagesec-kaiseki .box2{
  padding: 2rem 0;
}
.pagesec-kaiseki .box2 span{
  color: #ff0000;
}
.pagesec-kaiseki .box2 ul{
  padding-top: 3rem;
}
.pagesec-kaiseki .subimg{
  width: 35%;
}
/*****************************
  nomiho
*****************************/
.pagesec-nomiho .box2{
  padding: 1rem 0;
  border-bottom: solid 1px #000;
}
.pagesec-nomiho .orange{
  color: #f99901;
  font-size: 3rem;
}
.pagesec-nomiho .orange span{
  font-size: 1.6rem;
  padding-right: 2rem;
}
.pagesec-nomiho a{
  color: #0014FF;
  border-bottom: solid 1px #0014FF;
}
/*****************************
  sonota
*****************************/
.pagesec-sonota .imgbox{
  width: 48%;
  margin: 2rem 0;
}
.pagesec-sonota .imgbox a{
  padding: 1rem;
  background: #f70e02;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-nomiho .orange span:nth-of-type(even){
  display: block;
  }
  .pagesec-sonota .imgbox{
  width: 100%;
  }
}