.index_area {
    margin: 0 auto;
    max-width: 1000px;
}
.toplink_btn {
    display: block;
    width: 300px;
    background: #fff;
    border: solid 1px #000;
    border-radius: 30px;
    padding: 15px 0;
    font-size: 18px;
    transition: 0.4s;
}
.toplink_btn:hover {
    background: #000;
    color: #fff;
}
.toplink_btn .arrow_icon {
    margin-left: 15px!important;
    margin-bottom: 4px!important;
}

.view_pc {
    display: block!important;
}
.view_sp {
    display: none!important;
}

h3 {
    font-weight: normal;
}

html {
    overflow-x: hidden;
}


/* ////////////////////////////////// */
/* インデックス固有のヘッダー部分 */
/* ////////////////////////////////// */
.index_header_wrap {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.index_header_wrap header {
    background: unset;
}
.index_header_wrap .header-box {
    background: unset;
}
.index_header_wrap .pc_header_area {
    background: unset;
}

.shoei {
    padding: 10px 20px 0px;
    height: 40px;
}
.shoei img {
    max-width: 160px;
}
.p-header__top {
    padding: 10px 20px 15px;
}
header {
    height: 115px;
}
.scrolled .shoei {
    display: none;
}
.scrolled header {
    background: rgba(255,255,255,0.7);
}

/*
.nav_active {
    background-color: #231815;
}
.info {
    background-color: #231815;
}
.reserve {
    background-color: #231815;
}
.menu-icon {
    background: #231815;
}
*/
.pc_header_area {
    border-bottom: solid 1px #231815;
}

@media screen and (max-width:999px) {
    .info {
        background-color: unset;
    }
    .reserve {
        background-color: unset;
    }
    .pc_header_area {
        border-bottom: none;
    }

    .index_header_wrap {
        background-color: #fff;
        position: static;
    }
    header {
        height: 50px;
    }
    .shoei {
        padding: 5px 20px;
        padding-left: 5px;
        height: 28px;
    }
    .shoei img {
        max-width: 90px;
    }
    .p-header__top {
        padding: 5px 20px;
        padding-left: 5px;
    }
}
@media screen and (max-width:500px) {
    header {
        height: 44px;
    }
}


/* ////////////////////////////////// */
/* メインビジュアル */
/* ////////////////////////////////// */
#main_visual {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.main_slider {
    padding-bottom: 0;
    background: unset;
}
.main_slider .slider_top {
    padding: 0;
}
.main_slider .slider_top .slick-slide {
    margin: 0;
}
.main_slider .slider_top li {
    position: relative;
}
.main_visual_txt_block {
    position: absolute;
    top: 25%;
    left: 75%;
    z-index: 2;
    width: 460px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
.main_slider .slick-slide img {
    margin: 0 5px;
    width: calc(100% - 10px);
}
.main_visual_txt_block p {
    font-size: 48px;
    letter-spacing: .03em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.main_visual_txt_block p span {
    font-size: 18px;
    display: block;
    text-align: left;
    filter: none;
    line-height: 1.0em;
    margin-top: 15px;
}

.main_visual_righttx_tblock {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    direction: ltr;
    text-align: left;
    filter: drop-shadow(2px 4px 3px #333);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif, serif;
}
.main_visual_righttx_tblock h4 {
    font-size: 48px;
    font-weight: normal;
    color: #80d6f8;
}
.main_visual_righttx_tblock p {
    font-size: 26px;
}
/* ////////////////////////////////// */
/* 小スライダー部分 */
/* ////////////////////////////////// */
.small_slider {
    padding-bottom: 0;
    background: unset;
}
.small_slider .slider {
    padding: 0;
}
.small_slider .slider .slick-slide {
    margin: 0 5px;
}



.main_visual_txt_flex {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 40px;
}
.main_visual_txt_flex p {
    width: 25%;
    text-align: center;
    height: 70px;
    font-size: 24px;
    border-left: solid 1px;
}
.p_right {
    border-right: solid 1px;
}
.main_visual_txt_flex p span {
    display: block;
    font-size: 16px;
}

.main_yoyaku_btn {
    display: block;
    width: 1000px;
    outline: 1px solid #fff;
    outline-offset: -20px;
    background: #098A92;
    padding: 40px;
    margin: 0 auto 80px;
}
.main_yoyaku_btn p {
    color: #fff;
    font-size: 64px;
    text-align: center;
    line-height: 1.2;
}
.yoyakubtn_span {
    display: block;
    font-size: 36px;
}
.span2 {
    font-size: 24px;
    margin-left: 5px;
}
.main_yoyaku_btn a {
    display: block;
    width: 290px;
    background: #fff;
    margin: 10px auto 5px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    transition: 0.4s;
}
.main_yoyaku_btn a .arrow_icon {
    margin-left: 8px!important;
    margin-bottom: 6px!important;
}
@media screen and (max-width: 1050px) {
    .main_yoyaku_btn a .arrow_icon {
        margin-bottom: 4px!important;
    }
}
.main_yoyaku_btn a:hover {
    background: #A72D00;
    color: #fff;
}
.main_banner {
    display: block;
    margin: 0 auto 100px;
    width: 1000px;
    transition: 0.4s;
}
.main_banner img {
    width: 100%;
}
.main_banner:hover {
    opacity: 0.7;
}

/* ////////////////////////////////// */
/* メインテキスト */
/* ////////////////////////////////// */
.top_new_midashi {
    color: #098A92;
    font-size: 44px;
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    height: 65px;
    font-family: serif;
}

/* ////////////////////////////////// */
/* コンセプト */
/* ////////////////////////////////// */
.main_about_img {
    position: relative;
    width: 100%;
    background: #098A92;
}
.main_about_img img {
    width: 100%;
}
.main_about_img h4 {
    font-size: 48px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main_about_img h3 {
    font-size: 36px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 85%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main_about_img h3 span {
    font-size: 24px;
}
.main_about_txt {
    text-align: center;
    margin: 0;
    padding: 30px 0 100px;
    background: #098A92;
}
.main_about_txt p {
    line-height: 2.2;
    color: #fff;
    font-size: 20px;
}
.main_about_txt .toplink_btn {
    margin: 50px auto 0;
}


/* ////////////////////////////////// */
/* 概要部分 */
/* 左側テキスト：右側画像　左側画像：右側テキスト */
/* ////////////////////////////////// */
.menuarea_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #EEEDEA;
}
.menuarea_txt {
    display: block;
    width: 50%;
    height: 600px;
    position: relative;
}
.menuarea_txt .txtblock {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
}
.menuarea_txt .txtblock h3 {
    font-size: 40px;
    line-height: 1.5;
}
.menuarea_txt .txtblock p {
    margin: 10px 0;
}
.menuarea_txt img {
    width: 400px;
    margin: 10px 0 20px;
}
.design_link {
    display: block;
    width: 200px;
    transition: transform .3s;
    margin-right: 0;
    margin-left: auto;
}
.design_link .arrow_icon {
    margin-bottom: 4px!important;
    margin-left: 5px!important;
}

.menuarea_img {
    display: block;
    width: 50%;
    height: 600px;
    position: relative;
}
.menuarea_img_1 {
    background-image: url(../images/index/designimg1.jpg);
    background-size: cover;
    background-position: center center;
}
.menuarea_img_2 {
    background-image: url(../images/index/designimg2.jpg);
    background-size: cover;
    background-position: center center;
}


/* ////////////////////////////////// */
/* プラン */
/* ////////////////////////////////// */
.plan_title {
    text-align: center;
    margin: 100px 0 30px;
}
.plan_title p {

}
.plan_title h3 {
    font-size: 36px;
}
.plan_scroll {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    margin: 0 auto;
}
.plan_block {
    display: block;
    background: #999290;
    color: #fff;
    padding: 15px;
    width: calc(100% / 4 - 10px);
}
.plan_block .plan_img {
    position: relative;
    width: 100%;
    height: 170px;
}
.plan_block .img1 {
    background-image: url(../images/index/plan1.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .img2 {
    background-image: url(../images/index/plan2.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .img3 {
    background-image: url(../images/index/plan3.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .img4 {
    background-image: url(../images/index/plan4.jpg);
    background-size: cover;
    background-position: center center;
}
.plan_block .plan_img p {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    /*display: none;*/
}
.plan_flex1 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}
.flex1_left {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999290;
    margin-right: 10px;
    width: 70px;
    font-size: 22px;
}
.flex1_right {
    display: block;
    width: calc(100% - 70px - 10px);
}
.flex1_right h4 {
    font-size: 28px;
}
.flex1_right p {
    margin-top: 5px;
    font-size: 12px;
}
.flex1_right p span {
    font-size: 20px;
}

.plan_flex2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex2_left {
    color: #fff;
    background: #999290;
    border: solid 1px #fff;
    padding: 3px;
    font-size: 10px;
}
.flex2_right {
    font-size: 18px;
}
.flex2_right span {
    font-size: 32px;
}

.plan_link {
    display: block;
    width: 1000px;
    margin: 20px auto 100px;
}
.plan_link a {
    display: block;
    width: 115px;
    margin-left: calc(100% - 115px);
}
.plan_link a .arrow_icon {
    margin-left: 10px!important;
    margin-bottom: 4px!important;
}


/* ////////////////////////////////// */
/* 概要部分(QUALITY、ACCESS) */
/* 左側テキスト：右側画像　左側画像：右側テキスト */
/* ////////////////////////////////// */
.menuarea2_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 100px;
}
.menuarea2_txt {
    display: block;
    width: 35%;
    height: 400px;
    position: relative;
}
.menuarea2_txt .txtblock {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
}
.menuarea2_txt .txtblock h3 {
    font-size: 40px;
}
.menuarea2_txt .txtblock p {
    margin: 10px 0;
}
.menuarea2_img {
    display: block;
    width: 65%;
    height: 400px;
    position: relative;
}
.menuarea2_img_1 {
    background-image: url(../images/index/qualityimg.jpg);
    background-size: cover;
    background-position: center center;
}
.menuarea2_img_2 {
    background-image: url(../images/index/accessimg.jpg);
    background-size: cover;
    background-position: center center;
}
.txtblock .toplink_btn {
    width: 250px;
    text-align: center;
    margin-top: 20px;
}


/* ////////////////////////////////// */
/* 補足テキスト */
/* ////////////////////////////////// */
.hosoku {
    width: 1000px;
    margin: 80px auto;
    display: block;
    font-size: 12px;
}



/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
@media screen and (min-width:1400px){
    .main_visual_txt_block {
        width: 480px;
    }
    .main_visual_txt_block p {
        font-size: 64px;
    }

    .main_visual_righttx_tblock p {
        font-size: 36px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 64px;
    }
}
@media screen and (min-width:1800px){
    .main_visual_txt_block {
        width: 630px;
    }
    .main_visual_txt_block p {
        font-size: 84px;
    }
    .main_visual_txt_block p span {
        font-size: 24px;
    }

    .main_visual_righttx_tblock p {
        font-size: 46px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 80px;
    }
}

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .index_area {
        max-width: 750px;
    }
    .main_visual_txt_block {
        left: 70%;
    }
    .main_visual_small {
        height: 12vh;
    }
    .top_new_midashi {
        font-size: 34px;
        padding-top: 10px;
    }
    .main_about_img h4 {
        font-size: 40px;
    }
    .main_about_img h3 {
        font-size: 30px;
    }
    .main_visual_txt_flex {
        flex-wrap: wrap;
        width: 750px;
    }
    .p_right1050 {
        border-right: solid 1px;
    }
    .main_visual_txt_flex p {
        width: 49%;
        margin-bottom: 30px;
    }
    .main_yoyaku_btn {
        width: 750px;
        padding: 30px 40px;
    }
    .main_yoyaku_btn p {
        font-size: 42px;
    }
    .main_yoyaku_btn a {
        padding: 5px;
        font-size: 18px;
    }
    .yoyakubtn_span {
        font-size: 26px;
    }
    .span2 {
        font-size: 20px;
    }
    .main_banner {
        width: 750px;
    }
    .main_about_txt h3 {
        font-size: 28px;
    }
    .menuarea_txt .txtblock {
        width: 360px;
    }
    .menuarea_txt img {
        width: 350px;
    }
    .design_link {
        width: 120px;
        padding-left: 0;
    }
    .plan_scroll {
        width: 750px;
    }
    .plan_flex1 {
        flex-wrap: wrap;
    }
    .flex1_left {
        width: 100%;
        margin-right: 0;
    }
    .flex1_right {
        width: 100%;
    }
    .plan_flex2 {
        flex-wrap: wrap;
    }
    .flex2_left {
        width: 100%;
    }
    .flex2_right {
        width: 100%;
    }
    .plan_link {
        width: 750px;
    }
    .menuarea2_txt .txtblock {
        width: 210px;
    }
    .txtblock .toplink_btn {
        width: 210px;
    }
    .hosoku {
        width: 750px;
    }

    .main_visual_righttx_tblock h4 {
        font-size: 40px;
    }
    .main_visual_righttx_tblock p {
        font-size: 22px;
    }
}


@media screen and (max-width: 999px) {
}


/* 高さ低いPC */
@media screen and (min-width:768px) and (max-height:800px){
    #main_visual {
        /*height: 70vh;*/
    }
}
@media screen and (min-width:768px) and (max-height:600px){
    #main_visual {
        /*height: 80vh;*/
    }
}

/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:768px){
    .view_pc {
        display: none!important;
    }
    .view_sp {
        display: block!important;
    }
    
    .index_area {
        width: calc(100% - 30px);
    }
    .toplink_btn {
        width: 220px;
        font-size: 18px;
    }

    .main_visual_txt_block {
        width: 215px;
        left: 67%;
    }
    .main_visual_txt_block p {
        font-size: 32px;
    }

    .main_visual_righttx_tblock {
        left: 10px;
        bottom: 10px;
    }
    .main_visual_righttx_tblock h4 {
        font-size: 24px;
    }
    .main_visual_righttx_tblock p {
        font-size: 16px;
    }
    .main_visual_txt_block p span {
        font-size: 14px;
    }

    .main_visual_txt_flex {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px;
        justify-content: center;
        align-items: flex-start;
    }
    .main_visual_txt_flex p {
        margin: 0px;
        padding: 10px 5px;
        height: unset;
        font-size: 16px;
        border-left: none;
        border-right: solid 1px #000;
    }
    .p_right1050 {
        border-right: none!important;
    }
    .p_right {
        border-right: none!important;
    }
    .p_uedan {
        border-bottom: solid 1px #000;
    }

    .main_visual_txt_flex p span {
        font-size: 11px;
    }
    .top_new_midashi {
        font-size: 28px;
        height: 80px;
    }

    .main_about_img h4 {
        font-size: 24px;
        top: 15%;
    }
    .main_about_img h3 {
        font-size: 16px;
        top: 85%;
    }
    .main_about_img h3 span {
        font-size: 12px;
    }

    .main_yoyaku_btn {
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
    .main_yoyaku_btn p {
        font-size: 30px;
    }
    .yoyakubtn_span {
        font-size: 16px;
    }
    .span2 {
        font-size: 12px;
    }
    .main_yoyaku_btn a {
        width: 220px;
    }
    .main_banner {
        width: calc(100% - 40px);
        margin-bottom: 50px;
    }
    .main_banner2 {
        width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
    .main_banner2 img {
        width: 100%;
    }
    .main_about_txt {
        padding: 40px 20px;
        font-size: 16px;
    }
    .main_about_txt h3 {
        font-size: 20px;
    }
    .main_about_txt p {
        font-size: 15px;
    }
    .main_about_txt .toplink_btn {
        margin: 30px auto 0;
    }

    .menuarea_img {
        width: 100%;
        height: 200px;
    }
    .menuarea_txt {
        width: 100%;
        height: 450px;
    }
    .menuarea_txt .txtblock {
        width: calc(100% - 40px);
    }
    .menuarea_txt .txtblock h3 {
        font-size: 32px;
    }
    .menuarea_txt img {
        width: 100%;
    }
    .sp_reverse {
        flex-flow: column-reverse;
    }
    .design_link {
        margin-right: auto;
    }

    .plan_title {
        margin-top: 50px;
    }
    .plan_scroll {
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .plan_block {
        width: 100%;
        margin-bottom: 30px;
    }
    .plan_link {
        width: 100%;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .plan_link a {
        margin: 0 auto;
    }

    .menuarea2_img {
        width: 100%;
        height: 200px;
    }
    .menuarea2_txt {
        width: 100%;
        height: 250px;
    }
    .menuarea2_txt .txtblock {
        width: calc(100% - 40px);
    }
    .menuarea2_txt .txtblock h3 {
        font-size: 32px;
    }
    .menuarea2_txt img {
        width: 100%;
    }
    .menuarea2_flex {
        margin-bottom: 50px;
    }
    .menuarea2_txt .txtblock p {
        text-align: center;
    }
    .menuarea2_txt .txtblock h3 {
        text-align: center;
    }
    .txtblock .toplink_btn {
        margin: 20px auto 0;
    }

    .hosoku {
        width: calc(100% - 40px);
        font-size: 10px;
        margin: 50px auto;
    }
}