/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180717以上対応
Version: 20180717
*/

/* フォントインポート */
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');
.MonteCarlo{
	font-family: 'MonteCarlo', cursive;
}



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {



	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {


	/*-- ここまで --*/
}

/*SNSアイコン*/

.fab{
    font-family: "Font Awesome 5 Brands";
    font-size: 30px;
    padding: 10px;
    color: #898989;
}

table tr td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #fff;
    border-left-color: #fff;
    vertical-align: middle;
	font-size: 14px;
}

.post-806 .entry-title:not(.st-css-no2) {
    margin-bottom: 20px;
    display: none!important;
}

.member-d {
    width: 110px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    background-color: #ae2f5b;
    border-radius: 20px;
    vertical-align: center;
    display: block;
    margin: /*0 10px*/0 20px 0 0;
}
.member-d :hover {
	opacity: 0.7 ;
}
.menu-colorfont{font-size:inherit!important;}
/* 改行調整 */
.unbr{display:inline-block;}
@media screen and (min-width:750px){.pc_br{display:block;}.sp_br{display:none;}}
@media screen and (max-width:751px){.pc_br{display:none;}.sp_br{display:block;}}
/*ウェディングエステページ*/
#bridalEstheRuby{
	color:#4d4d4d;
	font-size: 20px;
	font-family: "Noto Sans JP"
}
@media screen and (max-width:599px){
	#bridalEstheRuby{
		font-size: 14px
	}
}
.notoSansJP{
	font-family:"Noto Sans JP";
}
.fontWeight300{
	font-weight:300;
}
.fontWeight400{
	font-weight:400;
}
.fontWeight500{
	font-weight:500;
}
.colorE49294{
    color: #E49294;
}
.brd_img {position:relative;}
.brd_img::before,.brd_img::after{content:'';position:absolute;transform:rotate(-35deg);width:70px;height:25px;background-color:#fff;z-index:1;}
.brd_img::before{top:-10px;left:-25px;border-bottom:1px solid #B7282C;}
.brd_img::after {bottom:-10px;right:-25px;border-top:1px solid #B7282C;}
/*ヘッダー調整用*/
.member-b{margin:0!important;}
@media only screen and (min-width: 960px){#headbox{max-width: 1100px!important;padding:5px 0!important;}header .sitename {padding:0 0 5px 0!important;}}
