@charset "UTF-8";

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

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Button on the image
		03. Bootstrap Extension
		04. Round number counter list
		05. Follow button
		06. Label
		07. fullview
		08. Speech bubble
		09. Table
		10. Panel
	---------------------------

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




/** 01. Globals
**************************************************************** **/


/*===== Title & Character =====*/
@media all and (max-width: 768px) {
	.h3, h3 {
		font-weight: 300;
		color: #313131;
		font-size: 140%;
	}
}

.vdlv7 {
	font-family: "vdl-v7gothic", sans-serif;
}

.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin: 15px 0;
	border-bottom: #bebebe solid 1px;
	padding-bottom: 5px;
}



/*===== Line =====*/
.bbar {
	margin: 5em auto 2em;
	border-bottom: 1px solid #E3E3E3;
	width: 90%;
}


/*===== Content =====*/
.content_top {
	margin: -10px -10px 10px;
	padding: 0;
}

.module {
	padding: 10px;
}

#content.hero {
	margin-top: 35vh;
}


.content_full2 {
	margin: 10px 0;
	padding: 20px;
}

.module-gray2 {
	background-image: url(../images/dic_2022_23.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 -10px;
}

.bg-blk {
	height: 100%;
	background: rgba(0,0,0,0.7);
}





/*===== Add Color =====*/
.darkred,
.darkred a {
	color: #c00102;
}









/** 02. Button on the image
**************************************************************** **/
.content_full .example {
	margin-top: -20px;
}

.example {/*親div*/
	position: relative;/*相対配置*/
	padding: 0;
}

.example p {
	position: fixed;
	color: white;/*文字は白に*/
	bottom: 10px;
	z-index: 999;
	left: 50%;
	transform: translate(-50%, -50%)
}

.example img {
	width: 100%;
}

@media (max-width: 768px) {
.example p {
	bottom: 10px;
	right: 10px;
}
}





/** 03. Bootstrap Extension
**************************************************************** **/
.btn {
	margin-top: 5px;
}

.btn-outline.btn-danger,
.contact.gray a.btn.btn-danger {background:#c00102;border:2px solid #fff;color:#fff;}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:active,
.btn-outline.btn-danger:focus,
.contact.gray a.btn.btn-danger:hover,
.contact.gray a.btn.btn-danger:active,
.contact.gray a.btn.btn-danger:focus{color:#c00102;background:#fff;border:2px solid #c00102;}

.btn-outline.btn-danger.reverse,
.contact.gray a.btn.btn-danger.reverse {background:#fff;border:2px solid #c00102;color:#c00102;}
.btn-outline.btn-danger.reverse:hover,
.btn-outline.btn-danger.reverse:active,
.btn-outline.btn-danger.reverse:focus,
.contact.gray a.btn.btn-danger.reverse:hover,
.contact.gray a.btn.btn-danger.reverse:active,
.contact.gray a.btn.btn-danger.reverse:focus{color:#fff;background:#c00102;border:2px solid #c00102;}


.btn-outline.btn-default,
.contact.gray a.btn.btn-default {background:#333;border:2px solid #fff;color:#fff;}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active,
.btn-outline.btn-default:focus,
.contact.gray a.btn.btn-default:hover,
.contact.gray a.btn.btn-default:active,
.contact.gray a.btn.btn-default:focus{color:#333;background:#fff;border:2px solid #333;}

.btn-outline.btn-default.reverse,
.contact.gray a.btn.btn-default.reverse {background:#fff;border:2px solid #333;color:#333;}
.btn-outline.btn-default.reverse:hover,
.btn-outline.btn-default.reverse:active,
.btn-outline.btn-default.reverse:focus,
.contact.gray a.btn.btn-default.reverse:hover,
.contact.gray a.btn.btn-default.reverse:active,
.contact.gray a.btn.btn-default.reverse:focus{color:#fff;background:#333;border:2px solid #333;}










/** 04. Round number counter list
 **************************************************************** **/
ol.calender_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

#content ol.calender_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}

ol.calender_list li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list.back_orange li::before {
	background-color: #e67e22;
}

ol.calender_list.back_red li::before {
	background-color: #c00102;
}





/** 05. Follow button
 **************************************************************** **/
#Affix {
	max-width: 400px;
	z-index: 999;
	text-align: center;
	margin: auto;
}

.affix {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	bottom:10px;
}

.affix-top a {
	display: none;
}

@media (max-width: 768px) {
.affix {
	padding: 0 20px;
}
}





/** 06. Label
**************************************************************** **/
/*===== Label =====*/
.label-danger.label-outline {
	background-color: #fff;
	border: solid 1.3px #c00102;
	color : #c00102;
}

.label-danger.label-outline[href]:hover,
.label-dangerr.label-outline[href]:focus {
	color: #fff;
}

.black01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 1px #333;
	color: #333;
	padding: .15em .6em .15em;
	line-height: 1.8;
}
.red01 .label-default.label-outline {
	font-size:13px;
	font-weight: 900;
	background-color: #fff;
	border: solid 1px #c00102;
	color: #c00102;
	padding: .15em .6em .15em;
	line-height: 1.8;
}

.black01:hover .label-default.label-outline,
.black01:active .label-default.label-outline {
	color: #333;
}

.red01:hover .label-default.label-outline,
.red01:active .label-default.label-outline {
	color: #c00102;
}

@media (max-width: 575px){
.black01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}

.red01 .label-default.label-outline {
	font-size: 2.8vw;
	line-height: 6vw;
}
}









/** 07. fullview
 **************************************************************** **/
#container .fullview.fullview-background {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -5px;
	margin-bottom: 50px;
	width: 100vw;
	padding-top: calc(300 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview.fullview-background::before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.2);
}


/*===== fullview画像の四角ボックス =====*/
#container .fullview .slide_box {
	background-color: rgba(255,255,255,0.80);
	width: 60%;
	max-width: 950px;
	height: 100%;
	margin: 20px auto 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

#container .fullview .slide_box .inner {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
	padding: 2rem 2rem 1.5rem;
}

#container .fullview .slide_box p {
	height: auto;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.8;
	font-size: 0.8em;
}

@media ( max-width : 1200px ) {
#container .fullview.fullview-background {
	padding-top: calc(400 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}
}

@media ( max-width : 991px ) {
#container .fullview.fullview-background {
	padding-top: calc(500 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box p {
	font-size: 0.8em;
}
}

@media (max-width: 768px) {
#container .fullview.fullview-background {
	padding-top: calc(600 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box p {
	font-size: 0.7em;
}
}

@media (max-width: 590px) {
#container .fullview.fullview-background {
	padding-top: calc(750 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box {
width: 85%;
}

#container .fullview .slide_box p {
	font-size: 0.7em;
}

#container .fullview .slide_box .inner {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}
}

@media (max-width: 480px) {
#container .fullview.fullview-background {
	padding-top: calc(850 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box {
	width: 90%;
	height: 100%;
}

#container .fullview .slide_box p {
	font-size: 0.7em;
}
}

@media (max-width: 405px) {
#container .fullview.fullview-background {
	padding-top: calc(900 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box p {
	font-size: 0.7em;
	line-height: 1.8;
}
}

@media (max-width: 360px) {
#container .fullview.fullview-background {
	padding-top: calc(1000 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

#container .fullview .slide_box p {
	font-size: 0.7em;
	line-height: 1.8;
}
}







/** 08. Speech bubble
 **************************************************************** **/
.point_fukidashi {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	padding: 2px 0;
	width: 70px;
	height: 70px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #3498db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.point_fukidashi::before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 27px solid #3498db;
	z-index: 0;
}

.bk_red .point_fukidashi {
	background: #c00102;
}

.bk_red .point_fukidashi::before {
	border-top: 27px solid #c00102;
}

.point_fukidashi .vmid {
	position: absolute;
	display: block;
	top:20px;
	width: 100%;
}

#container h4.point_univ {
	font-size: 125%;
	font-weight: 700;
	color: #3498db;
	border-bottom: solid 0px #005b9f;
}

#container .bk_red h4.point_univ {
	color: #c00102;
}

#container h4.point_univ {
	margin-top: 5px;
}

.step_hr {
	width: 95%;
	border-bottom: dotted 1px #ccc;
}

@media only screen and (max-width: 768px) {
	.point_fukidashi {
		position: relative;
		display: inline-block;
		margin-bottom: 2em;
		padding: 2px 0;
		width: 50px;
		height: 50px;
		line-height: 1.2;
		vertical-align: middle;
		text-align: center;
		color: #FFF;
		background: #3498db;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	.point_fukidashi::before {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 15px solid #3498db;
		z-index: 0;
	}
	.bk_red .point_fukidashi {
	background: #c00102;
	
}

.point_fukidashi .vmid {
	top: 10px;
}
.bk_red .point_fukidashi::before {
	border-top: 27px solid #c00102;
}

	h4.point_univ {
		text-align: center;
	}
}









/** 09. Table
**************************************************************** **/
/*===== Table =====*/
#content table.center {
	text-align: center;
}

#content table.center td,
#content table.center th {
	vertical-align: middle;
}

#content table.tblFull th.nowrap {
	white-space: nowrap;
}

#content .res_table table.tblFull.center td {
	text-align: center;
}

@media (max-width: 768px){
#content .res_table table.tblFull.center td {
	background: #fff;
	text-align: left;
}

.res_table td.title2::before {
	content: attr(data-title) " ";
	display: block;
	padding: 5px 10px;
	margin: 0 -10px 10px;
	background: #dcdcdc;
}

#content .res_table table.tblFull td.top2 {
	border-top: 0px solid #dcdcdc;
}

#content .res_table table.tblFull td {
	border-top: 1px solid #dcdcdc;
}

#content .res_table table.tblFull td.topline_non {
		border-top: 0px solid #dcdcdc;
}

#content .res_table td p {
	margin: 0;
}

#content .res_table table .btn:first-child {
	margin: 0;
}


}






/** 10. Panel
**************************************************************** **/
.panel-title .section_list {
	color: #fff;
	margin-top: 0;
	font-size: 1.1em;
	background: linear-gradient(#A4A4A4, #717171 );
	margin-bottom: 0;
}

.panel-title.accordion-toggle.gray_toggle {
	margin-top: 5px;
}


/*accordion-toggle icon*/
.accordion-toggle a.section_list::after {
	font-family: 'Font Awesome 5 Free';
	content: " \f078";
	content: " 	\f0d8";
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

.accordion-toggle a.section_list.collapsed::after {
	font-family: 'Font Awesome 5 Free';
	/*content: " \f077";*/
	content: " \f0d7";
	/*     color: blue; */
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

a.list-group-item.section_list,
button.list-group-item.section_list {
	color: #fff;
}

a.list-group-item.section_list .list-group-item-heading,
button.list-group-item.section_list .list-group-item-heading {
	color: #ef8200;
}

a.list-group-item.section_list:hover, a.list-group-item.section_list:focus,
button.list-group-item.section_list:hover,
button.list-group-item.section_list:focus {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(#B6B6B6, #7F7F7F );
}


.list-group-item {
	position: relative;
	display: block;
	padding: 10px 35px 10px 10px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 0px solid #B3B3B3;
}

.list-group-item.merit_list:first-child {
}

.list-group-item.merit_list:last-child {
	margin-bottom: -2px;
}

.well.square.merit_comment{
	background: none;
}

a.list-group-item,
button.list-group-item {
	color: #ef8200;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #B3B3B3;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	color: #5B5B5C;
	text-decoration: none;
	background-color: #FFF4E8;
}

.accordion-toggle a.collapsed:after {
	margin-top: -13px;
}

.accordion-toggle a:after {
	margin-top: -13px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 0px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.list-group h4 .em15 {
	font-size: 1.5em;
}




/* order_btn
---------------------------------------------------- */

.affix-top #order_btn {
	display: none;
}

.affix #order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(192,1,2,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #950203;
}
@media (max-width: 768px) {
	.affix #order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #C00102;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		font-size: 13px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #950203;
	}
}







.example p {
	position: fixed;
	color: white;/*文字は白に*/
	bottom: 10px;
	z-index: 999;
	left: 50%;
	transform: translate(-50%, -50%)
}



#Affix,#Affix2 {
	right: 0;
	position: fixed;
	bottom: 80px;
	z-index: 999;
}

@media (max-width: 768px) {

#Affix,#Affix2 {
	z-index: 999;
	right: 0;
	position: fixed;
	bottom: 100px;
}

}



.module-red {
	background-color: #AE3249;
}

.contact .bg-dark {
    background-color: #000000!important;
}

