/*==========================
	overwrite
============================*/

main {
    padding-top: 80px;
}

.bread .inner {
    max-width: 1200px;
}

@media screen and (min-width: 1000px) {

    main {
        padding-top: 100px;
    }

}


/*==========================
	add selector
============================*/


.w-95per {
    width: 95%;
}

.mw-1200 {
    max-width: 1200px;
}



/*==========================
	common
============================*/

.bg-red {
    background-color: #a70000;
}



/*==========================
	#title
============================*/

#title .h1-pc {
    display: none;
}

#title .h1-sp {
    display: block;
}

@media screen and (min-width: 1000px) {

    #title .h1-pc {
        display: block;
    }

    #title .h1-sp {
        display: none;
    }

}



/*==========================
	#contents
============================*/

#contents {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

#contents h3 {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 20px 1em;
    text-align: center;
    border: #a70000 thin solid;
    border-left: none;
    border-right: none;
}



/*==========================
	common classes
============================*/

.noto-serif-jp {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.fs-italic {
    font-style: italic;
}

a.link {
    color: #ca4b5d;
    font-weight: normal;
}

a.link:hover {
    opacity: 0.6;
}

a.line {
    text-decoration: underline;
}



/*==========================
	#local-nav
============================*/

#local-nav a {
    padding: 25px 1em;
    /* font-weight: bold; */
    color: #fff;
    text-align: center;
    display: block;
    background: #a70000;
    transition: .2s linear;
    position: relative;
}


/*==========================
	#competition
============================*/

#competition {
    border: #ccc thin dotted;
}

#competition h5 {
    font-weight: bold;
}

#competition dl {
    margin-left: 1em;
}

#competition dt {
    font-weight: bold;
    margin-right: .5em;
    display: inline-block;
}

#competition dd {
    display: inline-block;
}



/*=================================
	#detail-box
===================================*/

#detail-box.half .detail-insidebox {
    border: #ccc thin solid;
    border-radius: 1em;
}


dl.detail dt {
    margin-bottom: 8px;
}

dl.detail dt span {
    width: 200px;
    padding: 3px 0;
    display: inline-block;
    color: #fff;
    background: #a70000;
}




/*=================================
	// class date-detal
===================================*/

.date-detail {
    width: 90%;
    margin: auto auto 3em;
}

.date-detail-item {
    margin-bottom: 2em;
}

.date-detail h4 {
    width: 15%;
    margin-bottom: 1em;
}

.date-detail h4 span {
    color: #6a3515;
    font-size: 1.6rem;
    text-align: center;
    background: #efe8da;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.2em 1em 0.2em;
    border-radius: 2em;
    display: block;
}

.date-detail-item .detail-txt {
    font-weight: bold;
    font-size: 2.0rem;
}

.date-detail-item h5 {
    padding: 0 1em;
    color: #fff;
    background: #a70000;
    font-weight: bold;
    display: inline-block;
    border-radius: 2em;
}

.date-detail-item h5,
.date-detail-item p,
.date-detail-item ul {
    margin-left: .75em;
}

.fee-series {
    font-size: 1.6rem;
    padding: 1.5em 0 0;
    display: inline-block;
}

.attention-box {
    font-size: 1.5rem;
    padding: 1em;
    background: #efe8da;
    border-radius: .25em;
    font-weight: normal;
}




/*====================================================
        #inq 
=====================================================*/

address {
    font-style: normal;
    text-align: center;
}

#inq {
    border-radius: 1em;
    overflow: hidden;
}

#inq h3 {
    padding: .5em 1em;
    border-radius: 0;
}

#inq .inq_telbox {
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
}

.inqbtn a {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em;
    color: #fff;
    display: block;
    text-align: center;
    transition: .2s linear;
    background: #a70000;
    border-radius: 3em;
}

.inqbtn li.end {
    width: 80%;
    margin: auto;
    color: #666;
    text-align: center;
    padding: 1.5em 0;
    background: #ddd;
    display: block;
    border-radius: .2em;
}


@media screen and (min-width: 1000px) {

    .inqbtn a {
        width: 80%;
    }

}



/*=====================
	// #access
=======================*/

@media print, screen and (max-width: 640px) {
    #access iframe {
        height: 360px;
    }
}