@charset "utf-8";

/*---------------
main
---------------*/
main {
  width: auto;
  font-size: 20px;
}
#breadCrumb {
    font-size: 50%;
    margin-top: 10px;
}
a img:hover {
    opacity: 0.7;
}
/*---------------
 top-logo
---------------*/
   .h2-title {
    background-image: url(../images/main.webp);
    background-size: 100%,cover;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 37vw;
    background-attachment: fixed;
    background-position-y: 5vw;
}
   h2.top-logo {
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    margin: auto;
}
   h2.top-logo img {
    width: 12vw;
}
   .h3-title {
    position: absolute;
    margin: auto;
    top: 20%;
    left: 0;
    right: 0;
}
    h3.h3-title img {
    width: 9vw;
}
/*---------------
intro
---------------*/
.intro {
    margin: 50px auto 0;
}
.intro p {
    margin: 0 auto;
}
.intro p:nth-child(1) {
    display: table;
    border-bottom: 1px solid #000;
    font-size: 110%;
}
.intro p:nth-child(2) {
    margin: 12px auto 0;
    width: 70%;
}
.intro + .cta_area {
    margin: 70px auto 15px;
}
/*---------------
campaign
---------------*/
div.campaign {
    max-width: 800px;
    margin: 0 auto;
}
/*---------------
plan
---------------*/
#roca_plan {
    margin: 70px auto 0;
}
#roca_plan ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 5%;
}
#roca_plan ul li {
    width: 40%;
}
#roca_plan ul.area_plan li {
    width: 32%;
}
.loca_price {
    margin:5% auto 0;
}

ul#premier_plan li {
    margin: 0 1%;
}

@media screen and (min-width: 641px){
    .loca_price img {
        width: 70%;
        text-align: center;
    }
}
/*---------------
area
---------------*/
#area .tab_area {
    display: flex;
    justify-content: space-evenly;
    background: #f6f2ec;
    padding: 135px 15% 50px;
}
#area .tab_area div {
    width: 33%;
    background: #c46164;
    padding: 15px 0;
    cursor: pointer;
    font-size: 120%;
}
#area .tab_area div a {
    color: #fff;
}
#area .tab_area div:hover,
#area .tab_area div.active {
    background: #d02529;
}
#area .tab_area div.active {
    cursor: default;
}

#area h2 {
    background: #000;
    padding: 15px;
    font-size: 160%;
    color: #fff;
    display: block;
}
#area .area_title {
    text-align: left;
    color: #fff;
    padding: 0 0 17vw;
}
#area .sapporo .area_title {
    background: url(../images/area/sapporo_bg.webp) center center / cover no-repeat;
}
#area .asahikawa .area_title {
    background: url(../images/area/asahikawa_bg.webp) center center / cover no-repeat;
}
#area .obihiro .area_title {
    background: url(../images/area/obihiro_bg.webp) center center / cover no-repeat;
}
#area .area_title div {
    display: table;
    position: relative;
}
#area .sapporo .area_title div {
    width: 46%;
}
#area .asahikawa .area_title div {
    width: 51%;
}
#area .obihiro .area_title div {
    width: 41%;
}
#area .area_title div img {
    width: 100%;
}
#area .area_title div:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/area/title_point.png) top left / contain no-repeat;
}
#area .sapporo .area_title div:before {
    top: 4vw;
    right: -11%;
    width: 17.6%;
    height: 116%;
}
#area .asahikawa .area_title div:before {
    top: 5vw;
    right: -9%;
    width: 16%;
    height: 115%;
}
#area .obihiro .area_title div:before {
    top: 4vw;
    right: -6%;
    width: 19.9%;
    height: 90%;
}
#area .area_title p {
    margin: 30px 0 0 50px;
    font-size: 170%;
}
#area .obihiro .area_title p {
    text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
}
#area .course {
    margin: 110px auto 0;
    width: 74%;
}
#area .course h3 {
    font-size: 150%;
    display: block;
    border-top: 1px double #000;
    border-bottom: 1px double #000;
    position: relative;
    padding: 15px 0;
}
#area .course h3:before,
#area .course h3:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
}
#area .course h3:before {
    top: -5px;
}
#area .course h3:after {
    bottom: -5px;
}
#area .course .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}
#area .course .list > div {
    margin: 60px 2% 0;
    width: 29%;
    position: relative;
    display: flex;
    flex-direction: column;
    letter-spacing: normal;
}
#area .course .list > div:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 80px;
}
#area .sapporo .course .list > div:before {
    content: "札幌";
}
#area .asahikawa .course .list > div:before {
    content: "旭川";
}
#area .obihiro .course .list > div:before {
    content: "帯広";
}
#area .course .list .name {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 10px 0 0 20px;
    border-bottom: 1px solid #000;
}
#area .course .list .name > p {
    display: flex;
    align-items: center;
    padding: 0 0 8px 70px;
    width: 100%;
    height: 100%;
    font-size: 0.7vw;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
}
#area .course .list .name > div {
    width: 100%;
    padding: 6px 0 8px 45px;
    box-sizing: border-box;
    text-align: center;
}
#area .course .list .name div img {
    width: 100%;
}
#area .course .list .name div p {
    font-size: 1.4vw;
}
#area .course .list > div > img {
    margin: 15px auto 0;
}
#area .course .list .price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 15px auto 0;
}
#area .course .list .price p:nth-child(1) {
    box-sizing: border-box;
    padding: 4px 4%;
    border-radius: 40px;
    font-size: 1vw;
}
#area .course.short .list .price p:nth-child(1) {
    background: #fef1b2;
    border: 1px solid #afa98a;
}
#area .course.middle .list .price p:nth-child(1) {
    background: #b2ddff;
    border: 1px solid #82929f;
}
#area .course.long .list .price p:nth-child(1) {
    background: #ffcccb;
    border: 1px solid #af9f9e;
}
#area .course .list .price p:nth-child(2) {
    margin: 0 0 0 4%;
    font-size: 0.8vw;
    color: #555;
    text-align: right;
    line-height: 1.2;
}
#area .course .list .price p:nth-child(2) span {
    font-size: 1.8vw;
    color: #000;
}
#area .course .cta_area {
    margin: 60px auto 0;
}
#area .chukyori-img {
    margin: 30px auto 0;
}
#area .chokyori-img {
    margin: 100px auto 0;
}
#area .sapporo .course .list > div.two_stage,
#area .asahikawa .course .list > div.two_stage {
    position: relative;
}
#area .sapporo .course .list > div.two_stage:before {
    content: '';
    background: url(/bridal/plan/plan03/images/area/sapporo/chokyori01_icon.webp);
    background-size: contain;
    position: absolute;
}
#area .sapporo .course .list > div.stage02:before {
    content: '';
    background: url(/bridal/plan/plan03/images/area/sapporo/chokyori02_icon.webp);
    background-size: contain;
    position: absolute;
}
#area .asahikawa .course .list > div.two_stage:before {
    content: '';
    background: url(/bridal/plan/plan03/images/area/asahikawa/chukyori_icon.webp);
    background-size: contain;
    position: absolute;
}
/* #area .sapporo .course.long .list .two_stage .price p:nth-child(1),
#area .asahikawa .course.middle .list .two_stage .price p:nth-child(1) {
    font-size: 0.5vw;
}
#area .sapporo .course.long .list .two_stage .price p:nth-child(1) span,
#area .asahikawa .course.middle .list .two_stage .price p:nth-child(1) span {
    font-size: 1vw;
}
#area .sapporo .course.long .list .two_stage .name > div,
#area .asahikawa .course.middle .list .two_stage .name > div {
    padding: 3px 0 5px 0;
}
#area .sapporo .course.long .list .two_stage .name div p,
#area .asahikawa .course.middle .list .two_stage .name div p {
    width: 75%;
    margin: 0 auto;
    font-size: 1.3vw;
} */
.list.takino {
    padding-bottom: 8vw;
}
/* 富良野美瑛のみ */
@media screen and (min-width: 641px){
    #area .course.furabie {
        margin: 110px auto 0;
    }
    #area .course.furabie  .list > div {
        margin: 60px 1% 0;
        width: 29%;
    }
}
/*---------------
dress
---------------*/
#dress {
    margin: 130px auto 0;
}
#dress h2,
#roca_plan h2,
#wp_location h2 {
    background: #000;
    padding: 15px;
    font-size: 160%;
    color: #fff;
    display: block;
}
#dress h2 + p,
#roca_plan h2 + p {
    margin: 60px auto 30px;
}

/*---------------
qa
---------------*/
#qa {
    margin: 130px auto 0;
}
#qa h2 {
    background: #000;
    padding: 15px;
    font-size: 160%;
    color: #fff;
    display: block;
}
#qa h2 + img {
    width: 100%;
}
#qa .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 70%;
}
#qa .list div {
    width: 48%;
    margin: 50px 0 0;
    text-align: left;
}
#qa .list div p:nth-child(1) {
    font-size: 110%;
    padding: 0 0 6px;
    border-bottom: 1px solid #000;
}
#qa .list div p:nth-child(2) {
    margin: 10px auto 0;
    font-size: 80%;
}
#qa .cta_area {
    margin: 130px auto 0;
}

/*------------------------
wp_location
-----------------------------*/
#wp_location {
    margin: 100px auto 30px;
    position: relative;
}
#wp_location h3.h3-img:before,#wp_location h3.h3-img:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -4vw;
    width: 55px;
    height: 2px;
    background-color: #000;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
#wp_location h3.h3-img:after{
    left: auto;
    right: -4vw;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.tabs-box .tab.bridal-tab {
    margin: 3% auto;
    border-left: none;
}
.tabs-box .tab.bridal-tab li {
    display: inline-block;
    padding: 1vw;
    width: 10vw;
    margin: 0 0.5vw;
    border: 2px solid #a9a9a9;
    border-radius: 8px;
    font-size: 14px;
}
.tabs-box .tab.bridal-tab .active {
    border: 2px solid #000;
    border-radius: 8px;
    color: #fff;
}
.tabs-box .tab.bridal-tab li:hover {
    color: #ccc;
}
.news-box {
    width: 954px;
    margin: 0 auto 3%;
}
h4.column-title {
    text-align: left;
    width: 100%;
    font-size: 17px;
    text-decoration: underline;
    margin: 1% auto;
    letter-spacing: 2px;
}
h4.column-title:before{
    content: "";
    background: url(../images/flag.png)  center top / 100% no-repeat;
    width: 3vw;
    height: 3vw;
    display: inline-block;
    vertical-align: middle;
}
li.minbox.item-4th {
    position: relative;
    margin-bottom: 35px;
}
li.minbox.item-4th:nth-of-type(1):before{
    content: "";
    background: url(../images/img-new.png)  center top / cover no-repeat;
    padding: 11% 15%;
    position: absolute;
    top: 0;
    left: -1%;
    z-index: 1;
}
li.minbox.item-4th:after {
    content: "";
    background: url(../images/btn-red.png)  center top / 100% no-repeat;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
li.minbox.item-4th:nth-of-type(4) {
    display: none;
}
.tabs-box .item-4th, .tabs-box .item-4th .wp_ph {
    width: 288px;
    min-height: 207px;
    margin-right: 0;
}
main#bridal-main p.data {
    color: #928e8f;
    letter-spacing: 1px;
}
.tabs-box .minbox h5 {
    padding: 0 1%;
}
.tabs-box .minbox h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: block;
}
.tabs-box .minbox .data {
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 10px;
    color: #928e8f;
}
a.column-link {
    padding: 1% 0%;
    border: 2px solid #d91b40;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    display: block;
    background-color: #d91b40;
}
a.column-link:hover{
    background-color: #fff;
    color: #d91b40;
}
a.column-link:after{
    content: ">";
}
.content li {
    padding: 15px;
}
.news-box:nth-child(1) {
    margin-top: 50px;
}


}
/*---------------
共通
---------------*/
div#sb-site {
    padding: 86px 0 0;
}
div#sb-site main {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
#breadCrumb {
    font-size: 55%;
    letter-spacing: normal;
    line-height: inherit;
    width: 90%;
    margin: 20px auto 0;
}

/*---------------
plan_common_link
---------------*/
.plan_common_link {
    margin: 90px auto 0;
}
.plan_common_link a:hover {
    opacity: 0.7;
}
.plan_common_link > div {
    margin: 60px auto 0;
    width: 70%;
}
.plan_common_link .bnr_plan {
    margin: 100px auto 0;
}
.plan_common_link > div img {
    width: 100%;
}
.plan_common_link .double {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan_common_link .double > div {
    width: 49.5%;
}
.plan_common_link .double.bnr_plan div {
    width: 100%;
}
.plan_common_link .double.bnr_plan div:nth-child(2) {
    margin: 80px auto 0;
}
.area_button ul {
    display: flex;
    justify-content: space-evenly;
    background: #f6f2ec;
    padding: 50px 15%;
}
.area_button ul li {
    width: 33%;
    background: #d02529;
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
    font-size: 120%;
}
.area_button ul li a {
    color: #fff;
}
.area_button ul li:hover {
    background: #c46164;
}


/*---------------
SP
---------------*/
@media screen and (max-width: 640px){
    main {
        font-size: 12px;
    }
    /*---------------
    top-logo
    ---------------*/
    .h2-title {
        background-image: url(../images/main_sp.webp);
        background-size: 100%,cover;
        position: relative;
        background-repeat: no-repeat;
        padding-bottom: 67vw;
        background-attachment: scroll;
        background-position-y:0;
    }
    h2.top-logo img {
        width: 35vw;
    }
    .outer_dress_collection {
        margin: 30px auto 0;
        width: 90%;
        padding: 0;
    }
    /*---------------
    intro
    ---------------*/
    .intro {
        margin: 40px auto 0;
    }
    .intro p:nth-child(2) {
        margin: 7px auto 0;
        width: 90%;
    }
    .intro + .cta_area {
        margin: 30px auto 15px;
    }

    /*---------------
    plan
    ---------------*/
    #roca_plan {
        margin: 25% auto 0;
    }
    img.roca_plan_img {
        width: 100%;
    }
    #roca_plan ul {
        margin: 5% auto 0;
    }
    #roca_plan ul li,
    #roca_plan ul.area_plan li {
        width: 100%;
        margin: 5% auto;
    }
    #roca_plan ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 5% auto 0;
    }

    ul#premier_plan li {
        width: 95%;
        margin: 5% auto;
    }
    ul#premier_plan li img {
        margin-bottom: 2%;
    }
    /*---------------
    area
    ---------------*/
    #area .tab_area {
        padding: 50px 0 0;
    }
    #area .tab_area div {
        width: 47%;
        padding: 10px 0;
        font-size: 110%;
        margin-bottom: 2%;
    }
    #area .tab_area.fixed {
        position: fixed;
        flex-wrap: wrap;
        align-content: center;
    	justify-content: space-between;
    	box-sizing: border-box;
    	top: 0;
    	left: 0;
    	padding: 0 66px 0 0;
    	width: 100%;
    	height: auto;
        z-index: 3;
    }
    #area .tab_area.fixed div {
        writing-mode: vertical-lr;
        text-align: center;
        transition: .1s;
    	box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    	margin: 0;
    	padding: 0;
    	width: 33.33%;
    	height: 66px;
    	border-left: 1px solid #fff;
    	font-size: 100%;
    	line-height: normal;
    	writing-mode: inherit;
    }
    #area .tab_area.fixed div:first-child {
        border-left: none;
    }
    #area .tab_area.fixed div:last-child {
        border-radius: 0 0 25px 0;
    }
    #area .panel h2 {
        z-index: 2;
        position: relative;
    }
    #area .area_title {
        padding: 10px 0 30vw;
    }
    #area .area_title p {
        margin: 8px 0 0 15px;
        font-size: 110%;
    }
    #area .asahikawa .area_title p {
        text-shadow: 0px 0px 12px rgba(0,0,0,0.4);
    }
    #area .obihiro .area_title p {
        margin: -6px 0 0 15px;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    }
    #area .area_title div img {
        margin: -5px 0 0;
    }
    #area .sapporo .area_title {
        background-image: url(../images/area/sapporo_bg_sp.webp);
    }
    #area .asahikawa .area_title {
        background-image: url(../images/area/asahikawa_bg_sp.webp);
    }
    #area .obihiro .area_title {
        background-image: url(../images/area/obihiro_bg_sp.webp);
    }
    #area .sapporo .area_title div {
        width: 73%;
    }
    #area .asahikawa .area_title div {
        width: 80%;
    }
    #area .obihiro .area_title div {
        width: 65%;
    }
    #area .sapporo .area_title div:before {
        top: 6vw;
        right: -14%;
        width: 22%;
        height: 142%;
    }
    #area .asahikawa .area_title div:before {
        right: -12%;
        width: 18%;
        height: 146%;
    }
    #area .obihiro .area_title div:before {
        top: 5vw;
        right: -8%;
        width: 21%;
        height: 101%;
    }
    #area .course {
        margin: 50px auto 0;
        width: 90%;
    }
    #area .course .list > div {
        width: 100%;
        margin: 50px auto 0;
    }
    #area .course .list > div:first-child {
        margin: 50px auto 0;
    }
    #area .course .list > div:before {
        font-size: 140%;
        width: 75px;
        height: 75px;
        line-height: 75px;
    }
    #area .course .list .name > p {
        padding: 0 0 8px 62px;
        font-size: 3vw;
    }
    #area .course .list .name > div {
        padding: 8px 0 8px 45px;
    }
    #area .course .list .name div p {
        font-size: 5.4vw;
    }
    #area .course .list .price p:nth-child(1) {
        font-size: 4vw;
    }
    #area .course .list .price p:nth-child(2) {
        font-size: 3.5vw;
    }
    #area .course .list .price p:nth-child(2) span {
        font-size: 8vw;
    }
    #area .course .cta_area {
        margin: 50px auto 0;
        width: 100%;
    }
    #area .sapporo .course.long .list .two_stage .price,
    #area .asahikawa .course.middle .list .two_stage .price {
        width: 100%;
    }
    #area .sapporo .course.long .list .two_stage .price p:nth-child(1),
    #area .asahikawa .course.middle .list .two_stage .price p:nth-child(1) {
        font-size: 3vw;
        white-space: nowrap;
    }
    #area .sapporo .course.long .list .two_stage .price p:nth-child(1) span,
    #area .asahikawa .course.middle .list .two_stage .price p:nth-child(1) span {
        font-size: 4vw;
    }
    #area .chokyori-img {
        margin: 50px auto 0;
    }
    /*---------------
    dress
    ---------------*/
    #dress,
    #roca_plan {
        margin: 70px auto 0;
    }
    #dress h2 + p,
    #roca_plan h2 + p {
        margin: 30px auto 0;
        width: 90%;
    }

    /*---------------
    qa
    ---------------*/
    #qa {
        margin: 70px auto 0;
    }
    #qa .list {
        margin: 0 auto;
        width: 90%;
    }
    #qa .list div {
        margin: 45px 0 0;
        width: 100%;
    }
    #qa .list div p:nth-child(1) {
        font-size: 140%;
    }
    #qa .list div p:nth-child(2) {
        font-size: 120%;
    }
    #qa .cta_area {
        margin: 50px auto 0;
    }
    /*---------------
    共通
    ---------------*/
    div#sb-site {
        padding: 66px 0 0;
    }
    div#sb-site main {
        font-size: 12px;
        letter-spacing: 0.15em;
    }

    /*---------------
    plan_common_link
    ---------------*/
    .plan_common_link {
        margin: 90px auto 60px;
    }
    .plan_common_link > div {
        margin: 30px auto 0;
        width: 90%;
    }
    .plan_common_link .bnr_qa {
        width: 95%;
    }
    .plan_common_link .bnr_plan {
        margin: 60px auto 0;
        width: 98%;
    }
    .plan_common_link .double > div,
    .plan_common_link .double.bnr_plan div:nth-child(2) {
        margin: 20px auto 0;
        width: 100%;
    }
    .plan_common_link .double > div:first-child {
        margin: 0 auto;
    }
    /*---------------
    wp_location
    ---------------*/
    #wp_location {
        padding-bottom: 30px;
        margin: 50px auto 0;
    }
    #wp_location h3.h3-img {
        margin: 3% auto 7%;
    }
    #wp_location h3.h3-img:before{
        left:-23%;
        width: 30px;
    }
    #wp_location h3.h3-img:after{
        right:-23%;
        width: 30px;
    }
    .tabs-box .tab.bridal-tab {
        width: 100vw;
        margin: 7% auto;
    }
    .tabs-box .tab.bridal-tab li {
        padding: 2vw 0vw;
        width: 33%;
        margin: 0;
        border: 0px solid;
        border-radius: 0;
        border-bottom: 2px solid;
        background-color: #f1f1f1;
    }
    .tabs-box .tab.bridal-tab .active {
        border-top: none;
        border-bottom: 2px solid #000;
        border-radius: 0px;
        border-right: none;
        background: #000;
    }
    .news-box {
        width: 95%;
        margin: 0 auto 5%;
    }
    h4.column-title{
        font-size: 15px;
    }
    h4.column-title:before{
        width: 8vw;
        height: 8vw;
    }
    .tabs-box .minbox{
        float: none;
    }
    .tabs-box .minbox h5 {
        font-size: 120%;
    }
    .tabs-box .minbox.item-4th {
        width: 42%;
        margin: 0 auto;
    }
    li.minbox.item-4th:nth-of-type(1):before{
        padding: 17% 21%;
    }
    li.minbox.item-4th:nth-of-type(4) {
        display: inline-block;
    }
    li.minbox.item-4th:nth-of-type(3) {
        margin-right: 2%;
    }
    .tabs-box .minbox.item-4th .data-box {
        max-height: initial;
    }
    main#bridal-main p.data {
        font-size: 10px;
    }
    .news-box:nth-child(1) {
        margin-top: 20px;
    }
}