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

/*リセット*/
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;
}

/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.style_h2{
	text-align: center;
	font-size:30px;
	margin:30px 0;
	color: #08c8b7;
}
.tokyo-plan h2.style_h2{
	color: #3ea7f8;
	margin: 30px 0 0;
}
.cont{
	max-width: 1100px;
	margin: auto;
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
a{
	display: block;
}
.main-img {
    max-width: 1100px;
    margin: auto;
}
.tour-cont{
	border: 5px solid #08c8b7;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}
.tokyo-plan .tour-cont{
	border: 5px solid #3ea7f8;
}
.tour_img{
	margin-right: 20px;
	flex: 0 0 35%;
}
.tour_text{
	flex: 0 0 62%;
}
.tour_img img{
	width: 100%;
}
.tour-cont h3{
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.tour_price{
	font-size: 1.5rem;
	color: #c00;
	font-weight: bold;
	margin: 15px 0;
}
.tour_price span{
	font-size: 1rem;
	color: #000;
	margin-right: 5px;
}
.tour_feature li{
	background: #EEE;
	padding: 5px;
	margin-right: 8px;
}
.introLink{
	float: right;
}
.introLink p{
	background: #f90;
	color: #FFF;
	margin: 15px 0;
	border-radius: 5px;
	text-align: center;
	padding: 10px 50px;
}

.form-cal{
	margin: 20px 0;
}
@media screen and (max-width: 767px) {
	.pc{display: none}
	h2.style_h2{
		font-size:20px;
		margin: 0 0 15px;
	}
	.tokyo-plan h2.style_h2{
		font-size: 18px;
	}
	.style_h2 span{
		font-size: 30px;
	}
	.cont{
		width: 100%;
		margin: auto;
	}
	.island-list {
    	margin: 10px;
	}
	.tour-cont a{
		flex-direction: column;
	}
	.tour_img{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.tour_img img{
		object-fit: cover;
    	height: 190px;
	}
	.tour_price{
		font-size: 1.2rem;
	}
}
</pre></body></html>