@charset "UTF-8";

.ttl {
 background-image: url("../img/tour/ttl-bg.png");
}

.category_search_ttl {
font-family: source-han-serif-japanese, serif;
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 25px;
letter-spacing: 0.2em;
}

.category_list {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.category_list li a {
font-size: 1.2rem;
line-height: 100%;
padding: 10px 25px;
border: solid 1px #000;
margin-right: 10px;
}
@media all and (max-width : 1024px ){
.category_list li {
margin-bottom: 25px;
}
}
.category_list li a:hover {
color: #8F6D48;
border: solid 1px #8F6D48;
}


.tour_box {
display: flex;
border-bottom: dotted 1px #ccc;
padding-bottom: 120px;
margin-bottom: 60px;
}
.tour_imgbox {
max-width: 500px
}
.tour_photo img {
width: 100%;
}
.tour_period {
background-color: #000;
width: 100%;
text-align: center;
color: #fff;
padding: 7px 0;
margin-bottom: 15px;
font-size: 1.2rem;
}
.category-tag {
display: flex;
flex-wrap: wrap;
}
.category-tag span {
background-color: #fff;
padding: 10px 40px 8px;
margin-right: 10px;
border: 1px solid #010101;
font-size: 1.2rem;
line-height: 1;
}
.tour_txtbox {
margin-left: 50px;
}
.tour_title {
font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-size: 2.0rem;
margin-bottom: 25px;
display: block;
}
.tour_caption {
margin-bottom: 15px;
display: block;
}
.tour_infobox{
display: flex;
flex-wrap: wrap;
align-items: stretch;
margin-bottom: 40px;
position: relative;
}
.tour_info {
	width: 50%;
	margin-top: 25px;
}
.tour_info:nth-child(even){
	padding-left: 15px;
}
.tour_info dl dt {
color: #8F6D48;
font-weight: bold;
margin-bottom: 7px;
}
.tour_info dl dd {
margin-left: 7px;
}
.more_btn{
position: relative;
width: 300px;
line-height: 100%;
display: flex;
background: #fff;
border: solid 1px #8F6D48;
}
.more_text{
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
width: 100%;
color: #8F6D48;
text-align: center;
padding: 15px 0;
}
.more_btn:hover {
background-color: #8F6D48;
}
.more_text::before{
content:"";
position: absolute;
top:50%;
right:15px;
/*下線の形状*/
width:16px;
height:1px;
background:#8F6D48;
transition: all .1s linear;
}
.more_text::after{
content:"";
/*絶対配置で矢印の位置を決める*/
position: absolute;
top: 40%;
right: 17px;
/*矢印の形状*/
width:1px;
height:5px;
background:#8F6D48;
transform:skewX(45deg);
transition: all .1s linear;
}
.more_text:hover{
color: #fff;
}
.more_text:hover::before{
right:10px;
background:#fff;
}
.more_text:hover::after{
	right:12px;
	background:#fff;
}
.more_btn_box {
position: absolute;
right: 0;
}
.btn_soon p {
background-color: #ccc;
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 100%;
width: 300px;
text-align: center;
padding: 15px 0;
}
.btn_end p {
background-color: #CE1220;
font-family: source-han-serif-japanese, serif;
font-size: 1.4rem;
font-weight: 400;
line-height: 100%;
width: 300px;
text-align: center;
padding: 15px 0;
color: #fff;
}

/*スマートフォン*/

@media all and (max-width : 820px ){
.tour_box {
display: flex;
flex-direction: column;
border-bottom: dotted 1px #ccc;
padding-bottom: 30px;
margin-bottom: 30px;
}
.tour_imgbox {
max-width: 750px
}
.category-tag {
margin-bottom: 20px;
}
.category-tag span {
padding: 8px 20px 6px;
margin-right: 10px;
font-size: 1.0rem;
}
.tour_txtbox {
margin-left: 0px;
}
.tour_title {
font-size: 1.6rem;
margin-bottom: 15px;
}
.tour_caption {
font-size: 1.1rem;
margin-bottom: 0px;
display: block;
}
.tour_info {
	margin-top: 20px;
}
.more_btn{
margin: 0 auto;
}
.more_text{
font-size: 1.2rem;
}
.more_btn_box {
position: static;
}
.btn_soon p {
font-size: 1.2rem;
margin: 0 auto;
}
.btn_end p {
font-size: 1.2rem;
margin: 0 auto;
}

}

@media all and (max-width : 767px ){
.category_search_ttl {
font-size: 1.4rem;
margin-bottom: 20px;
}
.category_list li {
margin-bottom: 18px;
}
.category_list li a {
font-size: 1.0rem;
padding: 8px 10px;
margin-right: 10px;
}
}
