@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 .sp {
    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: 28px;
    font-weight: 900;
    color: #fff;
    padding: 8px 5px 8px 65px;
    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: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#michinoekipj .inner > h3.ttl:first-child {
    margin-bottom: 20px;
}
#michinoekipj a.btn {
    display: block;
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-decoration: none;
    font-weight:900;
    letter-spacing: 1px;
    width: 90%;
    max-width:900px;
    margin: 0 auto;
    padding: 5px;
    background: #ccc;
    border:8px solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    border-radius: 15px;
    transition: .3s;
}
#michinoekipj a.btn:hover {
    opacity: .8;
}
#michinoekipj a.btn.prev {
    font-weight:700;
    max-width:640px;
    font-size: 28px;
    background: #008ad5;
}
#michinoekipj a.btn.prev i {
    margin-right: 0.5em;
}




#michinoekipj #head {
    background: #7BCFF1 url(../images/head_bg.png) no-repeat bottom center;
    background-size: cover;
    box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow:0px -20px 50px -20px rgba(0, 0, 0, 0.5) inset;
}
#michinoekipj #head.main .inner {
    padding: 10px 0;
}
#michinoekipj #head iframe {
    vertical-align: bottom;
}
#michinoekipj #head.main .inner {
    display: flex;
    min-height: 390px;
}
#michinoekipj #head.main .ttlCont {
    background: url(../images/head_ttl01.png) no-repeat center center;
    background-size: contain;
    width: 69%;
    max-width: 880px;
}
#michinoekipj #head.main .twCont {
    width: 31%;
    max-height: 390px;
}
#michinoekipj #head.sub .ttlCont {
    background: url(../images/head_ttl02.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    padding-top: 17.968%;
}
#michinoekipj #head.sub .inner {
    padding: 10px 0;
}





#michinoekipj #cp {
    background: rgba(255, 140, 15, 0.15);
}
#michinoekipj #cp h2 {
    background: url(../images/cp_ttl.png) no-repeat top center;
    background-size: contain;
    padding-top: 19.531%;
}
#michinoekipj #cp a.btn.cp {
    background:#f00e40;
    margin: 20px auto 40px 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: 8%;
    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: 230%;
    line-height: 1.4;
    font-weight: 900;
    color: #f00e40;
}
#michinoekipj #cp .summaryCont {
    background: #EE0943;
    color: #fff;
    display: flex;
    padding: 2% 1%;
    position: relative;
    margin-bottom: 25px;
}
#michinoekipj #cp .summaryCont:before {
    content: "";
    display: block;
    width: 36px;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 28%;
    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 {
    width: 58%;
    padding: 1% 1.2%;
}
#michinoekipj #cp .flowCont .flow {
    background: url(../images/ttl_summary_flow.png?1908131140) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding-top: 23.188%;
}
#michinoekipj #cp .flowCont a.btn {
	border: none;
	background: #fff;
	color: #ee0943;
	font-size: 30px;
	width: 95%;
	margin-top: 20px;
}
#michinoekipj #cp .summaryCont ul {
    width: 42%;
    border-left: 1px solid #fff;
    padding: 0 2%;
    font-size: 15px;
}
#michinoekipj #cp .summaryCont li:not(.notes) {
    padding-left: 1em;
    text-indent: -1em;
}
#michinoekipj #cp .summaryCont li.notes {
    margin-top: 2em;
}

@media screen and (max-width: 1200px){
#michinoekipj #cp .summaryCont {
	flex-direction: column;
}
#michinoekipj #cp .summaryCont > * {
	width:100% !important;
	border-left: none !important;
	padding: 2% !important;
}
}

#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 15px 15px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
#michinoekipj #cp .messageCont li {
    background: #fff;
    margin-top: 10px;
    padding: 15px;
    border-radius: 8px;
}
#michinoekipj #cp .messageCont .nameCont,
#michinoekipj #cp .messageCont .name,
#michinoekipj #cp .messageCont .area,
#michinoekipj #cp .messageCont .time {
    display: inline-block;
}
#michinoekipj #cp .messageCont .nameCont {
    width: 85%;
}
#michinoekipj #cp .messageCont .name {
    font-size: 18px;
}
#michinoekipj #cp .messageCont .area {
    margin-left: 1em;
}
#michinoekipj #cp .messageCont .time {
    width: 15%;
    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/paypay_flow.png) no-repeat top center;
    background-size: cover;
    padding-top: 56.25%;
}



#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: 8%;
    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: 32%;
    margin-top: 2%;
    padding: 10px;
    position:relative;
    border: 1px solid #d8d8d8;
}
#michinoekipj #map .mapCont > li:nth-child(3n+4) {
    margin: 2% 2% 0 2%;
}
#michinoekipj #map .mapCont > li .ttl {
    font-size: 18px;
    color: #00aa60;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999999;
}
#michinoekipj #map .mapCont > li .date {
    font-size: 12px;
    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 .imgCont + 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(-n+2) {
    width: 49%;
    margin-top: 0;
    min-height: 570px;
}
#michinoekipj #map .mapCont > li:nth-child(2) {
    margin-left: 2%;
}
#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: 10px;
    top: -5px;
    width: 9%;
    padding-top: 6.166%;
    background:url(../images/map_new_badge.png) no-repeat top center;
    background-size: contain;
}
#michinoekipj #map .mapCont > li:nth-child(2) .ttl {
    font-size: 24px;
    padding: 0 10% 5px 0;
}
#michinoekipj #map .mapCont > li.map {
    background: #cbeef4 url(../images/map_route.png) no-repeat top left;
    background-size: contain;
    padding-top: 40.444%;
}
#michinoekipj #map .mapCont > li.map .startCont {
    width: 50%;
    max-width: 300px;
    position: absolute;
    bottom: 2%;
    right: 2%;
}
#michinoekipj #map .mapCont > li.map .start {
    background: #fff;
    border: 2px solid #f9d815;
    font-size: 21px;
}
#michinoekipj #map .mapCont > li.map .start .ttl {
    background: #f9d813;
    color: #fff;
    font-weight: 900;
    text-align: center;
    border-bottom: none;
    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;
}
#michinoekipj #map .mapCont > li.map:only-of-type {
    width: 60%;
    margin: 0 auto;
    padding-top: 48.75%;
}
#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;
}
@media screen and (max-width:1280px){
#michinoekipj #map .mapCont > li.map .start {
    font-size: 2vw;
}
#michinoekipj #map .mapCont > li.map:only-of-type .start {
    width: 50%;
}
#michinoekipj #map .mapCont > li.map:not(:only-of-type) .startCont {
    position: static;
    max-width: none;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
}
#michinoekipj #map .mapCont > li.map:not(:only-of-type) .start p {
    font-size: 18px;
}
#michinoekipj #map .mapCont > li:nth-child(3n+4) {
    margin: 2% 0 0 0;
}
#michinoekipj #map .mapCont > li {
    width: 49%;
    margin: 2% 0 0 0;
}
#michinoekipj #map .mapCont > li:nth-child(even) {
    margin-left: 2%;
}
}
#michinoekipj #map .mapCont .todaysRoute{
    display:flex;
    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) i{
    color: #1697f3;
}
#michinoekipj #map .mapCont .todaysRoute li:nth-child(2) i{
    color: #ff4e00;
}