@charset "UTF-8";

/*パンくずリスト*/
#bg-palegreen {
    height: 35px;
    background: #f0fff0;
}

.breadcrumb {
    height: 30px;
    padding: 6px 0 0 0;
    margin:0 auto;;
    width: 831px;
}

.breadcrumb li{
    display:inline;/*横に並ぶように*/
    list-style: none;
    font-weight: normal;
}

.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 3px;
    color: #555;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb #home span {
    color: #006837;
}

.breadcrumb li a {
    text-decoration: none;
    color: #000;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*メイン*/
article h1 {
    width: 831px;
    background: #F7931E;
    border-radius: 6px;
    font-size: 2.7rem;
    font-family: sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 5px 0 2px 12px;
    margin: 60px auto 0 auto;
    box-sizing: border-box;
}

#hikarurinen {
    display: block;
    width: 831px;
    margin: 20px auto;
}

article section h2 {
    width: 831px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #f7931e;
    padding: 0 0 2px 10px;
    border-bottom: 1px dotted #f7931e;
    margin: 80px auto 10px auto;
    box-sizing: border-box;
}

#taisyousya {
    width: 831px;
    margin: 30px auto;
    list-style-position: inside;
}
#taisyousya li {
    line-height: 1.8;
}

section p {
    width: 831px;
    margin: 30px auto;
}

.s-container {
    display: flex;
    justify-content: center;
    width: 831px;
    margin: 30px auto;
}
.s-item {
    width: 48%;
    margin: 0 2% 1% 0;
}
.s-item:nth-child(even) {
    margin-right: 0;
}
.s-item img {
    width: 100%;
}

section ul {
    width: 831px;
    background-color: #F15A24;
    color: #fff;
    line-height: 1.8;
    opacity: 0.7;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 2rem;
    margin: 30px auto;
    list-style-position: inside;
}

#s-gaiyou {
    border-collapse: collapse;
    width:831px;
    margin: 40px auto;
}

#s-gaiyou th,
#s-gaiyou td {
    border: solid 1px #C0C0B3;
    padding: 1.6rem;
}

#s-gaiyou th {
    text-align: center;
    font-weight: normal;
    background-color: #F8F8E9;
}

#s-gaiyou td {
    padding-left: 5%;
}

.h-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:831px;
    margin: 40px auto;
}
.h-item {
    width: 48%;
    margin: 0 2% 1% 0;
}
.h-item:nth-child(even) {
    margin-right: 0;
}
.h-item img {
    width: 100%;
}

#ryo-kin {
    border-collapse: collapse;
    width:831px;
    margin: 40px auto;
}
#ryo-kin th,
#ryo-kin td {
    border: solid 1px #888;
    font-weight: normal;
    text-align: center;
    padding: 1em;
}

#ryo-kin caption {
    caption-side: bottom;
    text-align: right;
    padding: 3px;
}

#ryo-kin tr td dl {
    text-align: left;
    line-height: 1.6;
    margin: 0 auto;
}
#ryo-kin tr td dd {
    margin-left: 0;
    margin-bottom: 2em;
}

.kasan {
    width:831px;
    border: solid 2px #888;
    padding: 10px;
    margin: 40px auto;
    box-sizing: border-box;
}
.kasan p {
    width: 100%;
    margin: 0;
    line-height: 1.8em;
}

.hokengai {
    width:831px;
    border: solid 1px #888;
    padding: 10px;
    margin: 40px auto 100px auto;
    box-sizing: border-box;
}
.hokengai p {
    width: 100%;
    margin: 0;
    line-height: 1.8em;
}



















