@charset "utf-8";

.pagenav {padding: 0 0 200px;}

.pagenav ul {
}

.pagenav li {
	margin: 60px 50px 0 0;
	position: relative;
}

.pagenav li:nth-child(2n) {
	margin: 0 50px 0 0;
}

.pagenav li:last-child {
	margin:0;
}
.pagenav li figure {
	border: 8px solid #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	margin: 0 0 20px;
}

.pagenav li a {
	text-align: center;
	display: block;
	position:relative;
	padding: 0 0 60px;
}
.pagenav li a:before {
	content:"";
	background: url("../images/common/next.svg") no-repeat center center;
	transform: rotate(90deg);
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100px;
	border: 1px solid #222;
	background-size: 15px;
	transition: .3s;
}

.pagenav li a:hover:before {
	background: url("../images/common/next_w.svg") no-repeat center center rgba(0,0,0,1);
	background-size: 15px;
	transition: .3s;	
}

.pagenav li b {
	display: block;
	margin: 0 auto 10px;
	width: 200px;
}

.pagenav li span {
	display:block;
	text-align:center;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 2;
}

.pagenav li:after{
	content:"";
	background: url("../images/guide/bg_asobu.png") no-repeat;
	position: absolute;
	width: 300px;
	height: 330px;
	top: -10%;
	left: 0;
	right: 0;
	margin: auto;
	background-size: 100%;
	z-index: -1;
}

.pagenav li.eat:after{
background: url("../images/guide/bg_taberu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.study:after{
background: url("../images/guide/bg_manabu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.spot:after{
background: url("../images/guide/bg_meguru.png") no-repeat;	
	background-size: 100%;
}

article .visual {
	max-width: 1400px;
	margin: auto;
	background: #fff;
	padding: 0 0 50px;
	align-items: center;
}

article .vbox {
	width: 45%;
	justify-content: center;
	/* display: flex; */
	padding: 50px 60px 0;
	box-sizing: border-box;
}

article .vbox b {
	font-weight: 600;
	letter-spacing: 2px;
	width: 250px;
	margin: auto;
}

article .vbox p {
	line-height: 2.5;
}

article .visual figure {
	width: 55%;
}

article .tl img {
	width:250px;
}

/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article .inner {
	background: #fff;
	padding: 40px 60px;
	box-sizing: border-box;
	border-radius: 10px;
}

article#play {
    background: rgba(223, 181, 30, 0.15);
    height: auto;
    padding: 100px 0 200px;
    position: relative;
}
article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/
article#eat{
    background:rgb(29, 164, 188,0.2);
    height: auto;
    padding: 100px 0 150px;
    position: relative;
}

article#eat p {
	font-size:0.9em;
}

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao {
	/* background: rgb(29, 164, 188,0.2); */
	max-width: 1000px;
	margin: 50px auto 0;
	justify-content: space-between;
}

article#eat .gaogao dl {
	width: 56%;
}
article#eat .gaogao figure {
	width: 40%;
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {
    background: #ebf7eb;
    height: auto;
    padding: 100px 0 200px;
    position: relative;
}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox {
	border: 1px dashed #ccc;
	padding: 30px;
	box-sizing: border-box;
}

article#study .studybox ul {overflow: hidden;}
article#study .studybox li {overflow:hidden;margin: 0 0 40px;}
article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {float: left;width: 50%;}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	float: left;
	margin: 30px 3% 0 0;
}

article#study .studybox dl {
    margin: 30px 0 0 3%;
    float: right;
    width: 47%;
}
article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}
article#study .studybox dt b{
	margin:0 0 20px;
	display: block;
}
article#study .studybox dt span{
    font-size: 1.3em;
    line-height: 2;
    margin: 0 0 20px;
    color: #6da01c;
    display: block;
    border-bottom: 2px solid #6da01c;
    display: inline;
    padding: 0 0 5px;
    letter-spacing: 1px;
}

article#study .studybox dd p {
	font-size: 1em;
	line-height: 2.2;
	letter-spacing: 2px;
	margin: 30px 0 0;
}
/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/
article#spot {
    background: #fff;
    height: auto;
    padding: 100px 0;
    position: relative;	
}
article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}

article#spot ul {}

article#spot li {
	/* width: 50%; */
	border-bottom: 1px dashed rgb(29, 164, 188,0.8);
	padding: 0 0 80px;
	overflow: hidden;
}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

article#spot li figure{
	width: 55%;
	margin: 0 5% 0 0;
	float: left;
}

article#spot li:nth-child(2n) figure {
	margin:0 0 0 5%;
	float:right;
}

article#spot li:nth-child(2n) dl {
	float:left;
}

article#spot li dl{
	width: 40%;
	padding: 30px 0 0;
	float: right;
}

article#spot li dt{
	margin: 0 0 30px;
	font-size: 2em;
	letter-spacing: 2px;
	border-bottom: 2px solid #222;
	display: inline-block;
	padding: 0 0 10px;
}

article#spot li dd p{
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 2.2;
}

article table {
	font-size: 0.8em;
	table-layout: unset;
	border: 1px solid rgb(29, 164, 188,0.8);
	border-radius: 0;
	overflow: hidden;}

article tr  {background: none !important;border-bottom: 1px solid rgb(29, 164, 188,0.8);}

article th {
	background: rgb(29, 164, 188,0.05);
	color: #222;
	border-right: 1px solid rgb(29, 164, 188,0.8) !important;
	border-bottom: 1px solid rgb(29, 164, 188,0.8);
	}

article td {
	border-bottom: 1px solid rgb(29, 164, 188,0.8);
	padding: 10px;
	word-break: break-all;
}

@media screen and (max-width: 1699px) {
.pagenav {padding: 0 0 150px;}


.pagenav li {
	margin: 50px 30px 0 0;
}

.pagenav li:nth-child(2n) {
	margin: 0 30px 0 0;
}

.pagenav li:last-child {
	margin:0;
}

.pagenav li a:before {
}

.pagenav li a:hover:before {
	background: url("../images/common/next_w.svg") no-repeat center center rgba(0,0,0,1);
	background-size: 15px;
	transition: .3s;	
}

.pagenav li b {width: 180px;}

.pagenav li span {
	font-size: 0.8em;
	letter-spacing: 0px;
}

.pagenav li:after{
	width: 250px;
	height: 280px;
}

article .visual {
	max-width: 90%;
	padding: 0;
}

article .vbox {
	padding: 50px 40px 0;
}

article .vbox b {
	width: 200px;
}

article .vbox p {
	line-height: 2.5;
}

article .visual figure {
}

/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article .inner {
    max-width: 90%;
}

article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/
article#eat{
}

article#eat p {
	font-size: 0.75em;
}

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao dl {
}
article#eat .gaogao figure {
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {
}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox {
}

article#study .studybox ul {overflow: hidden;}
article#study .studybox li {}
article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	margin: 0 3% 0 0;
}

article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}
article#study .studybox dt b{
	margin:0 0 20px;
	display: block;
}
article#study .studybox dt span{
    font-size: 1.2em;
}

article#study .studybox dd p {
}
/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/
article#spot {
}
article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}

article#spot li {
}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

article#spot li figure{
}

article#spot li:nth-child(2n) figure {
}

article#spot li:nth-child(2n) dl {
	float:left;
}

article#spot li dl{
	padding: 0;
}

article#spot li dt{
	font-size: 1.8em;
}

}

@media screen and (max-width: 1299px) {
.pagenav {}

.pagenav ul {
}

.pagenav li {}

.pagenav li:nth-child(2n) {
	margin: 0 50px 0 0;
}

.pagenav li:last-child {
	margin:0;
}
.pagenav li figure {
}

.pagenav li a {
}
.pagenav li a:before {
}

.pagenav li a:hover:before {
	background: url("../images/common/next_w.svg") no-repeat center center rgba(0,0,0,1);
	background-size: 15px;
	transition: .3s;	
}

.pagenav li b {width: 150px;}

.pagenav li span {
}

.pagenav li:after{
	width: 200px;
	height: 230px;
}

.pagenav li.eat:after{
background: url("../images/guide/bg_taberu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.study:after{
background: url("../images/guide/bg_manabu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.spot:after{
background: url("../images/guide/bg_meguru.png") no-repeat;	
	background-size: 100%;
}

article .visual {
}

article .vbox {padding: 50px 30px;}

article .vbox b {width: 150px;}

article .vbox p {
	line-height: 2.5;
}

article .visual figure {
}

/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article .inner {margin: -10px auto 0;padding: 40px;}

article#play {
}
article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/
article#eat{
}

article#eat p {}

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao {
	max-width: 80%;
}

article#eat .gaogao dl {
}
article#eat .gaogao figure {
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {
}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox {
}

article#study .studybox ul {overflow: hidden;}
article#study .studybox li {}
article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	float: left;
	margin: 30px 3% 0 0;
}

article#study .studybox dl {
}
article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}
article#study .studybox dt b{
	margin:0 0 20px;
	display: block;
}
article#study .studybox dt span{font-size: 1em;}

article#study .studybox dd p {
	font-size: 0.8em;
}
/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/
article#spot {
}
article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}

article#spot ul {
    overflow: hidden;
}

article#spot li {
}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

article#spot li figure{
}

article#spot li:nth-child(2n) figure {
}

article#spot li:nth-child(2n) dl {
	float:left;
}

article#spot li dl{
}

article#spot li dt{
	font-size: 1.4em;
}

article#spot li dd p{
}

article table {
	}

article tr  {}

article th {
	/* width: 40%; */
	}

article td {}
}

@media screen and (max-width: 1023px) {

.pagenav ul {flex-wrap: wrap;}

.pagenav li {width: 45%;}

.pagenav li:nth-child(2n) {
	margin: 0 30px 0 0;
}

.pagenav li:last-child {
	margin:0;
}


.pagenav li:after{
}

.pagenav li.eat:after{
background: url("../images/guide/bg_taberu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.study:after{
background: url("../images/guide/bg_manabu.png") no-repeat;	
	background-size: 100%;
}

.pagenav li.spot:after{
background: url("../images/guide/bg_meguru.png") no-repeat;	
	background-size: 100%;
}

article .visual {display: block;}

article .vbox {width: 100%;padding: 30px;text-align: center;}

article .vbox .mlogo {width: 400px;}

article .visual figure {
	width: 100%;
}

/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article .inner {
	border-radius: 0;
	padding: 30px;
}

article#play {
}
article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/
article#eat{
    padding: 50px 0 100px 0;
}

article#eat p {
	font-size: 0.8em;
}

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao dl {
	width: 56%;
}
article#eat .gaogao figure {
	width: 40%;
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {
}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox {
}

article#study .studybox ul {}
article#study .studybox li {}
article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	float: left;
	margin: 30px 3% 0 0;
}

article#study .studybox dl {
}
article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}
article#study .studybox dt b{
	margin:0 0 20px;
	display: block;
}
article#study .studybox dt span{
}

article#study .studybox dd p {
}
/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/
article#spot {padding: 50px 0 100px;}
article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

article#spot li figure{
	width: 55%;
	margin: 0 5% 0 0;
	float: left;
}

article#spot li:nth-child(2n) figure {
}

article#spot li:nth-child(2n) dl {
	float:left;
}


article#spot li dt{font-size: 1.1em;}

article#spot li dd p{
}

article table,
article tbody,
article tr,
article th,
 article td{
	display: block;
	width: 100%;
	}

article tr  {}

article th {
	}

}

@media screen and (max-width: 767px) {

.pagenav ul {display: flex;}

.pagenav li {
    width: 46%;
}

.pagenav li:nth-child(2n) {
	margin: 0;
}

.pagenav li:last-child {
	margin:0;
}



article .vbox b {
	font-weight: 600;
	letter-spacing: 2px;
	width: 250px;
	margin: auto;
}

article .vbox p {
	line-height: 2.5;
}


/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article#play {
	padding: 50px 0 100px;
}

article#play ul {display: flex;}
article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/
article#eat ul{display: flex;}

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao {display: flex;}

article#eat .gaogao dl {
	width: 56%;
}
article#eat .gaogao figure {
	width: 40%;
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {padding: 100px 0;}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox {padding: 10px;}

article#study .studybox ul {
}
article#study .studybox li {}
article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {
    width: 100%;
    float: none;
}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	float: left;
	margin: 30px 3% 0 0;
}

article#study .studybox dl {float: none;width: auto;}
article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}

/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/

article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}


article#spot li {padding: 0 0 50px;margin: 0 0 50px;}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}

article#spot li figure{
	width: auto;
	margin: 0 0 5%;
	float: none;
}

article#spot li:nth-child(2n) figure {
	margin: 0 0 3%;
	float: none;
}

article#spot li:nth-child(2n) dl {
	float:left;
}

article#spot li dl{
	width: auto;
	padding: 0;
	float: none;
}

article#spot li dt{font-size: 1.3em;margin: 0 0 20px;}

}

@media screen and (max-width: 480px) {
	.tl {
		width: 200px;
		margin: 0 auto 10px;
	}
.pagenav {padding: 0 0 100px;}


.pagenav li {width: 47%;margin: 30px 20px 0 0;}


.pagenav li:last-child {
	margin:0;
}

.pagenav li a {
	text-align: center;
	display: block;
	position:relative;
	padding: 0 0 60px;
}
.pagenav li a:before {width: 30px;height: 30px;}

.pagenav li a:hover:before {
	background: url("../images/common/next_w.svg") no-repeat center center rgba(0,0,0,1);
	background-size: 15px;
	transition: .3s;	
}

.pagenav li b {width: 100px;}

.pagenav li span {font-size: 0.75em;}

.pagenav li:after{
	width: 150px;
	height: 80px;
}


article .vbox {padding: 20px;}

article .vbox b {width: 150px;}

article .vbox p {
	line-height: 2.5;
}

/*+++++++++++++++++++
/*あそぶ
+++++++++++++++++++*/
article .inner {padding: 20px;}


article#play:after {
	 content:"";
	 background: url("../images/common/wave_orange.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

/*+++++++++++++++++++
/*たべる
+++++++++++++++++++*/

article#eat:after {
	 content:"";
	 background: url("../images/common/wave_blue.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#eat .gaogao {display: block;}

article#eat .gaogao dl {
	width: auto;
}
article#eat .gaogao figure {
	width: auto;
	margin: 0 0 20px;
}

/*+++++++++++++++++++
/*学ぶ
+++++++++++++++++++*/
article#study {
    padding: 50px 0 100px;
}
article#study:after {
	 content:"";
	 background:url("../images/common/wave.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;	
}

article#study .studybox li:last-child {
	margin:0;
}
article#study .studybox li figure {}

article#study .studybox li:last-child figure {
	float: right;
}

article#study .studybox li:last-child dl {
	float: left;
	margin: 30px 3% 0 0;
}


article#study li.permanent b {
	width: 180px;
}

article#study li.openlabo b {
	width: 260px;
}
article#study .studybox dt b{width: 120px;margin: 0 0 10px;}


article#study .studybox dd p {letter-spacing: 1px;margin: 0;}
/*+++++++++++++++++++
/*観光する
+++++++++++++++++++*/
article#spot .inner {padding: 0;}
article#spot:after {
	 content:"";
	 background:url("../images/common/wave_w.png") repeat-x;
	 position: absolute;
	 height: 65px;
	 top: 0;
	 width: 100%;
	 background-size: 100%;
	 margin: -2% auto 0;
	left: 0;
}


article#spot li {
}

article#spot li:last-child {
	border-bottom:none;
	margin: 0;
	padding: 0;
}



article#spot li:nth-child(2n) dl {
	float:none;
}

article#spot li dt{font-size: 1.2em;margin: 0 0 10px;padding: 0 0 5px;}


}