/*==========================
	add module
============================*/


.lh-2 {
    line-height: 2;
}

.lh-2_2 {
    line-height: 2.2;
}


/*==========================
	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.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.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;
}


.op3 {
    opacity: 0.3;
}

.op5 {
    opacity: 0.5;
}


/*=======================
 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;
}


/*==========================
	opacity
============================*/

.op05 {
    opacity: 0.5;
}

.op06 {
    opacity: 0.6;
}


.op08 {
    opacity: 0.8;
}



/*==========================
	color
============================*/

.text-brown {
    /* color: #705645; */
    color: #3a1307;
}

.text-brown2 {
    color: #553d2c;
}

.text-maroon {
    color: #6a1816;
}



.text-brown3 {
    color: #5e0303;
}


.text-333 {
    color: #333;
}

.text-555 {
    color: #555;
}



.bg-blue {
    background-color: #1d3f93;
}

.bg-brown {
    background-color: #3a1307;
}

.bg-beige {
    background-color: #dfd5d2;
}

.bg-maroon {
    background-color: #6a1816;
}

.border-brown {
    border: #3a1307 thin solid;
}

.border-tb-brown2 {
    border-top: #99857e thin solid;
    border-bottom: #99857e thin solid;
}



/*==========================
	// 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 {
    background-color: #f1ecd4;
}

#title .inside {
    width: 90%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#title picture {
    display: block;
}

#title .bar {
    width: 100%;
    height: 22px;
    background: url(../img/title-deco.png) repeat-x;
}


@media screen and (min-width: 1000px) {

    #title .inside {
        width: 95%;
        max-width: 1220px;
    }

    #title h1 {
        max-width: 624px;
    }

}

/*==========================
	// 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: #330000 !important;
    /* background-color: #dad4d2; */
    background-color: #f9ecd0;
    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 {
    background: #270000;
    background: linear-gradient(to bottom, #875224 0, #f2a131 10%, #875224 50%, #f2a131 90%, #875224 100%);
}


#outline .inside {
    width: 95%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1ecd4;
}

#outline h3 {
    height: 80px;
    border-top: #3a1307 thin solid;
    border-bottom: #3a1307 thin solid;
    display: flex;
    align-items: center;
    justify-content: center;

}



#outline .box {
    background-color: #d3cce5;
}



.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;
}




/*==========================
	お申込み方法
============================*/

#apply .linkbtn a:hover {
    color: #fff !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;
    }
}