@charset "UTF-8";

.nw h3.seco_tt{
	width: 100%;
	color: #fff;
	font-size: 3.75em;
	margin-bottom: 4vw;
	line-height: 1.2;
	padding: 1vw;
}
.nw h4.seco_sub{
	background: #FFF4A5;
	font-size: 2.5em;
	text-align: center;
	padding: 10px;
	position: relative;
}
.nw h4.seco_sub::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF4A5 transparent transparent transparent;
    border-width: 14px 13px 0 13px;
}
.cont_btm {
	margin-bottom: 6vw;
}
@media only screen and (max-width: 736px) {
.nw h3.seco_tt{
	font-size: 7vw;
	padding: 2vw;
	margin-bottom: 6vw;
}
.nw h4.seco_sub{
	font-size: 5vw;
	padding: 2vw;
	line-height: 1.4;
	margin-bottom: 6vw;
}
.cont_btm {
	margin-bottom: 10vw;
}
}

/*------------------------------------------------------------
	下層タイトル
------------------------------------------------------------*/

.seco_title{
	color: #fff;
	text-align: center;
	position: relative;
	min-height: 500px;
}
.seco_title .inner {
	mix-blend-mode: soft-light;	
}
.seco_title .inner img{width: 100%;}

.seco_title .section_conts{
	position: absolute;
	top: 3vw;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.seco_title h3{
	font-size: 5em;
	line-height: 1.2;
	
}
.seco_title h3 .sub{
	font-size: 0.6em;
}
.eng {
    position: absolute;
    bottom: -2vw;
	right: 0;
	left: 0;
	font-size: 11vw;
	font-family: "Jost", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	opacity: 0.15;
	line-height: 1;
}

@media only screen and (max-width: 736px) {
.seco_title{
	min-height: 70vw;
	overflow: hidden;
}
.seco_title .inner img{height: 70vw;}
.seco_title h3{
	font-size: 10vw;
	margin-bottom: -1vw;
}
}

/*------------------------------------------------------------
	こんな人におすすめ
------------------------------------------------------------*/
.recome{
	margin-top: -30px;
	margin-bottom: 4vw;
	text-align: center;
}
.recome h5{
	padding: 10px 30px;
	font-size: 2.25em;
	background: #fff;
	margin: 0 auto 3vw;
	width: max-content;
}
.recome h5::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 14px 13px 0 13px;	
}
.recome h5.pole_sw{
	filter:drop-shadow(0 0 10px #1BA784);
}
.recome h5.nord_sw{
	filter:drop-shadow(0 0 10px #6A6BAE);
}
.recome h5.cane_sw{
	filter:drop-shadow(0 0 10px #C58D4C);
}
.recome ul{
	margin: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.recome ul li{
	font-weight: bold;
	font-size: 1.25em;
	border-radius: 100px;
	margin: 10px;
	padding: 10px 30px 10px 60px;
}
.recome ul.po li{
	background: url("../images/check_po.png") no-repeat 30px 20px #E6F5F2;
	background-size:auto 15px;
}
.recome ul.no li{
	background: url("../images/check_no.png") no-repeat 30px 20px #EFF0F7;
	background-size:auto 15px;
}
.recome ul.ca li{
	background: url("../images/check_ca.png") no-repeat 30px 20px #FFF8D4;
	background-size:auto 15px;
}
.recome .cp{
	font-size: 2em;
	font-weight: bold;
	margin-top: 1vw;
}

@media only screen and (max-width: 736px) {
.recome{
	margin-top: -4vw;
	margin-bottom: 8vw;
}
.recome h5{
	padding: 3vw 6vw;
	font-size: 5vw;
	margin: 0 auto 5vw;
}
.recome ul li{
	font-size: 4.5vw;
	margin: 1vw;
	padding: 1vw 4vw 1vw 10vw;
}
.recome ul.po li{
	background: url("../images/check_po.png") no-repeat 4vw 3.5vw #E6F5F2;
	background-size:auto 3vw;
}
.recome ul.no li{
	background: url("../images/check_no.png") no-repeat 4vw 3.5vw #EFF0F7;
	background-size:auto 3vw;
}
.recome ul.ca li{
	background: url("../images/check_ca.png") no-repeat 4vw 3.5vw #FFF8D4;
	background-size:auto 3vw;
}
.recome .cp{
	font-size: 5.5vw;
	margin-top: 3vw;
	line-height: 1.4;
}
}

/*------------------------------------------------------------
	ポイント
------------------------------------------------------------*/
.nw .seco_read{
	font-weight: bold;
	padding: 2vw;
	text-align: center;
	font-size: 1.6em;
}
.nw_point .memo{
	background: #F9F8F1;
	padding: 2vw;
	text-align: center;
	margin: 3vw 0 6vw;
}
.nw_point .memo ul{
	margin: auto;
	display: inline-block;
}
.nw_point .memo ul li{
	font-weight: bold;
	font-size: 1.6em;
	display: flex;
	align-items: center;
	padding: 5px;
}
.nw_point .memo ul li img{
	max-width: 40px;
	margin-right: 30px;
}
.nw_point .reco ul {
	max-width: 900px;
	margin: 0 auto 2vw;
	background: #F9F8F1;
	padding: 2.5vw 5vw;
}
.nw_point .reco.pole ul {
	border-left: 4px solid #1BA784;
}
.nw_point .reco.nord ul {
	border-left: 4px solid #6A6BAE;
}
.nw_point .reco ul p {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 10px;
}
.nw_point .reco ul li {
	font-size: 1.25em;
	padding: 4px 0 4px 45px;
}
.nw_point .reco.pole ul li{
	background: url("../images/check2_po.png") no-repeat 0 6px;
	background-size:auto 26px;
}
.nw_point .reco.nord ul li{
	background: url("../images/check2_no.png") no-repeat 0 6px;
	background-size:auto 26px;
}
.nw ul.link_bana {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 5vw auto 7vw;
}
.nw ul.link_bana3 {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 3vw -15px 5vw;
}
.nw ul.link_bana3 li{
	max-width: 340px;
	text-align: center;
	font-size: 1.65em;
	font-weight: bold;
	margin: 15px;
}
.nw ul.link_bana3 li img{
	margin-top: 5px;
}
.nw ul.link_bana3 h5{
	width: 100%;
	font-size: 2.5em;
	display: flex;
    align-items: center;
	padding: 0 15px;
}
.nw ul.link_bana3 h5::before,
.nw ul.link_bana3 h5::after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #C58D4C;
}
.nw ul.link_bana3 h5::before {margin-right: 1rem;}
.nw ul.link_bana3 h5::after {margin-left: 1rem;}
.nw .in_box{
	margin: 2vw 3vw;
}

@media only screen and (max-width: 736px) {
.nw .seco_read{
	padding: 4vw 2vw;
	font-size: 4.5vw;
	line-height: 1.4;
}
.nw_point .memo{
	padding: 4vw;
	text-align: left;
	margin: 5vw 0 10vw;
}
.nw_point .memo ul li{
	font-size: 4.5vw;
	line-height: 1.4;
}
.nw_point .memo ul li img{
	max-width: 30px;
	margin-right: 20px;
}
.nw_point .reco ul {
	margin: 0 auto 4vw;
	padding: 5vw;
	line-height: 1.4;
}
.nw_point .reco ul p {
	font-size: 1.5em;
	padding-bottom: 1vw;
}
.nw_point .reco ul li {
	font-size: 1.25em;
	padding: 4px 0 4px 30px;
}
.nw_point .reco.pole ul li{
	background: url("../images/check2_po.png") no-repeat 0 6px;
	background-size:auto 20px;
}
.nw_point .reco.nord ul li{
	background: url("../images/check2_no.png") no-repeat 0 6px;
	background-size:auto 20px;
}
.nw ul.link_bana {
	justify-content: center;
	margin: 10vw auto;
}
.nw ul.link_bana li {
	margin: 2vw 8vw;
}
.nw ul.link_bana3 {
	margin: 3vw auto 10vw;
}
.nw ul.link_bana3 li{
	width: 100%;
	margin: 2vw 8vw;
}
.nw ul.link_bana3 h5{
	font-size: 6vw;
}
}

/*------------------------------------------------------------
	歩き方
------------------------------------------------------------*/
.howto {
	margin-bottom: 6vw;
}
.howto img.anime{
	margin: -4vw auto 3vw;
}
.howto .setu{
	display: flex;
	font-size: 1.25em;
	margin-top: 3vw;
	margin-bottom: 2vw;
}
.howto .setu dl dt{
	font-size: 1.5em;
	font-weight: bold;
}
.howto .setu dl dd{
	padding: 5px 0 2vw;
}
.howto .memo {
	background: #F9F8F1;
	display: flex;
	align-items: center;
	padding: 2vw 3vw;
}
.howto .memo p {
	font-size: 2em;
	font-weight: bold;
	padding: 0 4vw 0 2vw;
}
.howto .memo ul li{
  display: flex;
  align-items: flex-start;
	line-height: 1.4;
	padding: 4px 0;
}
.howto .memo ul li::before{
 content: "⚫︎";
 font-size: 0.6em;
 margin-right: 1em;
 margin-top: 5px;
}
.howto .memo ul.pole li::before{ color: #1BA784;}
.howto .memo ul.nord li::before{ color: #6A6BAE;}

@media only screen and (max-width: 736px) {
.howto {
	margin-bottom: 10vw;
}
.howto .setu{
	display: block;
	margin-top: 5vw;
	margin-bottom: 2vw;
	text-align: center;
}
.howto .setu dl dt{
	font-size: 4.6vw;
	text-align: left;
}
.howto .setu dl dd{
	padding: 0 0 2vw;
	text-align: left;
}
.howto .memo {
	display: block;
	padding: 2vw 4vw 4vw;
}

}