<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
		追加分
---------------------------------------------------- */

/* 共通 */
.pagination_wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.pagination_box {
    margin: 5% 0 2%;
}
.page_result {
    color: #4b2a2a;
    float: left;
    font-size: 1.3rem;
}
.page_result span {
    font-size: 1.2rem;
    margin-right: 5px;
}
.page_result span strong {
    font-size: 2.1rem;
}
.pagination {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.pagination li {
    display: inline-block;
    margin: 3px;
    vertical-align: bottom;
    padding: 6px;
    background-color: #d8d8d8;
}
.pagination li a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #7b5b34;
    text-decoration: none;
}

.pagination li a:hover, .pagination li.page_select, .pagination li a:hover, .pagination li.current {
    background-color: #d3c38f;
    color: #ffffff;
}
.pagination li.current a {
    color: #ffffff;
}

/* 検索 */
.list-sec {
    padding-bottom: 30px;
}
.search-sec {
    padding: 60px 0 100px;
}

/* ツアー */
.tour-sec .tour-results .pager li.current {
    background-color: #e9479f;
    color: #fff;
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* お気に入り */
.detail-sec .favorite-txt {
    width: 100%;
}
.detail-sec .favorite-txt .favorite-ttl {
    margin-left: -220px;
    padding-left: 290px;
    background: url(../img/ttl_bg001.png) no-repeat center;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
}

/* ツアー */
.detail-sec .tour-txt {
    width: 100%;
}
.detail-sec .tour-txt .tour-ttl {
    margin-left: -150px;
    padding-left: 220px;
    background: url(../img/tours_i001.png) no-repeat center;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
}

/* モデルコース */
.course-list-sec .course-root {
    padding-top: 0;
    padding-bottom: 0;
}
.other-course-sec .slick-dots {
    margin-bottom: 40px;
}


@media screen and (max-width: 767px) {

/* モデルコース */
.other-course-sec .slick-dots {
    margin-bottom: 70px;
}

/* Instagramキャンペーン */
.sns-sec .main-sec .box {
    height: 0;
    padding-top: 115%;
    background: url("../img/sns/sp_sns_ph001.jpg") 0 0 no-repeat;
    background-size: contain;
}
.sns-sec .main-sec .box .main-ttl img {
    display: none;
}

}

.top-sec h2.l-campaign-txt {
    font-size: 1.429rem;
    color: #e62e8b;
    margin-right: 20px;
    margin-bottom: 80px;
    cursor: pointer;
    text-decoration: underline;
    line-height: 1.5;
}
.top-sec h2.l-campaign-txt:hover {
    text-decoration: none;
}

.top-sec .request-box {
    display: none;
}

.request-box dt.box-title {
    font-size: 1.2rem;
    color: #e62e8b;
    font-weight: 800;
    margin: 0 0 1.2rem;
}

.request-box dl dd ul li {
    list-style-type: circle;
    line-height: 1.3;
    margin: 0 0 1rem;
}

.request-box dl.detail {
  counter-reset: count;
}
.request-box dl.detail dd {
  counter-increment: count;
  text-indent: -1rem;
  padding-left: 3rem;
  margin: 0 0 0.5rem;
}
.request-box dl.detail dd::before {
  content: counter(count)".";
  
}

.request-box .asterisk::before {
    content: "※";
}

.request-box .asterisk {
  text-indent: -1rem;
  padding-left: 1rem;
}


.top-sec #goto-news {
	margin-bottom: 5%;
}
.top-sec dl.goto-news {
    font-size: 128.5714285714%;
    line-height: 1.5;
	display: flex;
	width: 70%;
    margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
  .top-sec dl.goto-news {
    font-size: 100%;
    display: block;
    text-align: left;
	width: 100%;
    margin: 0 auto 1em;
  }
}

.top-sec dl.goto-news dt {
	width: 10em;
}
@media screen and (max-width: 767px) {
  .top-sec dl.goto-news dt {
	width: 100%;
  }
}
.top-sec dl.goto-news dd {
    cursor: pointer;
    text-decoration: underline;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .top-sec dl.goto-news dd {
	margin-bottom: 1em;
  }
}
.top-sec dl.goto-news dd:hover {
    text-decoration: none;
}
.top-sec .goto-news-box {
    display: none;
}

.goto-news-box dl {
    font-size: 1.2rem;
    line-height: 1.5;
}
.goto-news-box dt.box-title {
    color: #e62e8b;
    font-weight: 800;
    margin: 0 0 1.2rem;
    font-size: 1.4rem;
}
.goto-news-box dl dd dt {
    font-weight: bold;
}
.goto-news-box dl dd p, .goto-news-box dl dd dd {
    margin-bottom: 1em;
}
</pre></body></html>