@charset "UTF-8";
/* CSS Document */


.midashi02a {
    margin-bottom: 0px;
    background-color: var(--color-sub2);
}

.midashi02b {
    background-color: #C69C6D;
}

.box-text-center {
   text-align: center;
}

/* contents02 */

.maincontents-inner section.contents02 > div.layout01 {
    margin-bottom: 50px;
}

.contents02 .layout-contents02 {
   text-align: center;
}

.layout02 .box-wrap:not(:last-child) {
    margin-bottom: 80px;
}


/* layout01 */

.layout01 .box:not(:last-child) {
    margin-bottom: 80px;
}


/* layout02 */

.layout02 .box-fee {
    padding: 40px 0px;
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    align-items: center;
    gap:0px 30px;
}

.layout02 .box-detail {
    border-style : solid;
border-color : var(--color-main);
border-width : 3px;
    border-radius: 30px;
    padding: 10px 40px;
}

.layout02 .box-box {
   display: flex;
  justify-content: space-between;
    align-items: flex-start;
    gap:0px 30px;
    padding: 25px 0px;
}

.layout02 .box-box:not(:last-child) {
   border-bottom-style : dotted;
border-color : #999999;
border-width : 3px;
}

.layout02 .box-fee h4, .layout02 h5, .layout02 h6 {
font-family: var(--title-font2);
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.layout02 .box-fee h4, .layout02 h6 {
color: #FFF;
    padding: 8px 0px;
    text-align: center;
    border-radius: 60px;
}

.layout02 .box-fee h4 {
    font-size: 30px;
    background-color: var(--color-main);
    width: 280px;
}

.layout02 h5 {
    font-size: 57px;
}

.layout02 h5::before {
    content: "¥";
}

.layout02 h5::after {
    content: "［税込］";
    font-size: 24px;
}

.layout02 h6 {
    font-size: 20px;
    background-color: var(--color-sub);
    width: 200px;
}

.layout02 .box-box p {
   flex: 1;
}


/* box-list */

.box-list {
    padding: 30px 60px;
    border-radius: 0px 0px 30px 30px;
    background : rgba(255, 242, 197, 0.4);
}


.sp-view {
	display: none;
}
