@charset "UTF-8";

.topsec{
  padding-bottom: 8rem;
}
.pagesec{
  padding-top: 6rem;
}
.pagesec:last-of-type{
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec{
    padding-bottom: 4rem;
  }
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.kome,
.ten{
  padding-left: 2rem;
  position: relative;
}
.kome::before,
.ten::before{
  content:"※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten::before{
  content:"・";
}
/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  ttl
******************************/
.ttl1{
  font-weight: 600;
  position: relative;
  padding: .5em 1.2em;
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
}
.ttl1::before,
.ttl1::after,
.ttl1::before,
.ttl1::after{
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #973f01;
  content: '';
}
.ttl1::before,
.ttl1::before {
    top: calc(50% - 3px);
    left: 0;
}
.ttl1::after,
.ttl1::after {
    top: calc(50% + 3px);
    left: 5px;
}

.ttl2{
  font-weight: 500;
  position: relative;
  font-size: 2rem;
  background: linear-gradient(70deg, rgb(231, 156, 64), rgb(172, 57, 4));
  color: #fff;
  width: 100%;
  padding: .5rem 5rem;
  font-family: "Shippori Mincho", serif;
}
@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) {
  .ttl2{
  padding: .5rem 2rem;
}
}
/******************************
  btn
******************************/
.btn1{
  padding: 1rem;
  background: #f70e02;
  border-radius: 10px;
  cursor: pointer;
}
.btn1 a{
  color: #fff;
}
/******************************
  tbl
******************************/

/******************************
  header
******************************/
.cmnhead{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: .5s;
}
.cmnhead > div{
  gap: 5rem;
}
.cmnhead .catch{
  font-size: 1rem;
  padding: 1rem 0;
}
.cmnhead .logo{
  margin-top: 2rem;
  width: 8%;
}
.cmnhead .logo2{
  margin-top: 4rem;
  width: 12%;
}
.cmnhead .cmnnav ul{
  gap: 3rem;
  padding: 2rem 3rem;
  background: #670067;
  border-radius: 10px;
  box-shadow: 2px 2px 4px;
}
.cmnhead .cmnnav ul a{
  color: #fff;
}
.cmnhead .cmnnav ul a span{
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 1180px) {
  .cmnhead{
  position: initial;
  }
  .cmnhead .logo{
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  z-index: 1000;
  }
  .cmnhead .logo2{
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 20%;
  }
  .spbtn,
  .splogo,
  .splink{
    display: block;
  }
  .cmnhead .conbtn{
    display: none;
  }
  .spbtn {
    aspect-ratio: 1/1;
    background: #670067de;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    transition: .5s;
    width: 50px;
    z-index: 99;
  }
  .spbtn span {
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    height: 2px;
    width: 50%;
  }
  .spbtn span:nth-of-type(1) {
    top: 35%;
  }
  .spbtn span:nth-of-type(3) {
    top: 65%;
  }
  .spbtn.active {
    z-index: 1002;
  }
  .spbtn.active span {
    background: #fff;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 30%;
  }
  .spbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spbtn.active span:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .cmnnav{
    background: #670067bf;
    max-width: 400px;
    opacity: 0;
    overflow: auto;
    padding: 8rem 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100%;
    transition: .5s;
    z-index: 1001;
  }
  .cmnnav.active{
    opacity: 1;
    pointer-events: all;
  }
  .cmnhead .cmnnav .catch,
  .cmnnav ul {
    margin: 0 auto;
    max-width: 80%;
  }
  .cmnhead .cmnnav .catch{
    color: #fff;
  }
  .cmnhead .cmnnav ul{
    box-shadow: none;
    background: none;
  }
  .cmnnav ul li{
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff;
    padding: 1rem;
  }
  .cmnnav ul a{
    color: #fff;
    text-align: left;
  }
  .cmnnav ul span{
    display: inline-block;
    margin-left: 1rem;
  }
  .cmnnav ul a::before{
    display: none;
  }
  .cmnnav ul a::after{
    content: "\f105";
    font: var(--fa-font-solid);
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
  }
  .cmnnav ul a.nowpage::after,
  .cmnnav ul a:hover::after{
    content: "\f192";
    font: var(--fa-font-regular);
  }
}
@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) {
    .cmnhead{
  position: initial;
  }
  .cmnhead .logo{
  width: 20%;
  top: -10px;
  left: 15%;
  }
  .cmnhead .logo2{
  width: 30%;
  top: -10px;
  left: 45%;
  }
  .cmnhead .logo .txt {
    font-size: 1rem;
  }
  .spbtn {
    width: 45px;
  }
}
/******************************
  footer
******************************/
.cmnfot{
  background:linear-gradient(to top, transparent 0%, transparent 85%, #fff 100%), url(../images/common/fotbg.webp)no-repeat center / cover;
  padding: 6rem 3rem;
}
.cmnfot .ftlogo{
  width: 150px;
}
.cmnfot > div{
  flex-direction: column;
  align-items: center;
}
.cmnfot ul,
.cmnfot p,
.cmnfot .fotnav a{
  margin-top: 2rem;
}
.cmnfot .fotnav{
  gap: 2rem;
}
/******************************
  menu
******************************/
/**コース内容基本セット**/
.menu .menubox{
  background: url(../images/top/menu.webp)no-repeat center / cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  border: solid 1px #ddd;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 4px rgb(0 0 0 / 12%), 0 2px 8px -2px rgba(0 0 0 / 18%);
  padding: 2rem 4rem;
  position: relative;
}
.menu .ttlbox{
  width: 48%;
}
.menu .ttl{
  color: #973f01;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
}
.menu .mainimg{
  margin-top: 1rem;
}
.menu .txtbox{
  width: 48%;
  background: #ffffffc4;
  padding: 3rem;
}
.menu .kondate,
.menu .kondate2{
  font-size: 1.6rem;
}
.menu .kondate dd,
.menu .kondate2 dd{
  margin-left: 1rem;
}
.menu .kome{
  font-size: 1.4rem;
}
.menu .price{
  color: #ff0000;
  font-size: 2.5rem;
}
.menu .price span{
  font-size: 1.6rem;
}
.menu .subimg{
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}
/**基本セットここまで**/
.menu .fusion{
  border:solid 1px #269082;
  font-size: 1.6rem;
  color: #269082;
  padding: .5rem 2rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .menu .ttlbox,
  .menu .txtbox{
    width: 100%;
    margin-bottom: 2rem;
  }
  .menu .orizen{
    width: 100%;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
  .menu .kondate2{
    font-size: 1.1rem;
  }
  .menu .price{
    font-size: 2rem;
  }
  .menu .ttl{
    font-size: 2.2rem;
  }
  .menu .menubox{
    padding: 2rem 1rem;
  }
  .menu .fusion{
  padding: .5rem 1rem;
}
  .menu .price{
    width: 100%;
  }
}
/*****************************
  bus
*****************************/
.pagesec-bus .accessbox{
  width: 48%;
  margin: 2rem 0;
}
.pagesec-bus .imgbox{
  border: solid 1px #101010;
  padding: 2rem;
}

.pagesec-bus .linkbox a{
  padding: 1rem;
  background: #f70e02;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  margin-bottom: 2rem;
}
@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-bus .accessbox{
    width: 100%;
  }
}