@charset "UTF-8";
body {
  background-color:#cc3300;
}


img{
	width:100%;
}


i{
	margin: 0 0.5rem;
}



/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	height: auto;
/*	background-image: url("../img/main_bg_pc.png");
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: flex-end;*/
	margin-bottom: 0rem;
	
}

.main h1{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
}



@media only screen and (max-width: 750px) {
.main{
	/*background-image: url("../img/main_bg_sp.png");*/
}

.main h1{
	width:100%;
}
	
}


/*コンテンツ
---------------------*/



#box_contents{
	width: 100%;
	padding: 0;
	margin: 0 auto 6rem;
}

section{
	width: 1200px;
	margin: 0rem auto 8rem;
}

section a{
	color: #007a6b;
	/*text-decoration: none;*/
}

section a:hover {
  opacity: 0.8;
	transition: 0.3s;
}

.box_white{
	width: 100%;
	padding: 4rem 6rem;
 background:rgba(255,255,255,0.9);
	/*background-color: white;*/
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border-radius: 15px;
	
}

.day_ttl{
	width: 100%;
	background: #eed209;

	padding: 0;
  margin: 0 auto 3rem;
  font-weight: bold;
  font-size: 2.4rem;
  color: #c01920;
  line-height: 2;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}

.font_large{
	font-size: 3rem;
	fontfont-family: "Alan Sans", sans-serif;
}


@media only screen and (max-width: 750px) {

section{
	width: 95%;
	margin: 0rem auto 4rem;
}
	
.box_white{
	padding: 1rem;
	
}


}




/*見出し
---------------------*/

.midashi01 {
	position: relative;
	font-size: 5rem;
	text-align: center;
	padding-bottom: 4rem;
	font-family: 'RocknRoll One', sans-serif;
	color: #f5c912;
}

.midashi01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f5c912;
	border-radius: 2px;
	margin-bottom: 4rem;
}


.theme_txt{
	font-size: 2.3rem;
	line-height: 1.8;
	font-family: 'RocknRoll One', sans-serif;
	margin-bottom: 3rem;
	color: #007a6b;
}

.theme_txt p{
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 750px) {
	.midashi01 {
	font-size: 2.2rem;
}

	
	.theme_txt{
	font-size: 1.4rem;
		margin-bottom: 1rem
}

	
}



/* ここから下がボタンのCSS　*/

/*メッセージボタン*/

#message_btn_box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	/*justify-content: center;　ボタン1つの時*/
	justify-content: space-between;
	flex-wrap: wrap;
}


#message_btn_box p{
	width: 48%;

}



.btn-icon {
	display: inline-block;
	width: 100%;
	margin: 0 auto 1.5rem;
	padding: 1rem;
	background-color: #00a7e9;
	font-size: 2.5rem;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2.5rem 0;
	border-radius: 45px;
	position: relative;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.btn-icon:hover {
  opacity: 0.8;
}


.btn-icon_tv {
	display: inline-block;
	width: 100%;
	margin: 0 auto 1.5rem;
	padding: 1rem;
	background-color: #f5c912;
	font-size: 2.5rem;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2.5rem 0;
	border-radius: 45px;
	position: relative;
	text-align: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.btn-icon_tv:hover {
  opacity: 0.8;
}

.box_message_btn{
	width: 100%;
	text-align: center;
	margin: 0 auto 4rem;
}

.box_message_txt{
	text-align: center;
}


@media only screen and (max-width: 750px) {
	#message_btn_box{
}
	
	#message_btn_box p{
	width: 100%;
	margin-bottom: 2rem;

}
	
	.btn-icon {
		width: 100%;
		font-size: 1.4rem;

}
	
		.btn-icon_tv {
		width: 100%;
		font-size: 1.4rem;

}
	
}



/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}



/*バナー一覧*/
#ban{
width: 100%;
	}
	
#ban ul{
		display: flex;
		justify-content: space-between;
	flex-wrap: wrap;
	}	

#ban ul::after {
display: block;
content:"";
width: 30%;
}
	
#ban li{
		width: 31%;
		list-style: none;
	margin-bottom: 1rem;
	}

#ban li img{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	}




.ban_name{
	text-align: center;
	font-weight: bold;
	margin: 1rem auto;
	font-size: 1.4rem;
	
}
		
@media screen and (max-width: 768px) {
#ban li{
		width: 100%;
	}	
}



/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}