@charset "utf-8";
/* CSS Document */
/*--------------------------------------
ヘディング
---------------------------------------*/
main.minpaku {
    overflow-x: hidden;
}
.minpaku-heading {
    padding: 90px 0 160px 0;
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto 192px auto ;
}
.minpaku-heading::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_04.png");
	background-size: contain;
	vertical-align: middle;
	width: 240px;
	height: 240px;
    right: 20%;
    bottom: -15%;
	background-repeat: no-repeat;
    z-index: 1;
}

.minpaku-heading .minpaku-heading_lead .catch {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #008D95;
    margin-bottom: 36px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}

.minpaku-heading .minpaku-heading_lead .caption {
    font-size: 19px;
    width: 70%;
    text-align: justify;
    position: relative;
}


.minpaku-heading .minpaku-heading_img {
    position: absolute;
    top: 90px;
    right: 0;
    display: flex;
    flex-direction: column;
}

.minpaku-heading .minpaku-heading_img::before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
    top: 0;
    left: -10px;
}

.minpaku-heading .minpaku-heading_img .heading_img_01 {
    width: 300px;
}
.minpaku-heading .minpaku-heading_img .heading_img_02 {
    width: 300px;
}

@media screen and (max-width: 1024px) {
    .minpaku-heading {
        padding: 70px 4% 0 4%;
        position: relative;
    }
    
    .minpaku-heading .minpaku-heading_lead .catch {
        font-size: 24px;
        letter-spacing: 6px;
        margin-bottom: 28px;
    }
    
    .minpaku-heading .minpaku-heading_lead .caption {
        font-size: 16px;
        width: 74%;
    }
    
    .minpaku-heading .minpaku-heading_img .heading_img_01 {
        width: 180px;
    }
    .minpaku-heading .minpaku-heading_img .heading_img_02 {
        width: 180px;
    }
    
    .minpaku-heading::after {
        width: 140px;
        height: 140px;
        right: 20%;
        bottom: inherit;
        top: 4%;
    }
}

@media screen and (max-width: 767px) {
    .minpaku-heading {
        padding: 40px 4% 80px 4%;
        position: relative;
        margin-bottom: 180px;
    }

    .minpaku-heading .minpaku-heading_lead .catch {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    
    .minpaku-heading .minpaku-heading_lead .caption {
        font-size: 14px;
        width: 100%;
    }
    
    .minpaku-heading .minpaku-heading_img {
        position: absolute;
        top: inherit;
        bottom: inherit;
        right: 0;
        display: flex;
        flex-direction: row;
        padding: 0 4%;
        margin-top: 14px;
    }
    
    .minpaku-heading .minpaku-heading_img::before {
        width: 92%;
        height: 15px;
        background-image: linear-gradient(90deg, rgba(242, 153, 4, 1), rgba(242, 153, 4, 0));
        top: inherit;
        left: 4%;
        bottom: -6%;
    }
    
    .minpaku-heading .minpaku-heading_img .heading_img_01 {
        width: 58%;
    }
    .minpaku-heading .minpaku-heading_img .heading_img_02 {
        width: 42%;
    }
    
    .minpaku-heading::after {
        width: 100px;
        height: 100px;
        right: -4%;
        bottom: inherit;
        top: 0;
    }
}

/*--------------------------------------
民泊ビジネスの強み
---------------------------------------*/
.minpaku-features {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 64px;
}

.minpaku-features h4 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
    color: #008D95;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    font-weight: 600;
}

.minpaku-features .minpaku-features_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.minpaku-features .minpaku-features_list .features_list_item {
    width: 48%;
    margin-bottom: 4%;
    border: 2px solid #008D95;
    border-radius: 16px;
    padding: 40px;
}

.minpaku-features .minpaku-features_list .features_list_item .list_title {
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 16px;
}

.minpaku-features .minpaku-features_list .features_list_item .list_title .number {
    margin-right: 16px;
    font-size: 32px;
    color: #F29904;
}

.minpaku-features .minpaku-features_list .features_list_item .list_title .title {
    font-size: 24px;
    color: #008D95;
}

.minpaku-features .minpaku-features_list .features_list_item .detail_list li {
    list-style: inherit;
    margin-left: 24px;
    margin-bottom: 8px;
    font-size: 18px;
}
.minpaku-features .minpaku-features_list .features_list_item .detail_list li span {
    color: #008D95;
}
.minpaku-features .minpaku-features_list .features_list_item .detail_list li:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .minpaku-features .minpaku-features_list .features_list_item {
        width: 100%;
        margin-bottom: 4%;
        padding: 16px;
    }

    .minpaku-features .minpaku-features_list .features_list_item .list_title {
        margin-bottom: 8px;
    }

    .minpaku-features .minpaku-features_list .features_list_item .list_title .number {
        margin-right: 8px;
        font-size: 24px;
    }

    .minpaku-features .minpaku-features_list .features_list_item .list_title .title {
        font-size: 16px;
        color: #008D95;
    }

    .minpaku-features .minpaku-features_list .features_list_item .detail_list li {
        list-style: inherit;
        margin-left: 24px;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .minpaku-features .minpaku-features_list .features_list_item .detail_list li span {
        color: #008D95;
    }
    .minpaku-features .minpaku-features_list .features_list_item .detail_list li:last-of-type {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 767px) {
    .minpaku-features {
        margin-bottom: 24px;
    }

    .minpaku-features h4 {
        margin-bottom: 16px;
        font-size: 18px;
    }

}


/*--------------------------------------
民市場動向・背景
---------------------------------------*/
.minpaku-trend {
    margin-bottom: 64px;
}
.minpaku-trend .inner {
    padding: 24px;
    background-color: #FEFAF3;
    position: relative;
}

.minpaku-trend .inner::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/woman_09.png");
	background-size: contain;
	vertical-align: middle;
	width: 360px;
	height: 360px;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    z-index: 1;
}

.minpaku-trend h4 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
    color: #008D95;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    font-weight: 600;
    display: flex;
}

.minpaku-trend h4 img {
    width: 26px;
    margin-right: 8px;
}

.minpaku-trend h4 p {
    font-size: 26px;
}

.minpaku-trend .trend-items .trend-item {
    margin-bottom: 24px;
}

.minpaku-trend .trend-items .trend-item h5 {
    font-size: 20px;
    margin-bottom: 8px;
}

.minpaku-trend .trend-items .trend-item ul li {
    list-style: disc;
    margin-left: 48px;
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .minpaku-trend .inner::after {
        width: 280px;
        height: 280px;
        right: -9%;
        bottom: 0;
        background-repeat: no-repeat;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .minpaku-trend {
        margin-bottom: 64px;
    }
    
    .minpaku-trend .inner {
        padding: 20px;
        background-color: #FEFAF3;
        position: relative;
    }

    .minpaku-trend .inner::after {
        width: 160px;
        height: 160px;
        right: -18%;
        bottom: -6%;
    }

    
    .minpaku-trend h4 {
        margin-bottom: 16px;
    }
    
    .minpaku-trend h4 img {
        width: 18px;
        margin-right: 8px;
    }
    
    .minpaku-trend h4 p {
        font-size: 18px;
    }
    
    .minpaku-trend .trend-items .trend-item {
        margin-bottom: 24px;
    }

    .minpaku-trend .trend-items .trend-item h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .minpaku-trend .trend-items .trend-item ul li {
        margin-left: 24px;
        font-size: 14px;
    }
}


/*--------------------------------------
当社が選ばれる4つの理由
---------------------------------------*/
.minpaku-reason {
    margin-bottom: 96px;
}

.minpaku-reason h4 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
    color: #008D95;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

.minpaku-reason .inner {
    position: relative;
}
.minpaku-reason .inner::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/animal_07.png");
	background-size: contain;
	vertical-align: middle;
	width: 240px;
	height: 240px;
    left: 0;
    bottom: 0;
	background-repeat: no-repeat;
    z-index: 1;
}

.minpaku-reason .reason-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 64%;
    margin: 0 auto;
}

.minpaku-reason .reason-items .reason-item {
    width: 48%;
    text-align: center;
    border-radius: 16px;
    box-shadow: 2px 2px 8px -3px #333;
    margin-bottom: 4%;
    padding: 48px 0;
}

.minpaku-reason .reason-items .reason-item .reason-item_title img {
    width: 90px;
}

.minpaku-reason .reason-items .reason-item .reason-item_title p {
    font-weight: 600;
    font-size: 24px;
    color: #008D95;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .minpaku-reason .reason-items {
        width: 100%;
        margin: 0 auto;
    }

    .minpaku-reason .reason-items .reason-item {
        width: 48%;
        text-align: center;
        border-radius: 16px;
        box-shadow: 2px 2px 8px -3px #333;
        margin-bottom: 4%;
        padding: 48px 0;
    }
    
    .minpaku-reason .inner::after {
        width: 180px;
        height: 180px;
        bottom: inherit;
        top: 50%;
        left: 53%;
        background-repeat: no-repeat;
        z-index: 1;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 767px) {
    .minpaku-reason {
        margin-bottom: 0;
    }

    .minpaku-reason h4 {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .minpaku-reason .reason-items {
        width: 100%;
        margin: 0 auto;
    }

    .minpaku-reason .reason-items .reason-item {
        width: 100%;
        margin-bottom: 6%;
        padding: 24px 0;
    }
    
    .minpaku-reason .inner::after {
        width: 120px;
        height: 120px;
        bottom: -6%;
        top: inherit;
        left: inherit;
        right: -8%;
        background-repeat: no-repeat;
        z-index: 1;
        transform: inherit;
    }
    
    .minpaku-reason .reason-items .reason-item .reason-item_title {
        padding: 0 16px;
    }
    
    .minpaku-reason .reason-items .reason-item .reason-item_title img {
        width: 48px;
        margin-right: 8px;
    }

    .minpaku-reason .reason-items .reason-item .reason-item_title p {
        font-weight: 600;
        font-size: 18px;
        color: #008D95;
        margin-bottom: 8px;
    }
    
    .minpaku-reason .reason-items .reason-item .reason-item_text p {
        font-size: 16px;
    }

}

/*--------------------------------------
サービスフロー
---------------------------------------*/
.minpaku-flow {
    margin-bottom: 96px;
}

.minpaku-flow h4 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
    color: #008D95;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    font-weight: 600;
}

.flow-list {
    display: flex;
    list-style: none;
    width: 100%;
}
.flow-list li {
    position: relative;
    padding: 20px 0;
    margin: 0 24px 0 0;
    background: #008D95;
    color: #fff;
    width: 20%;
    text-align: center
}

/* 先端部分 */
.flow-list li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -48px;
    border-width: 43px 24px;
    border-color: transparent transparent transparent #008D95 ;
    border-style: solid;
}


@media screen and (max-width: 1024px) {
    .flow-list {
        flex-direction: column;
        align-items: center;
    }
    
    .flow-list li {
        width: 80%;
        margin: 0 0 24px 0; /* 右マージンを削除、下マージンを追加 */
    }
    
    /* 右向き矢印を非表示 */
    .flow-list li::after {
        display: none;
    }
    
    /* 下向き矢印を追加（最後の要素以外） */
    .flow-list li:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: -23px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 12px 20px;
        border-color: #008D95 transparent transparent transparent;
        border-style: solid;
        z-index: 1;
    }
}

/*--------------------------------------
成功事例
---------------------------------------*/
.minpaku-success {
    margin-bottom: 96px;
}

.minpaku-success .inner {
    position: relative;
}
.minpaku-success .inner::after {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url("../images/character/two_02.png");
	background-size: contain;
	vertical-align: middle;
	width: 360px;
	height: 360px;
    right: 0;
    bottom: 0;
	background-repeat: no-repeat;
    z-index: 1;
}

.minpaku-success h4 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
    color: #008D95;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    font-weight: 600;
}

.minpaku-success_item .minpaku-success_list h4 {
    font-size: 24px;
    color: #008D95;
    margin-bottom: 48px;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.minpaku-success_item .minpaku-success_list .bubble,
.minpaku-success_item .minpaku-success_list .thoughts {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.minpaku-success_item .minpaku-success_list .bubble:last-of-type,
.minpaku-success_item .minpaku-success_list .thoughts:last-of-type {
    margin-bottom: 0;
}

.minpaku-success_item .minpaku-success_list .bubble img,
.minpaku-success_item .minpaku-success_list .thoughts img {
    width: 120px;
    margin-right: 26px;
}

.minpaku-success_item .minpaku-success_list .bubble p {
    position: relative;
    display: inline-block;
    padding: 22px 48px;
    border: 3px solid #99CCD3;
    border-radius: 50px;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: 2px;
    font-size: 19px;
}
.minpaku-success_item .minpaku-success_list .bubble p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 6px 14px 6px 0;
    border-color: transparent #99CCD3 transparent transparent;
    translate: -100% -50%;
}
.minpaku-success_item .minpaku-success_list .bubble p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 3.8px 8.9px 3.8px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% -50%;
}

.minpaku-success_item .minpaku-success_list .thoughts {
    margin-bottom: 78px;
}

.minpaku-success_item .minpaku-success_list .thoughts .thoughts_text {
    border-bottom: 1px solid #008D95;  
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-bottom: 24px;
    width: 100%;
}

.minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .comment {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 19px;
}

.minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .comment span {
    color: #008D95;
}

.minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .name {
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width: 1024px) {
    .minpaku-success .inner {
        padding: 0 4%
    }
    
    .minpaku-success .inner::after {
        width: 240px;
        height: 240px;
        right: -4%;
        bottom: -16%;
    }
}

@media screen and (max-width: 767px) {
    .minpaku-success .inner {
        padding: 0 4%
    }
    
    .minpaku-success_item .minpaku-success_list h4 {
        font-size: 18px;
        margin-bottom: 32px;
        letter-spacing: 2px;
    }

    .minpaku-success_item .minpaku-success_list .bubble img,
    .minpaku-success_item .minpaku-success_list .thoughts img {
        width: 60px;
        margin-right: 8px;
    }
    
    .minpaku-success_item .minpaku-success_list .bubble p {
        padding: 8px 16px;
        font-size: 14px;
        width: 100%;
    }
    
    .minpaku-success_item .minpaku-success_list .thoughts {
        margin-bottom: 46px;
        align-items: flex-start;
    }

    .minpaku-success_item .minpaku-success_list .thoughts .thoughts_text {
        border-bottom: none;  
        padding-bottom: 24px;
    }

    .minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .comment {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        text-align: justify;
    }

    .minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .comment span {
        color: #008D95;
    }

    .minpaku-success_item .minpaku-success_list .thoughts .thoughts_text .name {
        font-size: 14px;
    }
    
    .minpaku-success .inner::after {
        width: 160px;
        height: 160px;
        right: -4%;
        bottom: -24%;
    }
    
}


/*--------------------------------------
よくあるご質問
---------------------------------------*/
.minpaku-faq {
    margin-bottom: 64px;
}

.minpaku-faq .inner {
    border-bottom: 2px solid #008D95;
    padding-bottom: 64px;
}

.minpaku-faq h4 {
    font-size: 24px;
    color: #008D95;
    margin-bottom: 48px;
    letter-spacing: 2px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

table.minpaku-faq_table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
}

table.minpaku-faq_table th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
}

table.minpaku-faq_table td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #fff 1px solid;
}

table.minpaku-faq_table th.r1 {
    width: 40%;
    border-right: #fff 1px solid;
    background: #EEF3F4;
    font-weight: normal;
}

table.minpaku-faq_table tr:nth-of-type(odd) th.r1 {
    background: #B7CCCF;
}

table.minpaku-faq_table th.r2,
table.minpaku-faq_table td.r2 {
    width: 60%;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    background: #B7CCCF;
}

table.minpaku-faq_table tr:nth-of-type(even) th.r2,
table.minpaku-faq_table tr:nth-of-type(even) td.r2 {
    background: #EEF3F4;
}

table.minpaku-faq_table th.r2 {
    text-align: center;
}

table.minpaku-faq_table .title th {
    text-align: center;
    background-color: #06878E!important;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .r1,.r2 {
        font-size: 14px;
    }
}

