@charset "euc-jp";
/* CSS Document */

#mv {
	width: 100%;
	text-align: center;
}
#mv p {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and (min-width: 1500px){
#mv p {
	width: 1400px;
	max-width: none;
}
}

#top_first h1 {
	line-height: 1.35;
	margin-bottom: 1em;
	background: url(../images/t-bg.jpg) no-repeat center bottom/contain;
	padding: 0 0 1.2em;
}
#top_lead {
	line-height: 1.5;
	padding: 0 5%;
	text-align: center;
}

#noticebox, #infobox, #asobi, #blog {
	border-radius: 8px;
	padding: .5em 1em;
	margin: 1em 0;
}
#noticebox {
	padding: 1em;
	background: #D7B391;
	color: #FFF;
}
#noticebox p {
	font-size: 1.125em;
	font-weight: bold;
	margin: 0 0 .5em;
}
#noticebox p a {
	color: #FFF;
}
#noticebox p a:hover, #noticebox p a:active {
	color: #FFC ;
}
#noticebox p a .date {
	padding-right: .5em;
	text-decoration: none !important;
}

/* info */
#infobox, #asobi, #blog {
	background: #FFF;
	border: solid 1px #DDD;
}
#infobox h2, #asobi h2, #blog h2 {
	border: none;
	font-weight: normal;
	margin: 0 0 0.5em;
	text-align: center;
}
#infobox li a {
	display: inline;
}

/* caterory menu */
.tourcategory ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	letter-spacing: 0.005em;
	padding: 0 .5em;
}
.tourcategory li {
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 .4em 20px;
}
.tourcategory a {
	border: solid 1px #CFB370;
	box-shadow: 0 2px 4px rgb(0,0,0,0.1);
	border-radius: 2em;
	background: #FFF;
	color: #444;
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	padding: .3em 1em .3em 1.4em;
	position: relative;
	line-height: 1;
}
.tourcategory a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #D3AC52;
}
.tourcategory a:hover, .tourcategory a:active {
	color: #111;
}
.tourcategory a:visited {
	color: #555;
}

.sns {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	margin: 1em 0 2em;
}
.sns li {
	margin: 0 .5em;
	width: 40px;
}

@media screen and (max-width:699px){
#top_first {
	background-size: 60% auto;
	background-position: right -60% bottom;
}
#top_first h1 {
	font-size: 1.375em;
}
#top_lead {
	padding: 0;
	text-align: left;
}
.tourcategory ul {
	padding: 0;
}
.sns {
	justify-content: center;
}
.sns li {
	margin: 0 5px;
}
}


