@charset "UTF-8";

#mv.mv-feature-beautiful-skin-menu {
	background: #e3d4b4 url(../../keiseikai/images/mv-beautiful-skin-menu.png) 65% 50%;
	background-size: contain;
	color: #fff;
	text-shadow: 1px 1px 2px rgb(255, 255, 255);
}
hr {
	border: none;
  }
  
hr.hr1{
	width: 60%;
	margin: 2.0em auto;
    border-top: 0.5px solid #827f7f;
  }
  table{
	width: 100%;
	border-collapse: collapse;
  }
  
  table tr{
	border-bottom: solid 2px white;
  }
  
  table tr:last-child{
	border-bottom: none;
  }
  
  table th{
	position: relative;
	text-align: left;
	width: 30%;
	background-color: #52c2d0;
	color: white;
	text-align: center;
	padding: 10px 0;
  }
  
  table th:after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top:calc(50% - 10px);
	right:-10px;
	border-left: 10px solid #52c2d0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  
  table td{
	text-align: left;
	width: 70%;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
  }
  

/*　価格表を画像からコードに変更　20240912 yamaguchi*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
} 
.clearfix:before {
    content: "";
    display: block;
    clear: both;
} 
.clearfix {
    display: block;
}

.pln {
    margin-top: 20px;
    border: 1px solid #000;
}
.pln small {
    display: inline-block;
}

.pln-title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 5px;
    background-color: #eee;
    padding: 5px 20px 5px;
    position: relative;
}
.pln-title::after {
    content: "";
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
}
.pln-title h3 {
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
}
.pln-title h3 small {
    font-size: 1.8rem;
}
.pln-title .pln-title-box {
    background-color: #000;
    color: white;
    font-size: 1.5rem;
    padding: 2px 15px;
    border-radius: 20px;
    margin-left: 10px;
    font-weight: bold;
}
.pln-title .pln-title-img img {
    /*aspect-ratio: 1 / 1;*/
    /*object-fit: cover;*/
    width: 45px;
    height: auto;
    margin-left: 10px;
}
.pln-lineup-ul {
    padding: 5px 20px 5px;
}
.pln-lineup-ul >li {
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pln-lineup-ul >li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.pln-lineup-ul dl {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}
.pln-dateil-img {
    float: left;
    width: 200px;
    height: 200px;
}
.pln-dateil-img img {
    height: 100% !important;
    object-fit: contain;
}


.pln-lineup-ul dt {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.1;
}
.pln-lineup-ul dt::before {
    content: "";
    position: absolute;
    top: 0.5rem; left: -20px;
    width: 0; height: 0;
    border: 6px solid #000;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}
.pln-lineup-ul dt span {
    display: inline-block;
}
.pln-lineup-ul dt .pln-plus {
    color: #5e5e5e;
}
.pln-dateil-ul {
    min-height: 90px;
}
.pln-place {
    margin-top: 3px;
}
.pln-place span {
    background-color: #52c2d0;
    padding: 2px 10px;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
}

.pln-pricebox {
    margin: 10px 0 10px 0;
}
.pln-price1,
.pln-arrow,
.pln-price2 {
    float: left;
}

.pln-price1 {
    display: flex;
    align-items: center;
}
.pln-price1 .pln-normalbox {
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
    padding: 2px 5px;
    font-size: 1.2rem;
    font-weight: bold;
}
.pln-price1 .pln-normalprice {
    color: #5e5e5e;
    font-weight: bold;
    margin-left: 5px;
    font-size: 2.2rem;
    line-height: 0.9;
}
.pln-price1 .pln-normalprice small {
    font-weight: normal;
    font-size: 60%;
}
.pln-arrow {
    padding: 0 10px 2px 10px;
    margin: -5px 10px 0 5px;
    border-bottom: 1px solid #5e5e5e;
    font-size: 1.2rem;
    color: #5e5e5e;
    position: relative;
}
.pln-arrow::before {
    position: absolute;
    content: "";
    width: 10px; height: 10px;
    border-left: 1px solid #5e5e5e;
    right: 1px;
    bottom: -6px;
    transform: rotate(135deg);
}
.pln-price2 {
    display: flex;
    align-items: center;
    position: relative;
}
.pln-price2 .pln-discount {
    color: #ff6464;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 0.9;
}
.pln-price2 .pln-discount small {
    font-size: 60%;
    color: #000;
    font-weight: normal;
}
.pln-price2 .pln-coution {
    position: absolute;
    font-size: 1.3rem;
    color: #5e5e5e;
    top: 30px;
}
.pln-price2 .pln-coution span {
    display: inline-block;
}

@media(width <= 1450px) {   /*写真の幅を狭く*/
    .pln-lineup-ul dl {
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }
    .pln-dateil-img {
        width: 100px;
    }
}
@media(width <= 1300px) {   /*フォントサイズを小さく*/
    .pln-lineup-ul dt {
        font-size: 1.9rem;
    }
    .pln-price1 .pln-normalbox {
        font-size: 1rem;
    }
    .pln-price1 .pln-normalprice {
        font-size: 2rem;
    }
    .pln-price2 .pln-discount {
        font-size: 2.4rem;
    }
}
@media(width <= 1250px) {   /*縦に並べる・写真の幅を広く*/
    .pln-price1,
    .pln-arrow,
    .pln-price2 {
        float: none;
    }
    .pln-arrow {
        padding: 20px 0 20px 5px;
        margin: 5px 0 5px 42px;
        border-bottom: none;
        border-left: 1px solid #5e5e5e;
        font-size: 1.2rem;
    }
    .pln-arrow::before {
        position: absolute;
        content: "";
        width: 10px; height: 10px;
        border-left: 1px solid #5e5e5e;
        right: auto;
        left: 1px;
        bottom: -6px;
        transform: rotate(45deg);
    }
    .pln-price2 {
        display: block;
        align-items: normal;
        position: inherit;
    }
    .pln-price2 .pln-coution {
        position: inherit;
        bottom: auto;
    }
    .pln-lineup-ul dl {
        width: calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
    }
    .pln-dateil-img {
        width: 200px;
    }
}
@media(width <= 830px) {   /*スマホサイズ*/
    .pln-lineup-ul {
        padding: 5px 10px 5px;
    }
    .pln-title {
        padding: 5px 10px 5px;
    }
    .pln-title::after {
        width: calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
    }
    .pln-lineup-ul dl {
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }
    .pln-dateil-img {
        width: 100px;
    }

}
@media(width <= 500px) {   /*写真を縦に・タイトル文字を小さく*/
    .pln-lineup-ul dl {
        float: none;
        width: auto;
    }
    .pln-dateil-img {
        float: none;
        width: auto;
        text-align: center;
    }
    .pln-dateil-img img {
        width: 50%;
        min-width: 100px;
    }
    .pln-title h3 {
        font-size: 2rem;
    }
    .pln-title h3 small {
        font-size: 1.3rem;
    }
    .pln-title .pln-title-box {
        font-size: 1.2rem;
        padding: 2px 10px;
        margin-left: 5px;
    }
    .pln-title .pln-title-img img {
        width: 40px;
        margin-left: 5px;
    }
    .pln-lineup-ul dl dt {
        display: grid;
        place-content: center; 
    }
    .pln-lineup-ul dl dt::before {
        content: none;
    }
    .pln-dateil-text {
        display: grid;
        place-content: center;
    }
    .pln-price1 {
        justify-content: center;
    }
    .pln-arrow {
        margin-left: 40%;
    }
    .pln-price2 {
        text-align: center;
    }
}