@charset "utf-8";

/* ==========================================================
 背景色変更
========================================================== */
.hero-program-01 {
	background-color: #fff;
}

/* ==========================================================
 hero-cmn
========================================================== */
.hero-cmn-subpage {
	background: #000;
}

@media screen and (max-width: 767px) {
	.hero-cmn-subpage {
		background: #000;
	}
}

/* ==========================================================
 contents
========================================================== */
.ttl-cmn-section {
	margin-bottom: 5px;
}

.box-staff-01 {
	/*display: inline-flex;*/
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1.1rem;
	text-align: left;
}

.castName li {
	font-weight: bold;
	padding: 0 1rem;
}

.txt-areafull {
	width: 100%;
	padding: 1rem;
}

.txt-para-01 span {

	display: inline-block;
}

.photoArea2col {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
        margin: 0 auto 20px;
        text-align: center;
}

.photoSize {
	width: 500px;
	padding: 5px;
        text-align: center;
        margin: 0 auto;
}

.btopsInfo {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1.1rem;
}

.btopsInfo dt {
	width: 200px;
}

.btopsInfo dd {
	width: 290px;
	color: #CC0000;
	font-weight: bold;
}

.picto {
	text-align: center;
	margin: 1em auto 0;
}

.picto img {
	width: 60%;
}

.bnrBox{
	text-align: center;
}
.main_image{
		width: 100%;
	}

.sns2Box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 750px;
    margin: 0 auto;
}

.btnBox {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.daigo{
        font-weight: bold;
        color: #1EA7BD;
}
.kazu{
        font-weight: bold;
        color: #EB1B1B;
}
.formbox{
	text-align: center;
	margin: 0 auto;
}
.presentbox{
	text-align: center;
	margin: 0 auto 30px;
	padding: 0 30%;

}
.presentbox h3{
	font-weight: bold;
	font-size: 1.4rem;

}
.presentbox dt{
	font-weight: bold;
	text-align: left;
}
.presentbox dd{
	text-align: left;
}
.closing{
	font-weight: bold;
	font-size: 1.2rem;
}
/*ボタン*/
.button {
  display: inline-block;
  width: 100%;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*背景カラーをふわっと変更する*/
.fuwatto {
  background-color: #333;
  color: #fff;
	font-size: 1.5rem;
}
.fuwatto:hover {
  background-color: #EB1B1B;
}
.red{
	color: #EB1B1B;
}
.blue{
	color: #1EA7BD;
}
.green{
	color: #2DAF0D;
}
.orange{
	color: #D5690B;
}
.mb30{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {

	.photoArea2col {
		display: block;
	}

	.photoSize {
		width: 100%;
	}
	
	.picto img {
	    width: 90%;
    }

	.btopsInfo dt {
		width: 100%;
	}

	.btopsInfo dd {
		width: 100%;
		color: #CC0000;
		font-weight: bold;
	}
	
.bnrBox img{
	width: 100%;
}
    
    .btnBox {
        width: 50%;
        margin: 20px auto;
        text-align: center;
    }
    
    .sns2Box {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
.button {
  width: 100%;
}
.presentbox{
	padding: 0;

}
	.fuwatto {
	font-size: 1rem;
}
}
@media screen and (min-width:768px) and ( max-width:1024px)  {
	.bnrBox img{
	width: 100%;
}
}
	
        /* 画像ガード */
.s-cmn-protect {
	position: relative;
	display: inline-block;
	pointer-events: auto;
}

.s-cmn-protect::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;

	top: 0;
	left: 0;
}


@media print {
	.s-cmn-protect {
		display: none;
	}

}


