/*__________________________________________________

  toursBox
  __________________________________________________*/
.toursBox {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 98px auto;
    padding: 0 60px;
    }

.toursBox h2 {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 45px 0 0 0;
    text-align: center;
    }

.toursBox h3 {
    width: 100%;
    margin: 0 auto 25px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #5f5045;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #6f6258;
    line-height: 1.6;
    letter-spacing: 1px;
    }

.toursBox h3::before {
  display: block;
  height: 2rem;
  margin-top: -2rem;
  content: "";
}

.visBox {
  width: 70%;
  margin: 50px auto;
}

.visBoxB {
  width: 100%;
  margin: 0 0 20px 0;
}

.textL {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #6f6258;
  margin: 0 auto 50px;
}


/* youtube */
.youtube {
    position: relative;
    width: 85%;
    /* margin: 0 auto 60px auto; */
    margin: 0 auto 80px auto;
    padding-top: 47.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    /* width: 98.5%; */
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 768px) {
    .toursBox {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 39px auto;
        padding: 0;
        background: #ffffff;
        }

    .toursBox h2 {
        width: 94%;
        margin: 0 auto 0 auto;
        padding: 20px 0;
        font-family: urw-din, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 40px;
        color: #5f5045;
        text-align: center;
        }

    .toursBox h3 {
        width: 90%;
        margin: 20px auto 25px auto;
        padding-bottom: 10px;
        /* border-bottom: 1px solid #5f5045;*/
        border-bottom: 1px solid rgba(95, 80, 69, 0.5);
游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 600;
        font-size: 15px;
        color: #6f6258;
        line-height: 1.6;
        letter-spacing: 1px;
        text-indent: 0;
        text-align: center;
        }

    .visBox {
      width: 90%;
      padding-top: 13px;
      margin: 0 auto;
      border-top: 5px solid #a9dBe1;
      border-left: none;
      border-right: none;
    }

    .visBoxB {
      width: 90%;
      margin: 20px auto;
    }

    .textL {
      font-size: 15px;
      line-height: 1.5;
    }

    .youtube {
        width: 90%;
    }

}

/*__________________________________________________

  categoryBox
  __________________________________________________*/
.categoryBox {
    width: 100%;
    /* margin: 0 auto 40px auto; */
    margin: 0 auto 60px auto;
    padding: 0;
    }

.categoryBox .title {
    width: 100%;
    height: 99px;
    margin: 1px auto 0 auto;
    padding: 0;
    text-align: center;
    }

.categoryBox .unit {
    position: relative;
    top: -50px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }

.categoryBox .unit .category01 {
        position: absolute;
        top: -4px;
        left: 69px;
        width: 170px;
        height: 64px;
        margin: 0;
        padding: 0;
        text-align: center;
        }

        .categoryBox .unit .category02 {
            position: absolute;
            top: -7px;
            left: 252px;
            width: 120px;
            height: 63px;
            margin: 0;
            padding: 0;
            text-align: center;
            }

    .categoryBox .unit .category03 {
        position: absolute;
        top: -3px;
        left: 433px;
        width: 80px;
        height: 60px;
        margin: 0;
        padding: 0;
        text-align: center;
        }

    .categoryBox .unit .category04 {
        position: absolute;
        top: -8px;
        left: 558px;
        width: 132px;
        height: 68px;
        margin: 0;
        padding: 0;
        text-align: center;
        }

    .categoryBox .unit .category05 {
        position: absolute;
        top: -3px;
        left: 745px;
        width: 62px;
        height: 64px;
        margin: 0;
        padding: 0;
        text-align: center;
        }

@media only screen and (max-width: 768px) {
    .categoryBox {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 12px auto;
        padding: 0;
        border-bottom: 1px solid rgba(95, 80, 69, 0.5);
        background: url("../../../assets/images/common/worldmap.png") no-repeat;
        background-position: center top;
        background-size: cover;
        }

    .categoryBox .title {
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        }

    .scroll-nav {
        width: 100%;
        margin: 0 auto 26px auto;
        padding: 0;
        overflow: hidden;
        position: relative;
        -webkit-overflow-scrolling: touch;
        }

    .scroll-nav ul {
        width: 100%;
        white-space: nowrap;
        height: auto;
        margin: 0 auto;
        padding: 0 15px;
        list-style: none;
        overflow-x: scroll;
        box-sizing: border-box;
        -ms-overflow-style: none;
        scrollbar-height: none;
        }

    .scroll-nav ul::-webkit-scrollbar {
        display: none;
        }

    .scroll-nav ul li {
        display: inline-block;
        /* min-width: 25%; */
        min-width: 20%;
        margin-right: 7px;
        /* padding: 10px; */
        padding: 4px;
        /* background: #a9d8e1; */
        text-align: center;
        font-size: 15px;
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .scroll-nav ul li.on {
        background: #3ebfd5;
        font-size: 15px;
        font-family: urw-din, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #ffffff;
        }

    .scroll-nav ul li:hover {
        color: #5b2f84;
        }

    .scroll-nav ul li.end {
        display: inline-block;
        margin: 0;
        font-size: 15px;
        font-family: urw-din, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .next-btn {
        display: block;
        position: absolute;
        top: 0;
        right: -5px;
        width: 40px;
        height: 40px;
        line-height: 37px;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fcfbf4 30%);
        color: #808080;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        }

    .prev-btn {
        display: block;
        position: absolute;
        top: 0;
        left: -5px;
        width: 40px;
        height: 40px;
        line-height: 37px;
        background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fcfbf4 30%);
        color: #808080;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        }
}

/*__________________________________________________

  tours-box
  __________________________________________________*/
.tours-box {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0;
    }

.tours-box p.txt01 {
    max-width: 676px;
    width: 100%;
    margin: 40px auto 40px auto;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5f5045;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
    }

.tours-box p.txt02 {
    max-width: 676px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5f5045;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
    }

.tours-box p.txt03 {
    max-width: 676px;
    width: 100%;
    margin: 0 auto 112px auto;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #5f5045;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: left;
    }

.tours-box p.prologue {
    max-width: 676px;
    width: 100%;
    margin: 67px auto 100px auto;
    padding: 0;
    /* font-family: urw-din, sans-serif; */
    font-family: YuMincho, “Yu Mincho”, serif;
    font-weight: 400;
    font-size: 18px;
    color: #5f5045;
    letter-spacing: 1.5px;
    line-height: 3.6;
    text-align: center;
    }

.tours-box .unit-member {
    display: flex;
    margin: 62px 0 0 0;
    }

.tours-box .unit-member .title-box {
    position: relative;
    z-index: 2;
    font-family: urw-din, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 82.5px;
    color: #e6be3d;
    letter-spacing: 1px;
    }

.tours-box .unit-member .title-box .box {
    position: absolute;
    top: -35px;
    left: 405px;
    }

.tours-box .unit-member .boxL {
    position: relative;
    z-index: 1;
    width: 462px;
    margin: 0 52px 0 0;
    }

.tours-box .unit-member .boxR {
    width: 296px;
    margin: 84px 0 87px 0;
    }

.tours-box .unit-member .boxR p.txt01 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: YakuHanJPs Narrow, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #5f5045;
    letter-spacing: 1px;
    line-height: 1.6;
    }

.tours-box .unit-member .boxR .btn-box {
    position: relative;
    z-index: 2;
    }

.tours-box .unit-member .boxR .btn-box .btn {
    position: absolute;
    top: 360px;
    left: -550px;
    }

.tours-box .unit-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 34px;
    /* margin: 54px auto 0 auto; */
    margin: 54px auto 64px auto;
    padding: 0;
    text-align: center;
    }

.tours-box .unit-staff .box01 {
    width: 30.6%;
    margin: 0 auto 4px auto;
    padding: 0;
    }

.tours-box .unit-staff .box01 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 1px 0 0 0;
    background: #ffffff;
    border: 1px solid #cca924;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #5f5045;
    }

.tours-box .unit-staff .box01 p.txt01 {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    /* font-family: urw-din, sans-serif; */
    font-family: YuMincho, “Yu Mincho”, serif;
    font-weight: 400;
    font-size: 20px;
    color: #5f5045;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: center;
    }

.tours-box .unit-staff .box02 {
    /* width: 50%; */
    width: 30.6%;
    margin: 0 auto 44px auto;
    padding: 0;
    }

.tours-box .unit-staff .box02 .title {
    /* width: 60%; */
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border: 1px solid #cca924;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #5f5045;
    }

.tours-box .unit-staff .box02 p.txt01 {
    /* width: 100%; */
    width: 107%;
    /* margin: 0; */
    margin: 10px 0 0 -10px;
    padding: 0;
    /* font-family: urw-din, sans-serif; */
    font-family: YuMincho, “Yu Mincho”, serif;
    font-weight: 400;
    font-size: 20px;
    color: #5f5045;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    }

.tours-box .unit-cast {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 56px 0 0 40px;
    padding: 0;
    }

.tours-box .unit-cast .box01 {
    width: calc((100% - 30px * 2) / 4);
    margin: 0 0 30px 0;
    padding: 0;
    }

.tours-box .unit-cast .box01 .title {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #cca924;
    }

.tours-box .unit-cast .box01 p.txt01 {
    margin: 0;
    padding: 0;
    font-family: YuMincho, “Yu Mincho”, serif;
    font-weight: 400;
    font-size: 18px;
    color: #5f5045;
    line-height: 1.6;
    letter-spacing:1px;
    }

.tours-box .unit-cast .box01b {
    width: calc((100% - 30px * 2) / 4);
    margin: 0 0 30px 0;
    padding: 0;
    }

.tours-box .unit-cast .box01b .title {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #cca924;
    }

.tours-box .unit-cast .box01b p.txt01 {
    margin: 0;
    padding: 0;
    font-family: YuMincho, “Yu Mincho”, serif;
    font-weight: 400;
    font-size: 18px;
    color: #5f5045;
    line-height: 1.6;
    letter-spacing:1px;
    }

@media only screen and (max-width: 768px) {
    .tours-box {
        max-width: 100%;
        width: 90%;
        margin: 0 auto 60px auto;
        padding: 0;
        background: #ffffff;
        border-left: none;
        border-right: none;
        }

    .tours-box p.txt01 {
        max-width: 676px;
        width: 100%;
        margin: 20px auto 20px auto;
        padding: 0;
        /* font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 14px;
        color: #5f5045;
        letter-spacing: 1px;
        line-height: 1.7;
        text-align: left;
        }

    .tours-box p.txt02 {
        max-width: 676px;
        width: 100%;
        margin: 0 auto 20px auto;
        padding: 0;
        /* font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 14px;
        color: #5f5045;
        letter-spacing: 1px;
        line-height: 1.7;
        text-align: left;
        }

    .tours-box p.txt03 {
        max-width: 676px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        /* font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 14px;
        color: #5f5045;
        letter-spacing: 1px;
        line-height: 1.7;
        text-align: left;
        }

    .tours-box p.prologue {
        max-width: 676px;
        width: 100%;
        margin: 25px auto 93px auto;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        font-size: 15px;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .tours-box .unit-member {
        flex-direction: column;
        margin: 0 0 0 0;
        }

    .tours-box .unit-member .title-box {
        position: unset;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        font-family: urw-din, sans-serif;
        font-weight: 600;
        font-style : nomal;
        font-size: 41px;
        color: #e6be3d;
        text-align: center;
        }

    .tours-box .unit-member .title-box .box {
        position: unset;
        height: auto;
        }

    .tours-box .unit-member .boxL {
        position: unset;
        z-index: 2;
        /* width: 80%; */
        width: 100%;
        margin: 20px auto 0 auto;
        text-align: center;
        }

    .tours-box .unit-member .boxR {
        /* width: 80%; */
        width: 100%;
        /* margin: 25px auto 50px auto; */
        margin: 0px auto 50px auto;
        }

    .tours-box .unit-member .boxR p.txt01 {
        width: 100%;
        margin: 25px 0 0 0;
        padding: 0;
        font-family: YakuHanJPs Narrow, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #5f5045;
        letter-spacing: 1px;
        line-height: 1.6;
        }

    .tours-box .unit-member .boxR .btn-box {
        position: relative;
        z-index: 2;
        }

    .tours-box .unit-member .boxR .btn-box .btn {
        position: absolute;
        top: -50px;
        left: 0px;
        }

    .tours-box .unit-staff {
        flex-direction: column;
        margin: 0 auto 0 auto;
        padding: 6px 0 0 0;
        text-align: center;
        gap: unset;
        }

    .tours-box .unit-staff .box01 {
        width: 100%;
        height: 18px;
        /* margin: 0 auto 10px; */
        margin: 0 auto 43px;
        padding: 0;
        }

    .tours-box .unit-staff .box01 .title {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-staff .box01 p.txt01 {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        text-align: center;
        }

    .tours-box .unit-staff .box02 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        }

    .tours-box .unit-staff .box02 .title {
        /* width: 60%; */
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-staff .box02 p.txt01 {
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        text-align: center;
        }

    .tours-box .unit-cast {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 65%; */
        width: 90%;
        margin: 34px auto 0 auto;
        padding: 0;
        }

    .tours-box .unit-cast .box01 {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 0px * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01 .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01 p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 8% * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01b .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }
}

@media only screen and (height: 1024px) {
    .tours-box .unit-cast {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 65%; */
        width: 39%;
        margin: 34px auto 0 auto;
        padding: 0;
        }

    .tours-box .unit-cast .box01 {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 0px * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01 .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01 p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 8% * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01b .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }
}

@media only screen and (height: 375px) {
    .tours-box .unit-cast {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 65%; */
        width: 44%;
        margin: 34px auto 0 auto;
        padding: 0;
        }

    .tours-box .unit-cast .box01 {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 0px * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01 .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01 p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 8% * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01b .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }
}

@media only screen and (height: 360px) {
    .tours-box .unit-cast {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 65%; */
        width: 46%;
        margin: 34px auto 0 auto;
        padding: 0;
        }

    .tours-box .unit-cast .box01 {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 0px * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01 .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01 p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b {
        /* width: calc((100% - 20px * 2) / 2); */
        width: calc((100% - 8% * 2) / 2);
        margin: 0 0 25px 0;
        padding: 0;
        }

    .tours-box .unit-cast .box01b .title {
        margin: 0;
        padding: 0;
        font-family: urw-din, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 500;
        /* font-size: 10px; */
        font-size: 12px;
        /* color: #5f5045; */
        color: #cca924;
        letter-spacing: 1px;
        }

    .tours-box .unit-cast .box01b p.txt01 {
        margin: 0;
        padding: 0;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 500;
        /* font-size: 12px; */
        font-size: 16px;
        color: #5f5045;
        letter-spacing: 1px;
        }
}
