/*==========================
	overwrite
============================*/

.bread .inner {
    width: 98%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    color: initial;
    /* 親要素から色を継承 */
}


footer.miyajiFooter li a:hover {
    color: #fff;
}

/*==========================
	// arrow 
============================*/

.triangle-left {
    display: inline-block;
    border-style: solid;
    border-width: 14px 24px 14px 0;
    border-color: transparent #000 transparent transparent;
}

.triangle-top {
    display: inline-block;
    border-style: solid;
    border-width: 0 14px 24px 14px;
    border-color: transparent transparent #000 transparent;
}

.triangle-right {
    display: inline-block;
    border-style: solid;
    /* border-width: 14px 0 14px 24px; */
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #87521d;
}

.triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #000 transparent transparent transparent;
}

.arrow {
    display: inline-block;
    border-style: solid;
}



/* /// right ///*/
.arrow.right {
    margin-right: 3px;
}

.arrow.right.white {
    border-color: transparent transparent transparent #fff;
}

.arrow.right.gray-333 {
    border-color: transparent transparent transparent #333;
}

.arrow.right.brown {
    border-color: transparent transparent transparent #5e0303;
}

.arrow.right.black {
    border-color: transparent transparent transparent #222;
}

.arrow.right.middle {
    border-width: 4px 0 4px 8px;
}

.arrow.right.small {
    border-width: 3px 0 3px 5px;
}


/* /// bottom ///*/
.arrow.bottom.brown {
    border-color: #5e0303 transparent transparent transparent;
}

.arrow.bottom.black {
    border-color: #222 transparent transparent transparent;
}

.arrow.bottom.white {
    border-color: #fff transparent transparent transparent;
}

.arrow.bottom.middle {
    border-width: 8px 4px 0 4px;
}

.arrow.bottom.small {
    border-width: 5px 3px 0 3px;
}


/*==========================
	// common classes
============================*/

.indent li {
    position: relative;
}


/*くろまる*/
.indent.dot li::before {
    font-size: 1.0rem;
    content: '\25CF';
    color: #6d0101;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 3px;
    left: -24px;
}


.indent.circle li::before {
    /*まる*/
    font-size: 1.1rem;
    content: ' \25CB';
    color: #d3c9c7;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 3px;
    left: -15px;
}


ul.number li {
    list-style: decimal;
}

ul.none li {
    list-style: none;
}


.end_opacity {
    opacity: 0.3;
}

#contents hr {
    display: block;
    border: 1px solid #634841;
    border-width: 1px 0 0 0;
}

/*=======================
 font 
=====================*/

.en {
    font-family: "Times New Roman", Times, serif;
}


.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth"100;
}


.noto-serif.fw200 {
    font-weight: 200;
}


.noto-serif.fw300 {
    font-weight: 300;
}

.noto-serif.fw400 {
    font-weight: 400;
}


.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
}


.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.text-brown {
    color: #705645;
}

.text-brown2 {
    color: #553d2c;
}

.text-brown3 {
    color: #5e0303;
}


.op05 {
    opacity: 0.5;
}

.op06 {
    opacity: 0.6;
}


.op08 {
    opacity: 0.8;
}



/*==========================
	// id #contents
============================*/

#contents {
    padding-top: 60px;
}

.lv-02 {
    width: 95%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

@media screen and (min-width: 1000px) {
    #contents {
        padding-top: 100px;
    }

    .lv-02 {
        padding-top: 100px;
    }

}

/*==========================
	// id #title
============================*/


#title picture img {
    width: 100%;
}

#title .inside {
    width: auto;
    max-width: 1000px;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 769px) {
    #wrap {
        background: url("../img/title_bg.png") no-repeat top center #fffdf5;
        background-size: contain;
    }

    #title picture {
        display: block;
        /* max-width: 1000px;
        width: 80%; */
        max-width: 954px;
        width: 90%;
        margin: 0 auto;
    }

    #title picture img {
        /* width: 70%;
        max-width: 1000px; */
        width: 100%;
        max-width: inherit;
        margin: 50px 0 0;
    }
}

@media screen and (min-width: 1000px) {

    #title .inside .subhead {
        font-size: 18px;
        position: absolute;
        top: 200px;
        right: 10%;
        z-index: 2;
    }

    #title .inside .title {
        font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 4%;
        z-index: 2;
    }
}

@media screen and (min-width: 820px) and (max-width: 1000px) {
    #title {
        height: 100%;
    }

    #title picture {
        width: 75%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1800px) {

    #wrap {
        background: url("../img/title_bg.png") no-repeat top center #fffdf5;
        background-size: contain;
    }


    #title {
        height: 100%;
        padding-bottom: 30px;
    }

    #title picture {
        width: 75%;
    }
}

@media screen and (min-width: 1280px) {

    #title .inside .subhead {
        font-size: 22px;
        position: absolute;
        top: 240px;
        right: 120px;
        z-index: 2;
    }

    #title .inside .title {
        font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 4%;
        z-index: 2;
    }
}



@media screen and (min-width: 1921px) {
    #wrap {
        background: url("../img/title_bg.png") no-repeat top center #fffdf5;
        background-size: contain;
    }

}


/*==========================
	// id #local-nav
============================*/

#local-nav li {
    font-size: 16px;
    margin-bottom: 15px;
}

#local-nav {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}

#local-nav li a {
    padding: 10px 10px;
    color: #fff !important;
    background-color: #dc5f36;
    display: block;
    border-radius: 5em;
    text-align: center;
    position: relative;
}

#local-nav li a i {
    position: absolute;
    top: 18px;
    right: 45px;
    z-index: 2;
}


@media screen and (min-width: 1000px) {
    #local-nav li {
        font-size: 17px;
    }


    #local-nav li a i {
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 2;
    }



}







/*=================================
	// #outline
===================================*/

#outline {
    padding: 15px 0 45px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #222;
    /* background: #fffdf5; */
    background-color: #fffdf5;
}

#outline .inside {}

#outline h3 {
    height: 80px;
    font-size: 28px;
    font-weight: normal;
    background: #70372c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.details dt span {
    color: #222;
    font-size: 18px !important;
    padding: 2px 12px;
    color: #fff !important;
    border: #dfc366 thin solid;
    background-color: #dfc366;
}

#outline .link-btn a {
    height: 70px;
    color: #222 !important;
    background: #ecd37d;
    padding: 10px 15px 10px 15px;
    border-radius: 3em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapbtn {
    margin-bottom: 8px;
    padding: 5px 10px 3px;
    font-size: 12px;
    color: #333;
    line-height: 1.3;
    background-color: #dad4d2;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3em;
}


@media screen and (min-width: 1000px) {
    #outline {
        padding: 0px 0 60px;
    }

    #outline h3 {
        height: 120px;
        font-size: 40px;
    }

    .details dt span {
        font-size: 20px;
        padding: 2px 12px;
    }

    .mapbtn {
        font-size: 16px;
    }


    #outline .link-btn a {
        height: auto;
        font-size: 20px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 15px 20px 15px;
        border-radius: 3em;
        display: block;
    }


    #outline .link-btn a i {
        margin-bottom: 3px;
    }
}


/*==========================
	お申込み方法
============================*/


#apply .howto .notice {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 5px 15px;
}


#apply .howto {
    width: auto;
    /* padding: 15px 20px 15px 8px; */
    padding: 15px 0px 15px 0px;
}



#apply h5 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #634841 thin solid;
}


#apply .howto dt,
#apply .howto dd {
    font-size: 1.4rem;
}


#inq {
    width: auto;
    padding: 20px 20px;
}

#inq dt {
    margin-left: 0 !important;
}

#inq dd {
    margin-left: 1em !important;

}

#inq .tel_num {
    padding-top: 5px;
    display: block;
}




#apply .howto {
    background: #47281f;
}


#apply .howto .notice {
    font-size: 1.4rem;
    color: #5e0303 !important;
    padding: 0 15px;
    background: #ece6e3;
}

#apply .first {
    font-size: 2.0rem;
}

#apply .howto dt,
#apply .howto dd {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.6;
}

#apply .howto dt {
    margin-bottom: 5px;
}

#apply .howto dd {
    margin-left: 34px;
    margin-bottom: 30px;
}



#apply .tax {
    font-size: 1.4rem;
}


#apply .howto .before,
#apply .howto .after {
    font-size: 1.4rem;
    text-align: center;
    background: rgba(218, 212, 210, 0.2);
    padding: 10px 40px 10px 30px;
}




@media screen and (min-width: 1000px) {

    #apply h5 {
        font-size: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    #apply .howto {
        width: auto;
        padding: 30px 15px 60px !important;
    }


}


/*=====================
	// #access
=======================*/

#access iframe {
    height: 360px;
}


#access a:hover {
    color: #d3c9c7;
}

@media screen and (min-width: 1000px) {
    #access iframe {
        height: 600px;
    }
}


/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 5em;
}


.advance_notice .head {
    margin: auto;
}

.advance_notice p {
    margin-bottom: 1em;
}

.advance_notice a {
    color: #000 !important;
    display: block;
    margin-bottom: 1em;
}

@media screen and (min-width: 640px) {

    .advance_notice .head {
        width: 356px;
        margin: auto;
    }
}