@charset "utf-8";
/* CSS Document */

.top-main,body.home .tour-wrap,body.home .spot-wrap,body.home .tourblog-wrap,body.home .news-wrap,body.home .link-area {
	position: relative;
	z-index: 3;
}
.about-wrap {
	padding-bottom: 420px;
	position: relative;
}
.about-wrap::before {
	position: fixed;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(images/bg-about.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.about-wrap .inner {
	background-color: #454649;
	width: 100%;
	margin: 0 auto;
	padding: 200px 11% 100px 11%;
	color: #FFF;
	position: relative;
	z-index: 2;
}
.about-wrap .title-img {
	position: relative;
	z-index: 2;
	max-width: 498px;
	margin: 0 0 3.5rem 0;
	width: 90%;
}
.about-wrap .inner p {
	font-size: 1.25rem;
	line-height: 2;
}
.tour-wrap,.tourblog-wrap,.news-wrap,body.home .link-area {
	background-color: #FFF;
}
.spot-wrap {
	 background-color: #454649;	 
}
.tour-wrap {
	padding: 250px 1rem;
}
.tour-wrap .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.tour-wrap .inner .title-img {
	max-width: 236px;
	margin: 0 auto;
}
.entry-content ul.cols3,.entry-content ul.cols4 {
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
}
.entry-content ul.cols4 {
    justify-content: center;
}
.entry-content ul.cols3 li,.entry-content ul.cols4 li {
	width: calc(100% / 3);
	margin: 3.5rem 0 0 0;
	padding: 0 1.5rem;
	text-align: center;
}
.entry-content ul.cols4 li {
    width: calc(100% / 4);
}
.entry-content ul.cols3 li a,.entry-content ul.cols4 li a {
	text-decoration: none;
	color: #000;
	font-size: 1.25rem;
}
.entry-content ul.cols3 li img,.entry-content ul.cols4 li img {
	margin: 0 auto 1rem auto;
}
body.home .more {
	padding: 0 1.5rem;
}
body.home .more a {
	position: relative;
	padding-top: 40px;
	text-decoration: none;
	color: #000;
	font-size: 1.5rem;
}
body.home .more a::before {
	position: absolute;
	left: 30px;
	top: 0;
	content: '';
	width: 1px;
	height: 30px;
	background-color: #000;
}
.img-2nd {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
}
.img-2nd .left {
	width: 60%;
}
.img-2nd .right {
	width: 32%;
	margin-left: 8%;
	padding: 70px 0 80px 0;
}
.img-3rd {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 45px 0 70px 0;
	align-items: flex-end;
}
.img-3rd .left {
	width: 41%;
	margin-right: 10%;
	padding-bottom: 90px;
}
.img-3rd .right {
	width: 49%;
}
.img-last {
	width: 75%;
	margin-left: 25%;
	position: relative;
	z-index: 4;
}
body.home .spot-wrap::before {
	height: 230px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-color: #FFF;
	z-index: 3;
}
.tourblog-wrap {
	padding-top: 300px;
}
.tourblog-wrap .inner,.news-wrap .inner,.link-area .inner {
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.tourblog-wrap .inner .title-img {
	width: 15%;
	padding-bottom: 250px;
	border-left: 1px solid #000;
	padding-left: 30px;
}
.tourblog-wrap .inner .title-img img {
	max-width: 106px;
	width: 100%;
	height: auto;
}
.tourblog-wrap .inner .list {
	width: 72%;
	margin-left: 13%;
	padding-top: 100px;
}
.news-wrap {
	border-bottom: 1px solid #CCC;
	padding: 150px 1rem;
}
.news-wrap .inner .title-tx,.link-area .inner .title-tx {
	width: 20%;
	margin: 0 5% 0 0;
	font-size: 2.5rem;
	line-height: 1;
}
.news-wrap .inner .list,.link-area .inner .list {
	width: 75%;
}
.entry-content ul.pu-tag {
	width: 100%;
	display: flex;
	list-style-type: none;
	padding: 0 0 3.5rem 0;
	flex-wrap: wrap;
}
.entry-content ul.pu-tag li {
	margin-right: 1.25rem;
	margin-bottom: .75rem;
}
.entry-content ul.pu-tag li:last-child {
	margin-right: 0;
}
.entry-content ul.pu-tag li a {
	display: block;
	text-decoration: none;
	color: #231815;
	border-radius: 50vh;
	background-color: #FFF;
	border: 1px solid #231815;
	padding: .2rem 1.75rem;
    transition: all .6s;
}
.entry-content ul.pu-tag li a:hover {
	color: #FFF;
	border-radius: 50vh;
	background-color: #231815;
	opacity: 1;
}
.entry-content ul.blog-list {
	width: 100%;
	list-style-type: none;
}
.entry-content ul.blog-list li {
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
}
.entry-content ul.blog-list li a {
	color: #231815;
	text-decoration: none;
	letter-spacing: .06em;
}
.entry-content ul.blog-list li .date {
	display: inline;
	margin-right: 30px;
}
body.home .tourblog-wrap .more,body.home .news-wrap .more {
	padding: 0;
	text-align: right;
	margin-top: 6rem;
}
body.home .tourblog-wrap .more a,body.home .news-wrap .more a {
	font-size: 1.25rem;
}
.link-area .inner {
	max-width: 1300px;
	padding: 7rem 1rem 0 1rem;
}
.link-area .inner ul {
	width: 100%;
	margin: 0 auto;
}
.link-area .inner li {
	font-size: 1.25rem;
	list-style-type: none;
	position: relative;
	margin-bottom: .5rem;
	max-width: 300px;
}
.link-area .inner li:last-child {
	margin-bottom: 0;
}
.link-area .inner li a {
	color: #333333;
}
body.home .link-area .inner li img {
	width: 100%;
	height: auto;
}
.movie-area {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
.movie-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width:1501px){
	.img-3rd {
		align-items: flex-start;
	}
	.img-3rd .left {
		width: 52%;
		padding-bottom: 40px;
		padding-top: 90px;
	}
	.img-3rd .right {
		width: 38%;
		padding-top: 3rem;
	}
}
@media screen and (max-width:1024px){
	.about-wrap .inner {
		padding: 7rem 8%;
	}
	.about-wrap .inner p:last-child {
		padding-bottom: 0;
	}
	.about-wrap .title-img {
		max-width: 380px;
	}
	.tour-wrap {
		padding: 7rem 1rem;
	}
	.tour-wrap .inner .title-img {
		max-width: 180px;
	}
	.entry-content ul.cols3,.entry-content ul.cols4 {
		padding-top: 1.75rem;
	}
	.entry-content ul.cols3 li,.entry-content ul.cols4 li {
		margin-top: 1.5rem;
		padding: 0 1rem;
	}
	.entry-content ul.cols3 li img,.entry-content ul.cols4 li img {
		margin-bottom: .25rem;
	}
	body.home .spot-wrap::before {
		height: 100px;
	}
	.tourblog-wrap {
		padding-top: 9rem;
	}
	.tourblog-wrap .inner {
		padding: 0 1rem;
	}
	.tourblog-wrap .inner .title-img {
		padding-bottom: 10rem;
	}
	.entry-content ul.pu-tag {
		padding-bottom: 2.5rem;
	}
	.entry-content ul.pu-tag li {
		margin-right: .75rem;
	}
	.entry-content ul.pu-tag li a {
		padding: .2rem 1rem;
	}
	.tourblog-wrap .inner .list {
		padding-top: 4rem;
	}
	.entry-content ul.blog-list li {
		margin-bottom: 1.5rem;
	}
	body.home .tourblog-wrap .more {
		margin: 3rem 0;
	}
	.news-wrap {
		padding: 5rem 2rem;
	}
	.news-wrap .inner .title-tx {
		width: 100%;
		margin: 0 auto 2.5rem auto;
		text-align: center;
	}
	.news-wrap .inner .list {
		width: 100%;
	}
	body.home .news-wrap .more {
		margin-top: 3rem;
	}
    .entry-content ul.cols4 li {
        width: calc(100% / 3);
    }
    .about-wrap::before {
        background-position: right bottom;
    }
}
@media screen and (max-width:768px){
	.about-wrap .inner {
		padding: 5rem 6%;
	}
	.about-wrap .title-img {
		max-width: 320px;
		margin-bottom: 2.5rem;
	}
	.about-wrap .inner p {
		font-size: 1.125rem;
	}
	.tour-wrap .inner .title-img {
		max-width: 150px;
	}
	.entry-content ul.cols3 li,.entry-content ul.cols4 li {
		width: calc(100% / 2);
	}
	.entry-content ul.cols3 li a,.entry-content ul.cols4 li a {
		font-size: 1.25rem;
	}
	body.home .more a {
		font-size: 1.25rem;
	}
	.entry-content ul.pu-tag li a {
		padding: .1rem .5rem;
		letter-spacing: normal;
	}
	.tourblog-wrap .inner .title-img {
		padding-left: 1rem;
		width: 12%;
	}
	.tourblog-wrap .inner .list {
		width: 78%;
		margin-left: 10%;
		padding-top: 2.5rem;
	}
	.entry-content ul.blog-list li {
		font-size: 1.125rem;
	}
	body.home .tourblog-wrap .more a,body.home .news-wrap .more a {
		font-size: 1.125rem;
	}
	.entry-content ul.pu-tag {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:640px){
	.about-wrap .title-img {
		margin-bottom: 1.5rem;
		max-width: 240px;
	}
	.about-wrap .inner p {
		font-size: 1.05rem;
	}
	.about-wrap::before {
		background-position: right 13% bottom;
	}
	.entry-content ul.cols3 li,.entry-content ul.cols4 li {
		text-align: left;
		margin-top: 1rem;
	}
	.entry-content ul.cols3 li a,.entry-content ul.cols4 li a {
		font-size: 1rem;
	}
	.tour-wrap {
		padding: 7rem .25rem;
	}
	.img-2nd .right {
		padding: 3rem 0 2rem 0;
	}
	.img-3rd .left {
		padding-bottom: 3rem;
	}
	.img-3rd {
		padding: 2rem 0 3rem 0;
	}
	body.home .spot-wrap::before {
		height: 50px;
	}
	.tourblog-wrap {
		padding-top: 5rem;
	}
	.tourblog-wrap .inner .list {
		padding-top: 1.5rem;
	}
	.entry-content ul.pu-tag {
		padding-bottom: 1.75rem;
	}
	.entry-content ul.pu-tag li a {
		font-size: .9rem;
	}
	.entry-content ul.pu-tag li {
		margin-right: .5rem;
		margin-bottom: .5rem;
	}
	.tourblog-wrap .inner .title-img {
		padding-left: .5rem;
		width: 10%;
	}
	.tourblog-wrap .inner .list {
		width: 83%;
		margin-left: 7%;
	}
	.entry-content ul.blog-list li {
		font-size: 1rem;
		margin-bottom: 1rem;
		line-height: 1.7;
	}
	body.home .tourblog-wrap .more a,body.home .news-wrap .more a {
		font-size: 1rem;
	}
	.about-wrap {
		padding-bottom: 220px;
	}
	.entry-content ul.blog-list li .date {
		margin-right: 20px;
	}
	.link-area .inner {
		padding-top: 4rem;
	}
	.link-area .inner .title-tx {
		width: 100%;
		margin: 0 auto 2rem auto;
		font-size: 1.75rem;
	}
	.link-area .inner .list {
		width: 100%;
	}
	.link-area .inner li {
		font-size: 1rem;
	}
}
