@charset "utf-8";
.akinohana-title {
    margin-bottom: 10px;
    padding-left: 55px;
    color: #454545;
    font-size: 1.5em;
    line-height: 45px;
    background-color: #F8F6F0;
    background-image: url(../img/akinohana_icon.png);
    background-repeat: no-repeat;
}
.plan-main-title {
    margin-bottom: 10px;
    padding-left: 50px;
    height: 160px;
    color: #00805a;
    line-height: 140px;
    text-shadow: 5px 0 10px #FFFFFF;
    text-align: left;
    background-image: url(../img/tittle-img01.jpg);
}
.plan {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.plan-card {
    display: flex;
    background-color: #fff;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px dashed #999999;
}
.plan-img {
    width: 35%;
}
.plan-img img {
  width: 100%;
  display: block;
}
.plan-content {
    padding-left: 40px;
    width: 70%;
}
.plan-name {
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #432c28;
}
.plan-sub-name {
    color: #D16900;
    font-size: 1.2em;
    font-weight: bold;
}
.plan-shukusha-name {
    font-size: 1.2em;
    color: #002FA2;
    margin-bottom: 10px;
    font-weight: 600;
}
.plan-text {
    margin: 20px 0;
}
.fee {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    padding-left: 5px;
}
.spot-add {
    color: #99655c;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
}
.card-text {
  margin-bottom: 12px;
  line-height: 1.5;
}
.plan-table {
    width: 100%;
    border-collapse: collapse;
}
.plan-table th,
.plan-table td {
    padding: 6px 8px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px 0px;
}
.plan-table th {
    width: 25%;
    color: #432c28;
    background-color: #EFEFEF;
}
.eventinfo-box {
    background-color: #fff8f0;
    padding: 2px 10px 5px;
    border-radius: 5px;
    margin-bottom: 8px;
}
	.text-pink {
    color: #E50072;
    font-weight: bold;
}






@media screen and (max-width:648px){
.plan {
    width: 100%;
}
.plan-card {
    display: block;
    width: 100%;
}
.plan-name {
    margin-top: 10px;
}
.plan-img {
    width: 100%;
}
.plan-content {
    width: 100%;
    padding-left: 0px;
}
.plan-img img {
    /* [disabled]width: 90%; */
}
.spot-table th {
    font-weight: normal;
}
.plan-main-title {
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
	font-size: 1.5em;
}
.plan-table th, .plan-table td {
    display: block;
    width: 100%;
    text-align: left;
    border-left: 0px;
    border-right: 0px;
}
.plan-table td {
    border-width: 0px;
}












}
