@charset "utf-8";
/* CSS Document */
#michinoekipj {
	font-size: 14px;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
    color: 3e3a39;
}
#michinoekipj * {
	word-wrap: break-word;
}
#michinoekipj > section:last-of-type{
    padding-bottom: 30px;
}
#michinoekipj .pc {
    display: none;
}
#michinoekipj .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	line-height: 0;
}
#michinoekipj .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    width: 96%;
}
#michinoekipj h3.ttl {
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    padding: 8px 5px 8px 15%;
    background:#ccc;
    position: relative;
}
#michinoekipj h3.ttl:before {
    content: "";
    display: block;
    background: url(../images/program_ttl_icon.png) no-repeat center center;
    background-size: contain;
    width: 10%;
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
}
#michinoekipj .inner > h3.ttl:first-child {
    margin-bottom: 20px;
}
#michinoekipj a.btn {
    display: block;
    color: #fff;
    font-size: 7vw;
    text-align: center;
    text-decoration: none;
    font-weight:900;
    letter-spacing: 1px;
    width: 100%;
    max-width:900px;
    margin: 0 auto;
    padding: 5vw 1vw;
    background: #ccc;
    border: 1vw solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    border-radius: 3vw;
    transition: .3s;
    box-sizing: border-box;
}
#michinoekipj a.btn:hover {
    opacity: .8;
}
#michinoekipj a.btn.prev {
    font-weight:700;
    max-width:640px;
    font-size: 5vw;
    background: #008ad5;
}
#michinoekipj a.btn.prev i {
    margin-right: 0.5em;
}




#michinoekipj #head {
    background: #7BCFF1 url(../images/head_bg.png) no-repeat bottom;
    background-position-x: 69%;
    background-size: auto 100%;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.5) inset;
}
#michinoekipj #head.main .inner {
    padding: 10px 0 20px 0;
}
#michinoekipj #head iframe {
    vertical-align: bottom;
}
#michinoekipj #head.main .ttlCont {
    background: url(../images/sp/head_ttl01.png) no-repeat center center;
    padding-top: 125%;
    background-size: cover;
}
#michinoekipj #head.main a.btn {
    font-size: 5.5vw;
    background: #1da1f2;
    position: relative;
    padding: 2vw 1vw 2vw 15vw;
}
#michinoekipj #head.main a.btn i {
    position: absolute;
    width: 10vw;
    height: 10vw;
    font-size: 10vw;
    top: 0;
    bottom: 0;
    left: 3vw;
    margin: auto;
}
#michinoekipj #head.sub .ttlCont {
    background: url(../images/sp/head_ttl02.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    padding-top: 43.75%;
}
#michinoekipj #head.sub .inner {
    padding: 10px 0;
}




#michinoekipj #cp {
    background: rgba(255, 140, 15, 0.15);
}
#michinoekipj #cp h2 {
    background: url(../images/sp/cp_ttl.png) no-repeat top center;
    background-size: contain;
    padding-top: 62.5%;
}
#michinoekipj #cp a.btn.cp {
    background:#f00e40;
    margin: 10px auto 30px auto;
}
#michinoekipj #cp a.btn.cp span{
    display: flex;
    justify-content: center;
    transition: .3s;
}
#michinoekipj #cp a.btn.cp:hover span {
    color: #ffff00;
}
#michinoekipj #cp a.btn.cp.gray {
    background:#ccc;
    opacity: 1;
}
#michinoekipj #cp a.btn.cp.gray:hover span {
    color: #fff;
}
#michinoekipj #cp a.btn.cp span:before,
#michinoekipj #cp a.btn.cp span:after {
    content:"";
    display: inline-block;
    width: 10%;
    max-width: 70px;
    margin: 0 2%;
    vertical-align: bottom;
}
#michinoekipj #cp a.btn.cp span:before {
    background: url(../images/cp_btn_icon01.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #cp a.btn.cp span:after {
    background: url(../images/cp_btn_icon02.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #cp .closed {
    margin: 20px auto;
    text-align: center;
    font-size: 6vw;
    line-height: 1.4;
    font-weight: 900;
    color: #f00e40;
}
#michinoekipj #cp .summaryCont {
    background: #EE0943;
    color: #fff;
    padding: 4%;
    position: relative;
    margin-bottom: 25px;
}
#michinoekipj #cp .summaryCont:before {
    content: "";
    display: block;
    width: 36px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(to bottom right, transparent 50%, #EE0943 55%) no-repeat bottom left/50% 100%,
                linear-gradient(to bottom left, transparent 50%, #EE0943 55%) no-repeat bottom right/50% 100%;
}
#michinoekipj #cp .flowCont {
}
#michinoekipj #cp .flowCont .flow {
    background: url(../images/sp/ttl_summary_flow.png?1908131140) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 100%;
}
#michinoekipj #cp .flowCont a.btn {
	border: none;
	background: #fff;
	font-size: 6vw;
	color: #ee0943;
	margin-top: 10px;
}
#michinoekipj #cp .summaryCont ul {
    margin-top: 10px;
    font-size: 13px;
}
#michinoekipj #cp .summaryCont li:not(.notes) {
    padding-left: 1em;
    text-indent: -1em;
}
#michinoekipj #cp .summaryCont li.notes {
    margin-top: 1em;
}
#michinoekipj #cp h3.ttl {
    background: #ff8b0e;
}
#michinoekipj #cp h3.ttl:before {
    background: url(../images/cp_ttl_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #cp .messageCont {
    background: #ff8b0e;
    position: relative;
}
#michinoekipj #cp .messageCont ul {
    padding: 0 2% 2% 2%;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
#michinoekipj #cp .messageCont li {
    background: #fff;
    margin-top: 10px;
    padding: 3%;
    border-radius: 8px;
}
#michinoekipj #cp .messageCont .nameCont,
#michinoekipj #cp .messageCont .name,
#michinoekipj #cp .messageCont .area {
    display: inline-block;
}
#michinoekipj #cp .messageCont .nameCont {
}
#michinoekipj #cp .messageCont .name {
    display: inline;
    font-size: 16px;
}
#michinoekipj #cp .messageCont .area {
    display: inline;
    margin-left: 1em;
}
#michinoekipj #cp .messageCont .time {
    font-size: 13px;
    text-align: right;
}
#michinoekipj #cp .messageCont .comment {
    margin-top: 5px;
}
#michinoekipj #cp .messageCont li:first-child {
    margin-top: 0;
}
#michinoekipj #cp .messageCont a.more {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 8px;
    padding: 20px;
    transition: .3s;
}
#michinoekipj #cp .messageCont a.more:hover {
    background: rgba(255, 255, 255, .2);
}



#michinoekipj #paypay {
    background: rgba(18, 187, 230, .18);
}
#michinoekipj #paypay h3.ttl {
    background: #12bbe6;
}
#michinoekipj #paypay h3.ttl:before {
    background: url(../images/paypay_ttl_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #paypay .flow {
    background: url(../images/sp/paypay_flow.png) no-repeat top center;
    background-size: cover;
    padding-top: 371.875%;
    position: relative;
}
#michinoekipj #paypay a.btn.download {
    position: absolute;
    top: 10.8%;
    font-size: 8vw;
    letter-spacing:0.5vw;
    padding: 4vw 1vw;
    background: #ff8a0d;
}




#michinoekipj #program {
    background: rgba(0, 138, 213, .18);
}
#michinoekipj #program h3.ttl {
    background: #008ad5;
}
#michinoekipj #program h3.ttl:before {
    background: url(../images/program_ttl_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #program a.btn.map {

    background:#00aa60;
    margin: 30px auto 0 auto;
}
#michinoekipj #program a.btn.map span{
    display: flex;
    justify-content: center;
    transition: .3s;
}
#michinoekipj #program a.btn.map:hover span {
    color: #ffff00;
}
#michinoekipj #program a.btn.map span:before {
    content:"";
    display: inline-block;
    width: 11%;
    max-width: 70px;
    margin-right: 2%;
    vertical-align: bottom;
    background: url(../images/map_btn_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #program h4 {
    font-size: 24px;
    margin-bottom: 15px;
}




#michinoekipj #messageform {
    background: rgba(240, 14, 64, 0.06);
}
#michinoekipj #messageform h3.ttl {
    background: #f00e40;
}
#michinoekipj #messageform h3.ttl:before {
    background: url(../images/cp_ttl_icon.png) no-repeat center center;
    background-size: contain;
}




#michinoekipj #summary {
    background: rgba(18, 187, 230, 0.15);
}
#michinoekipj #summary h3.ttl {
    background: #12bbe6;
}
#michinoekipj #summary h3.ttl:before {
    background: url(../images/summary_ttl_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #summary h4 {
	text-align: center;
	position: relative;
	padding: 5px;
}
#michinoekipj #summary h4:after {
	content:"";
	display: block;
	width: 5%;
	height: 2px;
	background: #11bbe6;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#michinoekipj #summary p {
	text-align: center;
	margin-bottom: 20px;
}



#michinoekipj #map {
    background: rgba(0, 170, 96, .15);
}
#michinoekipj #map h3.ttl {
    background: #00aa60;
}
#michinoekipj #map h3.ttl:before {
    background: url(../images/map_ttl_icon.png) no-repeat center center;
    background-size: contain;
}
#michinoekipj #map .mapCont {
    display: flex;
    flex-wrap: wrap;
}
#michinoekipj #map .mapCont > li {
    background: #fff;
    width: 100%;
    margin-top: 2%;
    padding: 3%;
    position:relative;
    border: 1px solid #d8d8d8;
    font-size: 4vw;
}
#michinoekipj #map .mapCont > li .ttl {
    color: #00aa60;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999999;
    font-size: 125%;
}
#michinoekipj #map .mapCont > li .date {
    font-size: 80%;
    text-align: right;
}
#michinoekipj #map .mapCont > li .txtCont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5px;
}
#michinoekipj #map .mapCont > li p {
    width: 70%;
}
#michinoekipj #map .mapCont > li .imgCont {
    width: 28%;
}
#michinoekipj #map .mapCont > li .imgCont div {
    overflow: hidden;
    position: relative;
    background: #dbf2e8;
    width: 100%;
    padding-top: 100%;
}
#michinoekipj #map .mapCont > li .imgCont div img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#michinoekipj #map .mapCont > li.paypay .imgCont:after {
    content: "";
    display: block;
    background: url(../images/map_paypay_badge.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 42.727%;
    margin-top: 10px;
}
#michinoekipj #map .mapCont > li:nth-child(2) .txtCont {
	display: block;
	margin-top: 10px;
}
#michinoekipj #map .mapCont > li:nth-child(2) .imgCont {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px auto;
    position: relative;
}
#michinoekipj #map .mapCont > li:nth-child(2) .imgCont div {
    padding-top: 66.666%;
}
#michinoekipj #map .mapCont > li:nth-child(2) p {
    width: 100%;
}
#michinoekipj #map .mapCont > li:nth-child(2).paypay .imgCont:after {
    position: absolute;
    width: 26.191%;
    padding-top: 11.19%;
    margin: 0;
    right: 2%;
    bottom: 2%;
}
#michinoekipj #map .mapCont > li:nth-child(2):before {
    content:"";
    position: absolute;
    right: 0;
    top: -0.5%;
    width: 15%;
    padding-top: 9.25%;
    background:url(../images/map_new_badge.png) no-repeat top center;
    background-size: contain;
}
#michinoekipj #map .mapCont > li:nth-child(2) .ttl {
    font-size: 145%;
    padding: 0 15% 5px 0;
}
#michinoekipj #map .mapCont > li.map {
    background: #cbeef4 url(../images/map_route.png) no-repeat top left;
    background-size: contain;
    padding-top: 82.539%;
    margin-top: 0;
}
#michinoekipj #map .mapCont > li.map .start {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border: 1vw solid #f9d815;
}
#michinoekipj #map .mapCont > li.map .start .ttl {
    background: #f9d813;
    color: #fff;
    font-weight: 900;
    text-align: center;
    border-bottom: none;
    font-size: 180%;
    padding: 2% 0%;
    line-height: 1.3;
}
#michinoekipj #map .mapCont > li.map .start .ttl span {
    font-size: 152%;
}
#michinoekipj #map .mapCont > li.map .start p {
    width: 100%;
    text-align: center;
    padding: 6% 2%;
    font-weight: 900;
    font-size: 145%;
}
#michinoekipj #map .mapCont a.more {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin: 2% auto 0 auto;
    background: #00aa60;
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    padding: 20px;
    transition: .3s;
}
#michinoekipj #map .mapCont a.more:hover {
    opacity: .8;
}


#michinoekipj #map .mapCont .todaysRoute{
    display:flex;
    font-size: 4vw;
    background: #fff;
    margin-bottom: 8px;
    padding: 5px;
    font-weight: bold;
}
#michinoekipj #map .mapCont .todaysRoute li{
    width: 50%;
}
#michinoekipj #map .mapCont .todaysRoute i{
    margin-right: .3em;
}
#michinoekipj #map .mapCont .todaysRoute li:nth-child(1){
}
#michinoekipj #map .mapCont .todaysRoute li:nth-child(1) i{
    color: #1697f3;
}
#michinoekipj #map .mapCont .todaysRoute li:nth-child(2){
}
#michinoekipj #map .mapCont .todaysRoute li:nth-child(2) i{
    color: #ff4e00;
}