/*--------------------------------------
マナーのご案内詳細ページ
--------------------------------------*/

#manners-list .text-if-01 {
    font-size: 1.1rem;
    margin-left: 0;
    padding: 0 0;
	font-family: "yu-mincho-pr6", sans-serif;
}

.bnr-left-list {
    display: inline-block;
}
.bnr-right-list {
    display: inline-block;
}

#manners-list .other-manners-wrap {
    display: table;
    border: solid 1px #C9C9C9;
    width: 100%;
	min-height: 118px;
}
#manners-list .other-manners-wrap > ul, #manners-list .other-manners-wrap > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
#manners-list .other-manners-wrap .other-title-wrap {
    width: 300px;
    font-size: 1.9rem;
    background: url(/themes/www.ceremo117.jp_2017/manners/img/bg_plan_other.jpg) no-repeat left;
    background-size: cover;
    text-align: center;
    font-weight: 700;
	text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
#manners-list .other-manners-wrap > ul > li {
    display: inline-block;
    /*width: 30%;*/
    list-style: none;
    padding: 20px 0 0 30px;
    font-family: "ryo-gothic-plusn", sans-serif;
}
#manners-list .other-manners-wrap > ul > li a {
    color: #000;
    font-size: 1.1rem;
}
#manners-list .other-manners-wrap > ul > li a::before {
    content: '\f105';
    font-weight: bold;
    font-family: "Font Awesome 5 free";
    display: inline-block;
    padding: 0 10px;
    color: #008285;
}
@media (max-width: 1199px) {
.bnr-left-list {
    width: 49%;
}
.bnr-right-list {
    width: 49%;

}
}	
@media (max-width: 991px) {
#manners-list .other-manners-wrap > ul > li {
    padding: 20px 0 0 20px;
}
.bnr-left-list {
    width: 40%;
}
.bnr-right-list {
    width: 55%;
}
}

@media (max-width: 767px) {
#manners-list .other-manners-wrap {
    display: block;
    width: calc(100% - 20px);
    margin: auto 10px;
}
#manners-list .other-manners-wrap > div {
    display: block;
}
#manners-list .other-manners-wrap .other-title-wrap {
    width: 100%;
    text-shadow: none;
    background-image: none;
    background-color: #FFF;
    position: relative;
    font-size: 1.25rem;
}
#manners-list .other-manners-wrap > ul > li {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -o-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 5px;
    text-align: left;
}
#manners-list .other-manners-wrap > ul > li a {
    white-space: nowrap;
    font-size: 1rem;
}
#manners-list .text-if-01 {
    font-size: 1.0rem;
    margin-left: 0;
    padding: 10px 0;
}
#manners-list .other-manners-wrap > ul > li a::before {
    padding: 0 5px 0 0;
}	
.bnr-left-list {
    display: inline-block;
    width: 49%;
}
.bnr-right-list {
    display: inline-block;
    width: 49%;
}
}