/*==========================
	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;
}

/*=======================
 font 
=====================*/

.en {
    font-family: Arial, Helvetica, "sans-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;
}



.op05 {
    opacity: 0.5;
}

.op06 {
    opacity: 0.6;
}


.op08 {
    opacity: 0.8;
}



/*==========================
	// ribbon
============================*/

.ribbon {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 3px 0 7px;
  background: #df0615;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon h4 {
  margin: 4px;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 1);
  border-bottom: dashed 2px rgba(255, 255, 255, 1);
  line-height: 42px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: 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;
    }

}

/*==========================
	// #title
============================*/

.title {
    background: url("../img/bg_contents.png") repeat top left;
}

.title_bg01 {
	background: url("../img/title_flower_mob.png") no-repeat bottom center;
	background-size: contain;
}

.box-title {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 1));
}

@media screen and (min-width: 769px) {


}

@media screen and (min-width: 1000px) {
	.box-title {
		background: rgba(255,255,255,.8);
		box-shadow: 0px 0px 8px 2px rgba(51, 93, 125, 0.35);
	}
	
	.title_bg01 {
		background: url("../img/title_flower_pc.png") no-repeat bottom left;
		background-size: 100%;
	}
}


@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;*/
    }

    #title h1 {
        /* font-size: 68px; */
        /*font-size: 80px;
        font-weight: normal;
        line-height: 1.3;
        text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000;*/
        /* 重ねた影 */
        /*右方向　下方向　ぼかし半径*/
    }


    #title time {
        /* font-size: 28px; */
        font-size: 32px;
    }

    #title time span {
        /* font-size: 54px; */
        font-size: 60px;
    }

}


/*==========================
	// 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: #d0ebfa;
}

#outline h3 {
    /*height: 80px;
    font-size: 28px;
    font-weight: normal;
    background: #6d0c0c;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.details dt span {
    /*font-size: 18px !important;
    padding: 2px 12px;
    color: #dad4d2 !important;
    border: #866a69 thin solid;
    background-color: #866a69;*/
}

#outline .link-btn a {
    height: 70px;
    color: #5e0303 !important;
    background: #f9ecd0;
    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: 90px 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 {
}



#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 .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;
    }
}


/*=====================
	// #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;
    }
}