@charset "utf-8";
@import url("plus.css");

/*--------------------
Reset
--------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

li {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

img,
video {
    vertical-align: bottom;
}

img {
    image-rendering: auto;
    /* image-rendering: -webkit-optimize-contrast; */
    width: 100%;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
button,
select,
textarea {
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


html {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

    background: #ffeeee;

}

.red {
    color: #C2191F;
}

.bgred {
    background: #C2191F;
}

.white {
    color: #ffffff;
}

.que_ft {
    font-family: normal;
}





/* リニューアル　トップページ */
/* トップスライダー */
.tp_rental_slider {
    padding-left:3% ;
    padding-bottom: 2.5rem;

}
.tp_rental_slider .slick-slide:first-child {

}
.tp_rental_slider .slick-slide {
    pointer-events: none; /* デフォルトでクリック不可 */
    margin-right: 10px;
}
.tp_rental_slider .slick-slide:last-child {
    margin-right: 0;

}
.tp_rental_slider .slick-active {
    pointer-events: auto; /* アクティブなスライドだけクリック可能 */
}

.tp_rental_slider .slick-prev,
.tp_rental_slider .slick-next {
    position: absolute;
    bottom: -0.7rem;
    background: #ffffff;
    border: solid 1px #C2191F;
    width: 2.3rem;
    height: 2.3rem;
    display: block;

    z-index: 10;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size:2px;
    box-shadow: none; 
}



.tp_rental_slider .slick-prev {
    right: 3.8rem;
}


.tp_rental_slider .slick-next {
    right: 3%;
}


/* ✅ 矢印の形を `＜` `＞` にする */
.tp_rental_slider .slick-prev::before,
.tp_rental_slider .slick-next::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free"; /* フォントアイコンを使用 */
    font-weight: 900;
    font-size: 20px;
    color: #C2191F;
    top: 50%;
    left: 41%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* 左矢印 */
.tp_rental_slider .slick-prev::before {
    content: "\f104"; /* FontAwesomeの左矢印（←） */
    left: 34%;
}

/* 右矢印 */
.tp_rental_slider .slick-next::before {
    content: "\f105"; /* FontAwesomeの右矢印（→） */
    left: 39%;

}

.tp_rental_slider .slick-dots {
    padding-right: 5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



p.sh_txt {
    padding: 0 1rem;
}

.topanchor {
    gap: 0.5rem;
}

.topanchor a {
    background: #cfb278;
    color: #ffffff;
    font-weight: bold;
    width: 50%;
    height: 4rem;
    padding: 0 0.44rem;
    position: relative;
    justify-content: space-between;
}

.topanchor a::before {
    content: '';
    position: absolute;
    top: 0.44rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.topanchor a:after {
    content: '';
    position: absolute;
    bottom: 0.44rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.topanchor a span {
    width: 1px;
    height: 100%;
    background: #ffffff;
}

.top_topics .top_topics_list {
    background: #f0f0f0;
    padding: 1rem;
}

.top_topics .top_topics_list a {
    gap: 1rem;
    padding: 0.7rem 0;
    border-bottom: 1px dotted #c6c6c6;
    justify-content: flex-start;
}

.top_topics .top_topics_list a:last-child {
    border: none;
}

.top_topics .top_topics_list a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.topics_category {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 1rem 0;
}

.topics_category li {
    width: calc(33.333% - 0.4rem);
}

.topics_category li a {
    background: #C2191F;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.3rem;
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
}


/* 余白調整のためのダミー要素 */
.topics_category::after {
    content: "";
    flex: 1;
}

/* 2個以下の場合は左寄せ */
.topics_category:has(> li:nth-child(2):last-child)::after,
.topics_category:has(> li:first-child:last-child)::after {
    content: none;
}

.topics_link {}

.topics_link a {
    width: 100%;
}

.topics_link .cate_link {
    gap: 0.3rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.topics_link .cate_link small {
    margin-right: 0.3rem;
}

.topics_link .cate_link a:not(.cl_s) {
    display: flex;
    background-color: #C2191F;
    color: #ffffff;
    font-size: 0.6rem;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    width: fit-content;
}

.topics_link .cate_link a.cl_s {
    width: fit-content;
}

.topics_link h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topics_link p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 表示する行数を指定 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}


/* ページャー */
.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.pagination a {
    display: inline-block;
    padding: 10px 14px;
    text-decoration: none;
    color: #C2191F;
    border: 1px solid #C2191F;
    border-radius: 5px;
    transition: background 0.3s;
    font-size: 1rem;
}

.pagination a:hover {
    background: #f0f0f0;
}

.pagination .active {
    background: #C2191F;
    color: #fff;
    border-color: #C2191F;
    font-weight: bold;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

/* topics_detail */
.topics_detail {}

.topics_detail small {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.topics_detail .cate_link {
    width: 100%;
    justify-content: flex-start;
    gap: 0.5rem;

}

.topics_detail .cate_link a:not(.cl_s) {
    display: flex;
    background-color: #C2191F;
    color: #ffffff;
    font-size: 0.6rem;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
    width: fit-content;
}

a.topics_back {
    display: flex;
    background: #ffffff;
    border: solid 1px #C2191F;
    align-items: center;
    justify-content: center;
    color: #C2191F;
    font-size: 1.2rem;
    font-weight: bold;
    width: 50%;
    padding: 1rem 3rem;
    margin: 0 auto;
    position: relative;
}

a.topics_back:before {
    content: "▲";
    position: absolute;
    right: 0.7rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    
}

/* about us */
.top_reviews.renews {
    background: none;
}


/* for travel agent */
.fortravel { 
    padding: 1.5rem 0;
}
.fortravel span {
    display: block;
    line-height: 1;
}
.fortravel .setcontent div {
    padding: 0.8rem;

}

.fortravel .setcontent h2 {
    color: #c65559;
}


/* goods */
.goods {}

.goods h3 {
    background: #C2191F;
    width: 95%;
    margin-right:auto ;
    min-height: 3rem;
    border-radius:0 9999px 9999px 0;
    color: #ffffff;
    padding: 0.5rem 1rem;
    justify-content:space-between;
    gap: 1rem;
}

/* スライダー */
.goods_slider img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.goods_slider .slick-slide {
    margin: 0 0.3rem; 
}

.goods_slider .slick-list {
    margin: 0 -10px; /* 全体のバランス調整 */
}

.goods_slider .slick-prev,
.goods_slider .slick-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #c2191fba;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size:2px;
    border: none; 
    box-shadow: none; 
}

/* 左矢印の位置 */
.goods_slider .slick-prev {
    left: -2.5%;
}

/* 右矢印の位置 */
.goods_slider .slick-next {
    right: -2.5%;
}

/* ホバー時のエフェクト */
.goods_slider .slick-prev:hover,
.goods_slider .slick-next:hover {
    background-color: #c2191f82;
}

/* ✅ 矢印の形を `＜` `＞` にする */
.goods_slider .slick-prev::before,
.goods_slider .slick-next::before {
    content: "";
    font-family: "Font Awesome 5 Free"; /* フォントアイコンを使用 */
    font-weight: 900;
    font-size: 18px;
    color: white;
}

/* 左矢印 */
.goods_slider .slick-prev::before {
    content: "\f104"; /* FontAwesomeの左矢印（←） */
}

/* 右矢印 */
.goods_slider .slick-next::before {
    content: "\f105"; /* FontAwesomeの右矢印（→） */
}


/* experience */
.exp_renew {

}

.exp_renew .exp_link {
    justify-content: center;
    gap: 1rem;
}

.exp_renew .exp_link a {
    width: 45%;
    background: #C2191F;
    color: #ffffff;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem ;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    position: relative;
}

.exp_renew .exp_link a:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}


.exp_renew .exp_set {
    padding-top: 1rem;
    border-top: solid 2px #C2191F;
    /* border-bottom: solid 2px #C2191F; */
    box-shadow: none;
    border-radius: 0;
}

.exp_renew h3 {
    text-align: center;
    margin: 0 auto 1rem;
    padding: 0.4rem;
    width: fit-content;
    border-bottom: solid 2px #C2191F;
    /* background: #C2191F; */
    /* color: #ffffff; */
    /* border-radius: 10px; */
    /* border: solid 2px #C2191F; */
}

.exp_renew .price_exp strong.exp_price {
    text-align: center;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background: #ffeded;
    padding: 0.5rem;
}

.flow_step {
    position: relative;
}

.flow_step img {
    position: relative;
    z-index: 2;
}

.flow_step .flow_txt {
    position: relative;
    z-index: 3;
    margin-top: -2rem;
    background: #ffededdf;
    padding: 1rem;
}

.flow_step .flow_txt h4 {
    background: none;
    color: #C2191F;
    text-align: center;
}