@charset "utf-8";
/*=========================
*
*	plastic 230417
*
==========================*/
.plastic_area {
	display: block;
	max-width: 980px;
	margin: 0 auto;
}

.plastic_fonts {
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif !important;
	font-size: 16px;
}

.plastic_header img, .plastic_footer img {
    width: 100%;
}

.plastic_header {
    position: relative;
}
.plastic_campaigh {
    position: absolute;
    bottom: 10px;
    right: 0;
}
img.plastic_campaigh {
    width: 55% !important;
}

.plastic_top {
    padding-bottom: 30px;
}

.plastic_top h1 {
	font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}
.plastic_top img {
    display: block;
    width: 150px;
    text-align: center;
    margin: 30px auto;
}
.mainp {
    font-size: 1em;
    margin: 0 40px !important;
    line-height: 1.8;
}
.mainp span {
    font-size: 1.6em;
    line-height: 1.5rem;
    margin: 10px 5px;
    background: linear-gradient(transparent 60%, #ffd8b2 40%);
}
.pb30 {
    padding-bottom: 30px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}

.bg_be {
    background-color: #f8f3e8;
}
.bg_ye {
    background-color: #f9e9b4;
}
.plastic_goods_flex {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 50px;
}
.plastic_goods_flex img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.plastic_goods h2,
.plastic_price h2 {
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    padding: 0 30px 10px;
    text-shadow: 1px 2px 3px #808080;
    margin-block: 0 35px;
}

.plastic_price_table table {
    width: 660px;
    margin: 20px auto;
    border: 6px solid #fec50d !important;
}

.plastic_price_table table th {
    background-color: #fec50d;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 48%;
    padding: 20px;
	line-height: 1.8;
}

.plastic_price_table table td {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    margin: 10px;
    border-right: 6px dashed #fec50d;
    padding: 20px;
    vertical-align:top;
    width: 48%;
	line-height: 1.8;
}

.plastic_goods h2 img,.plastic_price h2 img {
    width: 65%;
    text-align: center;
	margin-top: 30px;
}
.amenity {
	width: 310px;
	height: 130px;
}
.maincont a:hover,
.maincont a:active {
	text-decoration: underline;
}
.scroll table {
	line-height: 1.3;
	margin-bottom: 20px;
}
.scroll th {
	background: #eee;
	padding: 0.7rem 1.5rem;
	font-weight: normal;
	border: 1px solid #cfcfcf;
}
.scroll td {
	border: 1px solid #cfcfcf;
	padding: 0.7rem 1.5rem;
}
@media screen and (max-width:700px){
    .plastic_top h1{
        font-size: 1em;
        margin: 0 15px;
    }
    .plastic_top, .plastic_price {
        padding-bottom: 30px;
    }
    .plastic_header img {
        width: 100%;
    }
    .plastic_goods_flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .plastic_price_table table {
        width: 100%;
        margin: 20px 0;
    }
    .plastic_price_table table th {
        display: block;
        width: 100%;
        padding: 0;
    }
    .plastic_price_table table td {
        display: block;
        width: 100%;
        margin: 0;
        padding: 20px 0 20px 15px!important;
        border-right: none;
		font-size: 0.9em;
	}
    .plastic_price_table table td.first{
        border-bottom: 6px dashed #fec50d;
    }
    .plastic_goods h2 img,.plastic_price h2 img{
    	width: 105%;
    }
    .plastic_goods h2, .plastic_price h2 {
    	padding: 0 10px ;
    }
    .mainp{
    	margin: 0 15px 20px !important;
    }
    .plastic_goods_flex img{
        width: 75%;
    }
    .plastic_goods h2,
	.plastic_price h2 {
        padding-inline: 10px 0;
    }
	.plastic_goods h2 img,
	.plastic_price h2 img {
        width: 100%;
    }
}