
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap');

/*--------------------
    kaede_hp
--------------------*/

/* add css 202003 - */

.displaynone {
    display: none!important;
}

/*----- top -----*/
.p-top__mvBgImg.is-01a {
    background-image: url("../../grofield_assets/img/index/imgHeroSlide01.jpg");
}
.p-top__mvBgImg.is-02a {
    background-image: url("../../assets/images/top/mv-img01a.jpg");
}
.p-top__mvBgImg.is-03a {
    background-image: url("../../assets/images/top/mv-img02a.jpg");
}
.p-top__mvBgImg.is-04a {
    background-image: url("../../assets/images/top/mv-img03a.jpg");
}
/* .p-top__mvBgImg.is-04a {
    background-image: url("../../assets/images/top/mv-img04a.jpg");
} */

.mk_top {
    padding: 60px 0;
    background: #ff9c00;
    color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
.mk_top h3 {
    color: #fff;
    font-size: 5.5rem;
    font-weight: bold;
}
.mk_top p {
    font-size: 4rem;
    font-weight: bold;
}
.mk_top_btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 1.5rem 15rem;
    font-size: 1.75rem;
    font-weight: bold;
    border: 2px solid #e83d00;
    border-radius: 3rem;
    background: #fff;
    letter-spacing: 2px;
    transition: .3s;
}
.mk_top_btn:hover {
    background: #e83d00;
    color: #fff;
}
.mk_top a img {
	transition: .3s;
}
.mk_top a:hover img {
	opacity: .8;
}

.top_covid19_area {
    background: #fe6451;
}
.top_covid19_btn {
    padding: 70px 0!important;
}
.top_covid19_btn a {
    padding: 60px 0;
    background: #fe6451;
    color: #fff;
    font-size: 48px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 2px;
    transition: .3s;
}
.top_covid19_btn a span {
    font-size: 40px;
}
.top_covid19_btn a:hover {
    opacity: .7;
}


/* banner */

.top_add_banner {
    margin: -40px 0 -60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_add_banner li {
    margin: 20px 0;
    width: 31%;
}
.top_add_banner::after{
    content: "";
    display: block;
    width: 31%;
}
.top_add_banner li a {
    display: block;
}
.top_add_banner li p {
    padding: 12px 0 16px;
    font-size: 14px;
}


/*----- list -----*/

.mk_map_all {

}
.mk_map_all iframe {
    border: none;
    width: 100%;
    height: 560px;
    pointer-events: none;
}

.p_machikado .mk_list {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p_machikado .mk_list::after{
    content:"";
    display: block;
    width: 32%;
}
.p_machikado .mk_event {
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 90px;
    width: 32%;
    background: #f5f5f5;
}
.p_machikado .mk_event a {
}
.p_machikado .mk_event a .cm-event__targetImg {
}
.p_machikado .mk_event a .mk_right_box {
    flex-wrap: wrap;
    transition: .3s;
}
.p_machikado .mk_event:hover {
    background: #fee;
}
.p_machikado .mk_event a .mk_right_box .cm-event__targetTitle {
    font-size: 2.25rem;
    margin: 2rem 2rem 1rem;
}
.p_machikado .mk_event a .mk_right_box .mk_subtitle {
    font-size: 1.5rem;
    margin: 0 2rem;
}
.p_machikado .mk_event a .mk_right_box .mk_btn_detail {
    position: absolute;
    bottom: 2.5rem;
    left: 4.25rem;
}
.p_machikado .mk_event a .mk_right_box .mk_btn_detail span {
    display: block;
    width: 180%;
    padding: 8px;
    background: #fbf6dd;
    border: 2px solid #e73f03;
    border-radius: 3rem;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}
.p_machikado .mk_event a:hover .mk_right_box .mk_btn_detail span {
    background: #e73f03;
    color: #fff;
}


/*----- detail -----*/

.p_machikado .p-event__mapBody-inner {
    background: #ddd;
}

/*----- reservation -----*/

.rsv_area {
    margin: 0 0 -66px;
    padding: 60px 0;
    background: #f8f2d9;
}


/*----- grobal navi -----*/



.gnav_inner {
    width: calc(100% - 40px);
    max-width: 1300px;
    margin: 10px auto;
}
.gnav_frame {
    display: flex;
    justify-content: space-between;
}

.gnav_top {
    width: 180px;
}
.gnav_top_img {
    margin: 0 0 20px;
}
.gnav_top_img img {
    width: calc(100% - 10px);
    border-radius: 50%;
}
.gnav_top_title {
    margin-right: 10px;
    font-size: 1.75rem;
    line-height: 1.5;
    text-align: center;
}
.gnav_top .subnav__title {
    margin-top: 10px;
    margin-left: 17px;
    padding-top: 0;
}
.gnav_top .subnav__title .c-link__txt {
    font-size: 1.6rem;
}

.gnav_main {
    width: 820px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.gnav_main_list {
    margin: 0 auto;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gnav_main_list::after{
    content: "";
    display: block;
    width: 31%;
}
.gnav_main_item {
    margin-bottom: 20px;
    width: 31%;
}
.gnav_main_item img {
    width: 100%;
}
.gnav_main_item .gnav_main_text {
    margin-top: 5px;
}
.gnav_main_item .gnav_main_text .c-link__txt {
    font-size: 1.5rem;
}

.gnav_sub {
    width: 270px;
}
.gnav_sub_title {
    margin-left: 15px;
    margin-bottom: 10px;
}
.gnav_sub_title .c-link__txt {
    font-size: 1.6rem;
}

@media only screen and (max-width:1440px) {
    
    .cm-h__navListItem .target__txt {
        font-size: 1.05vw;
        padding: 0 .66vw;
    }    

    .gnav_top {
        width: 12%;
    }
    .gnav_top_title {
        margin-right: 8px;
        font-size: 1.5rem;
    }
    .gnav_top .subnav__title {
        margin-left: 8px;
    }
    .gnav_top .subnav__title .c-link__txt {
        font-size: 1.4rem;
    }
    .gnav_main {
        width: 64%;
    }
    .gnav_main_item .gnav_main_text .c-link__txt {
        font-size: 1.45rem;
    }    
    .gnav_main_list {
        width: calc(100% - 45px);
    }
    .gnav_main_list::after{
        width: 31.5%;
    }
    .gnav_main_item {
        margin-bottom: 15px;
        width: 31.5%;
    }
    .gnav_sub {
        width: 22%;
    }
    .gnav_sub_title {
        margin-left: 10px;
    }
    .gnav_sub_title .c-link__txt {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:1300px) {
    
    .cm-h__logo,
    .cm-h__logo img {
        width: 11.25vw;
    }
    .cm-h__logo {
        margin-left: .75vw;
    }
    .cm-h__navListItem .target__txt {
        font-size: 1vw;
        padding: 0 .5vw;
    }    

    .gnav_top_title {
        margin-right: 7px;
        font-size: 1.375rem;
    }
    .gnav_top .subnav__title {
        margin-left: 2px;
    }
    .gnav_top .subnav__title .c-link__txt {
        font-size: 1.3rem;
    }
    
    .cm-h__navListItem .target__txt {
        font-size: 1.5rem;
    }
    .gnav_main_list {
        width: calc(100% - 40px);
    }
    .gnav_main_item .gnav_main_text .c-link__txt {
        font-size: 1.3rem;
    }    
    .gnav_sub_title {
        margin-left: 5px;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width:1240px) {
    
    .cm-h__logo,
    .cm-h__logo img {
        width: 10vw;
    }
    .cm-h__logo {
        margin-left: 1vw;
    }    
    .cm-h__navListItem .target__txt {
        font-size: 1.15vw;
        padding: 0 .4vw;
    }    
    
}
@media only screen and (max-width:1160px) {

    .gnav_top_title {
        margin-right: 7px;
        font-size: 1.3rem;
    }
    .gnav_top .subnav__title {
        margin-left: 2px;
    }
    .gnav_top .subnav__title .c-link__txt {
        font-size: 1.2rem;
    }
    
    .cm-h__navListItem .target__txt {
        font-size: 1.4rem;
    }
    .gnav_main_list {
        width: calc(100% - 20px);
    }
    .gnav_main_list::after{
        width: 32%;
    }
    .gnav_main_item {
        margin-bottom: 15px;
        width: 32%;
    }
    .gnav_main_item .gnav_main_text .c-link__txt {
        font-size: 1.25rem;
    }    
    
    .gnav_sub_title .c-link__txt {
        font-size: 1.3rem;
    }    
    .gnav_sub_title {
        margin-left: 0;
    }
}
@media only screen and (max-width:1100px) {
    
    .gnav_top_title {
        margin-right: 5px;
        font-size: 1.25rem;
    }
    .gnav_top .subnav__title {
        margin-left: 0;
    }
    .gnav_top .subnav__title .c-link__txt {
        font-size: 1.2rem;
    }
    
    .cm-h__navListItem .target__txt {
        font-size: 1.33rem;
    }
    .gnav_main_item .gnav_main_text .c-link__txt {
        font-size: 1.2rem;
    }    
}
@media only screen and (max-width:1060px) {
    
    .cm-h__logo,
    .cm-h__logo img {
        width: 128px;
    }
    .cm-h__logo {
        margin-left: 10px;
    }    
    .cm-h__navListItem .target__txt {
        font-size: 1.2rem;
        padding: 0 7px;
    }      
    
}


/*----------------------------------
    lineup
-----------------------------------*/

.kd_point {
    margin: 100px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}

/* title */

.kd_point_title {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
}
.kd_point_subtitle {
    margin: 30px 0 50px;
    font-size: 1.75rem;
    line-height: 1.8;
    text-align: center;
}
.kd_point_title span,
.kd_point_subtitle b {
    color: #e73f03;
}

/* list */

.kd_p_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kd_p_list::after{
    content:"";
    display: block;
    width: 31.5%;
}
.kd_p_list li {
    width: 31.5%;
    margin-bottom: 30px;
}
.kd_p_list li a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 30px;
    background: #fbf6dd;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    transition: .3s;
}
.kd_p_list li a span {
    display: block;
    margin: 10px 0;
    line-height: 1.25;
}
.kd_p_list li:hover a {
    background: #fca;
}
.kd_p_list li a::after {
    position: absolute;
    bottom: 17px;
    left: calc(50% - 8px);
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 3px #e74106;
    border-right: solid 3px #e74106;
    transform: rotate(135deg);  
    transition: .3s;
}
.kd_p_list li:hover a::after {
    bottom: 10px;
}
.kd_p_list li em {
    display: block;
    background: #000;
    overflow: hidden;
    height: 160px;
}
.kd_p_list li em img {
    transition-duration: 0.3s;
}
.kd_p_list li:hover img {
    opacity: .6;
    transform: scale(1.1);
    transition-duration: 0.3s;
}

/* point common */

.kd_point article {
    margin: 75px 0;
}
.kd_p_title {
    width: calc(100% - 10px);
    margin: 0 auto 45px;
    padding: 8px 20px;
    background: #e74106;
    box-shadow: 0 0 0 5px #f50;
    border: solid 2px #fff;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.kd_p_subtitle {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 45px;
    border-top: 2px dotted #ccc;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}
.kd_point article .kd_p_subtitle:nth-of-type(1) {
    margin-top: 0!important;
    padding-top: 0;
    border: none;
}
.kd_p_subtitle span {
    color: #e74106;
    background: #fff990;
    display: inline-block;
    padding: 5px 30px;
}
.kd_p_frame {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
}
.kd_p_exp {
    width: 48.5%;
    font-size: 1.75rem;
    line-height: 1.66;
    order: 2;
}
.kd_p_pic {
    width: 48.5%;
}
.kd_p_area {
    margin: 30px 0 0;
    padding: 0 20px;
}
.kd_p_area h5 {
    margin-bottom: 10px;
    color: #930;
    font-size: 2rem;
    font-weight: bold;
}
.kd_p_area p {
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.kd_p_area p em {
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
}
.kd_p_area .kd_p_box {
    border: 1px solid #ccc;
    padding: 20px 15px 5px;
    background: #fafafa;
}
.kd_p_area p.kd_indent {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}

.kd_p_area.kd_p_col2,
.kd_p_area.kd_p_col3 {
    display: flex;
    justify-content: space-between;
}
.kd_p_area.kd_p_col2 .kd_p_box {
    width: 48.5%;
}
.kd_p_area.kd_p_col3 .kd_p_box {
    width: 31.5%;
}

.kd_p_box_frame,
.kd_p_col2_inner,
.kd_p_col3_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kd_p_box_frame_box {
    width: 49%;
    margin: 10px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
}
.kd_p_col2_inner .kd_p_box_inner {
    width: 48.5%;
}
.kd_p_col3_inner .kd_p_box_inner {
    width: 31.5%;
}

.kd_p_youtube {
    margin-bottom: 15px;
}
.kd_p_youtube iframe {
    width: 100%;
    height: 254px;
}

.kdp_5_span {
    font-size: 5rem;
    color: #369;
}
.kdp_center {
    text-align: center;
}
.kdp_atte {
    margin: 30px auto 0;
    text-align: center;
}
.kdp_atte span {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 16px;
    background: #fee;
    color: #b00;
    font-size: 1.5rem;
}

.kd_p_img_float {
    width: 40%;
    float: left;
    margin: 0 10px 5px 0;
}
.kd_p_orange {
    color: #f50;
}
.kd_p_area p em.kd_p_em {
    display: inline;
}

.kd_point_03_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kd_point_03_1 p:nth-of-type(1) {
    width: 36%;
}
.kd_point_03_1 p:nth-of-type(2) {
    width: 40%;
    text-align: center;
}
.kd_point_03_1 p:nth-of-type(3) {
    width: 24%;
}

/*--- order, select, rustic, tsumugu, renovation ---*/

.kd_lineup_back_btn {
	background: #fff;
	padding: 10px 0 100px;
}
.kd_lineup_back_btn.kd_tsumugu {
	padding: 80px 0;
}
.kd_lineup_back_btn a {
    position: relative;
	display: block;
	width: 560px;
	margin: 0 auto;
	padding: 20px 20px;
	color: #333;
	border: 2px solid #e5460d;
    border-radius: 50px;
	background: #fbf6dd;
	font-size: 18px;
    font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
	transition: .3s;
}
.kd_lineup_back_btn a::before {
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -4px;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #e5460d;
    border-right: solid 3px #e5460d;
    transform: rotate(45deg);
}
.kd_lineup_back_btn a:hover {
	background: #e5460d;
	color: #fff;
}
.kd_lineup_back_btn a:hover::before {
    border-color: #fff;
}

.kd_rnv_youtube {
    background: #fff;
    padding-bottom: 90px;
}
.kd_rnv_youtube h3.title {
	margin-bottom: 35px;
	font-size: 26px;
	/*
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    */
    font-family: YakuHanJP,YuGothic,Yu Gothic,Meiryo,sans-serif;
    font-weight: 700;
    text-align: center;
}
.kd_rnv_youtube h3.title span {
	color: #e74106;
}
.kd_rnv_youtube h3.title em {
	font-size: 36px;
}
.kd_rnv_youtube iframe {
    width: 840px;
    margin: 0 auto;
    height: 472px;
}
.kd_lineup_back_btn.kd_rnv_btn {
	background: none;
	padding: 60px 0 0;
    text-align: center;
}

.kd_rnv_bg {
    background: #fff;
    padding-bottom: 100px;
}
.kd_rnv_flow {
	font-family: 'Noto Sans JP', sans-serif;
}
.kd_rnv_flow_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.kd_rnv_flow_list {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.kd_rnv_flow_list li {
    width: 14%;
    position: relative;
    margin: 0 1.1428% 36px;
    padding: 15px 15px;
    border: 3px solid #ddd;
    border-radius: 3px;
    text-align: left;
    font-size: 18px;
}
.kd_rnv_flow_list li:nth-of-type(7) {
    width: 16%;
}
.kd_rnv_flow_list li span {
    display: inline-block;
    width: 36px;
    margin-bottom: 5px;
    padding: 5px 0;
    background: #e5460d;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.kd_rnv_flow_list li::after {
    position: absolute;
    top: calc(50% - 10px);
    left: -31px;
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 5px #e5460d;
    border-right: solid 5px #e5460d;
    transform: rotate(45deg);
}
.kd_rnv_flow_list li:first-child::after {
    display: none;
}

.kd_rnv_staff {
    background: #ccc;
    color: #fff;
    padding: 200px 0;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.kd_rnv_form_bg {
    background: #f8f2d9;
}
.kd_rnv_form {
    padding: 60px 20px;
}

/*----- top-youtube -----*/

.fuwa{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.add-top__youtubearea {
    text-align: left;
    background: #f5f5f5;
    padding: 80px 0;
}
.add-top__youtubearea h3.title {
	margin-bottom: 35px;
	font-size: 26px;
	/*
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    */
    font-family: YakuHanJP,YuGothic,Yu Gothic,Meiryo,sans-serif;
    font-weight: 700;
    text-align: center;
}
.add-top__youtubearea h3.title span {
	color: #e74106;
}
.add-top__youtubearea h3.title em {
	font-size: 36px;
}

#js-youtubeslider .slick-arrow {
    top: 35px;
}
#js-youtubeslider .cm-works {
    width: 360px;
}



/*----- lineup -----*/

/* ORDER
.cm-lineuplist__topItem:nth-child(1) .cm-lineuplist__topItemTarget .block__title svg {
    width: calc(217/329*100%);
}
/* SELECT
.cm-lineuplist__topItem:nth-child(2) .cm-lineuplist__topItemTarget .block__title svg {
    width: calc(165/329*100%);
}
/* RUSTIC
.cm-lineuplist__topItem:nth-child(3) .cm-lineuplist__topItemTarget .block__title svg {
    width: calc(207/329*100%);
}
 */

/* QUMIE */
.cm-lineuplist__topItem:nth-child(4) .cm-lineuplist__topItemTarget .block__title img {
    width: calc(275/329*100%);
}


/*----- QUMIE Page -----*/

.qumie_page_logo img {
    width: 470px;
}
.add_qumie_lineup_logo {
	width: 258px;
	margin: 0 auto;
}

.p-qumie .p-lineupdtl__mvBg {
    background-image: url("../images/lineup/qumie/mainbg.jpg");
}
.p-qumie .p-lineupdtl__intro {
    background-image: url("../images/lineup/qumie/introbg.png");
}
.p-qumie .pm-lineupdtl__basecolor {
    color: #47c;
}
.p-qumie .p-lineupdtl__sliderBodyItem:nth-child(1) { 
    background-image:url("../images/lineup/qumie/slider01.jpg") 
}
.p-qumie .p-lineupdtl__sliderBodyItem:nth-child(2) { 
    background-image:url("../images/lineup/qumie/slider02.jpg") 
}
.p-qumie .p-lineupdtl__sliderBodyItem:nth-child(3) {
    background-image:url("../images/lineup/qumie/slider03.jpg") 
}
.p-qumie .p-lineupdtl__sliderBodyItem:nth-child(4) {
    background-image:url("../images/lineup/qumie/slider04.jpg") 
}


/*----- tomigaoka -----*/

.top_modelhouse_subtext {
    font-size: 11px;
    display: block;
}
.shop_modelhouse_subtext {
    font-size: 12px;
    display: block;
}
.shop_modelhouse_subtext2 {
    font-size: 11px;
}

.p-modeldtl.is-tomigaoka {
    background-image: url("../images/modelhouse/tomigaoka/mainbg.jpg");
    background-size: 100% auto;
}

.p-modeldtl.is-kaedebase {
    background-image: url("../images/modelhouse/kaedebase/mainbg.jpg");
    background-size: 100% auto;
}

/*----- thanks_link -----*/

.thanks_link_area {
	margin: 50px 90px;
	padding: 20px 0 10px;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;	
}

.kd_lineup_back_btn.add_thanks_link_btn {
	padding: 20px 0;
}
.kd_lineup_back_btn.add_thanks_link_btn a {
	width: 560px;
	margin: 24px auto;
	padding: 15px 20px;
}


/*----- top_modal_area_simple ----*/

.top_modal_area_simple {
	background: #f66;
	padding: 100px 0;
    font-family: 'Noto Serif JP', serif;
}
.top_modal_area_simple_title {
	color: #fff;
	font-size: 36px;
}
.top_modal_area_simple_btn {
	display: block;
	text-align: center;
}
.top_modal_area_simple_btn a {
	display: block;
	margin: 30px auto 0;
	width: 240px;
	background: #f90;
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: .3s;
}
.top_modal_area_simple_btn a:hover {
	background: #fa0;
}
.top_modal_area_simple_image {
    transition: .3s;
}
.top_modal_area_simple_image:hover {
    opacity: .8;    
}

/*----- top_modal_area_col2 ----*/

.top_modal_area_col2_btn {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.top_modal_area_col2_btn_left,
.top_modal_area_col2_btn_right {
    width: 50%;
}

/*----- top_modal_area_col1 ----*/

.top_modal_area_col1 a {
	transition: .25s;
}
.top_modal_area_col1 a:hover {
	opacity: .7;
}

/*----- prevention ----*/

.opacity0 { opacity:0; }

.p-prevention .cm-mv__bg {
    background-image: url('../images/prevention/mainbg.jpg');
}
.prvt_section {
    margin-top: 70px;
}
.prvt_title {
    margin-bottom: 27px;
    font-size: 2.9rem;
    font-weight: bold;
}
.prvt_subtitle {
    margin-bottom: 8px;
    font-size: 2.2rem;
    font-weight: 500;
}
.prvt_subtitle span {
    margin-right: 5px;
    color: #e74706;
}
.prvt_minititle {
    margin-bottom: 4px;
    color: #e74706;
    font-size: 1.8rem;
    font-weight: bold;
}
.prvt_text {
    margin-bottom: 27px;
    font-size: 1.6rem;
    line-height: 1.8;
}
.prvt_text span {
    background: #fff997;
    color: #e74706;
    font-weight: bold;
}
.prvt_pic {
    margin: 15px 0 30px;
}
.prvt_pic img {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}
.prvt_movie.topmessage_movie {
    margin-top: 40px;
}
.prvt_movie iframe {
    width: 100%;
    height: 585px;
}
.prvt_movie_title {
    margin-top: 40px;
    margin-bottom: 8px;
    color: #e74706;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.prvt_flow {
    padding: 20px 30px;
    background: #f5f5f5;
    box-shadow: 3px 4px 0 #ddd;
    border-radius: 5px;
    font-size: 1.8rem;
}
.prvt_flow span {
    display: inline-block;
    margin-right: 16px;
    padding: 2px 10px;
    background: #e74706;
    border-radius: 50%;
    color: #fff;
}
.prvt_triangle {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 10px 35px 15px;
    border-bottom: 4px solid #bbb;
    border-right: 4px solid #bbb;
    transform: rotate(45deg);    
}
.prvt_example {
    background: #fafafa;
    border: 5px solid #eee;
    padding: 30px;
}
.prvt_example_pic {
    width: 30%;
    float: right;
    padding: 0 0 30px 30px;
}
.prvt_inner {
    max-width: 800px;
    margin: 0 auto;
}


/*----- construction ----*/

.p-construction .cm-mv__bg {
    background-image: url('../images/construction/mainbg.jpg');
}

.cnst_frame {
    border: 5px solid #eee;
    background: #fafafa;
    padding: 50px 50px 20px;
}
.cnst_frame hr {
    margin: 40px 0;
    border-color: #ccc;
}
.cnst_title {
    margin-bottom: 24px;
}
.cnst_subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 500;
}
.cnst_subtitle span {
    display: inline-block;
    margin-right: 16px;
    padding: 2px 12px;
    background: #e74706;
    border-radius: 50%;
    color: #fff;
}
.cnst_subtitle em {
    margin-right: 8px;
    font-size: 3.3rem;
    color: #e83d00;
}

.cnst_point_pic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}
.cnst_point_pic li {
    width: 31%;
}
.cnst_point_pic li span {
    display: block;
    margin: 7px 0 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.cnst_point_pic.cnst_center {
    justify-content: center;
}
.cnst_point_pic.cnst_center li {
    margin: 0 15px;
}
.cnst_point_pic_right {
    float: right;
    width: 200px;
    margin-left: 30px;
}
.cnst_point_title {
    margin-bottom: 8px;
    color: #e74706;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}

.cnst_commit_pic {
    text-align: center;
    margin-bottom: 30px;
}
.cnst_commit_pic img {
    width: 800px;
    border: 1px solid #ccc;
    padding: 2px;
}

.cnst_red {
    color: #e83d00;
}
.cnst_link_btn a {
    display: inline-block;
    margin-left: 28px;
    padding: 10px 30px;
    border: 2px solid #555;
    color: #555;
    font-size: 20px;
    transition: .3s;
}
.cnst_link_btn a:hover {
    background: #eee;
}
.cnst_prize {
    display: flex;
    justify-content: space-between;
    gap: 0 2%;
}
.cnst_prize_box {
    width: 32%;
    border: 5px solid #eee;
    padding: 25px;
    box-sizing: border-box;
}
.cnst_prize_pic {
    display: flex;
    justify-content: space-between;
}
.cnst_prize_pic li {
    width: 48%;
}
.kd_lineup_back_btn.kd_rnv_btn.cnst_rnv_btn {
    padding: 10px 0 30px;
}
.cnst_banner {
    margin: 80px auto 0;
    width: 750px;
}
.cnst_banner a {
    transition: .3s;
}
.cnst_banner a:hover {
    opacity: .8;
}

.cnst_movie_area {
    width: 800px;
    margin: 30px auto 0;
}
.cnst_movie iframe {
    width: 100%;
    height: 450px;
}

/*----- tochi ----*/

html { scroll-behavior: smooth;}

.p-tochi__mvImg,
.fadeup_title, 
.fadeup_area
{
     animation: fadeup 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-tochi__list h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #666;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 6px;
}
.p-tochi__list ul {
    border: 1px solid #666;
    background: #fafafa;
    padding: 20px 40px;
}
.p-tochi__list ul li {
    position: relative;
    margin: 5px 0;
    padding-left: 24px;
}
.p-tochi__list ul li a:hover {
    opacity: .7;
    text-decoration: underline;
}
.p-tochi__list ul li::before,
.p-tochi__list ul li::after{
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.p-tochi__list ul li::before{
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #e74106;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.p-tochi__list ul li::after{
    left: 6px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #e74106;
}

.p-tochi__bodyFlow,
.p-tochi__point,
.p-tochi__goal,
.p-tochi__cost,
.p-tochi__caution,
.p-tochi__check,
.p-tochi__recommend {
    margin-top: 0!important;
    padding-top: 80px!important;
}


.p-tochi__pic-01,
.p-tochi__pic-04 {
    margin-top: 30px;
}

.p-tochi__point ol {
    margin-top: 40px;
    font-weight: bold;
}
.p-tochi__point ol li {
    margin: 10px 0;
}
.p-tochi__point ol li span {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    background: #e74106;
    color: #fff;
    border-radius: 50%;
    font-weight: normal;
}
.p-tochi__pointBlock {
    margin: 30px 0 0;
    padding: 24px 30px 30px;
    border: 5px solid #ddd;
}
.p-tochi__pointBlock h4 {
    padding-bottom: 15px;
    border-bottom: 2px dotted #666;
    font-size: 20px;
    font-weight: bold;
}
.p-tochi__pointBlock h4 span {
    display: inline-block;
    margin-right: 15px;
    padding: 0 12px;
    background: #e74106;
    color: #fff;
    border-radius: 50%;
    font-weight: normal;
}

.p-tochi__pointBlock-pic {
    width: 47%;
    margin: 30px 0 30px 3%;
    float: right;
}

.p-tochi__goal-pic {
    width: 46.5%;
    margin: 30px 3.5% 30px 0;
    float: left;
}
.p-tochi__goal-pic img {
    border: 1px solid #ccc;
}
.p-tochi__goal-pic a img {
    transition: .3s;
}
.p-tochi__goal-pic a:hover img {
    opacity: .7;
}

.p-tochi__bodyCautionMain {
    margin: 30px 0;
}

.p-tochi__pic-05 {
    margin: 30px auto;
    text-align: center;
}
.p-tochi__pic-05 img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.p-tochi__checkList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.p-tochi__checkList li {
    display: flex;
    align-items: center;
    width: 19%;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #e74106;
    background: #fff6f3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.p-tochi__checkList li span {
    display: block;
    width: 100%;
    text-align: center;
}
.p-tochi__checkList li em {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
}

.p-tochi__frameBeige {
    background: #fbf5e5;
    text-align: left;
    margin-bottom: 80px;
}
.p-tochi__recommendList {
    display: flex;    
    margin: 20px 0 40px;
}
.p-tochi__recommendList li {
    margin-right: 15px;
    padding: 8px 40px 10px;
    border: 3px solid #e74106;
    background: #fff6f3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
.p-tochi__recommendList li span {
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
}


/* cost for building a house */

.p-tochi__mvBg.p-cbh__mvBg {
    background: url(../images/cost-building-house/mainbg.jpg) center center no-repeat;
    background-size: auto;
    background-size: cover;
}
.p-cbh__mvImg {
    margin-top: 0px;
}

.p-tochi__checkList.p-cbh__pointList li {
    width: 24%;
}
.p-tochi__checkList.p-cbh__pointList li span {
    line-height: 1.4;
}

.p-tochi__pointBlock h4 em {
    position: relative;
    top: 3px;
    margin-right: 10px;
    color: #e74106;
    font-size: 150%;
    font-weight: bold;
}
.p-tochi__pointBlock h4 em.ml10 {
    margin-left: 10px;
}
.p-cbh__picList {
    margin: 30px 0;
}
.p-cbh__picList li {
    margin: 30px 0;
    text-align: center;
}

.p-cbh__btn {
    margin-top: 30px;
}

.p-cbh__table {
    width: 660px;
    margin: 30px auto;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}
.p-cbh__table th,
.p-cbh__table td {
    padding: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;
    vertical-align: middle;
}
.p-cbh__table th {
    background: #fafafa;
    width: 33%;
}

.p-tochi__pointBlock.p-cbh__pointBlock {
    border: 3px dotted #999;
}
.p-cbh__youtube {
    margin: 30px auto 0;
    width: 800px;
}
.p-cbh__youtube iframe {
    width: 100%;
    height: 450px;
}

.p-cbh__frameBeige {
    background: #fbf5e5;
    text-align: left;
}


/* group */

.p-group {
	font-family: 'Noto Sans JP', sans-serif;
}
.p-group .cm-mv__titleEn {
    width: 270px;
}
.p-group .cm-mv__bg {
    background-image: url("../images/group/mainbg.jpg");
}


/* works-case */

.add_work_category_list {
    display: flex;
    flex-wrap: wrap;
}
.add_work_category_list li {
    min-width: 120px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.add_work_category_list li a {
    display: block;
    padding: 6px 20px;
    border: 2px solid #e74106;
    border-radius: 20px;
    color: #e74106;
    font-size: 14px;
    font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    transition: .3s;
}
.add_work_category_list li.current a,
.add_work_category_list li a:hover {
    background: #e74106;
    color: #fff;
}
.add_work_category_list li.all a {
    border-color: #666!important;
    background: #666!important;
    color: #fff!important;
}
.add_work_category_list li.all a:hover {
    background: #fff!important;
    color: #666!important;
}

.cm-list section {
    opacity: 1;
    height: auto;
    overflow: hidden;
    transition: all 1s ease 0s;
}
.cm-list section.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
}


/* youtube size */

.p-works__postMain iframe {
    margin: 10px 0;
    width: 100%;
    height: 500px;
}

.p-voice__postBody iframe {
    width: 100%;
    height: 330px;
}

/* ankerlink color */

a.add_link_blue {
    color: #0089d0;
    transition: .3s;
}
a.add_link_blue:hover {
    opacity: .7;
}


/* siryoseikyu */

.p-form__catalogImg {
	position: relative;
	margin-top: -3px;
	padding: 10px 10px 5px;
	background: #fff;
	z-index: 9;
	border-left: 2px solid #e26431;
	border-right: 2px solid #e26431;
	border-bottom: 2px solid #e26431;
}
.add_form_script_area {
	background: #fff;
    padding: 60px 60px 0;
}


/* new reservation */

.new_rsvt {
	font-family: 'Noto Sans JP', sans-serif;
}
.new_rsvt_inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.new_rsvt_or {
    color: #e74106;
}

.new_rsvt_mv {
    display: flex;
    align-items: center;
    height: 37.5vw;
    max-height: 720px;
    background: url("../images/reservation/mv.jpg") center no-repeat;
    background-size: cover;
    color: #fff;
}
.new_rsvt_mv h2 {
    display: block;
    width: 100%;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    text-shadow: 0 0 15px #333;
}
.new_rsvt_mv h2 span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 4px;
}

.new_rsvt_title {
    margin: 90px 0 45px;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
}
.new_rsvt_title em {
    padding: 0 20px;
    background: #e74106;
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
    line-height: 1;
}

.new_rsvt_worry {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_rsvt_worry_text {
    width: 50%;
}
.new_rsvt_worry_text p {
    display: inline-block;
    margin: 15px 0;
    background: linear-gradient(transparent 75%, #fff990 75%);
    font-size: 20px;
    font-weight: bold;
}
.new_rsvt_worry_pic {
    width: 50%;
}
.new_rsvt_worry_pic img,
.new_rsvt_merit_pic img {
    width: 100%;
}

.new_rsvt_merit {
    display: flex;
    justify-content: space-between;
}
.new_rsvt_merit li {
    width: 31%;
    text-align: center;
}
.new_rsvt_merit_title {
    font-size: 24px;
    margin-bottom: 10px;
}
.new_rsvt_merit_title span {
    margin-left: 5px;
    padding: 0 11px;
    background: #e74106;
    border-radius: 50%;
    color: #fff;
    font-size: 27px;
    font-style: normal;
    line-height: 1;
}
.new_rsvt_merit_text {
    position: relative;
    margin-top: 15px;
    padding: 15px 0;
    background: #f8f2d9;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
}
.new_rsvt_merit_text::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f8f2d9;
}

.new_rsvt_present_img {
    margin-bottom: 90px;
}

.new_rsvt_voice {
    background: #e74106;
    padding: 120px 0;
}
.new_rsvt_voice_title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
}

.new_rsvt_voice_list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.new_rsvt_voice_list li {
    width: 22%;
}
.new_rsvt_voice_list li:nth-of-type(2),
.new_rsvt_voice_list li:nth-of-type(3) {
    margin-top: 70px;
}
.new_rsvt_voice_text {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0;
    background: #f8f2d9;
    border-radius: 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
.new_rsvt_voice_text::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f8f2d9;
}
.new_rsvt_voice_list li:nth-of-type(3) .new_rsvt_voice_text {
    padding: 12px 0;
    line-height: 1.33;
}
.new_rsvt_voice_pic img {
    width: 100%;
    border-radius: 50%;
}

.new_rsvt_voice_subtext {
    position: relative;
    margin-top: 15px;
    padding: 10px 20px;
    background: #fb8053;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.66;
}
.new_rsvt_voice_subtext span {
    font-size: 13px;
}
.new_rsvt_voice_subtext::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fb8053;
    transform: rotate(180deg);
}
.new_rsvt_voice_list li:nth-of-type(2) .new_rsvt_voice_subtext {
    width: 160%;
    margin-left: -60%;
}
.new_rsvt_voice_list li:nth-of-type(2) .new_rsvt_voice_subtext::before {
    left: auto;
    right: calc(23% + 20px);
}
.new_rsvt_voice_list li:nth-of-type(3) .new_rsvt_voice_subtext {
    width: 210%;
}
.new_rsvt_voice_list li:nth-of-type(3) .new_rsvt_voice_subtext::before {
    left: calc(20% + 20px);
}

.new_rsvt_select_title {
    margin-bottom: 40px;
    padding: 15px 20px;
    background: #e74106;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.new_rsvt_select_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.new_rsvt_select_list li {
    width: 30%;
    margin: 0 1.6666% 30px;
}
.new_rsvt_select_name {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.new_rsvt_select_pic img {
    width: 100%;
}
.new_rsvt_select_detail {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.new_rsvt_select_more {
    font-size: 16px;
    position: relative;
    margin: 0 12px;
    padding-left: 24px;
}
.new_rsvt_select_more::before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #e74106;
    border-left: 12px solid transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.new_rsvt_select_more a:hover {
    opacity: .8;
    text-decoration: underline;
}
.new_rsvt_select_btn {
    width: 75%;
    margin: 0 auto;
}
.new_rsvt_select_btn a {
    display: block;
    padding: 10px 20px;
    background: #e74106;
    border: 2px solid #e74106;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: .25s;
}
.new_rsvt_select_btn a:hover {
    background: #fff;
    color: #e74106;
}

.new_rsvt_call {
    margin-bottom: 150px;
}
.new_rsvt_call_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.new_rsvt_call_list li {
    width: 40%;
    margin: 0 2.5% 30px;
    padding: 30px;
    background: #f8f2d9;
    border: 2px solid #e74106;
    text-align: center;
}
.new_rsvt_call_name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
} 
.new_rsvt_call_tel {
    font-size: 36px;
    font-weight: bold;
    color: #e74106;
}

.new_rsvt_form .p-form-body {
    padding: 30px 0 60px;
}
.new_rsvt_form .new_rsvt_title {
    margin: 45px 0 45px;
    text-align: center!important;
}
.new_rsvt_form_area {
    padding: 0 80px;
}


/*----- Hiraya Page -----*/

.p-hiraya .p-lineupdtl__mvBg {
    background-image: url("../images/lineup/hiraya/mainbg.jpg");
}
.p-hiraya .p-lineupdtl__intro {
    background-image: url("../images/lineup/hiraya/introbg.png");
}

.hiraya_logo {
    text-align: center;
}
.hiraya_logo img {
    width: 540px;    
}
.hiraya_youtube {
    display: block;
    width: 800px;
    margin: 0 auto;
}
.hiraya_youtube iframe {
    width: 100%;
    height: 450px;
}

.p-lineup__bodyAtte {
    font-size: 13px;
    margin: 5px 0;
}

.cm-lineuplist__btmItem:nth-child(1) .cm-lineuplist__btmItemTxt .title__logo img {
  width: calc(210/446*100%);
}
.cm-lineuplist__btmItem:nth-child(2) .cm-lineuplist__btmItemTxt .title__logo svg {
  width: calc(187/446*100%);
}
.cm-lineuplist__btmItem:nth-child(3) .cm-lineuplist__btmItemTxt .title__logo svg {
  width: calc(292/446*100%);
}
.cm-lineuplist__btmItem:nth-child(4) .cm-lineuplist__btmItemTxt .title__logo svg {
  width: calc(170/446*100%);
}


/* in-house */

.p-inhouse .cm-mv__bg {
    background-image: url("../images/inhouse/mainbg.jpg");
}
.p-inhouse .cm-mv__titleEn {
    width: 360px;
    text-align: center;
}
.p-inhouse .cm-mv__titleEn .inhouse__title {
    height: 80px;
    overflow: hidden;
}
.p-inhouse .cm-mv__titleEn .inhouse__title svg {
    height: 160px;
}


/* staff */

.add_staff_textlink {
    margin-top: 10px;
}
.add_staff_textlink a {
    font-size: 16px;
    text-decoration: underline;
    transition: .3s;
}
.add_staff_textlink a:hover {
    opacity: .5;
}

.add_staff_instagram {
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.add_staff_instagram_icon {
	width: 36px;
}
.add_staff_instagram_name {
	font-size: 18px;
	margin-left: 12px;
}
.add_staff_instagram:hover {
	opacity: .7;
}

/* top no.1 */

.p-top__mvBadge {
    bottom: 60px;  
}
.add_p-top_no1 {
    margin: 5px 0;
}
.add_p-top_no1 p {
    color: #fff;
    text-align: left;
    padding-left: 9px;
    text-indent: -9px;
}
@media only screen and (max-height: 640px) {
    
    .p-top__mvBadge {
        bottom: 75px;  
    }
    .add_p-top_no1 p {
        padding-left: 0;
        text-indent: 0;
    }
    
}
