/*==========================
	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;
}



/*==========================
	// 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 {
	background-image: repeating-linear-gradient(90deg, #e9f3fb, #e9f3fb 10px, #d9eff9 10px, #d9eff9 20px);
}

#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 {
  display: inline-block;
  position: relative;
  height: 50px;
  /*line-height: 80px;*/
  text-align: center;
  padding: 10px 30px 10px 40px;
  background: #f6dd58;
  color: #41210f;
  box-sizing: border-box;
}


.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media screen and (min-width: 768px) {
	.ribbon {
		height: 80px;
	}
	.ribbon:before {
		border-width: 40px 0 40px 15px;
	}
	.ribbon:after {
		border-width: 40px 15px 40px 0;
	}
}


/*==========================
	// 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: rgba(255,255,255,.8 ) url("../img/title_flower.png") no-repeat;
	background-position: center top;
	background-size: 90%;
}

.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));*/
}
.title .deco {
	-webkit-text-stroke:2px #213448;
  	text-shadow:
   		0 2px #213448,
    	0 4px #213448,
    	0 6px #213448;
 }
.title .deco-white {
	-webkit-text-stroke:0px;
  	text-shadow: none;
}

@media screen and (min-width: 821px) {
	.title {
    	background: rgba(255,255,255,.8 ) url("../img/title_bg.png") no-repeat;
		background-position: left top;
		background-size: contain;
	}
	.title .deco-white {
		-webkit-text-stroke:0px;
  		text-shadow: none;
	}
}

@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/main-visual-pc.png") no-repeat bottom left;
		background-size: 100%;*/
	}
	.title .deco-white {
		-webkit-text-stroke:2px #fff;
  		text-shadow:
    		0 2px #213448,
    		0 4px #213448,
    		0 6px #213448;
	}
}


@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 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-image: repeating-linear-gradient(90deg, #e9f3fb, #e9f3fb 10px, #d9eff9 10px, #d9eff9 20px);
}

#outline h3 {
  background-image: linear-gradient(0deg, #008dc9, #00aebb);
}

#outline h3 .catch:before,#outline h3 .catch:after {
	content: '';
	display: inline-block;
	height: 25px;
	border-left: solid 3px #fff;
}
#outline h3 .catch:before {
	transform: rotate(-10deg);
	margin-right: 12px;
}
#outline h3 .catch:after {
	transform: rotate(10deg);
	margin-left: 12px;
}

.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;
    }
}