@charset "UTF-8";

.mt25{
    margin-top: 25px;
}
.cm-head03 .mt25{
	margin-top: 25px;
}
.no-link img{
    opacity: .3;
    cursor: default;
}

.topic-path .no-link-arr{
	padding-right: 15px;
	display: inline-block;
	background: url(../../../../../sy-images/co_breadcrumb.png) no-repeat right;
	background-size: 5px 12px;
}
.topic-path .no-link-arr{
	color: inherit;
}

.ptb115-50{
	padding-top: 30px;
	padding-bottom: 15px;
}
@media (min-width: 1020px){
	.ptb115-50{
		padding-top: 50px;
		padding-bottom: 115px;
	}
}
@media (max-width: 767px){
	.sp-mb10{
		margin-bottom: 10px;
	}
	.sp-mb15{
		margin-bottom: 15px;
	}
	.sp-mb20{
		margin-bottom: 20px;
	}
	.sp-mb25{
		margin-bottom: 25px;
	}
	.sp-mb30{
		margin-bottom: 30px;
	}
}

.cm-item-bg{
	background-color: #e5f5eb;
	padding: 25px;
}
.cm-item-list li:before{
	display: inline-block;
	content: "●";
	color: #80cc99;
	font-size: 16px;
	margin-right: 3px;
}


/* ------------------------------------- */
/*	 shop/costume/
/* ------------------------------------- */

/*------------------
   index.html
*/
.cos-bg{
    background-color: #fffbd9;
}
.cos-color{
    color: #fd9192;
}
.cos-note{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.384;
}

/* ご父母の皆様へ */
.cos-parents{
    position: relative;
    z-index: 3;
    margin-top: 16px;
}
.cos-parents-h2{
    position: absolute;
    top: -16px;
    display: inline-block;
    min-width: 160px;
    line-height: 32px;
    font-size-adjust: 18px;
    font-weight: 700;
    background-color: #fd9192;
    color: #fff;
    text-align: center;
}
.cos-parents-h2:after{
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fd9193 transparent transparent transparent;
}
.cos-figcaption{
    font-size: 13px;
    line-height: 1.384;
}
@media (max-width: 767px){
    .cos-parents{
        padding-bottom: 30px;
        padding-top: 46px;
    }
    .cos-parents-h2{
        left: 50%;
        margin-left: -80px;
    }
    .cos-fhoto{
        margin-top: 15px;
    }
}
@media (min-width: 768px){
    .cos-parents{
        padding-bottom: 60px;
        padding-top: 54px;
    }
    .cos-fhoto{
        margin-top: 32px;
    }
    .cos-fhoto li{
        float: left;
        width: 50%;
    }
    .cos-fhoto li:nth-child(1){
        padding-right: 8px;
    }
    .cos-fhoto li:nth-child(2){
        padding-left: 8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .cos-figcaption{
        font-size: 12px;
    }
}

/* お支度会場は卒業式会場周辺 */
.cos-w{
    padding-top: 30px;
}
.cos-flow{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cos-flow li{
    padding: 15px;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.cos-flow-dl{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.cos-flow-dl dt,
.cos-flow-dl dd{
    display: table-cell;
    vertical-align: middle;
}
.cos-flow-dl dt{
    width: 40px;
}
.cos-flow-dl dt img{
    width: 30px;
    height: auto;
}
.cos-flow-dl dd{
    font-size: 14px;
    line-height: 1.357;
}
@media (max-width: 767px){
    .cos-flow li{
        margin-top: -1px;
    }
}
@media (min-width: 768px){
    .cos-flow{
        display: table;
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .cos-flow li{
        display: table-cell;
        vertical-align: top;
    }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
    .cos-flow-dl{
        min-height: 4em;
    }
    .cos-flow-dl dt,
    .cos-flow-dl dd{
        vertical-align: top;
    }
    .cos-flow-dl dt{
        width: 40px;
        padding-top: 3px;
    }
}
@media (min-width: 1020px){
    .cos-w{
        padding-top: 60px;
        padding-bottom: 10px;
    }
}

@media (min-width: 767px){
    .cos-schedule ul{
        float: left;
    }
    .cos-schedule ul ~ ul{
        margin-left: 30px;
    }
}


/*------------------
schedule.html
*/
.sc-table th{
    padding-left: 10px;
    text-align: left;
    font-weight: 700;
    color: #707070;
}
.sc-table td{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.sc-table tr td:first-child{
    text-align: center;
}
@media (max-width: 767px){
    .shop-schedule section ~ section{
        margin-top: 40px;
    }
    .sc-table{
        margin-top: 20px;
    }
    .sc-table td{
        font-size: 13px;
    }
    .sc-table tr td:first-child{
        width: 170px;
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (min-width: 768px){
    .shop-schedule section ~ section{
        margin-top: 80px;
    }
    .sc-table{
        margin-top: 30px;
    }
    .sc-table th{
        font-size: 18px;
    }
    .sc-table tr td:first-child{
        width: 240px;
    }
}
