@charset "utf-8";

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

body {
    letter-spacing: 0.03em;
}

dt {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
}

/* コンテンツ幅 */
.wrapper_2 {
    max-width: 987px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* プラン */
.plan_container {
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-top: 50px;
}

.plan_link {
    padding-right: 120px;
}

.plan_link:last-of-type {
    padding-right: 0;
}

.plan_link a {
    position: relative;
    padding-right: 33px;
}

.plan_link:hover {
    color: #D18553;
}

.plan_link a::after{
    content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        border: 1px solid;
        border-top: 0;
        border-left: 0;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right:0;
}


/* ニューボーンフォト */
.harenohi_container, .maternity_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 120px;
}

.maternity_container{
    position: relative;
}

.background_plan1 {
    position: absolute;
    right: -40px;
    top: 180px;
    z-index: -1;
}

.harenohi_swiperbox {
    width: 50%;
    padding-right: 25px;
}

.harenohi_box {
    width: 50%;
}

.sp-only {
    display: none;
}

.harenohi_title {
    font-size: 45px;
    border-bottom: 1px solid #463625;
    padding-bottom: 6px;
    font-family: "Marcellus";

}

.plan_text {
    margin-top: 30px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    font-size: 18px;
}

.newborn_table {
    margin-top: 55px;
    font-size: 16px;
}

.newborn_list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.newborn_list dt {
    width: 80px;
    /* dtの幅を固定（調整可） */
    flex-shrink: 0;
}

.newborn_list dd {
    margin-left: 34px;
    text-align: left;
}

.baby_table {
    margin-top: 50px;
    font-size: 16px;
}

.plan_price {
    font-size: 20px;
}

.note {
    padding-top: 24px;
}

.note p {
    padding-left: 1em;
    text-indent: -1em;
}

.lastnote {
    margin-bottom: 248px;
}

.area_box {
    border: solid 0.6px #EDE7DD;
    background-color: rgba(237, 231, 221, 0.5);
    margin-top: 52px;
}

.option {
    padding: 0.5em 1em;
        margin: 13px 0 4px 58px;
        ;
        border: solid 0.6px #463625;
        display: inline-block;
}

.option_text {
    margin: 5px 0 23px 60px;
}

.option_price {
    padding-left: 112px;
}

.baby_table, .maternity_table {
    margin-top: 50px;
}

.item_container {
    display: flex;
    gap: 2%;
    padding-bottom: 180px;
}

.item_container:last-child {
    padding-bottom: 0px; 
}

.background_plan2 {
    position: absolute;
    left: -40px;
    bottom: -40px;
    z-index: -1;
}


/* アイテム */
.item_text {
    font-size: 18px;
    text-align: center;
    margin: 29px 137px ;
    margin-left: auto;
    margin-right: auto;
}

.item_box {
    display: inline-block;
    border: 0.3px solid #463625;
    width: 47%
}


.item_name {
    font-size: 30px;
    color: #D18553;
    text-align: center;
    max-width: 460px;
    margin: 30px 31px;
}

.artbox_text {
    margin: 0 35px 21px 35px;
}

.size {
    padding: 0.2em 0.5em;
    border: solid 0.6px #463625;
    display: inline-block;
}

.printitem_table {
    margin-top: 13px;
    font-size: 16px;
}

.printitem_table dd {
    text-align: right;
    margin-left: 0;
    font-size: 20px;
}

.item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    border-bottom: 0.2px solid #463625;
    padding-bottom: 13px;
}

.item_list:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}


.item_list dt {
    width: 70%;
    flex-shrink: 0;
}

.artbox_caption {
    margin: 39px 0 12px 0;
    max-width: 460px;
}

.artbox_color {
    display: flex;
}

.artbox_color p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 18px;
}

.circle {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 0.7px solid #AAAAAA;
}

.white {
    background-color: #FFFFFF;
}

.ocher {
    background-color: #E6D2AF;
}

.braun {
    background: #6E5143;
}

.slider img {
    width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 8;
  transform: translateY(-50%);
font-size: 0;
}


.slick-prev {
  left: 10%;
  transform: translateX(-50%);
}

.slick-next {
  left: 95%;
  transform: translateX(-50%);
}


.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #463625;
    top: 50%;
    left: 0;
    transform-origin: left center;
    display: block;
}


.slick-prev::before {
    transform: translateY(-50%) rotate(45deg);
}

.slick-prev::after {
    transform: translateY(-50%) rotate(-45deg);
}


.slick-next::before {
    transform: translateY(-50%) rotate(135deg);
}

.slick-next::after {
    transform: translateY(-50%) rotate(225deg);
}

/* ここからタブレッド */
@media(max-width: 1100px) {
.subpage_mv {
    margin-top: 120px;
}

}


@media(max-width: 900px) {
.plan_container {
    flex-direction: column;
    text-align: center;
}

.plan_link {
    padding-left: 0;
    margin-bottom: 18px;
    padding-right: 0;
}

.plan_link:last-child {
    margin-bottom: 0;
}

.item_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}

.item_box {
    display: block;
    width: 80%;
    margin-bottom: 40px;
}


.artbox_caption {
    max-width: 100%;
}
.artbox_text {
    margin: 0 20px 21px 20px;
}
.item_name {
    width: 100%;
    margin: 20px 10px;
    margin-left: auto;
    margin-right: auto;
}

}

@media(max-width: 570px) {

.subpage_mv {
margin-top: 66px;
}

.plan_container {
    font-size: 14px;
    margin-top: 30px;
}

.harenohi_container {
    margin-top: 40px;
}

.harenohi_box {
    width: 100%;
    position: relative;
}

.harenohi_title {
    font-size: 18px;
    width: 146px;
    padding-bottom: 1px;
}

.plan_text {
    font-size: 16px;
    margin: 20px 0 20px;
}

.newborn_table {
    margin-top: 30px;
    font-size: 14px;
}

.baby_table {
    font-size: 14px;
}

.plan_price {
    font-size: 18px;
}

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}



.option {
    margin: 15px 0 14px 40px;
}

.option_text {
    margin: 0px 30px 10px 40px;
    display: grid;
}

table.option_text tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 左揃え */
    padding-bottom: 10px;
    margin-bottom: 10px;
}

table.option_text tr td {
    display: block;
    width: 100%;
    padding: 4px 0;
}


table.option_text tr td.option_price {
    text-align: right;
}

.item_box {
    width: 100%;
}

.area_box {
    width: 100%;
}

.note {
    padding-top: 40px;
}

.baby_note {
    padding-top: 20px;
}

.background_plan1 {
    right: -21px;
    top: -45px;
    width: 87px;
}
.background_plan2 {
    left: -13px;
    bottom: 46px;
    width: 83px;
}
.lastnote {
    margin-bottom: 114px;
}

/* SPアイテム */
.item_text{
    font-size: 14px;
    margin: 20px  30px ;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
}
.item_name {
    font-size: 18px;
}
.printitem_table {
    font-size: 14px;
}

.printitem_table dd {
    font-size: 18px;
}

.size{
    font-size: 13px;
}

.artbox_caption {
    margin: 30px 0 10px 0;
}

.circle {
    width: 24px;
    height: 24px;
}





}