<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 */

#top {
	max-width: 1024px;
	margin: 0 auto;
}
/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article{
	overflow: hidden;
}
.main_content{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
}
.main_image img{
	width:100%;
}
.lead_text{
	padding:30px 0;
	text-align: center;
	font-size:1.1em;
}
.page_navi ul{
	display:flex;
	justify-content:center;
}
.page_navi ul li{
	transition:.4s;
	margin:0 8px;
}
.page_navi ul li:hover{
	transform:rotate(30deg);
}

.tour_cont{
	margin:30px auto;
}
.bg_pink{
	background:#faa4a4;
	position:relative;
	-webkit-transform: rotate(5deg) translate3d(0, 0, 0);
	transform: rotate(5deg) translate3d(0, 0, 0);
	width: 150%;
	margin-left: -25%;
}
.bg_pink .main_content{
	-webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
	transform: rotate(-5deg) translate3d(0, 0, 0);
}

.tour_cont h2{
	text-align: center;
	font-family: "Sawarabi Mincho"; 
	background:url(../../img/topics/fuji/icon_fuji.png) no-repeat center top;
	color:#a8021a;
	padding:30px 0 0;
	font-size:2em;
	text-shadow: 1px 1px 0 #fff;
}
.tour_cont h2 span{
	background:#fff;
}
.tour_info{
	margin:50px 0;
	display: flex;
}
.tour_img {
    z-index: 1;
    border:5px solid #faa4a4;
    width:410px;
    flex:0 0 410px;
    overflow: hidden;
    height: 270px;
}
.tour_img img{
	width:100%;
	min-height: 270px;
}
.tour_text {
    background: #fff;
    margin: 15px 0 -15px -30px;
    z-index: 0;
    padding: 15px 15px 15px 45px;
    border: 5px solid #faa4a4;
}
.tour_text h3{
	font-family: "Sawarabi Mincho"; 
	font-size:1.25em;
	margin-bottom: 8px;
}
.tag_list,.tour_link{
	display: flex;
}
.tag_list{
	margin:8px 0;
}
.tag_list li{
	margin-right:15px;
}
.tour_link{
	justify-content: space-between;
}
.tour_price{
	color:#c00;
	font-weight:bold;
	font-size:2em;
}
.link_btn a,.link_btn_other a{
	text-align: center;
	border-radius: 50px;
	display: block;
	font-size:1.1em;
	font-weight:bold;
	position:relative;
}
.link_btn a{
	background:#f90;
	color:#fff;
	padding: 8px 30px 8px 15px;
}
.link_btn_other a{
	background:#fff;
	color:#000;
	border:3px solid #f90;
	width:60%;
	margin:8px auto;
	padding:12px 15px;
}
.link_btn a:after,.link_btn_other a:after{
	position: absolute;
	content:"";
	right:8px;
	top:0;
	bottom:0;
	margin:auto;
	width:8px;
	height:8px;
	transform:rotate(135deg);
	-webkit-transform:rotate(135deg);
}
.link_btn a:after{
	border-top:2px solid #fff;
	border-left:2px solid #fff;
}

.link_btn_other a:after{
	border-top:2px solid #f90;
	border-left:2px solid #f90;
}

@media screen and (max-width:768px) { 
	.pc_only{
		display:none;
	}
	.main_content{
		width:98%
	}
	.bg_pink .main_content{
		width: 65.35%;
	}
	.lead_text{
		font-size:0.9em;
		padding:8px;
		text-align: left;
	}
	.page_navi ul li{
		margin: 0 2px;
	}
	.page_navi img {
	    width: 100%;
	}
	.tour_cont h2{
		font-size:1.4em;
	}
	.tour_info{
		display:block;
		margin: 15px 0;
	}
	.tour_text h3{
		font-size:1em;
		color: #000;
	}
	.tag_list{
		flex-wrap: wrap;
	}
	.tour_img {
		width: 96%;
		margin:0 auto;
		height:200px;
		box-sizing: border-box;
		margin: 0 30px 0 0;
	}
	.tour_img img{
		min-height:200px;
	}
	.tour_text{
		margin: -25px 8px 0 15px;
		width: 96%;
    	box-sizing: border-box;
    	padding: 30px 15px 15px;
	}
	.tour_price{
		font-size:1.6em;
	}
	.link_btn_other a{
		width:80%;
	}
}</pre></body></html>