@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#edf2c5;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/

.marker {
    background: linear-gradient(transparent 50%, #fff571 50%);
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}
/*h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin: 0 auto 3%;
	padding-bottom: 5px;
	width: 94%;
	clear: both;
}*/
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	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: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
/*h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px dotted #111;
	margin-bottom: 3%;
	padding-bottom: 5px;
	clear: both;
}*/
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
img#mainphoto {
	width: 100%;
	max-width:1080px;
	margin:0 auto 2%;
	display:block;
}

}



@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;
	}
	
	.hikikae{
		margin: 30px 0 50px 0;
		border:2px solid #00913a;
		padding: 15px;
	}
	
	.hikikaetit{
		font-size: 16px;
		padding:0 0 10px 0;
		margin: 0 0 15px 0;
		text-align: center;
		border-bottom: 2px solid #00913a;
		color: #00913a;
		font-weight: bold;
	}
	
	.hikikae ul{
		
	}
	
	.hikikae ul li{
		border-bottom: dashed 1px #00913a;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-size: 14px;
	}
	
	.hikikae ul li:last-of-type{
		border: none;
		padding: 0;
		margin: 0;
	}
	
	.hikikae ul li p.koumoku{
		background-color: #00913a;
		padding: 10px;
		color: #ffffff;
		margin: 0 0 10px 0;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
	}
	
	.hikikae ul li p.naiyou{
       
        font-size: 14px;
		text-align: left !important;
	}
}/* 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%;
		max-width:970px;
		margin: 0 auto;
		padding:50px 0;
		display: block;
	}
	u {
		text-decoration-color: red;
	}
	
	.hikikae{
		margin: 30px 0 50px 0;
		border:2px solid #00913a;
		padding: 15px;
	}
	
	.hikikaetit{
		font-size: 18px;
		padding:0 0 10px 0;
		margin: 0 0 15px 0;
		text-align: center;
		border-bottom: 2px solid #00913a;
		color: #00913a;
		font-weight: bold;
	}
	
	.hikikae ul{
		
	}
	
	.hikikae ul li{
		border-bottom: dashed 1px #00913a;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-size: 18px;
		display: flex;
		justify-content: flex-start;
	}
	
	.hikikae ul li:last-of-type{
		border: none;
		padding: 0;
		margin: 0;
	}
	
	.hikikae ul li p.koumoku{
		background-color: #00913a;
		padding: 10px;
		color: #ffffff;
		width: 45%;
		text-align: center;
		font-weight: bold;
	}
	
	.hikikae ul li p.naiyou{
		width: 54%;
        margin: 0 0 0 10px;
        font-size: 16px;
        display: flex;
        align-items: center;
		text-align: left !important;
	}
	
}/* end @media */


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

article {
	margin: 0;
	padding: 0;
	font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
}

/* 
Noto Sans JP
Regular 400
Bold 700

Noto Serif JP
Regular 400
SemiBold 600
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-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%;
	/*margin: 0 auto;*/
}
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%;
	}
	
	.pointarea{
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px 0;
	}
	
	.pointarea li{
		max-width: 400px;
		width: 32%;
	}

	.pointarea li img{
		width: 100%;
	}

} /* 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: 30px 0 30px;
		font-size: 16px;
	}
	article > section > div.inner {
		width: calc(100% - 8vw);
		margin: 0 auto;
	}
	article section ul.notice li {
		font-size: 80%;
	}
	
	.pointarea{
		margin: 0 0 0px 0;
	}
	
	.pointarea li{
		max-width: 400px;
		width: 95%;
		margin: 0 auto 20px;
	}

	.pointarea li img{
		width: 100%;
	}

} /* end @media */


/* ============================================================
PC & SP
============================================================ */

/* mv
-------------------------------------------------------------*/

/* sec_1
-------------------------------------------------------------*/

article section.sec_1 {
	background: #ffffff;
	text-align: center;
	line-height: 1.44;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

article section.sec_1 strong {
	font-weight: 600;
	color: #009944;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	
}
article section.sec_2 p {
	line-height: 1.44;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

article section.sec_2 strong {
	font-weight: 600;
	color: #d1362f;
}
article section.sec_2 p.btn a {
	display: block;
	margin: 0 auto;
}

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

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

/* sec_3
-------------------------------------------------------------*/
/*
article section.sec_3 {
	   background-image: url(../images/sec_4_bg.jpg);
    background-size: 50%;
    background-repeat: repeat;
}*/


article section.spot ul.cat_btn {
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0 0 0;
}
article section.spot ul.cat_btn li {
	width: calc(94% / 3);
}
article section.spot ul.cat_btn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #cccccc;
	background: #d4ecea;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
article section.spot ul.cat_btn li a.on {
	color: #fff;
	pointer-events: none;
	background-color: #00913a;
}

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: #50ad68;
}

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;
	justify-content: space-between;
}
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%;
	max-width: 281px;
}

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 div.detail {
	width: 64%;
	
}

article section.spot dl.cat_tab ul li div.detail dl{
	border-bottom: 2px dotted #00913a;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

article section.spot dl.cat_tab ul li div.detail dl:last-of-type{
	border: none;
	margin: 0;
	padding: 0;
}


article section.spot dl.cat_tab ul li div.detail dl dt {
    margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #00913a;
    line-height: 1.4;
}
article section.spot dl.cat_tab ul li div.detail dl dd {
	line-height: 1.4;
	font-size: 18px;
	margin: 0 0 20px 0;
}

article section.spot dl.cat_tab ul li div.detail dl dd:last-of-type{
	margin: 0 0 0 0;
}

aarticle section.spot dl.cat_tab ul li div.detail > dl > dd.text {
	margin-bottom: 1em;
    line-height: 1.6;
}
article section.spot dl.cat_tab ul li div.detail > dl > dd.text ol {
    /*margin: 15px 0 0;*/
}
article section.spot dl.cat_tab ul li div.detail > 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 div.detail > dl > dd.text ol li::after {
    display: none;
}
article section.spot dl.cat_tab ul li div.detail > dl > dd dl {
    width: 100%;
    margin-top: 20px;
	border: none;
}
article section.spot dl.cat_tab ul li div.detail > dl > dd dl div {
	display: flex;
}
article section.spot dl.cat_tab ul li div.detail > dl > dd dl div dt {
    margin-bottom: 5px;
    color: #555;
    font-size: 18px;
    font-weight: normal;
	white-space: nowrap;
}



/* sec_4
-------------------------------------------------------------*/
/*article section.sec_4  {
background-image: url("../images/sec_5_bg.jpg");
	background-size: contain;
}*/
article section.sec_4 strong {
	font-weight: 700;
	font-size: 120%;
	color: #d1362f;
}


	.map{
		max-width: 1080px;
		margin: 0 auto 0;
		width: 95%;
		position: relative;
	}

.list{
	margin: 20px auto 20px;
	width: 80%;
	max-width: 1080px;
}

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

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

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

	.syouhintxt{
		/*display: flex;
		justify-content: space-between;*/
		margin: 0 0 40px 0;
	}
	
	.syouhintxt1{
		
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	
	.syouhintxt1 p{
		margin: 0 0 0px 0 !important;
	}
	
	.syouhintxt_sub{
		display: block;
		font-size: 14px;
		margin: 20px 0 0 0;
	}
	
	.syouhintxt2{
		
		/*border-radius: 10px;
		padding: 10px;*/
		font-size: 16px;
		/*background-color: #ffffff;*/
	}
	
	.syouhintxt2 p{
		margin: 0 0 0 0 !important;
	}
	
	.syouhinbtn{
		margin: 10px 0 0 0;
	}
	
	.syouhinbtn a{
		display: block;
		border-radius: 10px;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		background-color: #FF5700;
		 transition-duration: 0.3s;
		position: relative;
	}
	
		
.syouhinbtn 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: -3px;
}	
	
	.syouhinbtn a:hover{
		opacity: 0.8;
	}
	
	
	.syouhinbtn2{
		position: absolute;
		width: 8%;
		bottom: 13%;
		left: 32.5%;
	}
	
	
	.syouhinbtn2 a{
		display: block;
		border-radius: 10px;
		padding: 5px 10px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		background-color: #FF5700;
		transition-duration: 0.3s;
		position: relative;
		font-size: 12px;
		line-height: 1.2;
	}
	
		
.syouhinbtn2 a::after {
	 content: '';
	 width: 6px;
	 height: 6px;
	 border: 0;
	 border-top: 2px solid #fff; /* 矢印の色 */
	 border-right: 2px solid #fff; /* 矢印の色 */
	 transform: rotate(45deg);
	 position: absolute;
	 top: 50%;
	 right: 4px;
	 margin-top: -1px;
}	
	.syouhinbtn2 a:hover{
		opacity: 0.8;
	}
	
	.listtxtarea{
		margin: 0 0 0px 0;
	}
	
	.listtxtarea p{
		text-align: center;
		font-size: 24px !important;
	}
	
	.listtxtarea p strong{
		color: #FF0004;
		font-weight: bold !important;
	}
	
	
	.pub{
		margin: 20px 0 0 0;
		padding: 15px 15px;
		background-color: #f8f6de;
	}
	
	.pub_tit{
		font-size: 20px !important;
		font-weight: bold !important;
		border-bottom: 2px solid #000;
		color: #000;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	
	.publist{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.publist dl{
		margin: 0 0 20px 0;
		color: #000000 !important;
	}
	
	.publist dl:last-of-type{
		margin: 0 0 0 0;
	}
	
	.publist dl dt{
		margin: 0 0 10px 0;
		color: #006934 !important;
		font-size: 18px;
		font-weight: bold;
		padding-left: 1em;
		text-indent: -1em;
		
	}
	
	.publist dl dd p{
		margin: 0 0 10px 0px;
	}
	
	.publist dl dd p:last-of-type{
		margin: 0 0 0 0;
	}
	
	.publist dl dd{
		font-size: 16px;
		margin: 0 0 0px 20px;
	}
	
	.publist .subtxt{
		font-size: 14px;
	}
	
	.publist .subtxt2{
		font-size: 15px;
	}
	
	.publist .subtxt3{
		font-size: 14px;
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.txt_o{
		color: #ea5514;
	}
	
	.cyclebnr{
		max-width: 400px;
		margin: 40px auto 0;
	}
	
	.cyclebnr img{
		width: 100%;
	}
	
	.k_stamp_detail{
		margin: 20px 0 20px 0;
		padding: 0 0 20px 0 !important;
		border-bottom: dotted #808080 1px;
	}
	
	.k_stamp_detail:last-of-type{
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
		border: none !important;
	}
	
	.k_stamp_detailin{
		margin: 0 0 20px 0;
	}
	
	.k_stamp_detailin:last-of-type{
		margin: 0 0 0 0;
		border: none ;
	}
	
	.text_tit{
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.text_tit2{
		font-weight: bold;
		margin: 0 0 10px 0;
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	
	
	.text_list span{
		text-indent: -1em;
		padding: 0 0 0 1em;
		display: block;
	}
	
	.text_event_detail p{
		margin: 0 0 10px 0;
		width: auto !important;
		max-width: none !important;
	}
	
	.syousai{
		display: flex;
		justify-content: flex-start;
	}
	
article section h3 {
	font-size: 36px;
	padding: 15px 0;
	border-top: 4px solid #009944;
	border-bottom: 4px solid #009944;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	
}
	

	
	article section.sec_2 h4{
		font-size: 24px;
		font-weight: bold;
		background-color: #008cd6;
		color: #ffffff;
		margin: 0 0 20px 0;
		padding: 10px 0 10px 0;
	}

article section h3 img {
	width: 100%;
}
	
p.btn_schedule a{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
	
p.btn_schedule2 a{
    margin:0 auto;
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 10px auto;

    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}	

p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}

	

p.btn_schedule2 i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule2 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
/* mv
-------------------------------------------------------------*/

article section.mv {
	width: 100%;
	height: 515px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/sec_mv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
}
article section.mv h2 img {
	display: block;
	width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto;
}

/* sec_1
-------------------------------------------------------------*/

article section.sec_1 {
	padding: 55px 0 100px;
	font-size: 25px;
}

article section.sec_1 p:nth-of-type(1) { margin-bottom: 30px;}
article section.sec_1 h3 { margin-bottom: 55px;}
article section.sec_1 p:nth-of-type(2) { margin-bottom: 40px;}

article section.sec_1 h3 img {
	width: 563px;
	margin: 0 auto;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 70px 0 70px;
	font-size: 25px;
}
/*
article section.sec_2 {
	background-color: #ffffff;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center top 450px, center top 85px, left top;
	background-size: 1058px, 1171px, auto;
	background-blend-mode: normal, multiply, normal;
}*/

article section.sec_2 h3 {
	margin-bottom: 35px;
}
article section.sec_2 p:nth-of-type(1) {margin-bottom: 40px;}
article section.sec_2 p:nth-of-type(2) {margin-bottom: 30px;}/*40*/
article section.sec_2 p:nth-of-type(3) {margin-bottom: 30px;}
article section.sec_2 p:nth-of-type(4) {margin-bottom: 0px;}
article section.sec_2 p:nth-of-type(5) {margin-bottom: 90px;}

article section.sec_2 ul.notice {
	/*display: inline-block;*/
	margin: 0 0 30px;
	text-align: left;
}

article section.sec_2 p.btn a {
	width: 400px;
}

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

article section.wester div.inner {
	padding: 80px 0 90px;
	text-align: center;
}

article section.wester h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.wester dl {
	position: relative;
	width: 660px;
	font-size: 25px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wester dl dt {
	width: 50%;
	text-align: center;
	
}
	
	.wester dl dd.yajirusi{
		        width: 10%;
        font-size: 40px;
        color: darkblue;
	}
	
	.wester dl dd.d1{
		max-width: 185px;
		width: 30%;
	}
article section.wester dl dd {
	
}
.wester dl dd img {
	
	width: 100%;
}
/*article section.wester dl dd.d1 {
	top: 37px;
	left: 0;
	width: 430px;
	line-height: 1.2;
	font-size: 25px;
}
article section.wester dl dd.d2 {top: 116px;left: 230px;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	bottom: 0;
	left: 25px;
	font-size: 25px;
}

article section.wester dl dd.d4 li {
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
*/
/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	padding: 90px 0 130px;
	
}
article section.sec_3 div.inner {
	margin: 0 auto;
	
}
article section.sec_3 h3 {
	margin: 0 auto 60px;
}
	


/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	margin: 50px auto 30px;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 63px;
	padding-bottom: 2px;
	text-align: center;
	background-color: #cfdc28;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	transition: opacity .1s ease-in;
}
#switching_tab_menu li:not(.select) {
	cursor: pointer;
}

#switching_tab_menu li.select {
	position: relative;
	height: 92px;
	padding-bottom: 30px;
	border: none;
	background: url(../images/sec_3_tab_current.png) no-repeat center top;
	background-size: 100% 92px;
	color: #008cd6;
}

#switching_tab_menu li:not(.select):hover {
	opacity: 0.6;
}

/* div.switching_contents */

div.switching_contents {
	padding: 30px;
	background: #fff;
	border: solid 3px #cfdc28;
	color: #622d0d;
}
div.switching_contents li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	
	div.switching_contents li p.btn_schedule{
		width: 400px;
		margin: 0px auto 0px;
	}
div.switching_contents li:not(:last-child) {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 3px #cfdc28;
}
div.switching_contents li p {
	width: 280px;
	margin: 0 25px 0 0;
	padding: 0;
}
div.switching_contents li p img {
	display: block;
}
div.switching_contents li > dl {
	width: 580px;
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.2;
	font-size: 30px;
}

div.switching_contents li > dl > dt > span{
		font-size: 16px;
	}

div.switching_contents li > dl > dd {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd.text {
	margin-bottom: 0.5em;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}

/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	display: none;
}
dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}


/* sec_4
-------------------------------------------------------------*/

	article section.sec_4 .prize_setail{
		margin: 0 0 20px 0;
		
	}
	
	article section.sec_4 .prize_setail h5{
		text-align: center;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #ffffff;
		padding: 10px 0;
		font-size: 20px;
	}
	
	article section.sec_4 .prize_setail .prize{
		margin: 0 0 10px 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	article section.sec_4 .prize_setail .prize span{
		display: block;
		padding: 10px;
		border: 2px solid #0d6fb8;
		color: #0d6fb8;
		margin: 0 10px 0 0;
		font-size: 24px;
		padding: 10px;
		text-align: center;
		font-weight: bold;
	}
	
	article section.sec_4 .prize_setail p{
		font-size: 18px;
		text-align: center;
	}
	
	
article section.sec_4 {
	padding: 80px 0 130px;
	
	line-height: 1.4;
	color: #622d0d;
}

article section.sec_4 h3 {
	margin: 0 auto 55px;
}

article section.sec_4 h4 {
	margin-bottom: 15px;
}
article section.sec_4 h4 img {
	width: auto;
	height: 30px;
	display: inline-block;
}

article section.sec_4 ul.notice {
	margin: 15px 0 40px;
}

article section.sec_4 p span.notice {
	font-size: 75%;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 25px 50px 50px;
	background: #fff;
	 border: 2px solid #B99C6A;
}
article section.sec_4 dl.join > div > dt {
	position: absolute;
	top: 0px;
	left: 0px;
}
article section.sec_4 dl.join > div > dt img {
	width: 125px;
}
article section.sec_4 dl.join > div > dd:nth-of-type(1) {
	margin-bottom: 30px;
	padding-left: 90px;
}
article section.sec_4 dl.join > div > dd:nth-of-type(1) p {
	font-size: 20px;
    margin-bottom: 40px;
}
	
article section.sec_4 dl.join > div > dd.lastcontent{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 90px;
}
article section.sec_4 dl.join > div > dd.lastcontent p {
	font-size: 20px;
    margin-bottom: 40px;
}

article section.sec_4 dl.wester {
	display: flex;
	align-items: center;
	width: 612px;
	margin: 20px auto -20px;
}
	article section.sec_4 dl.wester dt{
		text-align: center;
		margin: 0 20px 0 0;
		font-size: 18px;
	}
article section.sec_4 dl.wester dd img {
	width: 130px;
	margin: 0 auto;
}
	
/*
article section.sec_4 dl.wester dd:nth-of-type(1) {
	margin: 0 20px 0 50px;
}
article section.sec_4 dl.wester dd:nth-of-type(1) img {
	width: 100px;
}
article section.sec_4 dl.wester dd:nth-of-type(2) img {
	width: 222px;
}*/

article section.sec_4 dd.notice {
	position: absolute;
	left: auto;
	bottom: -30px;
	right: 0 !important;
	font-size: 16px;
	font-weight: normal;
}

article ul.ss_flow {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 30px 20px 30px;
	background: #fbf2d5;
}
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;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}


/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 0 90px;
	font-size: 16px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 17px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 24px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 19px !important;
	font-weight: bold;
	border: none !important;
	text-align: left !important;
}

article section.sec_5 div.inner ul {
	margin: 0 0 40px;
}
article section.sec_5 div.inner ul.mbs {
	margin: 0 0 20px;
}

article section.sec_5 div.inner li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #5a4123;
}
article section.sec_5 div.inner dl {
	border: solid 2px #5a4123;
	padding: 10px 20px;
	text-align: center;
	margin: 30px 0 0 0;
}
article section.sec_5 div.inner dl dt {
	font-size: 20px;
}
article section.sec_5 div.inner dl dd {
	font-size: 16px;
}
article section.sec_5 div.inner dl dd span {

	font-size: 13px;
}


} /* end @media */


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

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


/* common
-------------------------------------------------------------*/
	
	
article section h3 {
	font-size: 18px;
	padding: 15px 0;
	border-top: 4px solid #009944;
	border-bottom: 4px solid #009944;
	background-color: #ffffff;
	font-weight: bold;
	text-align: center;
	color: #000000 !important;
	
}
	
.syouhintxt{
		/*display: flex;
		justify-content: space-between;*/
		margin: 0 0 40px 0;
	}
	
	.syouhintxt1{
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	
	.syouhintxt1 p{
		margin: 0 0 0px 0 !important;
	}
	
	.syouhintxt_sub{
		display: block;
		font-size: 12px;
		margin: 20px 0 0 0;
	}
	
	.syouhintxt2{
		border-radius: 10px;
		padding: 10px;
		font-size: 14px;
		background-color: #ffffff;
	}
	
	.syouhintxt2 p{
		margin: 0 0 0 0 !important;
	}
	
	.syouhinbtn{
		margin: 10px 0 0 0;
	}
	
	.syouhinbtn a{
		display: block;
		border-radius: 10px;
		padding: 10px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		background-color: #FF5700;
		 transition-duration: 0.3s;
		position: relative;
	}
	
		
.syouhinbtn 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: -3px;
}	
	
	.syouhinbtn a:hover{
		opacity: 0.8;
	}
	
	.listtxtarea{
		margin: 0 0 0px 0;
	}
	
	.listtxtarea p{
		text-align: center;
		font-size: 18px !important;
	}
	
	.listtxtarea p strong{
		color: #FF0004;
		font-weight: bold !important;
	}
	
	
	
	.pub{
		margin: 20px 0 0 0;
		padding: 10px 10px;
		background-color: #f8f6de;
	}
	
	.pub_tit{
		font-size: 16px !important;
		font-weight: bold !important;
		border-bottom: 2px solid #000;
		color: #000;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		line-height: 1.5;
	}
	
	.publist{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.publist dl{
		margin: 0 0 20px 0;
		color: #000000 !important;
	}
	
	.publist dl:last-of-type{
		margin: 0 0 0 0;
	}
	
	.publist dl dt{
		margin: 0 0 10px 0;
		color: #006934 !important;
		font-size: 15px;
		font-weight: bold;
		padding-left: 1em;
		text-indent: -1em;
		
	}
	
	.publist dl dd p{
		margin: 0 0 10px 0px;
		font-size: 14px !important;
	}
	
	.publist dl dd p:last-of-type{
		margin: 0 0 0 0;
	}
	
	.publist dl dd{
		font-size: 14px !important;
		margin: 0 0 0px 15px;
	}
	
	.publist .subtxt{
		font-size: 12px;
	}
	
	.publist .subtxt2{
		font-size: 13px;
	}
	
	.publist .subtxt3{
		font-size: 12px;
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.txt_o{
		color: #ea5514;
	}
	
		
	.cyclebnr{
		max-width: 400px;
		margin: 40px auto 0;
	}
	
	.cyclebnr img{
		width: 100%;
	}
	
	
	.k_stamp_detail{
		margin: 20px 0 20px 0;
		padding: 0 0 20px 0 !important;
		border-bottom: dotted #808080 1px;
	}
	
	.k_stamp_detail:last-of-type{
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
		border: none !important;
	}
	
	.k_stamp_detailin{
		margin: 0 0 20px 0;
	}
	
	.k_stamp_detailin:last-of-type{
		margin: 0 0 0 0;
		border: none ;
	}
	
	.text_tit{
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.text_tit2{
		font-weight: bold;
		margin: 0 0 10px 0;
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	
	
	.text_list span{
		text-indent: -1em;
		padding: 0 0 0 1em;
		display: block;
	}
	
	.text_event_detail p{
		margin: 0 0 10px 0 !important;
		width: auto !important;
		max-width: none !important;
	}
	
	.syousai{
		display: flex;
		justify-content: flex-start;
	}
	
	
article section.sec_2 h4{
		font-size: 18px;
		font-weight: bold;
		background-color: #008cd6;
		color: #ffffff;
		margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	}

article section h3 img {
	max-width: 500px;
	margin: 0 auto;
}


article section h3 img {
	width: 100%;
	margin: 0 auto;
}

	   
p.btn_schedule a{
    margin:0 auto;
    /*width:400px;*/
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
	
	   
p.btn_schedule2 a{
    margin:0 auto;
    /*width:400px;*/
    border-radius: 10px;
    background: #f32b4c;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 30px auto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
p.btn_schedule2 i {
    float: right!important;
    position:absolute;
    right: 15px;
}
p.btn_schedule2 a:hover {
    text-decoration: none!important;
    color: #fff;
    opacity: 0.8;
}
/* mv
-------------------------------------------------------------*/

article section.mv {
	padding: 0;
}

article section.mv h2 img {
	width: 100%;
	height: auto;
}


/* sec_1
-------------------------------------------------------------*/


article section.sec_1 {
	padding: 50px 0 50px;
	font-size: 20px;
}

article section.sec_1 p:nth-of-type(1) { margin-bottom: 25px;}

article section.sec_1 h3 {
	margin-bottom: 25px;
}
article section.sec_1 h3 img {
	width: 100%;
}


article section.sec_1 p:nth-of-type(2) { margin-bottom: 30px;}

article section.sec_1 p:nth-of-type(3) {
	padding: 0 16vw;
}

/* sec_2
-------------------------------------------------------------*/

article section.sec_2 {
	padding: 50px 0 50px;
	font-size: 20px;
}


article section.sec_2 h3 {
	margin-bottom: 35px;
}
article section.sec_2 p {margin-bottom: 20px;}

article section.sec_2 ul.notice {
	display: inline-block;
	margin: 0 0 30px;
	text-align: left;
}

article section.sec_2 p.btn a {
	width: 280px;
	margin-top: 40px;
}


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

article section.wester div.inner {
	padding: 40px 10px 40px;
}

article section.wester h3 {
	margin-bottom: 20px;
	/*line-height: 1.4;
	font-size: 20px;*/
	font-weight: bold;
}
	
	
.wester dl {
	position: relative;
	margin: 0 auto;
	
}
.wester dl dt {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px 0;
	
}
	
.wester dl dd.yajirusi{
		    text-align: center;
        font-size: 40px;
        color: darkblue;
		margin: 0 0 20px 0;
	}
	
	.wester dl dd.d1{
		max-width: 185px;
		width: 50%;
		margin: 0 auto;
	}
.wester dl dd {
	
}
.wester dl dd img {
	
	width: 100%;
}
/*
article section.wester dl {
	margin: 0 auto;
}
article section.wester dl dt img {
	width: 60vw;
	height: auto;
	margin: 0 auto 20px;
}
article section.wester dl dd img {
	width: auto;
	height: 14vw;
	margin: 0 auto;
}
article section.wester dl dd.d1 {
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 20px;
}
article section.wester dl dd.d2 {float: left;}
article section.wester dl dd.d3 {top: 116px;left: 440px;}

article section.wester dl dd.d4 {
	clear: both;
	margin-top: 20px;
	font-size: 25px;
}
article section.wester dl dd.d4 li {
	position: relative;
	padding-left: 1.2em;
	text-align: left;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}
article section.wester dl dd.d4 li span {
	position: absolute;
	top: 0;
	left: 0;
}*/

/* sec_3
-------------------------------------------------------------*/

article section.sec_3 {
	padding: 50px 0 50px;
	font-size: 16px;
}


article section.sec_3 h3 {
	margin: 0 0 35px;
}
	
	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: #50ad68;
	}
	
	article section.spot ul.cat_btn li {
	/*width: calc(94% / 2) !important;*/
		margin: 0 0 10px 0;
}
	
	article section.spot ul.cat_btn li a {
		padding: 10px 0;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
   
    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 div.detail {
	width: 100%;
	
}
	
	article section.spot dl.cat_tab ul li div.detail dl {
		width: 100%;
	}
	article section.spot dl.cat_tab ul li div.detail dl dt {
		margin-bottom: 10px;
		line-height: 1.4;
		font-size: 20px;
	}
	article section.spot dl.cat_tab ul li div.detail dl dd {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
    
	article section.spot dl.cat_tab ul li div.detail dl dd:last-of-type{
		margin: 0 0 0 0;
	}
	
	article section.spot dl.cat_tab ul li div.detail > dl > dd.text {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }
    article section.spot dl.cat_tab ul li div.detail > dl > dd.text ol {
        /*margin: 15px 0 0;*/
    }
    article section.spot dl.cat_tab ul li div.detail > 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 div.detail > dl > dd.text ol li::after {
        display: none;
    }
    article section.spot dl.cat_tab ul li div.detail > dl > dd dl {
        margin-top: 20px;
    }
    article section.spot dl.cat_tab ul li div.detail > dl > dd dl div {
        display: flex;
    }
	article section.spot dl.cat_tab ul li div.detail > dl > dd dl div dt {
        margin-bottom: 5px;
        color: #555;
        font-weight: normal;
        font-size: 16px;
        white-space: nowrap;
    }

/* #switching_tab_menu */

#switching_tab_menu {
	display: flex;
	justify-content: space-between;
	column-gap: 1%;
	margin: 30px auto 0;
}
#switching_tab_menu li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	height: 3em;
	margin-bottom: 10px;
	text-align: center;
	background: #cfdc28;
	line-height: 1.2;
	color: #fff;
	font-size: 16px;
}

#switching_tab_menu li.select {
	position: relative;
	height: calc(3em + 10px);
	padding-bottom: 10px;
	border: none;
	background: url(../images/sec_3_tab_current_sp.png) no-repeat center top;
	background-size: 100% calc(3em + 10px);
	color: #008cd6;
}

/* div.switching_contents */

div.switching_contents {
	padding: 6vw;
	background: #fff;
	border: solid 3px #cfdc28;
}
div.switching_contents li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #cfdc28;
}
div.switching_contents li p {
	margin: 0 0 10px;
	padding: 0;
}
div.switching_contents li p img {
	display: block;
	width: 100%;
}
div.switching_contents li > dl {
	text-align: left;
}
div.switching_contents li > dl > dt {
	margin-bottom: 0.1em;
	line-height: 1.2;
	font-size: 20px;
}

	div.switching_contents li > dl > dt > span{
		font-size: 14px;
	}

div.switching_contents li > dl > dd {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
div.switching_contents li > dl > dd.text {
	margin-bottom: 0.5em;
}
div.switching_contents li > dl > dd dl div {
	display: flex;
}
div.switching_contents li > dl > dd dl div dt {
	white-space: nowrap;
}


/* switching_contents_inner */

div.switching_contents {
	position: relative;
	z-index: 2;
}
dl.switching_contents_inner > div > dt {
	display: none;
}
dl.switching_contents_inner > div > dd {
	display: none;
}
dl.switching_contents_inner > div.tab_show > dd {
	display: block;
}


/* sec_4
-------------------------------------------------------------*/

	article section.sec_4 .prize_setail{
		margin: 0 0 20px 0;
		
	}
	
	article section.sec_4 .prize_setail h5{
		text-align: center;
		font-weight: bold;
		margin: 0 0 20px 0;
		color: #ffffff;
		padding: 10px 10px;
	}
	
	article section.sec_4 .prize_setail p{
		font-size: 16px;
		text-align: center;
	}
	
	article section.sec_4 .prize_setail .prize{
		margin: 0 0 10px 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	article section.sec_4 .prize_setail .prize span{
		display: block;
		padding: 10px;
		border: 2px solid #0d6fb8;
		color: #0d6fb8;
		margin: 0 10px 0 0;
		font-size:18px;
		padding: 10px;
		text-align: center;
		font-weight: bold;
	}
	
	
	
article section.sec_4 {
	padding: 40px 0 20px;
	/*background-color: #f9ffb0;*/
}
article section.sec_4 p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_4 p em {
	font-size: 22px;
}

article section.sec_4 h4 {
	margin-bottom: 15px;
}
article section.sec_4 h4 img {
	width: auto;
	height: 24px;
	    margin: 0 0 10px 0;
}

article section.sec_4 ul.notice {
	margin: 15px 0 40px;
}

article section.sec_4 p span.notice {
	font-size: 75%;
}


article section.sec_4 h3 {
	margin: 0 auto 20px;
}

article section.sec_4 dl.join > div {
	position: relative;
	margin: 0 0 40px;
	padding: 20px 3vw 20px;
	background: #fff;
	border: 2px solid #B99C6A;
}
article section.sec_4 dl.join > div > dt {
}
article section.sec_4 dl.join > div > dt img {
	width: 88px;
	margin: 0 auto 20px;
}

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


article ul.ss_flow {
	padding: 30px 3vw 10px;
	background: #fbf2d5;
}
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;
	max-width: 290px;
	width: 100%;
}


article ul.ss_flow li span {
	display: block;
	line-height: 1.4;
}
article ul.ss_flow li span.txt {
	height: auto !important;
	font-size: 17px;
}
article ul.ss_flow li span.cap {
	text-align: center;
	font-size: 16px;
}
article ul.ss_flow li:nth-child(5) span.cap {
	text-align: left;
}

article section.sec_4 div.d3 img {
	width: 74vw;
	max-width: 390px;
	margin: 0 auto 30px;
}
article section.sec_4 dd.notice {
	position: absolute;
	left: auto;
	bottom: -24px;
	right: 0 !important;
	font-size: 14px;
	font-weight: normal;
}

article section.sec_4 div.d1 {
	text-align: center;
}


/* sec_5
-------------------------------------------------------------*/

article section.sec_5 {
	background: #fff;
	background-size: 100% auto;
}

article section.sec_5 div.inner {
	padding: 100px 6vw 90px;
	font-size: 14px;
}
article section.sec_5 div.inner p.t1 {
	line-height: 1.2;
	text-align: center;
	font-size: 15px;
}
article section.sec_5 div.inner h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 20px;
	background: none;
    text-align: center;
}
article section.sec_5 div.inner h3 {
	font-size: 16px !important;
	font-weight: bold;
	text-align: left !important;
	border: none !important;
}

article section.sec_5 div.inner ul {
	margin: 0 0 20px;
}
article section.sec_5 div.inner li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	font-size: 14px;
	font-weight: normal;
}
article section.sec_5 div.inner li::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	background: #5a4123;
}
article section.sec_5 div.inner dl {
	border: solid 2px #5a4123;
	padding: 10px 20px;
	margin: 30px 0 0 0;
}
article section.sec_5 div.inner dl dt {
	line-height: 1.4;
	font-size: 18px;
}
article section.sec_5 div.inner dl dd {
	font-size: 14px;
}
article section.sec_5 div.inner dl dd span {
	font-size: 11px;
}




} /* end @media */


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

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

article section.sec_0 h2 img {
	top: 100px;
	left: 80px;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
}


} /* end @media */

article section.sec_4 .prize_setail h5.bg1{
	background-color: #b31d2d;
}

article section.sec_4 .prize_setail h5.bg2{
	background-color: #43577a;
}


article section.sec_4 .prize_setail h5.bg3{
	background-color: #0099d9;
}
