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

/* contents */

.maincontents-inner {
    background-image: url("../common/images/back-contents2.jpg");
}

/* layout-contents01 */

.layout-contents01 {
    border-color: var(--color-sub6);
}

/* layout01 */

.layout-contents01 .layout01 .item {
    background-color: var(--color-back5);
}

.left {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.left01 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}


.part-list02 {
	color: #004080;
}

.part-list01 {
    font-weight: var(--base-weight2);
}

/* box-title-page01 */

.box-title-page01 h3 {
    color: var(--color-sub5);
}

/* box-title-page02 */

.box-title-page02 h4 {
    background-color: var(--color-sub4);
}

.box-title-page02 h6.pink {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    color: #f19a94;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

/*price*/

.price {
    text-align: center;
}

.price-tax-note {
    text-align: right;
    padding-bottom: 20px;
}

.layout02 {
    padding-top: 20px;
}

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

.layout02 table {
    width: 100%;
}

.layout02 table td {
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0em;
    padding: 15px 10px;
    border-style: solid;
    border-color: var(--color-sub8);
    border-width: 1px;
    width: calc(100% / 3);
    vertical-align: middle;
}

.layout02 table td:first-child {
    text-align: left;
}

.layout02 table tr:first-child td {
    background-color: var(--color-sub8);
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 10px;
}

.layout02 table tr:first-child td:not(:last-child) {
    border-right-color: #FFF;
}

.layout02 h6 {
    font-size: 28px;
    margin-bottom: 30px;
}

.layout02 .box p {
    padding-top: 15px;
    text-align: left;
}

.layout02 table td.price-summary {
    color: var(--color-sub8);
    font-size: 18px;
    padding: 10px;
}


/* 横スクロール用の設定 */
.layout02 .inner {
    overflow-x: auto;
    padding-bottom: 10px;
}


/*非表示*/
.price {
	display: none;
}

.none {
	display: none;
}

/*topから移管*/

.layout03 .box-title h3,
.layout03 .box-detail h6{
    font-family: var(--title-font);
    font-weight: var(--base-weight);
}


.layout03 .box-detail h5,
.layout03 p {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
}

.layout03 .box-title h4 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight);
}


/* contents02 */

.contents02 {
    width: 100%;
    text-align: center;
	margin-bottom: 100px;
}

.contents02 .midashi-box{
    margin-bottom: 30px;
}


.contents02 .box-img {
    position: relative;
    overflow: hidden;
}

.contents02 .box-img img {
    width: 100%;
    height: auto;
    transition: .5s all;
    z-index: -1;
}

.contents02 .box:hover .box-img img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
    z-index: -1;
}




/* layout03 */

.layout03 {
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.layout03 .box-title {
    margin-bottom: 50px;
}

.layout03 .box-text {
    margin-bottom: 70px;
}

.layout03 .box-detail {
    background-color: #FFF;
    border-radius: 25px;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

#treatment01 .box-detail {
    border-color: var(--color-main);
}

#treatment02 .box-detail {
    border-color: var(--color-sub5);
}

.layout03 .box-detail .lay01 {
    padding: 40px 10% 50px;
}

.layout03 .box-detail .lay02,
.layout03 .box-detail .lay03 {
    padding: 40px 10%;
}

#treatment01 .box-detail .lay02 {
    background-color: var(--color-back1);
}

#treatment01 .box-detail .lay03 {
    background-color: var(--color-back2);
}

#treatment02 .box-detail .lay02 {
    background-color: var(--color-back3);
}

#treatment02 .box-detail .lay03 {
    background-color: var(--color-back4);
}

.layout03 .box-title h3 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
}

.layout03 .box-title h4 {
    color: #FFF;
    font-size: 18px;
    line-height: 0.9;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 12px 50px 6px;
    border-radius: 60px;
}

#treatment01 .box-title h3 {
    color: var(--color-sub);
}

#treatment01 .box-title h4 {
    background-color: var(--color-sub2);
}

#treatment02 .box-title h3 {
    color: var(--color-sub3);
}

#treatment02 .box-title h4 {
    background-color: var(--color-sub4);
}

.layout03 .box-text p {
    line-height: 2.4;
    letter-spacing: 0.15em;
}

.layout03 .box-detail h5 {
    font-size: 28px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: inline-block;
    min-width: 450px;
    border-radius: 0px 0px 10px 10px;
    padding: 18px 0px;
}

#treatment01 .box-detail h5 {
    background-color: var(--color-main);
}

#treatment02 .box-detail h5 {
    background-color: var(--color-sub5);
}

.layout03 .box-detail p {
    text-align: left;
    letter-spacing: 0.1em;
}

.layout03 .box-detail .lay02 p,
.layout03 .box-detail .lay03 p {
    font-size: 19px;
}

.layout03 .box-detail .lay01 h6 {
    font-size: 29px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}

.layout03 .box-detail .lay02 h6,
.layout03 .box-detail .lay03 h6 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.3em;
    background-color: #FFF;
    border-radius: 60px;
    min-width: 400px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 0px;
}

/* 確実版：項目の途中改行を禁止 */
.layout03 .box-detail .terms span {
    white-space: nowrap;
}

.layout03 .box-detail .terms i {
    font-style: normal;
}


#treatment01 .box-detail .lay02 h6 {
    color: var(--color-main);
}

#treatment01 .box-detail .lay03 h6 {
    color: #999999;
}

/*price*/
.pricebtn {
    width: 100%;
    text-align: center;
    margin: 60px auto 0px;
}

.pricebtn img {
    width: 550px;
    height: auto;
}




.sp-view {
    display: none;
}
