@charset "UTF-8";



/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:680px) {


	.noneSP {
		display: none
	}

	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}


	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}


	img {
		width: 100%;
		height: auto;
	}


	/* ページトップへ戻る */
	#pageTop {
		position: fixed;
		bottom: 0px;
		right: 0px;
	}


	#pageTop img {
		width: 50%;
	}



	body {
		background: url(../images/bg.jpg) repeat;
		font-feature-settings: "palt";
		color: #3f3f3f;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}


	/*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/


	header {
		background-color: #FFF;
		height: 55px;
		margin-top: -1.5%;
	}

	header h1 {
		margin: 0 auto;
	}

	header img {
		width: 90px;
		height: auto;
		padding: 4% 0 0 0;
		display: block !important;
		margin: 0 auto
	}



	/*///////////////////////////////////////////

メイン画面

///////////////////////////////////////////*/


	section.mainimg {
		text-align: center;
		margin: 0 auto;
		display: block;
		width: 90%;
	}




	/*///////////////////////////////////////////

リードコピー

///////////////////////////////////////////*/



	div.readcopy {
		margin-top: -20px;

	}

	p.radcopy img {
		width: 68%;
		text-align: center;
		margin-top: 10px;
	}


	p.readtxt {
		font-size: 15px;
		letter-spacing: 0em;
		line-height: 200%;
		padding: 0 10px;
		margin-bottom: 30px;
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
	}






	/*///////////////////////////////////////////

コンテンツボックス

///////////////////////////////////////////*/


	p.staffmain img {
		width: 90%;
	}



	div.spbox {
		border: 1px solid #ddd;
		width: 90%;
		margin: 0 auto 10% auto;
	}



	div.contentsbox {
		background: url(../images/con_mid.png) repeat-y;
		background-size: 100%;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		height: auto;
		padding: 0 0 1% 0;
	}



	h2 {
		width: 90%;
		height: 50px;
		background: url(../images/bg_h2.png) no-repeat;
		margin: -2% auto 2%;
		padding-top: 6%;
		background-position: center;
		color: #FFF;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.2em;
		font-size: 105%;
		line-height: 130%;
	}


	h2.entry001 {
		width: 90%;
		height: 50px;
		background: url(../images/bg_h2_001.jpg) no-repeat;
		margin: 0 auto 2%;
		background-position: center;
		color: #FFF;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.2em;
		font-size: 105%;
		line-height: 130%;
		vertical-align: middle !important;
	}


	h2.entry002 {
		width: 90%;
		height: 50px;
		background: url(../images/bg_h2_002.jpg) no-repeat;
		margin: 0 auto 2%;
		background-position: center;
		color: #FFF;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.2em;
		font-size: 105%;
		line-height: 130%;
	}


	h2.entry003 {
		width: 90%;
		height: 50px;
		background: url(../images/bg_h2_003.jpg) no-repeat;
		margin: 0 auto 2%;
		background-position: center;
		color: #FFF;
		font-family: "Noto Serif JP", serif;
		letter-spacing: 0.2em;
		font-size: 105%;
		line-height: 130%;
	}




	/*///////////////////////////////////////////

表彰時に使用する

///////////////////////////////////////////*/


	h3 {
		width: 90%;
		margin: 5% auto 2% auto;
		background-position: center;
		color: #FFF;
		font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		letter-spacing: 0.5em;
		font-size: 105%;
		background-color: #066;
		vertical-align: middle;
		padding: 4% 0;
		border: 3px double #090;
	}

	h3.gold {
		color: #333;
		background: linear-gradient(45deg, #B67B03 0%, #DAAF08 25%, #FEE9A0 50%, #DAAF08 85%, #B67B03 100% 100%);
		border: 3px double #a89165;
		letter-spacing: 0.3em;
	}


	h3.silver {
		color: #333;
		background: linear-gradient(45deg, #757575 0%, #9E9E9E 25%, #E8E8E8 50%, #9E9E9E 85%, #757575 100% 100%);
		border: 3px double #666;
		letter-spacing: 0.3em;
	}



	h3.chubu {
		color: #333;
		background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
		border: 3px double #c1985a;
		letter-spacing: 0.3em;
	}


	.spmg {
		padding-top: 45px;
	}


	p.sptitle01 {
		background-color: #006835;
		padding: 5% 4%;
		margin: 0 0 8% 0;
		color: #FFF;
		letter-spacing: 0.1em;
	}

	p.sptitle02 {
		background-color: #4c845f;
		padding: 4%;
		margin: 5%;
		color: #FFF;
		letter-spacing: 0.1em;
	}

	p.sptitle03 {
		background-color: #68a377;
		padding: 3% 4%;
		margin: 0 5%;
		color: #FFF;
		letter-spacing: 0.1em;
	}


	p.orange {
		color: #ae2829;
		font-size: 100%;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	p.coutiontxt {
		margin: -3% 5% 5% 5%;
		padding-bottom: 2%;
		font-size: 85%;
		border-bottom: 1px dotted #ddd;
		line-height: 180%;
	}


	p.underline {
		border-bottom: 1px dotted #ddd;
		margin: -1% 5% 5% 5%;
		padding-bottom: 2%;
	}

	span.time {
		font-size: 90%;
		color: #333;
		margin: 0 2%;
	}





	/*///////////////////////////////////////////

表彰について

///////////////////////////////////////////*/


	p.granpri {
		font-size: 140%;
		color: #C03;
		font-weight: bold;
	}


	p.granpri02 {
		font-size: 140%;
		color: #006;
		font-weight: bold;
	}

	p.winer {
		padding: 0 5%;
		font-size: 90%;
	}


	p.bage img {
		width: 18%;
	}



	p.txt {
		padding: 0 8%;
		text-align: left;
		line-height: 230%;
		font-size: 90%;
	}



	/*/////////////////////////////////////////////////////////


「第31回SC接客ロールプレイングコンテスト」について


//////////////////////////////////////////////////////////*/




	div.contestbox {
		width: 90%;
		margin: 20px auto 0;
		text-align: left;
		line-height: 200%;
		font-size: 14px;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}



	div.aboutchubu {
		width: 90%;
		margin: 20px auto 30px;
		background-color: #E4D2A7;
		padding: 24px 0 10px;
		line-height: 200%;
	}



	p.titlecubu {
		font-weight: bold;
		background-color: #630;
		padding: 4% 0;
		width: 90%;
		margin: 0 auto;
		color: #FFF;
		letter-spacing: 0.1em;
	}


	p.txtcubu {
		text-align: left;
		font-size: 90%;
		line-height: 180%;
		padding: 0 20px;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}

	p.txtcubu02 {
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 160%;
	}


	div.infobox {
		background-color: #fff;
		padding: 10px 5px;
		border-radius: 5px;
		width: 86%;
		margin: 0 auto;
	}


	p.day {
		font-size: 90%;
		line-height: 190%;
	}


	p.day02 {
		font-size: 80%;
		line-height: 160%;
	}


	p.past {
		margin: 3%;
	}


	p.past img {
		width: 90%;
	}





	/*/////////////////////////////////////////////////////////


結果発表後のcss


//////////////////////////////////////////////////////////*/


	p.mainphoto img {
		width: 90%;
		margin: -10% 0 0 0;
	}


	p.question {
		font-size: 80%;
		padding: 3%;
		line-height: 180%;
		border: 3px solid #CDBA67;
		padding: 3%;
		width: 85%;
		margin: 0 auto;
		text-align: left;
	}



	p.spphoto img {
		width: 90%;
	}



	dl.sppeples {
		font-size: 85%;
		text-align: left;
		border: 1px solid #ddd;
		margin: 5%;
	}

	dt.plphoto {
		width: 90%;
		text-align: center;
		margin: 7% auto 3% auto;
	}

	dd {
		padding: 0 4.3% !important;
		margin: 0 !important;
		line-height: 180%;
	}


	dd.plname {
		font-weight: bold;
		font-size: 110%;
		text-align: center;
		margin-bottom: 2% !important;
	}

	dd.plshop {
		font-size: 88%;
		text-align: center
	}

	dd.pltxt {
		margin: 5% 0% !important;
	}



	p.Participation {
		font-size: 110%;
		padding: 4% 2%;
		letter-spacing: 5px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

		width: 60%;
		text-align: center;
		margin: 4% auto 3%;
		border: double 3px #d8bb56;
	}


	p.Participation002 {
		font-size: 110%;
		padding: 4% 2%;
		letter-spacing: 5px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

		width: 60%;
		text-align: center;
		margin: 4% auto 3%;
		border: double 3px #acacac;
	}








	/*///////////////////////////////////////////

	
参加者のボタン
	

///////////////////////////////////////////*/


	p.entrybtn {
		width: 80%;
		margin: 7% auto 50px;
		border-radius: 8px;
		background: #006835;
	}



	p.entrybtn a {
		color: #fff;
		font-size: 110%;
		letter-spacing: 0.1em;
		display: block;
		padding: 8% 2%;
		border: 3px solid #d6be60;
		border-radius: 8px;

	}





	/*/////////////////////////////////////////////////////////


開催概要


//////////////////////////////////////////////////////////*/



	p.abouttxt {
		text-align: left;
		width: 85%;
		margin: 3% auto 5%;
		line-height: 220%;
		font-size: 90%;
	}



	p.timesschedule {
		margin: 3% auto 4%;
	}


	p.timesschedule img {
		width: 85%;
		height: auto;
		margin-bottom: 4%;
	}



	p.cenoonetitle img {
		text-align: center;
		width: 80%;

	}





	/*///////////////////////////////////////////////


スタッフ紹介


///////////////////////////////////////////////*/


	p.quesstionvoice {
		letter-spacing: 0.1em;
		border: 1px solid #ddd;
		width: 80%;
		padding: 4% 3%;
		margin: 3% auto;
		font-size: 100%;
		line-height: 180%;
		font-weight: bold;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;

	}



	section.contentsitem {
		padding: 3% 5%;
		overflow: hidden;
	}


	.contentsitem-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contentsitem-box {
		padding: 1% 0;
		width: 50%;
	}

	.contentsitem-box_none {
		/*width: 18.5%;*/
		background-color: #fff;
		border: 1px solid #fff;
	}




	div.porabox {
		padding: 1% 6% 10%;
		margin: 0 4px;
		background-color: #fbfbee;
		border-radius: 4px;
		filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));

		height: auto;
		position: relative;
		display: inline-block;
	}


	span.entrynumber {
		background-color: #0f5a34;
		font-weight: bold;
		color: #fff;
		padding: 6px 4px;
		left: 10px;
		top: 17px;
		position: absolute;
		z-index: 100;
		font-size: 55% !important;
		letter-spacing: 0;
		width: 20px;
	}


	span.entrynumber001 {
		background-color: #05522b;
		font-weight: bold;
		color: #fff;
		padding: 6px 4px;
		left: 10px;
		top: 17px;
		position: absolute;
		z-index: 100;
		font-size: 55% !important;
		letter-spacing: 0;
		width: 20px;
	}


	span.entrynumber002 {
		background-color: #921b1f;
		font-weight: bold;
		color: #fff;
		padding: 6px 4px;
		left: 10px;
		top: 17px;
		position: absolute;
		z-index: 100;
		font-size: 55% !important;
		letter-spacing: 0;
		width: 20px;
	}


	span.entrynumber003 {
		background-color: #1d265c;
		font-weight: bold;
		color: #fff;
		padding: 6px 4px;
		left: 10px;
		top: 17px;
		position: absolute;
		z-index: 100;
		font-size: 55% !important;
		letter-spacing: 0;
		width: 20px;
	}











	p.staffphoto img {
		width: 100%;
		position: relative;
		height: auto;
		background-color: #fff;
		border: 1px solid #B7A243;
	}


	dl.staffinfo, dt, dd {
		padding: 0;
		margin: 0;
	}


	dl.staffinfo dt.name {
		font-weight: bold;
		color: #795900;
		font-size: 90%;
	}

	dl.staffinfo dd.history {
		font-size: 75%;
		font-weight: bold;
		color: #795900;
	}

	dl.staffinfo dd.shopname {
		font-size: 65%;
		margin-top: 5%;
		color: #795900;
	}

	dl.staffinfo dd.shopcate {
		font-size: 65%;
		margin: 1% 0 5% 0;
		color: #795900;
	}


	dl.staffinfo dd.txt01 {
		font-size: 75%;
		padding: 5% 0 !important;
		text-align: left;
		border-top: 1px solid #ddd;
		margin: 4% 0 !important;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}


	dl.staffinfo dd.txt02 {
		font-size: 70%;
		padding: 5% 0 !important;
		text-align: left;
		border-top: 1px solid #ddd;
	}


	span.txtnumber {
		padding-right: 3%;
	}



	span.smallfont {
		font-size: 80%;
		margin-left: 2%;
	}




	dd.insta img {
		width: 20px;
		vertical-align: middle;
		margin-right: 5px;
	}


	dd.insta a {
		color: #333;
		font-size: 80%;
	}









	/*///////////////////////////////////////////

受賞者

///////////////////////////////////////////*/


	p.awphoto img {
		width: 91%;
		margin-bottom: -8px;
	}


	dl.award {
		border: 3px solid #e0cd88;
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}


	dl.award002 {
		border: 3px solid #d3d3d3;
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}


	dl.award003 {
		border: 3px solid #015c31;
		width: 90%;
		padding: 20px 0;
		margin: 0 auto;
	}



	dt.awardname {
		font-size: 110%;
		font-weight: 700;
		margin-bottom: 2% !important;
		color: #795900;
	}


	dd.awardhistory {
		font-size: 85%;
		margin: 1%;
	}


	dd.awardshopname {
		font-size: 80%;
		margin: 1%;
		color: #795900;
	}


	dd.awardshopcate {
		font-size: 70%;
		margin: 1% 0 3% !important;
		color: #795900;
	}


	dd.awardtxt01, dd.awardtxt02 {
		font-size: 77%;
		text-align: center !important;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;

	}

	dd.awardtxt01 img {
		width: 60%;
		margin-bottom: 0% !important;
	}



	dd.awardtxt03 {
		font-size: 77%;

		text-align: left;
		line-height: 2;
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}






	.awbg001 {
		background: url(../images/bg_aw001.jpg) no-repeat;
		background-position: top 10px right;
		background-size: 20%;
	}

	.awbg002 {
		background: url(../images/bg_aw002.jpg) no-repeat;
		background-position: top 10px right;
		background-size: 20%;
	}


	.awbg003 {
		background: url(../images/bg_aw003.jpg) no-repeat;
		background-position: top 10px right;
		background-size: 20%;
	}



	p.txt {
		text-align: justify; // Required for IE and Edge 
		text-align-last: right;
	}


	p.copyright {
		font-size: 80%;
		color: #333;
		padding: 1% 5%;
		text-align: center;
	}