@charset "UTF-8";

/******************************
pagesec-dog
******************************/
.pagesec-dog .dogbox{
  margin: 0 10rem;
}
.pagesec-dog .ttlbox2{
  text-align: center;
  padding: 10rem 0;
}
.pagesec-dog .ttlbox2 h2::before{
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pagesec-dog li{
  width: 48%;
}
.pagesec-dog li:nth-of-type(1),
.pagesec-dog li:nth-of-type(2){
  margin-bottom: 2rem;
}
.pagesec-dog .ftxtbox h3{
  font-size: 3rem;
  color: #B39A7A;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 3rem;
}
.pagesec-dog .ftxtbox p{
  line-height: 2.3;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .pagesec-dog .dogbox .fimgbox,
  .pagesec-dog .dogbox .ftxtbox{
    width: 100%;
  }
  .pagesec-dog .dogbox .ftxtbox{
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-dog .dogbox{
    margin: 0;
  }
}
/******************************
pagesec-yakusoku
******************************/
.pagesec-yakusoku{
  text-align: center;
}
.pagesec-yakusoku::before{
  content: "";
  background: url(../../images/page/experience/bg_yakusoku.webp) no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .2;
}
.pagesec-yakusoku h2{
  font-size: 3rem;
}
.pagesec-yakusoku ul{
  background: #ffffffc9;
  padding: 3rem 0;
  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: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-yakusoku li{
    text-align: start;
  }
  .pagesec-yakusoku ul{
    padding: 3rem;
  }
}
/******************************
pagesec-cruising
******************************/
.pagesec-cruising {
  margin-top: 15rem;
}
.pagesec-cruising .cruising{
  margin: 0 5rem;
}
.pagesec-cruising .ttlbox3{
  position: relative;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}
.pagesec-cruising .ttlbox3 h2::before{
  content: "";
  background: url(../../images/common/icon_nami.svg) no-repeat center / contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -110%;
  left: -10%;
  opacity: .3;
  z-index: -1;
}
.pagesec-cruising .cruising .ftxtbox{
  width: 58%;
}
.pagesec-cruising .cruisingtxt{
  margin-top: 3rem;
  line-height: 2.2;
}
.pagesec-cruising .cruisingmap{
  width: 40%;
}
.pagesec-cruising .cruisingmap img{
  object-fit: contain;
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-cruising .cruising .ftxtbox,
  .pagesec-cruising .cruisingmap{
    width: 100%;
  }
  .pagesec-cruising .cruisingmap{
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-cruising .cruising{
    margin: 0;
  }
  .pagesec-cruising .ttlbox3 h2::before{
  width: 100px;
  height: 100px;
  top: -50%;
  left: -5%;
}
.pagesec-cruising .cruisingmap img{
  object-fit: contain;
  height: auto;
}
}