.comment{
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    background: #e50012;
    padding: 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
#MapContainer{
    margin: 0 0 20px;
}
.newstname {
    display: -webkit-flex;
    display: flex;
}
.newstname > img {
    margin: 0.1em 0.2em;
    width: 20%;
}

    sup{
        font-size: 10px;
    }
    .main-image{
    	margin: 0 0 80px;
    }
    .main-image figure, .campaign-content figure{
    	width: 100%;
    }
    .main-image figure img, .campaign-content figure img{
    	width: 75%;
    	height:auto;
        margin: auto;
    }
    .inner{
        width: 82%;
        margin: 0 auto;
    	padding: 90px 0 100px;
    }
    .main-image-main{
    	margin: 0 0 40px;
    }
    .main-image-icon{
    	margin: 0 0 20px;
    	
    }
    .main-image-title{
    	margin: 0 0 50px;
    	
    }
    .main-image h3{
    	text-align: center;
    	font-size: 18px;
    	color: #e50012;
        font-weight: bold;
    }

    .campaign-content h3{
    	text-align: center;
    	font-size: 18px;
    	color: #595757;
    	font-weight: bold;
    	margin: 0 0 20px;
    }
    .campaign-content h4{
    	text-align: center;
    	margin: 0 0 30px;
    	
    }
    .campaign-content h4 p{
    	margin: 0 0 8px;
    	
    	
    }
    .campaign-content h4 p.border-red{
    	border: 1px solid #e50012;
    	padding: 8px 20px;
        display: inline-block;
    }

    .campaign-conten-title{
    	margin: 0 0 10px;
    }
    .campaign-present{
		margin: 0 0 10px;
    }
    .details-content{
    	padding: 80px 0 0;
    }
    .details-content .content-nav{
    	display:flex;
    	-webkit-justify-content: space-between;
    	        justify-content: space-between;
    }
    .details-content .content-nav li{
    	font-size: 16px;
    	width:19%;
    	text-align: center;
    	border: 2px solid #e50012;
    	-webkit-border-radius: 5px;
    	        border-radius: 5px;
    }
    .details-content .content-nav li a{
        color: #e50012;
    	font-weight: bold;
    	padding: 15px 0;
    	text-decoration: none;
    	display:flex;
    	-webkit-flex-direction: column;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
    }
    .details-content .content-nav li img{
    	width:10px;
    	height: auto;
    	margin: 10px 0 0;
    	-webkit-transform: translateY(0);
    	   -moz-transform: translateY(0);
    	    -ms-transform: translateY(0);
    	     -o-transform: translateY(0);
    	        transform: translateY(0);
    	transition: transform .6s cubic-bezier(0.055, 0.865, 0.205, 0.995);
    }
    .details-content .content-nav li span{
    	margin: 0;
    	padding: 0;
    	line-height: 1;
    }
    .details-content-item-content{
    	border: 3px solid #e50012;
    	padding: 30px;
    	-webkit-border-radius: 15px;
    	        border-radius: 15px;
    }
    .details-content-item{
    	text-align: center;
    	margin:  80px 0 0;
    }
    .details-content-item h4{
    	color: #E50012;
    	font-size: 22px;
    	font-weight: bold;
    	border: 3px solid #e50012;
    	-webkit-border-radius: 15px 15px 0 0;
    	        border-radius: 15px 15px 0 0;
    	border-bottom: none;
    	padding: 8px 40px;
    	display: inline-block;
    }

    .video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .station{
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	    -ms-flex-wrap: wrap;
    	        flex-wrap: wrap;
    	-webkit-justify-content: flex-start;
    	        justify-content: flex-start;
    }

    .station li{
    	width: 31.3333%;
    	margin: 0 13px 3% 0;
    	text-align: left;
    }
   
    .station li a{
    	text-decoration: none;
    	color: #333;
    }

    .station figure{
    	overflow: hidden;
    	margin: 0 0 5px;
    }

    .station figure img{
    	width: 100%;
    	height: auto;
    	transition: transform .6s cubic-bezier(0.055, 0.865, 0.205, 0.995);
    	-webkit-transform: scale(1);
    	   -moz-transform: scale(1);
    	    -ms-transform: scale(1);
    	     -o-transform: scale(1);
    	        transform: scale(1);
    }

     .station li h5{
    	font-weight: bold;
    	font-size: 16px;
    	color: #e50012;
    	line-height: 2.4;
    }
    .station li p{
    	font-size: 14px;
    }
    .station li.car{
    	width: 65.6666%;
    }
    .price{
    	padding: 80px;
    }
    .price img{
    	width: 100%;
    	height: auto;
    }
    .button-box{
    	padding: 80px 0 0;
        text-align: center;
    }
    .button-box h5{
    	font-size: 24px;
    	color: #e50012;
    	font-weight: bold;
    	margin: 0 0 20px;
    }
	.button-box-content{

		display: flex;
    	-webkit-flex-wrap: wrap;
    	    -ms-flex-wrap: wrap;
    	        flex-wrap: wrap;
    	-webkit-justify-content: space-between;
    	        justify-content: space-between;
	}
	.button-box .button-red{
		width: 48%;
	}
	
    .button-box .button-red a{
    	text-decoration: none;
    	font-size: 24px;
    	font-weight: bold;
    	color: #FFF;
    	padding: 18px 50px;
    	width: 100%;
    	background: #e50012;
    	position: relative;
    	display: block;
    	-webkit-border-radius: 5px;
    	        border-radius: 5px;
    }
    .button-box .button-red a::after{
    	content: "";
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	border:1px solid #fff;
    	top: -1px;
	    left: -1px;
	    transform: scale(0.96,0.81);
    	-webkit-border-radius: 3px;
    	        border-radius: 3px;
    	
    }
    .howto{
    	padding: 80px;
    }
    .howto figure img{
    	width: 80%;
    	height: auto;
    	margin: auto;
    }
    .howto ul{
    	padding: 60px 0 0;

    }
    .howto li{
    	padding: 0 0 20px;
    	margin: 0 0 20px;
    	border-bottom: 1px dotted #e50012;
    	display: flex;
    	width: 100%;
    	-webkit-align-items: center;
    	        align-items: center;
    	-webkit-flex-wrap: nowrap;
    	    -ms-flex-wrap: nowrap;
    	        flex-wrap: nowrap;
    	-webkit-justify-content: space-between;
    	        justify-content: space-between;
    	
    }
	.howto li .left{
		width: 78%;
		display: flex;
    	-webkit-justify-content: flex-start;
    	        justify-content: flex-start;
	}

	.howto li .right{
		width: 20%;
	}

	.howto li .right img{
		width: auto;
		height: 100%;
	}

	.howto .text-box{
		text-align: left;
		margin: 0 0 0 15px;
	}
	.howto .text-box h5{
		color: #e50012;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.6;
	}
    .howto li .num{
    	font-size: 24px;
    	display: flex;
    	-webkit-flex-wrap: wrap;
    	    -ms-flex-wrap: wrap;
    	        flex-wrap: wrap;
    	-webkit-justify-content: center;
    	        justify-content: center;
    	align-items:center;
    	background: #9a9a9b;
    	color: #fff;
    	line-height: 1;
    	-webkit-border-radius: 5px;
    	        border-radius: 5px;
    	font-weight: bold;
    	width: 60px;
    	height: 60px;
    }
    .sp_osaka{
        display: none;
    }
    /* chi8ko add */
    h2.summer{color:#d70c18;font-size:34px!important;text-align:center;font-weight:bold;}
    .blue {color:#036eb7!important;}
    h3.memo {font-size:16px;}
    .center {text-align:center;}
    .cpcode{border:1px solid #595757;margin:1em auto;padding:5px;display:table;text-align:center;}
    .cpcode span{font-size:18px;font-weight:bold;}

@media (max-width: 1024px) and  (min-width: 769px){
    .pc{
        display: block!important;
    }
    .inner{
        width: 100%;
        margin: 0 auto;
        padding: 90px 0 100px;
    }
}
@media (max-width: 768px){
    .inner{
        width: 100%;
        margin: 0 auto;
        padding: 90px 0 100px;
    }
    .sp_osaka{
        display: block!important;
    }
    .main-image h3{
        font-size: 16px;
        font-weight: bold;
    }
    .main-image h3 br{
        display: none;
    }
    .details-content{
        padding: 20px 0 0;
    }
    .details-content-item{
        margin: 40px 0 0
    }
    .button-box-content{

        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .button-box .button-red{
        width: 100%;
        margin: 0 0 20px;
    }
    .details-content-item h4{
        color: #E50012;
        font-size: 18px;
        font-weight: bold;
        border: 2px solid #e50012;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        padding: 8px 40px;
        display: block;
    }
    .details-content-item-content{
        border: none;
        padding: 30px 0;
        -webkit-border-radius: 15px;
                border-radius: 15px;
    }
   .pc{
     display: none!important;
    }
    .campaign-content h3{
        font-size: 14px;
        text-align: left;
        margin: 0 0 10px;
    }
    .campaign-content h4{
        text-align: left;
    }
    .campaign-content h4 p{
        text-align: left;
        font-size: 11px;
        display: block;
    }
    .campaign-content h3 br{
        display: none;
        
    }
    .howto figure img{
        width: 90%;
        height: auto;
        margin: auto;
    }
    .howto .text-box{
        margin: 0 10px
    }
    .howto ul{
        padding: 30px 0 0;
    }
    .howto li{
        border: 1px solid #E50012;
        padding: 10px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    
    .howto li .left{
        -webkit-align-items: center;
                align-items: center;
    }
    .howto li .num{
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    .howto .text-box h5{
        font-size: 16px;
    }
    .howto .text-box p{
        font-size: 12px;
    }
    .station li{
        width: 100%;
        margin: 0 0 40px;
    }
    .station li.car{
        padding: 40px 0;
        border-top: 1px dotted #e50012;
        border-bottom: 1px dotted #e50012;
        width: 100%;
    }
    .details-content .content-nav{
        padding:0 0 20px;
        border-bottom: 1px dotted #e50012;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .details-content .content-nav li img{
        margin: 0 0 0 10px;
    }
    .details-content .content-nav li a{
        font-size: 20px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .details-content .content-nav li{
        width: 100%;
        margin: 0 0 20px;
    }
    .button-box {
        padding: 40px 0 0;
    }
    .campaign-content figure img{
        padding:0 0 15px;
        border-bottom: 1px dotted #e50012;
    }
    .arrow{
        line-height: 0 !important;
    }
    /* chi8ko add */
    h2.summer{font-size:27px!important;}
    h3.blue {font-weight: normal;}
    p.center{text-align:left;}

    .main-image figure img, .campaign-content figure img{
    	width:100%;
    }
}

.stframe {
    transition: .3s;
}

/* 駐車場の地図画像をGoogleMapAPIにて表示 */
@media (min-width: 769px){
    .stframe {
        max-width: 327px;
        height: 180px; 
    }
}
@media (max-width: 768px){
    .stframe {
        width: 100%;
        height: 400px; 
    }
}

.details-content .content-nav li a:hover .stframe{
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
.station li a:hover figure .stframe{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
.details-content .content-nav li a:hover .stframe{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }