@charset "utf-8";
/* 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap');
 */


/* ============================================================
default
============================================================ */

.disnone {
	display:none;
}

.righttxt{
	margin: 20px 0 0 0;
	text-align: right;
	font-size: 12px;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4;
	}
	.spnone {
		display: none;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		font-size: 10px;
		margin: 1% 1% 0 1%;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	.inner {
		width: 96%;
		margin: 0 2%;
		padding: 24px 0;
		box-sizing: border-box;
	}
}/* end @media */

@media screen and (min-width: 760px),print {
	#wrapper {
		line-height: 1.231;
	}
	#dirPathBlock,
	h1,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width:970px;
		min-width:760px;
		margin: auto;
	}
	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px;
	}
	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px;
	}
	h1 {
		font-size: 14px;
		width: auto;
		max-width: 970px;
		margin: 0 auto 5px;
	}
	.inner {
		width: 96% !important;
		max-width:970px !important;
		margin: 0 auto !important;
		padding:50px 0 !important;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
}/* end @media */


/* ============================================================
entire (article & section)
============================================================ */

article {
	margin: 0;
	padding: 0;
/* 
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
 */
}

/* 
Noto Sans JP
Regular 400
Bold 700

Noto Serif JP
Regular 400
SemiBold 600
font-family: 'Noto Serif JP', serif;
 */

article section {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #333;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
article section *,
article section :before,
article section :after {
	box-sizing: border-box;
}
article section img {
	display: block;
	max-width: 100%;
}
article section div.inner {
	margin: 0;
	padding: 0;
	width: 100%;
}

article section a:hover {
	opacity: 1;
}

article section ul.notice li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.3;
}
article section ul.notice li span {
	position: absolute;
	top: 0;
	left: 0;
}

@media (hover: hover) {

	article section a {
		transition: opacity .2s ease-in;
	}
	article section a:hover {
		opacity: 0.6;
	}

} /* end @media */


@media screen and (min-width: 760px),print {

	article section .sp {
		display: none !important;
	}
	article > section {
		line-height: 1.7;
		font-size: 25px;
	}
	article > section > div.inner {
		width: 970px;
		max-width: 96%;
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 60%;
	}


} /* end @media */


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

	article section .pc {
		display: none !important;
	}
	article {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	article > section {
		padding: 0px 0 0px;
		font-size: 16px;
	}
	article > section > div.inner {
		width: calc(100% - 8vw);
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 80%;
	}

} /* end @media */

/* ============================================================
wester / ul.ss_flow / section.note
============================================================ */

/* wester
-------------------------------------------------------------*/

article section.wester strong {
	font-weight: 700;
}

@media screen and (min-width: 760px),print {


.keihinarea{
	margin: 0 0 50px 0;
}

.keihin{
	display: flex;
	justify-content: space-between;
}

.keihin li{
	width: 32%;
	max-width: 400px;
}

.keihin li img{
	width: 100%;
}

.themearea{
	margin: 0 0 50px 0;
}

.themeintro{
	margin: 0 0 30px 0 !important;
	text-align: center;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #0d57a7;
}

.themebox{
	padding: 20px 10px;
	background-color: #ffffff;
	border: 4px solid #ea545d;
}

.themebox ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.themebox ul li{
	text-align: center;
	width: 31%;
	font-size: 24px;
	color: #ffffff;
	background-color:#0d57a7;
	margin: 0% 1% 1% 1%; 
	padding: 10px 10px; 
	font-weight: bold;
}
	
	.themebox ul li:nth-of-type(n+4){
		margin: 1% 1% 0 !important;
	}	


.challengearea{
	margin: 0 0 20px 0;
}

.challengearea ul{
	max-width: 970px;
	margin: 0 auto;
}

.challengearea ul li{
	margin: 0 0 20px 0;
}

.challengearea ul li img{
	width: 100%;
}
	

article section.ttl .bgout::after {
	content: "";
	position: absolute;
	left: 0px;
    top: 0% !important;
    background: url(../images/bg_parts03.png) no-repeat;
   width: 500px;
    height: 700px;
	z-index: -1;
	
}
article section.ttl .bgout::before{
	content: "";
	position: absolute;
	right:0px;
    top: 0% !important;
    background: url(../images/bg_parts04.png) no-repeat;
    width: 500px;
    height: 700px;
	z-index: -1;
	
}
	
	
	.osirase{
		font-size: 36px;
		text-align: center;
		font-weight: bold;
		padding: 20px 0;
		background-color: #ed78b0;
		color: #ffffff;
	}
.kikan{
		background-image: url("../images/im_kikan_bg.png");
	background-size: cover;
		margin: 0 auto 30px;
	}
	
	.kikan img{
		width: 100%;
	}
	
	.kikanin{
		max-width: 970px;
		margin: 0 auto;
		padding: 0px 0;
	}
	
	article section h3 {
   
    width: 30% !important;
    margin: 0 auto !important;
}

	.chara{
		position: absolute;
		max-width: 200px;
	}
	
	.chara img{
		width: 100%;
	}
	
	#chara1{
		width: 60%;
        right: -69%;
        top: -59%;
	}
	
	#chara3{
		width: 60%;
        left: -75%;
        top: -59%;
	}
	
	
	#chara4{
		width: 60%;
        right: -69%;
        top: -59%;
	}
	
	#chara5{
		width: 60%;
        left: -73%;
        top: -59%;
	}
	
	#chara3_2{
		width: 60%;
        right: -69%;
        top: -59%;
	}
	
	#chara2{
		width: 60%;
        left: -67%;
        top: -59%;
	}
	
#chara3_3{
		width: 60%;
        right: -39%;
        top: -59%;
	}
	
	#chara2_2{
		width: 60%;
        left: -37%;
        top: -59%;
	}
	
	article section.join h4.titver2{
	font-weight: bold;
  padding: 0.5em 1em;
  background-color: #ea545d;
  color: #fff;
  position: relative;
		font-size: 24px;
		margin: 0 0 30px 0;
}

article section.join h4.titver2:before {
 content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #ea545d;
  border-right-color: #ea545d;
  border-width: 6.5px;
}

.btn2 a{
	
	display: block;
  width: 100%;
margin:0 auto;
  position: relative;
  background: #db5434; /* 背景色 */
  border: 2px solid #db5434;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 16px;
	
}
	
.btn2 a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.btn2 a:hover {
    opacity: 0.8;
}
.btn2 a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
	
	.osusumearea{
		margin: 0 0 50px 0;
	}
	
	.osusumearea ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 20px 20px;
		background-color: #ffffff;
	}
	
	.osusumearea ul li{
		width: 28%;
		margin: 0 1% 1% 1%;
	}
	
	.osusumearea ul li:nth-of-type(n+4){
		margin: 0 1% 0 1% !important;
		width: 48%;
	}
	
	.osusumearea ul li.sns{
		
	}
	
	.osusumearea ul li.sns a{
		        display: flex;
        justify-content: space-around;
        align-items: center;
	}
	
	.osusumearea ul li.sns span{
		display: block;
	}
	
	.osusumearea ul li.sns span.logoimg{
		max-width: 200px;
		width: 25%;
	}
	
	.osusumearea ul li.sns span.snstxt{
		font-size: 18px;
		font-weight: bold;
	}
	
	
		.osusumearea2{
		margin: 0 0 0px 0;
	}
	
	.osusumearea2 ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 20px 20px;
		background-color: #ffffff;
	}
	
	.osusumearea2 ul li{
		width: 28%;
		margin: 0 1% 1% 1%;
	}
	
	.osusumearea2 ul li:nth-of-type(n+4){
		margin: 0 1% 0 1% !important;
		
	}
	
/*maparea
-------------------------------------------------------------*/

	article section.maparea{
		background: 
    radial-gradient(rgba(234,84,93,0.50) 3px, transparent 4px),
    radial-gradient(rgba(234,84,93,0.50) 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, rgba(234,84,93,0.50) 75px, rgba(234,84,93,0.50) 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(234,84,93,0.50) 76px, rgba(234,84,93,0.50) 77px, transparent 78px, transparent 109px),
  #fff;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
		margin: 0 0 0 0;
		padding-top: 30px;
		
	}

article section.maparea h3 {
	margin-bottom: 60px !important;
	color: #0d57a7 ;
	width: 60% !important;
}
	
	.mapmain{
		margin: 90px 0 50px 0;
	}

	.mapmain img{
		width: 100%;
	}
	
	.mapbox1ver{
		margin: 0 0 30px 0;
		
	}
	
	.mapbox1ver .mapbox{
		width: 100%;
		
	}
	
	.mapimg{
		margin: 0 0 20px 0;
	}
	
	.mapdetail{
		background-color: #ffffff;
		padding: 20px 20px;
		border: 4px solid #189A04;
		overflow: hidden;
	}
	
	.mapdetail p{
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #189A04; 
	}
	
	.mapbox1ver .mapdetail ul{
		list-style: none;
		float: left;
		width: 50%;
	}
	
	.mapdetail ul li{
		font-size: 18px;
		line-height: 1.8;
		display: flex;
		justify-content: flex-start;
	
	}
	
	.mapdetail ul li span{
		display: block;
		width: 8%;
	}
	
	.mapbox2ver{
		margin: 0 0 30px 0;
		display: flex;
		justify-content: space-between;
	}
	
	.mapbox2ver .mapbox{
		width: 48%;
	}
	
	.maptit{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		background-color: #CEECC4;
		border-radius: 20px;
		padding: 10px 0;
		margin: 0 0 20px 0;
		color: #0d57a7;
	}
	
/* wester
-------------------------------------------------------------*/

/* section.wester */

	/*article section.join div.inner {
		padding: 80px 0 90px;
		text-align: center;
	}
	article section.join h3 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
	}*/
	article section.join dl.join dd.wester dl {
		position: relative;
		width: 660px;
		height: 185px;
		margin: 0 auto;
	}
	article section.join dl.join dd.wester dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 185px;
		height: 185px;
	}
	article section.join dl.join dd.wester dl dd {
		position: absolute;
	}
	article section.join dl.join dd.wester dl dd img {
		height: 70px;
		width: auto;
	}
	article section.join dl.join dd.wester dl dd.d1 {
		top: 37px;
		left: 230px;
		width: 430px;
		line-height: 1.2;
		font-size: 25px;
	}
	article section.join dl.join dd.wester dl dd.d2 {top: 116px;left: 230px;}
	article section.join dl.join dd.wester dl dd.d3 {top: 116px;left: 440px;}

	article section.join dl.join dd.wester dl dd.d4 {
		bottom: 0;
		left: 25px;
		font-size: 25px;
	}
	article section.join dl.join dd.wester dl dd.d4 li {
		text-align: center;
		line-height: 1.4;
		font-size: 15px;
		font-weight: normal;
	}
	article section.join dl.join dd.wester p {
        margin: 0 0 20px; 
		font-size: 16px;
		line-height: 1.4;
		font-weight: normal;
	}
    
/* dl.wester */

	article section dl.wester {
		display: flex;
		align-items: center;
		margin: 20px auto 0;
	}
	article section dl.wester dt {
		width: 25.8%;
	}
	article section dl.wester dd:nth-of-type(1) {
		margin: 0 4.4% 0 9.8%;
	}
	article section dl.wester dd:nth-of-type(1) {
		width: 27%;
	}
	article section dl.wester dd:nth-of-type(2) {
		width: 33.6%;
	}


/* ul.ss_flow
-------------------------------------------------------------*/

	article ul.ss_flow {
		display: flex;
		justify-content: space-between;
	}
	article ul.ss_flow li {
		width: 21%;
	}
	article ul.ss_flow li.arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
	}
	article ul.ss_flow li.arrow img {
		width: 14px;
	}
	article ul.ss_flow li img {
		display: block;
		margin: 10px 0;
	}
	article ul.ss_flow li span {
		display: block;
		line-height: 1.4;
	}
	article ul.ss_flow li span.txt {
		font-size: 17px;
	}
	article ul.ss_flow li span.cap {
		text-align: center;
		font-size: 16px;
	}

/* note
-------------------------------------------------------------*/

	article section.note {
		background: #fff;
		background-size: 100% auto;
	}
	
	article section.note div.inner {
		padding: 100px 0 90px;
		font-size: 16px;
	}
	article section.note div.inner p.t1 {
		line-height: 1.2;
		text-align: center;
		font-size: 17px;
	}
	article section.note div.inner h2 {
		margin: 0 0 30px;
		padding: 0;
		font-size: 24px;
		background: none;
	}
	article section.note div.inner h3 {
		font-size: 19px;
		font-weight: bold;
	}
	
	
	
	article section.note div.inner ul {
		margin: 0 0 40px;
	}
	article section.note div.inner li {
		position: relative;
        margin-bottom: 5px;
		padding-left: 1.2em;
		line-height: 1.4;
		font-size: 16px;
		font-weight: normal;
	}
	article section.note div.inner li::before {
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		width: 0.9em;
		height: 0.9em;
		border-radius: 50%;
		background: #0d57a7;
	}
	article section.note div.inner dl {
		border: solid 2px #0d57a7;
		padding: 10px 20px;
		text-align: center;
	}
	article section.note div.inner dl dt {
		font-size: 20px;
	}
	article section.note div.inner dl dd {
		font-size: 16px;
	}
	article section.note div.inner dl dd span {
		font-size: 13px;
	}
	
/*syouhin
---------------------------------------*/
	.prizeimg{
		max-width: 970px;
		margin: 0 0 0px 0;
	}
	
	.prizeimg img{
		width: 100%;
	}
	
	.syouhinarea{
		padding:30px 20px;
		border-radius: 20px;
		background-color: #ffffff;
		margin: 0 0 30px 0;
	}
	
	ul.cat_1_2{
		display: flex;
		justify-content: center;
		padding: 0 0 0px 0;
		margin: 0 0 0px 0;
		border-bottom: dotted 1px #000000;
	}
	

	ul.cat_1_2 li{
		width: 32%;
		max-width: 289px;
		padding: 0 30px 30px 0px;
		border-right: dotted 1px #000000;
		margin: 0 30px 0 0;
	}
	
	ul.cat_1_2 li:nth-of-type(2){
		padding: 0 30px 30px 0px;
		margin: 0 0px 0 0;
	}
	
	ul.cat_1_2 li:last-of-type{
		border: none;
		padding: 0 0px 30px 30px !important;
		margin: 0;
	}
	
	ul.cat_1_3{
		display: flex;
		justify-content: center;
		padding: 0px 0 0 0;
	}
	
	ul.cat_1_3 li{
		width: 66%;
		max-width: 608px;
		padding: 30px 31px 0 0;
		border-right: dotted 1px #000000;
	}
	
	ul.cat_1_3 li:last-of-type{
		width: 32%;
		border: none;
		padding: 30px 0 0 30px !important;
		max-width: 289px;
	}
	
	ul.cat_1_2 li img,
	ul.cat_1_3 li img{
		width: 100%;
	}
	
} /* end @media */


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

	

.keihinarea{
	margin: 0 0 50px 0;
}

.keihin{
	/*display: flex;
	justify-content: space-between;*/
}

.keihin li{
	width: 95%;
	max-width: 400px;
	margin: 0 auto 20px;
}

.keihin li img{
	width: 100%;
}

	.keihindetail{
		margin: 20px 0 0 0;
	}
	
.themearea{
	margin: 0 0 50px 0;
}

.themeintro{
	margin: 0 0 30px 0 !important;
	    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #0d57a7;
}

.themebox{
	padding: 10px 10px;
	background-color: #ffffff;
	border: 4px solid #ea545d;
}

.themebox ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.themebox ul li{
	text-align: center;
	width: 31%;
	font-size: 14px;
	color: #ffffff;
	background-color:#0d57a7;
	margin: 0% 1% 1% 1%; 
	padding: 5px 5px; 
	font-weight: bold;
}
	
	.themebox ul li:nth-of-type(n+4){
		margin: 1% 1% 0 !important;
	}	


.challengearea{
	margin: 0 0 20px 0;
}

.challengearea ul{
	max-width: 760px;
	margin: 0 auto;
}

.challengearea ul li{
	margin: 0 0 20px 0;
}

.challengearea ul li img{
	width: 100%;
}

	article section.ttl .bgout{
		background-image: url("../images/bg_parts05.png");
		background-size: contain;
		background-repeat: repeat-y;
		
	}
	
		.osirase{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		padding: 20px 0;
		background-color: #ed78b0;
		color: #ffffff;
	}
	
	.kikan{
		max-width: 760px;
		margin: 0 auto 30px;
	}
	
	.kikan img{
		width: 100%;
	}
	
article section h3 {
   
    width: 50% !important;
    margin: 0 auto 60px !important;
}

	.chara{
		position: absolute;
		max-width: 200px;
	}
	
	.chara img{
		width: 100%;
	}
	
	#chara1{
		width: 50%;
        right: -59%;
        top: -50%;
	}
	
	#chara3{
		width: 50%;
        left: -55%;
        top: -55%;
	}
	
	
	#chara4{
		width: 50%;
        right: -54%;
        top: -50%;
	}
	
	#chara5{
		width: 50%;
        left: -53%;
        top: -50%;
	}
	
	#chara3_2{
		width: 50%;
        right: -58%;
        top: -50%;
	}
	
	#chara2{
		width: 50%;
        left: -52%;
        top: -50%;
	}
	
	#chara3_3{
		width: 50%;
        right: -58%;
        top: -6%;
	}
	
	#chara2_2{
		width: 50%;
        left: -52%;
        top: -6%;
	}

	article section.join h4.titver2{
	font-weight: bold;
  padding: 0.5em 1em;
  background-color: #ea545d;
  color: #fff;
  position: relative;
		font-size: 16px;
		margin: 0 0 30px 0;
}

article section.join h4.titver2:before {
 content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #ea545d;
  border-right-color: #ea545d;
  border-width: 6.5px;
}

.btn2 a{
	
	display: block;
  width: 100%;
margin:0 auto;
  position: relative;
  background: #db5434; /* 背景色 */
  border: 2px solid #db5434;
  padding: 1em 2em;
  font-weight: bold;
  color: #fff !important; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	
}
	
.btn2 a::after {
	 content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}	

.btn2 a:hover {
    opacity: 0.8;
}
.btn2 a i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
	
	.osusumearea{
		margin: 0 0 50px 0;
	}
	.osusumearea ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 10px;
		background-color: #ffffff;
	}

	.osusumearea ul li{
		width: 95%;
		margin: 0 auto 6%;
	}
	
	.osusumearea ul li:nth-of-type(n+4){
		/* margin: 0 1% 0 1% !important; */
		/* width: 48%; */
	}
	
	.osusumearea ul li.sns{
		padding: 10px;
	}
	
	.osusumearea ul li.sns a{
		        display: flex;
		        justify-content: space-around;
		        align-items: center;
	}
	
	.osusumearea ul li.sns span{
		display: block;
	}
	
	.osusumearea ul li.sns span.logoimg{
		max-width: 200px;
		width: 25%;
	}
	
	.osusumearea ul li.sns span.snstxt{
		font-size: 18px;
		font-weight: bold;
		width: 58%;
		text-align: center;
	}
	
	
		.osusumearea2{
		margin: 0 0 0px 0;
	}
	
	.osusumearea2 ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 10px;
		background-color: #ffffff;
	}
	
	.osusumearea2 ul li{
		width: 95%;
		margin: 0 auto 6% ;
	}
	
	/*.osusumearea2 ul li:nth-of-type(n+4){
		margin: 0 1% 0 1% !important;
		
	}*/
	
	
/*maparea
-------------------------------------------------------------*/

	article section.maparea{
		background: 
    radial-gradient(rgba(234,84,93,0.50) 3px, transparent 4px),
    radial-gradient(rgba(234,84,93,0.50) 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, rgba(234,84,93,0.50) 75px, rgba(234,84,93,0.50) 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(234,84,93,0.50) 76px, rgba(234,84,93,0.50) 77px, transparent 78px, transparent 109px),
  #fff;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
		margin: 0 0 0 0;
		padding-top: 30px;
		
	}

article section.maparea h3 {
	margin-bottom: 60px !important;
	color: #0d57a7 ;
	width: 47% !important;
}
	
	.mapmain{
		margin: 40px auto 50px;
		width: 95%;
		max-width: 760px;
	}

	.mapmain img{
		width: 100%;
	}
	
	
	
	.mapbox{
		margin: 0 auto 40px;
		
	}
	
	.mapimg{
		margin: 0 0 20px 0;
	}
	
	.mapdetail{
		background-color: #ffffff;
		padding: 20px 20px;
		border: 4px solid #189A04;
		overflow: hidden;
	}
	
	.mapdetail p{
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		border-bottom: dotted 2px #189A04; 
	}
	
	.mapbox1ver .mapdetail ul{
		list-style: none;
		/*float: left;
		width: 50%;*/
	}
	
	.mapdetail ul li{
		font-size: 14px;
		line-height: 1.8;
		display: flex;
		justify-content: flex-start;
	
	}
	
	.mapdetail ul li span{
		display: block;
		width: 8%;
	}
	
	
	
	
	
	.maptit{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		background-color: #CEECC4;
		border-radius: 20px;
		padding: 10px 0;
		margin: 0 0 20px 0;
		color: #0d57a7;
	}
	
/* wester
-------------------------------------------------------------*/

/* section.wester */

	article section.wester div.inner {
		padding: 40px 3vw 40px;
	}
	
	article section.wester h3 {
		margin-bottom: 20px;
		line-height: 1.4;
		font-size: 20px;
		font-weight: bold;
	}
	
	article section.join dl.join dd.wester dl {
		margin: 0 auto;
	}
	article section.join dl.join dd.wester dl dt img {
		width: 60vw;
		height: auto;
		margin: 0 auto 20px;
	}
	article section.join dl.join dd.wester dl dd img {
		width: auto;
		height: 13vw;
		margin: 0 auto;
	}
	article section.join dl.join dd.wester dl dd.d1 {
		margin-bottom: 20px;
		line-height: 1.2;
		font-size: 20px;
	}
	article section.join dl.join dd.wester dl dd.d2 {float: left;}
	article section.join dl.join dd.wester dl dd.d3 {top: 116px;left: 440px;}
	
	article section.join dl.join dd.wester dl dd.d4 {
		clear: both;
		margin-top: 20px;
		font-size: 25px;
	}
	article section.join dl.join dd.wester dl dd.d4 li {
		position: relative;
		padding-left: 1.2em;
		text-align: left;
		line-height: 1.4;
		font-size: 15px;
		font-weight: normal;
	}
	article section.join dl.join dd.wester dl dd.d4 li span {
		position: absolute;
		top: 0;
		left: 0;
	}
	article section.join dl.join dd.wester p {
        margin: 0 0 20px; 
		font-size: 16px;
		line-height: 1.4;
		font-weight: normal;
	}


/* dl.wester */

	article section dl.wester {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100% !important;
		margin-top: 20px;
	}
	article section dl.wester dt {
		width: 100%;
		margin-bottom: 20px;
	}
	article section dl.wester dt img {
		width: 60%;
		margin: 0 auto;
	}
	article section dl.wester dd {
		margin: 0 1vw;
	}
	article section dl.wester dd:nth-of-type(1) {width: 33vw;}
	article section dl.wester dd:nth-of-type(2) {width: 41vw;}


/* ul.ss_flow
-------------------------------------------------------------*/

	article ul.ss_flow li {
		margin-bottom: 20px;
	}
	article ul.ss_flow li.arrow img {
		width: 50px;
		margin: 0 auto;
	}
	article ul.ss_flow li img {
		margin: 10px auto;
	}
	article ul.ss_flow li span {
		display: block;
		line-height: 1.4;
	}
	article ul.ss_flow li span.txt {
		height: auto !important;
		font-size: 16px;
	}
	article ul.ss_flow li span.cap {
		text-align: center;
		font-size: 16px;
	}

/* note
-------------------------------------------------------------*/

	article section.note {
		background: #fff;
		background-size: 100% auto;
	}
	
	article section.note div.inner {
		padding: 100px 6vw 90px;
		font-size: 14px;
	}
	article section.note div.inner p.t1 {
		line-height: 1.2;
		text-align: center;
		font-size: 15px;
	}
	article section.note div.inner h2 {
		margin: 0 0 30px;
		padding: 0;
		font-size: 20px;
		background: none;
	}
	article section.note div.inner h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	article section.note div.inner ul {
		margin: 0 0 20px;
	}
	article section.note div.inner li {
		position: relative;
        margin-bottom: 5px;
		padding-left: 1.2em;
		line-height: 1.4;
		font-size: 14px;
		font-weight: normal;
	}
	article section.note div.inner li::before {
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		width: 0.9em;
		height: 0.9em;
		border-radius: 50%;
		background: #0d57a7;
	}
	article section.note div.inner dl {
		border: solid 2px #0d57a7;
		padding: 10px 20px;
	}
	article section.note div.inner dl dt {
		line-height: 1.4;
		font-size: 18px;
	}
	article section.note div.inner dl dd {
		font-size: 14px;
	}
	article section.note div.inner dl dd span {
		font-size: 11px;
	}
	
	
		
/*syouhin
---------------------------------------*/
	.prizeimg{
		max-width: 760px;
		margin: 0 0 0px 0;
	}
	
	.prizeimg img{
		width: 100%;
	}
	
	.syouhinarea{
		padding:30px 20px;
		border-radius: 20px;
		background-color: #ffffff;
		margin: 0 0 30px 0;
	}
	
	ul.cat_1_2{
		
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
		border-bottom: dotted 1px #000000;
	}
	

	ul.cat_1_2 li{
		width: 95%;
		max-width: 289px;
		padding: 0 0 30px 0;
		margin: 0 auto 30px;
		border-bottom: dotted 1px #000000;
		
	}
	ul.cat_1_2 li:last-of-type{
		
		border: none;
		padding: 0px 0 0 0px !important;
		max-width: 289px;
	}
	
	ul.cat_1_3{
		
		padding: 0px 0 0 0;
	}
	
	ul.cat_1_3 li{
		width: 95%;
		max-width: 289px;
		margin: 0 auto 30px;
		padding: 0 0 30px 0;
		border-bottom: dotted 1px #000000;
	}
	
	ul.cat_1_3 li:last-of-type{
		
		border: none;
		padding: 0px 0 0 0px !important;
		max-width: 289px;
	}
	
	ul.cat_1_2 li img,
	ul.cat_1_3 li img{
		width: 100%;
	}

} /* end @media */


/* ============================================================
Specific
============================================================ */

/* common
-------------------------------------------------------------*/

:root {
	--blue: #00afb4;
    --blue2: #00898C;
	--paleblue: #ebf7f7;
	--red: #ea545d;
}

article section {
	overflow: hidden;
	color: #555;
}

article section strong {
	color: var(--red);
}

article section h3 {
	color: #000000;/*文字色*/
    background-color: #fff;/*背景色（白）*/
    font-size: 36px;/*文字サイズ*/
    padding: 10px;/*文字回りの余白（上下左右）*/
    display: block;
    border: 2px solid #ea545d;/*囲み線（太さ 実線 色）*/
    box-shadow: 5px 8px 0 #ea545d;/*影（左右距離 上下距離 ぼかしサイズ 色*/
	text-align: center;
	 position: relative;
	font-weight: bold;
	z-index: 0;
	
}
/*
article section h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 0.3em;
}*/

/* ttl
-------------------------------------------------------------*/

article section.ttl .bgout {
	position: relative;
    padding: 0 0 10px 0;
    
}

article section.ttl div.bg {
	position: relative;
    width: 970px;
    max-width: 96%;
    margin: 0 auto;
	
}




/*article section.ttl div.bg::before,
article section.ttl div.bg::after {
	content: '';
	position: absolute;
	top: 10px;
	aspect-ratio: 862 / 1582;
	width: auto;
	height: 100%;
	background-size: auto 100% !important;
}*/

/*
article section.ttl div.bg::after {
	left: -270px;
	background: url(../images/ttl_dl_bg_L.png) no-repeat;
}
article section.ttl div.bg::before {
	right: -270px;
	background: url(../images/ttl_dl_bg_R.png) no-repeat;
}*/

article section.ttl div.bg > dl {
	/*background: var(--paleblue);*/
	color: #0d57a7;
	text-align: center;
    font-weight: bold;
}
article section.ttl div.bg > dl dt {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
article section.ttl div.bg > dl dt::before,
article section.ttl div.bg > dl dt::after {
	content: '';
	position: absolute;
	top: 6px;
	width: 65px;
	height: 40px;
	background-size: cover !important;
}
/*article section.ttl div.bg > dl dt::before {
	right: -100px;
	background: url(../images/icon_R.png);
}
article section.ttl div.bg > dl dt::after {
	left: -100px;
	background: url(../images/icon_L.png);
}*/
article section.ttl .ttl_point {
    display: block;
    margin-top: 1em;
}
article section.ttl p.btn a {
	display: block;
	width: fit-content;
	margin: 0 auto 50px;
	padding: 15px 4em;
	background: #db5434;
	border-radius: 30px;
	line-height: 1.3;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
article section.ttl .annotation {
    margin: 0 auto;
    text-align: right;
}

.pointarea{
	display: flex;
	justify-content: space-between;
	margin: 1em 0 0 0;
}

.pointarea li{
	max-width: 400px;
	width: 32%;
	
}

.pointarea li img{
	width: 100%;
}

/* map
-------------------------------------------------------------*/

article section.map {
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg, #c1e5e5 0%, #c1e5e5 50%, #8bcdce 50%, #8bcdce 100%);
}
article section.map > div.inner {
	position: relative;
}
article section.map h3 {
	position: absolute;
	top: 30px;
	left: 0;
	color: #fff;
}
article section.map h3 span {
	/*background: #8bcece;*/
	letter-spacing: 0.06em;
}
article section.map figure {
	margin: 0;
}
article section.map figure img {
	width: 100%;
	height: auto;
}

/* prize
-------------------------------------------------------------*/

article section.prize {
	background-image: url("../images/bg1.jpg");
	background-size: contain;
	padding: 30px 0 30px 0;
}
article section.prize > div {
	position: relative;
	padding: 70px 0 70px;
}

article section.prize > div::before,
article section.prize > div::after {
	content: '';
	position: absolute;
	top: 0;
	background-size: 100% !important;
}



article section.prize > div::after,
article section.join > div::after {
	left: -450px;
    top: 5% !important;
    background: url(../images/bg_parts01.png) no-repeat;
    width: 300px;
    height: 454px;
	
}
article section.prize > div::before,
article section.join > div::before {
	right: -450px;
    top: 70% !important;
    background: url(../images/bg_parts02.png) no-repeat;
    width: 300px;
    height: 436px;
	
}


article section.prize h3 {
	margin-bottom: 30px;
	color: #0d57a7;
}
article section.prize h3 span {
	/*background: var(--paleblue);*/
	/*letter-spacing: 1.5em;*/
	text-indent: 1.5em;
}
article section.prize p.text {
	margin: 80px 0 80px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #0d57a7;
}
article section.prize p.text span.small {
	display: block;
	margin-top: 2px;
	font-size: 20px;
}
article section.prize picture.cat_1 {
	display: block;
	margin-bottom: 60px;
	padding: 0 0%;
}
article section.prize ul.cat_2 {
	margin-bottom: 60px;
}
article section.prize ul.cat_2 li {
	margin-bottom: 30px;
}
article section.prize p.copy {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5;
	font-size: 30px;
	font-weight: bold;
	color: #0d57a7;
	/*white-space: pre;*/
}
article section.prize ul.note {
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 16px;
	color: #232d23;
}
article section.prize p.btn a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 4em;
	background: #db5434;
	border-radius: 30px;
	line-height: 1.3;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
article section.prize p.btn a span.small {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
article section.prize .more {
    margin-bottom: 50px;
    padding: 30px;
    background: rgb(235,247,247);
    background: linear-gradient(90deg, rgba(235,247,247,1) 0%, rgba(255,243,0,0.3981967787114846) 20%, rgba(255,243,0,0.5998774509803921) 50%, rgba(255,243,0,0.39539565826330536) 80%, rgba(235,247,247,1) 100%);
    color: #000;
    text-align: center;
}
article section.prize .more {
    position: relative;
}
article section.prize .more p {
    font-size: 20px;
    font-weight: bold;
}
article section.prize .more p span {
    font-size: 25px;
    color: #182987;
}
article section.prize .more p small {
    font-size: 16px;
}
article section.prize .more .more_icon {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 70px;
    height: 70px;
}
article section.prize .more .more_icon img {
    width: 100%;
}


/* wester
-------------------------------------------------------------*/

article section.join dl.join dd.wester h4 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #0d57a7;
	white-space: pre;
    line-height: 1.4;
}
article section.join dl.join dd.wester dl dd.d1 {
	font-weight: bold;
	color: #0d57a7;
}

/* spot
-------------------------------------------------------------*/
/*
article section.spot {
	background: var(--paleblue);
}*/


article section.spot .bgout {
	
    background-color: #fff799;
    padding: 30px 0 30px 0;
    background-blend-mode: lighten;
    /* background-repeat: no-repeat; */
    background-position: center top;
}


article section.spot > div {
	position: relative;
	padding: 70px 0 70px;
}
article section.spot h3 {
	margin-bottom: 60px !important;
	color: #0d57a7;
}
article section.spot h3 span {
	/*background: var(--paleblue);*/
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

article section.spot ul.cat_btn {
	display: flex;
	gap: 2%;
}
article section.spot ul.cat_btn li {
	width: calc(94% / 4);
}
article section.spot ul.cat_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7B7B7B;
	background: #d3edfb;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
}
article section.spot ul.cat_btn li a.on {
	color: #fff;
	pointer-events: none;
}
/*article section.spot dl.cat_tab {
    font-family: "微软雅黑","宋体";
}*/
article section.spot dl.cat_tab > div {
	max-width: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease-in;
}
article section.spot dl.cat_tab > div.on {
	max-width: 100%;
	max-height: 100%;
	visibility: visible;
	opacity: 1;
}

article section.spot dl.cat_tab > div > dt {
	padding: 30px 0 30px 0;
	background-color: #ffffff;
}

article section.spot dl.cat_tab > div > dt >div.maintit{
	position: relative;
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 35px 0;
}

article section.spot dl.cat_tab > div > dt >div.maintit:before {
position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0d57a7;
}

article section.spot dl.cat_tab > div > dt >div.subtit{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

article section.spot dl.cat_tab > div > dd{
	background-color: #ffffff;
	margin: 0 0 0 0;
    padding: 5px 0 0 0;
}

article section.spot dl.cat_tab > div > dd > div.areatit{
	padding: 15px 20px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0px 20px;
}

article section.spot dl.cat_tab ul li {
	position: relative;
	display: flex;
	gap: 2%;
	padding: 22px 30px 35px;
	background: #fff;
}
article section.spot dl.cat_tab ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	width: calc(100% - 60px);
	height: 4px;
	background: #53ae6b;
}
article section.spot dl.cat_tab ul li p {
	width: 35%
}

article section.spot dl.cat_tab ul li p span.icon{
	display: block;
	padding: 5px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
}


span.i_qr{
	background-color: #FFEFBB;
}

span.i_gps{
	background-color: #CEFFDD;
}

article section.spot dl.cat_tab ul li p img {
	height: auto;
	margin-top: 10px;
}
article section.spot dl.cat_tab ul li dl {
	width: 58%
}
article section.spot dl.cat_tab ul li dl dt {
    margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #53ae6b;
    line-height: 1.4;
}
article section.spot dl.cat_tab ul li dl dd {
	line-height: 1.4;
	font-size: 18px;
}
article section.spot dl.cat_tab ul li > dl > dd.text {
	margin-bottom: 1em;
    line-height: 1.6;
}
article section.spot dl.cat_tab ul li > dl > dd.text ol {
    /*margin: 15px 0 0;*/
}
article section.spot dl.cat_tab ul li > dl > dd.text ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
    display: list-item;
    padding: 0;
    margin-left: 20px;
    position: static;
}
article section.spot dl.cat_tab ul li > dl > dd.text ol li::after {
    display: none;
}
article section.spot dl.cat_tab ul li > dl > dd dl {
    width: 100%;
    margin-top: 20px;
}
article section.spot dl.cat_tab ul li > dl > dd dl div {
	display: flex;
}
article section.spot dl.cat_tab ul li > dl > dd dl div dt {
    margin-bottom: 5px;
    color: #555;
    font-size: 18px;
    font-weight: normal;
	white-space: nowrap;
}



/* join
-------------------------------------------------------------*/

article section.join {
	background-image: url("../images/bg1.jpg");
	background-size: contain;
	padding: 30px 0 30px 0;
}
article section.join > div {
	position: relative;
	padding: 70px 0 70px;
}

article section.join > div::before,
article section.join > div::after {
	content: '';
	position: absolute;
	top: 0;
	background-size: 100% !important;
}




article section.join h3 {
	margin-bottom: 30px;
	color: #0d57a7;
}
article section.join h3 span {
	/*background: #c8e9e9;*/
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}
article section.join h3:last-of-type span {
	letter-spacing: 0.2em;
}

article section.join dl.join{
	margin: 80px 0 0 0;
}

article section.join dl.join > div {
	position: relative;
	margin-bottom: 90px;
	padding: 50px 60px 40px 120px;
	border-radius: 20px;
	background: #fff;
}
article section.join dl.join > div > dt {
	position: absolute;
	top: -30px;
	left: -30px;
}
article section.join dl.wester {
	width: 80%;
}
article section.join p.text {
	text-align: center;
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
	color: #0d57a7;
	/*white-space: pre;*/
}


span.notice {
	font-size: 75%;
	color: #000;
	font-weight: normal !important;
}

.s_tit{
	font-size: 20px !important;
	margin: 25px 0 0 0;
}

article section.join ul.ss_flow {
	margin-top: 40px;
}

.d3 ul.ss_flow {
	margin: 15px 0 30px 0 !important;
} 

article section.join ul.ss_flow span.txt {
	text-align: center;
	font-size: 16px;
	font-feature-settings: 'palt';

}
article section.join ul.ss_flow span.cap {
	font-size: 16px;
	/*color: #0d57a7;*/
	font-feature-settings: 'palt';
}

/*article section.join div#cp_link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 20px;
	background-color: #ffffff;
	
}
article section.join div#cp_link ul li {
    width: 24%;
    margin-bottom: 15px;
}
article section.join div#cp_link ul li a.bt1 {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: #db5434;
    border-radius: 20px;
    line-height: 1.3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

article section.join div#cp_link ul li img{
	width: 100%;
}*/


/* note
-------------------------------------------------------------*/

article section.note h3 {
	    width: 100% !important;
    margin: 0 0 30px !important;
    text-align: center;
    font-size: 24px !important;
    font-weight: normal !important;
    border: none;
    box-shadow: none;
    padding: 10px 0 0 0;
}
article section.note h3::before {
	content: none;
}
article section.note div.inner h4 {
	font-size: 18px;
	font-weight: bold;
}
article section.note dl {
	line-height: 1.6;
}
article section.note dl dt {
	margin-bottom: 10px;
	line-height: 1.4;
}


/* ============================================================
PC
============================================================ */

@media screen and (min-width: 760px),print {

/* ttl
-------------------------------------------------------------*/

	article section.ttl h2 {
		height: 700px;
		background: url(../images/h1_ttl_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	article section.ttl h2 picture {
		display: flex;
		justify-content: center;
		        padding: 0px 0 0 0;
	}
	
	.article section.ttl h2 picture img{
		padding: 50px 0 0 0;
	}

	article section.ttl div.bg > dl > div {
		max-width: 970px;
		width: 96%;
		margin: 70px auto 70px;
		padding: 20px 20px;
		background: rgba(255,255,255,0.5);
	}
	article section.ttl div.bg > dl dt {
		margin-bottom: 30px;
		font-size: 32px;
		text-shadow:0 0 10px #FFF;
	}
	article section.ttl div.bg > dl dd {
		font-size: 24px;
		/*white-space: pre;*/
		text-shadow:0 0 10px #FFF;
	}
    article section.ttl .annotation {
        width: 970px;
        font-size: 15px;
    }

} /* end @media */


/* ============================================================
SP
============================================================ */

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

/* common
-------------------------------------------------------------*/

	article section h3 {
		line-height: 1.1;
		font-size: 22px;
	}
	article section h3::before {
		height: 8px;
	}

/* ttl
-------------------------------------------------------------*/

	article section.ttl {
		padding-bottom: 0;
	}
	article section.ttl h2 img {
		width: 100%;
		height: auto;
	}
	article section.ttl div.bg {
        width: 100%;
        max-width: 100%;
	}
	article section.ttl div.bg > dl > div {
		padding: 40px 4vw 40px;
		line-height: 1.4;
	}
	article section.ttl div.bg::before,
	article section.ttl div.bg::after {
		display: none;
	}
	article section.ttl div.bg > dl dt {
		margin-bottom: 30px;
		font-size: 24px;
	}
	article section.ttl div.bg > dl dt::before,
	article section.ttl div.bg > dl dt::after {
		top: 20px;
	}
	article section.ttl div.bg > dl dt::before {
		right: -80px;
	}
	article section.ttl div.bg > dl dt::after {
		left: -80px;
	}
	article section.ttl div.bg > dl dd {
		font-size: 18px;
	}
    article section.ttl .ttl_point {
        text-align: center;
    }    
	article section.ttl p.btn a {
		padding: 15px 2em;
		font-size: 18px;
	}
    article section.ttl .annotation {
        width: 96%;
        margin-top: 5px;
        font-size: 13px;
    }

	
	.pointarea{
		max-width: 400px;
		width: 95%;
		margin: 0 auto 0;
		        display: flex
;
        justify-content: center;
        flex-wrap: wrap;
	}
	
	.pointarea li{
		max-width: 400px;
		width: 100%;
		margin: 0 0 20px 0;
		}
	
	.pointarea li img{
		width: 100%;
	}
	
	
/* map
-------------------------------------------------------------*/

	article > section.map {
		padding: 0;
		background: none;
	}
	article > section.map > div.inner {
		width: 100%;
	}

	article section.map h3 {
		top: 8px;
	}

	article section.map h3::before {
		content: '';
		left: 4%;
		width: 92%;
	}

/* prize
-------------------------------------------------------------*/

	article section.prize > div {
		padding: 30px 0 30px;
	}
	article section.prize > div::before,
	article section.prize > div::after {
		display: none;
	}
	article section.prize p.text {
		margin-top: 0px !important;
		margin-bottom: 30px;
		font-size: 20px;
	}
	article section.prize p.text span.small {
		font-size: 16px;
	}
	article section.prize picture.cat_1 {
		display: block;
		margin-bottom: 30px;
		padding: 0 0%;
	}
	article section.prize ul.cat_2 {
		margin-bottom: 30px;
	}
	article section.prize ul.cat_2 li {
		margin-bottom: 20px;
	}
	article section.prize p.copy {
		margin-bottom: 10px;
		font-size: 20px;
	}
	article section.prize ul.note {
		font-size: 14px;
	}
	article section.prize p.btn a {
		padding: 10px 2em;
		font-size: 18px;
	}
    article section.prize .more {
        margin-bottom: 30px;
        padding: 30px 20px;
        background: rgb(235,247,247);
        background: linear-gradient(90deg, rgba(235,247,247,1) 0%, rgba(255,243,0,0.3981967787114846) 20%, rgba(255,243,0,0.5998774509803921) 50%, rgba(255,243,0,0.39539565826330536) 80%, rgba(235,247,247,1) 100%);
        color: #000;
        text-align: left;
    }
    article section.prize .more p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }
    article section.prize .more p span {
        font-size: 20px;
        color: #182987;
    }
    article section.prize .more p:last-of-type {
        margin-top: 20px;
        line-height: 1.3;
    }
    article section.prize .more p:last-of-type small {
        font-size: 14px;
    }
    article section.prize .more .more_icon {
        top: -15px;
        right: 20px;
        width: 60px;
        height: 60px;
    }


/* wester
-------------------------------------------------------------*/

	article section.join dl.join dd.wester div.inner {
		padding: 20px 0 20px;
	}
	
	article section.join dl.join dd.wester h4 {
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.4;
		font-size: 20px;
	}

/* spot
-------------------------------------------------------------*/

	article section.spot > div {
		padding: 20px 0 20px;
	}
	
	article section.spot .bgout{
		padding: 60px 0 60px 0 !important;
	}
	
	article section.spot h3 {
		margin-bottom: 30px;
		color: #0d57a7;
	}
	article section.spot ul.cat_btn li a {
		padding: 10px 0;
		font-size: 11px;
	}
   
    article section.spot dl.cat_tab ul li {
		display: block;
		padding: 20px 20px 20px;
		background: #fff;
	}
	article section.spot dl.cat_tab ul li:not(:last-child)::after {
		left: 20px;
		width: calc(100% - 40px);
	}
	
	article section.spot dl.cat_tab ul li p {
		width: 100%;
		margin: 0 auto 16px;
	}
	article section.spot dl.cat_tab ul li p img {
		width: 100%;
		max-width: 400px;
		
	}
	article section.spot dl.cat_tab ul li dl {
		width: 100%;
	}
	article section.spot dl.cat_tab ul li dl dt {
		margin-bottom: 10px;
		line-height: 1.4;
		font-size: 20px;
	}
	article section.spot dl.cat_tab ul li dl dd {
		font-size: 16px;
	}
    
	article section.spot dl.cat_tab ul li > dl > dd.text {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }
    article section.spot dl.cat_tab ul li > dl > dd.text ol {
        /*margin: 15px 0 0;*/
    }
    article section.spot dl.cat_tab ul li > dl > dd.text ol li {
        list-style-type: decimal;
        margin-bottom: 15px;
        display: list-item;
        padding: 0;
        margin-left: 20px;
        position: static;
    }
    article section.spot dl.cat_tab ul li > dl > dd.text ol li::after {
        display: none;
    }
    article section.spot dl.cat_tab ul li > dl > dd dl {
        margin-top: 20px;
    }
    article section.spot dl.cat_tab ul li > dl > dd dl div {
        display: flex;
    }
	article section.spot dl.cat_tab ul li > dl > dd dl div dt {
        margin-bottom: 5px;
        color: #555;
        font-weight: normal;
        font-size: 16px;
        white-space: nowrap;
    }

/* join
-------------------------------------------------------------*/

	article section.join > div {
		padding: 20px 0 30px;
	}
	article section.join > div::before,
	article section.join > div::after {
		display: none;
	}
	article section.join h3 {
		margin-bottom: 60px;
	}
    article section.join #cp_link h3 {
        margin-bottom: 20px;
    }
    article section.join #cp_link h3 span {
    	letter-spacing: 0.1em;
    }
	article section.join dl.join > div {
		margin-bottom: 60px;
		padding: 50px 4vw 20px;
	}
	article section.join dl.join > div:last-child {
		margin-bottom: 0;
	}
	article section.join dl.join > div > dt {
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
		width: 80px;
		margin: 0 auto;
	}
	article section.join p.text {
		text-align: left;
		font-size: 20px;
		white-space: normal;
	}
	/*article section.join p.text br {
		display: none;
	}*/
	article section.join ul.ss_flow li:not(.arrow) img {
		border: #ccc solid 1px;
	}

    article section.join div#cp_link {
        margin-top: 60px;
    }
  /* article section.join div#cp_link ul {
        display: block;
    }
    article section.join div#cp_link ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    article section.join div#cp_link ul li a {
        display: block;
        margin: 0 auto;
        padding: .5em 10px;
        background: #db5434;
        border-radius: 30px;
        line-height: 1.3;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

*/
/* note
-------------------------------------------------------------*/

	article section.note div.inner {
		padding: 20px 0 20px;
		font-size: 14px;
	}
	article section.note h3 {
		width: 100%;
		margin: 20px 0 30px;
		text-align: center;
		font-size: 24px !important;
		font-weight: normal !important;
	}
	article section.note div.inner h4 {
	margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}


} /* end @media */


/* ============================================================
intermediate
============================================================ */

@media screen and (min-width:760px) and (max-width:900px) {



} /* end @media */


/* 
div.ImCmpBanner_Wrapper {display: none;]
 */

article section.spot ul.cat_btn li.cat1 a.on{
	background-color: #ea545d !important;
}

article section.spot ul.cat_btn li.cat1 a:hover{
	background-color: #ea545d !important;
	color: #ffffff;
}


.cat_1 .subtit{
	color: #ea545d !important;
}

.cat_1 div.areatit{
	background-color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_1 ul li dl dt{
	color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_1 ul li:not(:last-child)::after{
	background-color: #ea545d !important;
}


article section.spot ul.cat_btn li.cat2 a.on{
	background-color: #ea545d !important;
}

article section.spot ul.cat_btn li.cat2 a:hover{
	background-color: #ea545d !important;
	color: #ffffff;
}


.cat_2 .subtit{
	color: #ea545d !important;
}


.cat_2 div.areatit{
	background-color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_2 ul li dl dt{
	color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_2 ul li:not(:last-child)::after{
	background-color: #ea545d !important;
}


article section.spot ul.cat_btn li.cat3 a.on{
	background-color: #ea545d !important;
}

article section.spot ul.cat_btn li.cat3 a:hover{
	background-color: #ea545d !important;
	color: #ffffff;
}

.cat_3 .subtit{
	color: #ea545d !important;
}


.cat_3 div.areatit{
	background-color: #ea545d !important;
}



article section.spot dl.cat_tab .cat_3 ul li dl dt{
	color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_3 ul li:not(:last-child)::after{
	background-color: #ea545d !important;
}


article section.spot ul.cat_btn li.cat4 a.on{
	background-color: #ea545d !important;
}

article section.spot ul.cat_btn li.cat4 a:hover{
	background-color: #ea545d !important;
	color: #ffffff;
}

.cat_4 .subtit{
	color: #ea545d !important;
}

.cat_4 div.areatit{
	background-color: #ea545d !important;
}



article section.spot dl.cat_tab .cat_4 ul li dl dt{
	color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_4 ul li:not(:last-child)::after{
	background-color: #ea545d !important;
}




article section.spot ul.cat_btn li.cat5 a.on{
	background-color: #ea545d !important;
}


article section.spot ul.cat_btn li.cat5 a:hover{
	background-color: #ea545d !important;
	color: #ffffff;
}

.cat_5 .subtit{
	color: #ea545d !important;
}


.cat_5 div.areatit{
	background-color: #ea545d !important;
}



article section.spot dl.cat_tab .cat_5 ul li dl dt{
	color: #ea545d !important;
}

article section.spot dl.cat_tab .cat_5 ul li:not(:last-child)::after{
	background-color: #ea545d !important;
}
