@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap'); 

.remodal{
    width:98%!important;
}
#shiga{
    font-feature-settings: "palt" 1;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
}
#shiga.message,
#shiga.message p{
    font-size: 16px;
    padding: 0;
}
#shiga h2,#shiga h3,#shiga h4 {
    letter-spacing: .05em;
    line-height: 150%;
}
#shiga div{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#shiga .main_t{
    color: #FFFFFF;
    font-size: 2.4em;
    font-weight: 900;
    text-align: center;
    text-shadow: 0.24rem 0.23rem 0 #57cfed;
    -webkit-text-stroke: 2px #007591;
    text-stroke: 2px #007591;
}
#shiga .main_t span{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 900;
    text-align: center;
    text-shadow: 0.24rem 0.23rem 0 #57cfed;
    -webkit-text-stroke: 2px #007591;
    text-stroke: 2px #007591;
}
#shiga .sub_t{
	font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    color: #fff!important;
    display: block;
    width: auto;
    background-color: #007591;
    box-shadow: 3px 3px 0 #57cfed;
    border-radius: 4px;
    padding: 0.2em 0.6em;
    margin: 10px 0 7px 0;
}

#shiga .m_list,#shiga .m_list02{
	text-align: left;
	line-height: 1.7em!important;
    list-style: none;
	padding:0;
	text-index:0;
}
#shiga .m_list li:before{
 	content: "・";
}

#shiga .m_t{
	color: #333333;
	text-align: left!important;
	margin: 3px 0!important;
    letter-spacing: .2em;
    font-weight: 600;
}
#shiga .txt_l{
	text-align: left;
	line-height: 1.7em;
}
#shiga .txt_C{
	text-align: center;
	line-height: 1.7em;
}
#shiga .strong{
    font-size: 18px;
    font-weight: 700;
	line-height: 1.7em;
}
#shiga .center{
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.16em;
}
#shiga .un_line{
    position: relative;
    padding-bottom: 0.04em;
    color: #007591;
    margin: 0 0.02em;
}
#shiga .un_line::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.1em;
    display: inline-block;
    background: #007591;
}
#shiga .txt_em{
    font-size: 28px;
    font-weight: 700;
	line-height: 1.7em;
}
#shiga small{
    font-size: 16px;
    letter-spacing: 0.06em;
}
#shiga .txt_red{
    color: #df2102;
}
#shiga .txt_choco{
    color: #973111;
}
#shiga .details_box{
    border: 1px solid #57cfed;
    background-color: #ffffff;
    padding: 1rem;
    margin: 0.2em 0;
}
#shiga .m_list02 li{
	margin-bottom: 5px;
}
#shiga .m_list02 li span{
	font-weight: bolder;
}

#shiga a {
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: .1em;
	opacity: 1;
    transition: all 0.3s ease;
    text-decoration: none;
}

#shiga a:hover {
	opacity: 1;
    color: #d57800;
	background-color:#f1eae1;
    text-decoration: none;
}

#shiga .link_btn{
    display: block;
    text-align: center;
	padding:1em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    color: #fff;
	background-color:#f38c0c;
    transition: all 0.3s ease;
}
#shiga .link_btn:hover{
    color: #d57800;
	background-color:#f1eae1;
}

#shiga .link_btn02{
    display: inline-block;
	padding:0.7em 1em;
    margin-top: 0.1em;
    margin-bottom: 0.8em;
    color: #fff;
	background-color:#4eb8d3;
}
#shiga .link_btn02:hover{
    color: #4b8c9d;
	background-color:#dcebef;
}
@media only screen and (min-width: 768px){
    .sp-on{
    display:none;
}
}

@media only screen and (max-width: 767px){
    #shiga .main_t{
        font-size: 2.3em;
        text-shadow: 0.21rem 0.22rem 0 #57cfed;
    }

    #shiga .un_line{
        padding-bottom: 0;
    }
    #shiga .un_line::before{
        display: none;
    }

    #shiga .link_btn02{
        display: block;
        text-align: center;
    }
    #shiga .center{
    letter-spacing: 0em;
}
    .sp-none{
        display:none;
    }
    #shiga a {
    letter-spacing: 0em;
}
}

#shiga,#shiga.message,#shiga p,#shiga h2,#shiga h3,#shiga h4,
#shiga span,#shiga div,#shiga a,#shiga th,#shiga td,#shiga li,#shiga small{
    font-family: 'Noto Sans JP', sans-serif;
}
