@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------

name: sp.css（スマートフォン用）

-------------------------------------------*/

@media only screen and (max-width: 1280px) {

    #hdBox .hdBoxInr {
        width: 100%;	
    }

    #headBox dd {
        position: inherit;
        right: 0;
    }


    #header_pc {
        width: 100%;	
    }

    .fullSlideShow {
        height: 90vh !important;
    }

    .fullSlideShow ul.sliderTop{
        position:static !important;	
    }


    .fullSlideShow .txt_mv{
        height:50% !important;
        width: 60%;
    }

    #footer .innerTop {
        width: 100% !Important;
    }

    #footer .innerTop ul.info.right{
        padding: 5px 3% 5px 40px !important;
    }

}




@media only screen and (max-width: 739px) {
    /*=========================================
    RESET
    =========================================*/
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
    body {
        min-width: inherit;
        line-height: 1.5;
        font-size: 12px;
        min-width: inherit !important;
    }
    /*=========================================

    全ページ共通コンテンツ

    =========================================*/

    /*--------------------------------------
    HEADBAR（PC）
    ---------------------------------------*/
    #header_pc {
        display: none;
    }
    /*--------------------------------------
    HEADER
    ---------------------------------------*/
    #header {
        position: relative;
        z-index: 150;
        width: 100%;
    }
    #header_sp {
        display: inherit;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }
    #header_sp .inner {
        box-sizing: border-box;
        display: block;
        padding: 3%;
        overflow: hidden;
        width: auto;
    }
    #header_sp .inner .logo {
        float: left;
        width: 11%;
        line-height: 0;
    }
    #header_sp .inner .hdBtn {
    }
    #header_sp .inner .hdBtn li {
        width: 15%;
        float: right;
        margin: 0 0 0 1%;
        line-height: 0;
    }
    /*--------------------------------------
    MENU
    ---------------------------------------*/
    .toggle_btn.active {
    }
    .toggle_btn:hover {
        cursor: pointer;
    }
    .toggle_box {
        display: none;
        background: rgba(48,182,158,0.8);
        position: absolute;
        width: 100%;
        padding: 10px 0;
        z-index: 100;
    }
    .toggle_box ul.nMenu li {
        width: 94%;
        margin: 1% auto;
        background-color: #fff;
    }
    .toggle_box ul.nMenu li.inMenu {
        display: flex;
    }
    .subMenu{
        width: 100%;
    }
    .toggle_box ul.nMenu li.inMenu .menuTitle{
        writing-mode: vertical-rl;
        font-size: 1rem;
        color: #3c2414;
        text-align: center;
        letter-spacing: 0.5rem;
        font-weight: 500;
        padding-left: 2%;
    }
    .toggle_box ul.subMenu li {
        border-bottom: 1px #ddd dotted;
    }
    .toggle_box ul.subMenu li:last-child  {
        border-bottom: none;
    }
    .toggle_box ul.nMenu li:first-child {
        border-radius: 3px 3px 0 0;        /* CSS3草案 */
        -webkit-border-radius: 3px 3px 0 0;    /* Safari,Google Chrome用 */
        -moz-border-radius: 3px 3px 0 0;   /* Firefox用 */
    }
    .toggle_box ul.nMenu li:last-child {
        border-radius: 0 0 3px 3px;        /* CSS3草案 */
        -webkit-border-radius: 0 0 3px 3px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 0 0 3px 3px;   /* Firefox用 */
    }
    .toggle_box ul.nMenu li a {
        display: block;
        font-weight: bold;
        text-decoration: none;
        padding: 3% 0 3% 8%;
        font-size: 110%;
        position: relative;
    }
    .toggle_box ul.nMenu li a::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4%;
        border: 1px solid #ccc;
        border-width: 2px 2px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    }
    #header_sp .sns {
        margin: 10px 15px 0;
    }

    #header_sp .sns li {
        float: left;
        margin: 5px;
    }
    #header_sp .sns li.line {
        margin: 0px 10px;
    }
    #header_sp .sns li a {
        display: block;
        width: 35px;
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #header_sp .sns li a span {
        display: none;
    }
    #header_sp .sns li.fb a {
        background: url(../img/sp/iconw_facebook.png) center no-repeat;
    }
    #header_sp .sns li.ig a {
        background: url(../img/sp/iconw_instagram.png) center no-repeat;
    }
    #header_sp .sns li.line a {
        background: url(../img/line-r.png) center no-repeat;
        width: 140px;
        height: 40px;
        position: relative;
        top: 0px;
    }
    #header_sp .sns li a:hover {
        opacity: 0.5;
    }

    /*--------------------------------------
    gnav
    ---------------------------------------*/
    nav, gNav {
        display: none;
    }
    /*--------------------------------------
    お問い合わせBOX
    ---------------------------------------*/
    #inqBox {
        width: 100%;
        margin: 10% auto;
    }
    #inqBox .inner {
        border: 2px solid #fff;
        margin: 8px;
        padding: 25% 5% 3%;
        background: url(../img/bg_inqBox.png) center 4% no-repeat;
        background-size: 35% auto;
    }
    #inqBox .inner ul {
        overflow: hidden;
    }
    #inqBox .inner ul li {
        float: left;
    }
    /*tel*/
    #inqBox .inner ul li.telBox {
        margin: 0;
        background: #fffb92;
        box-shadow: 0 3px #bbb;
        border-radius: 6px;
        position: relative;
        width: 100%;
        padding: 15px 0;
        clear: both;
    }
    #inqBox .inner ul li.telBox .h {
        font-size: 15px;
    }
    #inqBox .inner ul li.telBox .tel {
        font-size: 32px;
        padding: 5px 0 2px;
    }
    #inqBox .inner ul li.telBox .tel span {
    }
    #inqBox .inner ul li.telBox .tel span:after {
        display: none;
    }
    #inqBox .inner ul li.telBox .sub {
        font-size: 11px;
        line-height: 100%;
    }
    #inqBox .inner ul li.telBox a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /*btn*/
    #inqBox .inner ul li.btn {
        width: 48%;
        margin: 10px 1%;
    }
    #inqBox .inner ul li.btn a {
        font-size: 13px;
    }
    #inqBox .inner ul li.btn a span {
        display: block;
        margin: 0 10px;
        padding: 0 0 0 15%;
    }
    #inqBox .inner ul li.btn#icon01 a span {
        background-size: 18px auto;
    }
    #inqBox .inner ul li.btn#icon02 a span {
        background-size: 18px auto;
        letter-spacing: -0.1em;
    }
    #inqBox .inner ul li.btn a:hover {
    }

    /* ブライダルお問い合わせ */
    #inqBox.bridal {
        margin: 0 auto 30px;
    }
    #inqBox.bridal .inner {
        margin: 8px;
        padding: 28% 5% 3%;
        background: url(../img/bg_inqBox-bridal.png) center 4% no-repeat;
        background-size: 35% auto;
    }

    .contactArea #inqBox .inner ul li.telBox {
        margin: 0;
        background: none;
        box-shadow: none;
    }
    .contactArea #inqBox .inner ul li.telBox .tel {
        font-size: 24px;
    }
    .contactArea #inqBox .inner ul li.btn {
        width: 98%;
    }
    #inqBox .inner ul li.btn#icon05 a span {
        background: url(../img/btn_icon_pen.png) left center no-repeat;
        background-size: 30px auto;
        height: 30px;
        line-height: 2rem;
        font-size: 16px;
        padding-left: 10%;
    }
    /*--------------------------------------
    FOOTER
    ---------------------------------------*/
    #footer {
    }
    #footer .innerTop {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    /*店舗情報*/
    #footer .innerTop ul.info {
        float: none;
        margin: 0;
        background: url(../img/ft_logo.png) center top no-repeat;
        background-size: auto 35px;
        padding: 40px 0 0;
        border-right: none;
    }
    #footer .innerTop ul li.h {
        font-weight: bold;
    }
    /*SNS*/
    #footer .innerTop ul.sns {
        float: none;
        width: 80px;
        margin: 20px auto;
    }
    #footer .innerTop ul.sns li.h {
        font-family: 'Amatic SC', cursive;
        font-weight: 100;
        font-size: 22px;
        text-align: center;
        letter-spacing: 0.05em;
        line-height: 100%;
        margin: 0 0 10px;
    }
    #footer .innerTop ul.sns li a {
        display: inline-block;
        width: 25px;
        height: 25px;
        float: left;
        margin: 0 7.5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #footer .innerTop ul.sns li a span {
        display: none;
    }
    #footer .innerTop ul.sns li.fb a {
    }
    #footer .innerTop ul.sns li.ig a {
    }
    #footer .innerTop ul.sns li a:hover {
    }
    /*グループ*/
    /*#footer .innerTop ul.group {
    float: none;
    width: 98%;
    margin: 0 auto;
}
    #footer .innerTop ul.group li.h {
}
    #footer .innerTop ul.group li.bnr {
    float: right;
    width: 49%;
    margin: 0 0.5%;
}*/


    #footer .innerTop ul.info.right {
        padding: 0 !important;	
    }

    #footer .innerTop .info.right li.top {
        text-align:center;	
    }

    #footer .innerTop .info.right .ftLink{
        text-align:center;	
    }

    #footer .innerBtm {
        text-align: center;
    }
    #footer .innerBtm .ftLink {
        padding: 20px 0;
        font-size: 90%;
    }
    #footer .innerBtm .ftLink span {
        padding: 0 5px;
    }
    #footer .innerBtm .copyright {
        color: #bab4b0;
        padding: 10px 0;
    }
    /*--------------------------------------
    topcontrol
    ---------------------------------------*/
    #topcontrol {
        display: block;
        width: 12%;
        height: 12%;
        z-index: 10000;
        right: 10px !important;
    }
    #topcontrol a img {
        width: 100% !important;
        height: auto !important;
    }
    /*======================================================

    中面共通コンテンツ

    ======================================================*/
    /*--------------------------------------
    mv
    ---------------------------------------*/
    .mvIn {
        width: 100%;
        height: 130px;
    }
    /*--------------------------------------
    パンクズ
    ---------------------------------------*/
    #bread_crumb {
        width: auto;
        padding: 10px;
    }
    /*--------------------------------------
    h2
    ---------------------------------------*/
    h2.pageTitle {
        font-size: 22px;
        padding: 30px 0;
    }
    h2.pageTitle span {
        border-bottom: 4px solid #ffbc6c;
    }
    /*--------------------------------------
    container
    ---------------------------------------*/
    #container {
        width: auto;
        padding: 0 0 20px;
    }
    /*--------------------------------------
    component
    ---------------------------------------*/
    .wk01 {
        padding: 4%;
        background: #f5f5f5;
    }
    .wk02 {
        padding: 4%;
        border: 2px dotted #ccc;
    }
    /*--------------------------------------
    ancWrap
    ---------------------------------------*/
    .ancWrap {
        margin: 0;
        padding: 0;
    }
    /*--------------------------------------
    section
    ---------------------------------------*/
    .section {
        margin: 0 4% 0;
        padding: 0 0 40px;
    }
    .section .h_txt {
        font-size: 18px;
        letter-spacing: -0.05em;
    }
    /*--------------------------------------
    leftArea / rightArea
    ---------------------------------------*/
    #leftArea {
        width: auto;
        float: none;
    }
    #rightArea {
        width: auto;
        float: none;
    }
    /*--------------------------------------
    img
    ---------------------------------------*/
    .phL {
        float: none;
        width: auto;
        padding: 2% 6% 5%;
        text-align: center;
    }
    .phR {
        float: none;
        width: auto;
        padding: 2% 6% 5%;
        text-align: center;
    }
    /*--------------------------------------
    見出し
    ---------------------------------------*/
    .md01 {
    }
    .md02 {
        margin: 0 0 15px 4%;
    }
    .section .md02 {
        margin: 0 0 15px;
    }
    /*--------------------------------------
    table
    ---------------------------------------*/
    table.tbl {
        width: 100%;
        border: 1px solid #cec9bf;
        border-width: 3px;
    }
    table.tbl th, table.tbl td {
        display: block;
    }
    table.tbl th {
        width: auto;
        padding: 5px 4%;
        border-width: 0;
        background: #f2e9da;
        text-align: left;
    }
    table.tbl td {
        border-width: 0;
        padding: 10px 4%;
    }
    /*--------------------------------------
    br
    ---------------------------------------*/
    br.pc {
        display: none;
    }
    br.sp {
        display: inherit;
    }
    /*--------------------------------------
    下部固定
    ---------------------------------------*/

    #fixedBtn_sp {
        display: inherit;
        background: rgba(0,0,0,0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
    }
    #fixedBtn_sp p {
        padding: 10px 5%;
    }
    #fixedBtn_sp p a {
        display: block;
        border-radius: 5px;
        text-align: center;
        line-height: 100%;
        color: #FFF;
        font-weight: bold;
        font-size: 1.5em;
        background: #ffa229;
        padding: 13px 0;
        position: relative;
    }
    #fixedBtn_sp p a:hover {
        text-decoration: none;
    }
    #fixedBtn_sp p a::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

    /* 追加分*/

    .pad{
        box-sizing:border-box;
        padding: 0 2% !important;	
    }

    .spHide{ display:none;}
    .spDisp{ display:block;}

    .head03 {
        font-size: 30px;
        margin: 20px 0;
    }

    /*--------------------------------------
    FOOTER-branches
    ---------------------------------------*/

    .branches .logoL img,
    .branches table tbody img{
        width:60%;	
    }

    /*--------------------------------------
    fixedNews
    ---------------------------------------*/

    #fixedNews {
        right: 0 !important;
        width: 100% !important;
        bottom: 60px !important;
    }

    #fixedNews .acordionBox .ph {
        float: left;
        overflow: hidden;
        width: 20% !important;
    }

    #fixedNews .acordionBox .infoBox {
        float: right;
        width: 75% !important;
    }

    .fullSlideShow {
        height: 64vh !important;
    }

    .fullSlideShow ul.sliderTop{
        position:static !important;	
    }


    .fullSlideShow .txt_mv{
        height:50% !important;
        width: 60%;
    }


    #header_sp .inner {
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        padding: 2%;
        width: auto;
    }

    #header_sp .inner .logo {
        float: left;
        line-height: 0;
        width: 6%;
    }

    #header_sp .inner .hdBtn li {
        float: right;
        line-height: 0;
        margin: 0 0 0 1%;
        width: 8%;
    }


}

@media only screen and (max-width: 500px) {

    #header_sp .inner {
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        padding: 2% 3%;
        width: auto;
    }

    #header_sp .inner .logo {
        float: left;
        line-height: 0;
        width: 45% !important;
    }

    #header_sp .inner .hdBtn li {
        float: right;
        line-height: 0;
        margin: 4px 0 0 1%;
        width: 12% !important;
    }


    #fixedNews .acordionBox .ph {
        float: left;
        overflow: hidden;
        width: 40% !important;
    }

    #fixedNews .acordionBox .infoBox {
        float: right;
        width: 56% !important;
    }

}

#sp_footer{
    display: none;
}

@media only screen and (max-width: 739px) {
    #sp_footer{
        width: 100%;
        display: block;
        position: fixed;
        z-index: 99;
        bottom: 0;
    }
}
.sp_f01 a{
    background-color: #a67d10;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0.8 !important;
    padding: 20px 0;
}


/**/

/* sp 下部フローティングメニュー 20221014 */
.b_menu {
    width: 100%;
    background: rgba(195, 212, 222, 0.6);
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0px;
    z-index:999;
    color: #FFF;
    padding: 10px 0;
    line-height: 12px;
    text-align: center;
} 
.btn_bk {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.7075rem 0.99rem;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 1px;
    border-radius: 0.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_f_menu {color:#fff;background-color: rgba(41, 180, 155, 0.6);border-color: #e4eaed;padding: 2px ;font-size:23px;text-decoration: none;width: 33%;
    border-radius: 4px;display: flex;align-items: center;justify-content: center;line-height: 1;}
.btn_f_menu img {
    width: 30px;
    padding: 2px 0;
}
.btn_f_menu.active,.btn_f_menu.focus,.btn_f_menu:active,.btn_f_menu:focus,.btn_f_menu:hover,.open>.dropdown-toggle.btn_f_menu{
    color:#fff;
    background-color:#4aa3ee;
    border-color:#1677a8
}
.btn_f_menu a {

}
.btn_f_menu a:hover {
    background:#484645;
    transform-style: flat; 
}

.b_menu span {
    font-size: 1rem;
    font-size: 12px;
    padding-left: 4px;
    top: 0px;
    color: #fff;
    position: relative;
    display: block;
}
.btmspace {
    padding: 0px;
    background: #240000;
}
@media screen and (max-width: 599px) {
    .btmspace {
        padding: 25px;
    }
}