@import url("grid.css");

/*index ヘッダー
-------------------------------------*/
header {
	z-index: 10;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
#social-media{
	overflow: hidden;
	text-align: right;
	max-width: 900px;
	margin-top: 50px;
}
#social-media li{
	float: right;
	margin-left: 10px;
}
#social-media li img{
	width: 30px;
}
header h2{
	font-size: 14px;
	margin: 10px 0;
}
header h1{
	position: absolute;
	bottom: -75px;
	left: 50px;
}
header h1 img{
	width: 150px;
}
@media screen and (max-width: 900px) {
	header{
		padding: 0 1rem;
	}
}
@media screen and (max-width: 767px) {
header h1{
	position: absolute;
	bottom: -10px;
	left: 10px;
}
	header h1 img{
		width: 100px;
	}
	header h2{
	font-size: 12px;
	}
}

/*index .mainimg
-------------------------------------*/
@media screen and (min-width: 767px) {
	.mainimg {
		text-align: center;
		max-width: 900px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 900px) {
	.mainimg {
		padding: 0 1rem;
	}
}
@media screen and (max-width: 767px) {

}
/*メインコンテンツ
-------------------------------------*/
main {
	margin: 0;
}

/* .index-aboutus
-------------------------------------*/
.index-aboutus{
	margin-top: 4rem;
}
.index-aboutus h2{
	font-size: 30px;
}
.index-aboutus h3{
	margin-top: 2rem;
	font-size: 18px;
}
.index-aboutus-map{
text-align: right;
}
@media screen and (max-width: 767px) {
.index-aboutus-map{
text-align: center;
	margin: 4rem 0 4rem 0;
}
}

/* .index-tours
-------------------------------------*/
.index-tours{
	margin-top: 6rem;
	background-color: #8ba95c;
	border-radius: 10px;
	color: #fff;
}
.index-tours-sokoiko{
}
.index-tours-sokoiko img{
	height: 53px;
}
.index-tours-otsukai{
	margin-top: 60px;
}
.index-tours h2{
	text-align: center;
	margin-bottom: 20px;
}
.index-tours .row{
	padding: 50px 0;
}
.index-tours-btn a{
	display: block;
	background-color: #dbaf00;
	text-align: center;
	padding: .5rem 0;
	border-radius: 30px;
	color: #444444;
	font-weight: bold;
	margin: 2rem 2rem 0 2rem;
	font-size: 16px;
}
@media screen and (max-width: 900px) {
	.index-tours {
		margin: 0 1rem;
	}
}

/* .index-guide
-------------------------------------*/
.index-guide{
	margin-top: 6rem;
}
.index-guide h2{
font-size: 18px;
	margin-bottom: 1rem;
}


/* .index-gallery
-------------------------------------*/
.index-gallery{
	margin-top: 6rem;
}
.index-gallery h2{
	text-align: center;
	margin-bottom: 2rem;
}
.index-gallery .row{
	margin-bottom: 2rem;
}
.index-gallery img{
	border-radius: 20px;
}
@media screen and (max-width: 900px) {
	.index-gallery img{
		margin-bottom: 1rem;
}
	.index-gallery-top{
		margin-bottom: 0px!important;
	}
}

/*footer
-------------------------------------*/
footer {
	font-style: normal;
	margin-top: 6rem;
}
footer .container {
	margin-top: 5rem;
	padding-top: 6rem;
	border-top: 1px solid #e0e0db;
}
address {
	font-style: normal;
}
.address-01 {
	font-size: 14px;
	font-weight: bold;
}
.address-02 {
	font-size: 12px;
	line-height: 1.5;
	display: block;
}
.address-03 a{
	display: inline!important;
}
.address-03 {
	font-size: 12px;
	font-weight: bold;
}
footer .kuucyan{
	text-align: right;
	font-size: 12px;
}
footer .kuucyan img{
	width: 140px;
}
@media screen and (max-width: 767px) {
	footer {
		text-align: center;
	}
	footer .container {
		margin-top: 3rem;
		padding-left: 0px;
	}
	address {

	}
	footer .address-01 {
		padding-top: 3rem;
	}
	footer .kuucyan{
	text-align: center;
		margin-top: 4rem;
}
}
/*コピーライト
-------------------------------------*/
.copyright {
	padding: 4rem 0 4rem 0;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}
}
/*ページトップへ戻るボタン
-------------------------------------*/