<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;
}

h2.style_h2{
	position: relative;
	text-align: center;
	font-size:30px;
	margin:50px 0 80px;
	font-family: 'Sawarabi Gothic', sans-serif;
	letter-spacing: 3px;
}
h2.style_h2:after{
	content: '';
    border-bottom: 8px solid #FCDAE9;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
}
.cont{
	width:1000px;
	margin:0 auto;
}
.main-visual{
	background: linear-gradient(173.5411836213deg, 
	rgba(218, 243, 230, 0) 17.4311294766%, 
	rgba(218, 243, 230, 0) 30%, 
	#FCDAE9 20.8480639731%, 
	#FCDAE9 22.297979798%);
}
.main-image{
	max-width: 1000px;
	margin: 0 auto;
}
.lead-text{
	padding: 30px 0;
}
.goList {
    width: 300px;
    margin: 15px auto;
}
.goList a {
    background: #f90;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.ac_menu{
	display: flex;
	margin:30px auto;
	width: 600px;
    justify-content: space-between;
}
.ac_menu&gt;div {
    flex: 0 0 48%;
}
.ac_menu p{
	cursor: pointer;
	position: relative;
	border-bottom: 2px solid #000;
    padding:0 40px 10px 10px;
}

.ac_menu .menu-inner{
	display: none;
}
.ac_menu ul{
	margin-top: 15px;
	display: flex;
	flex-wrap:wrap;
}
.ac_menu ul a{
	display: block;
    border: 1px solid #999;
    padding: 8px 30px 8px 12px;
    margin:0 0 8px 8px;
    border-radius: 30px;
    position: relative;
}

.ac_menu p:after,.ac_menu ul a:after{
	position: absolute;
	content:'';
	width:8px;
	height:8px;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	border-top:2px solid #000;
	border-left:2px solid #000;
	transform:rotate(225deg);
}
.ac_menu p.active:after{
	transform:rotate(45deg);
}
.ac_menu ul a:after{
	border-top:1px solid #999;
	border-left:1px solid #999;
}
.tour-cont {
    margin: 80px 0;
}
.tour-cont-inner{
	background:#eee;
	padding: 80px 0;
	position: relative;
}
.tour-cont-inner .cont {
    display: flex;
    flex-wrap: wrap;
}
.tour-cont-inner:after{
	content: '';
    position: absolute;
    right: 0;
    top: -70px;
    width: 380px;
    height: 125px;
}
.area-cont:after{
    background: url(../../img/topics/solotravel/title-area.png) no-repeat;
}
.cate-cont:after{
	background:url(../../img/topics/solotravel/title-category.png) no-repeat;
	width: 450px;
    top: -65px;
}
.tour-box {
    flex: 0 0 31%;
    margin:0 30px 30px 0;
}
.tour-box:nth-child(3n){
	margin-right:0;
}
.area-img {
    overflow: hidden;
    height: 180px;
    position: relative;
}
.area-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.area-text{
	background:#fff;
	padding:15px;
}
.area-text h3{
	text-align: center;
	font-family:'Sawarabi Gothic', sans-serif;
	font-size: 1.4em;
	margin-bottom:8px;
}
.btn-next{
	margin:10px auto 0;
}
.btn-next a{
	display: block;
	background:#F672AC;
	color:#fff;
	text-align: center;
	padding:10px 0;
	border-radius: 50px;
}
/*QA*/
.faq-cont dl{
	padding:10px 0;
}
.faq-cont dt{
	margin-bottom:5px;
}

.faq-cont dt:before,.faq-cont dd:before{
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3px 8px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Sawarabi Gothic',sans-serif;
    color: #f672ac;
}
.faq-cont dt:before{
	content:"Q";
}
.faq-cont dd:before{
	content:"A";
}

.other_activity ul{
	display: flex;
	flex-wrap:wrap;
}
.other_activity li {
    flex: 0 0 30%;
    margin: 8px 15px;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.other_activity li p {
    position: absolute;
    z-index: 5;
    bottom: 0;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    background: #fff;
    opacity: .8;
    font-weight: bold;
}
.other_activity img{
	width:100%;
}
.other-area a{
	display: block;
	background:#f90;
	color:#fff;
	text-align: center;
	border-radius: 50px;
	padding:10px 0;
	font-weight: bold;
	font-size:1.1em;
	width:60%;
	margin:10px auto;
}
.area-search .item span{
	font-size: 20px;
}
.area-search{
	height: auto;
}
.search-inner {
    display: flex;
    align-items: center;
}
.search-inner:last-child {
    margin-top: 10px;
    justify-content: space-between;
}
.area-search .item{
	float: none;
}</pre></body></html>