@charset "utf-8";
/* CSS Document */

#wrapper {width: 100%; min-height: 100vh; margin: 0; padding: 0; box-sizing: border-box; overflow: hidden;}


/*PC:body-------------------------------------*/
@media screen and (min-width:961px){
	.pc {display: block !important;}
	.tb {display: none !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px; float: left;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 24px; font-weight: bold; float: left;}
	
	section {width: 60%; height: auto; margin: 0 20% 80px; padding: 0 0 35px; font-family: "Sawarabi Mincho", serif; font-weight: 600; font-style: normal; float: left; border: solid 1px #6B401B; border-radius: 8px; box-shadow: 0px 0px 15px -5px #7f5b39; box-sizing: border-box;}
	section h3 {width: 100%; height: auto; margin: 0 auto; padding: 10px 0; font-size: 20px; text-align: center; background: #F8F4E8; border-radius: 8px 8px 0 0;}
	.section_ul1 {width: 100%; margin: 5px 0; padding: 0; font-size: 16px; text-align: center;}
	.section_ul1 li {width: 100%; padding: 8px 0;}
	.section_ul1 li a {color: #6B401B;}
	.section_ul1 li a:hover {color: #6B401B; text-decoration: none;}
	
}

/*TB:body-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px){
	.pc {display: none !important;}
	.tb {display: block !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px; float: left;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 20px; font-weight: bold; float: left;}
	
	section {width: 90%; height: auto; margin: 0 5% 80px; padding: 0 0 35px; font-family: "Sawarabi Mincho", serif; font-weight: 600; font-style: normal; float: left; border: solid 1px #6B401B; border-radius: 8px; box-shadow: 0px 0px 15px -5px #7f5b39; box-sizing: border-box;}
	section h3 {width: 100%; height: auto; margin: 0 auto; padding: 10px 0; font-size: 20px; text-align: center; background: #F8F4E8; border-radius: 8px 8px 0 0;}
	.section_ul1 {width: 100%; margin: 10px 0; padding: 0; font-size: 16px; text-align: center;}
	.section_ul1 li {width: 100%; padding: 12px 0;}
	.section_ul1 li a {color: #6B401B;}
	.section_ul1 li a:hover {color: #6B401B; text-decoration: none;}
	
	
	
}

/*SP:body-------------------------------------*/
@media screen and (max-width: 767px){
	.pc {display: none !important;}
	.tb {display: none !important;}
	.sp {display: block !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px; float: left;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 20px; font-weight: bold; float: left;}
	
	section {width: 90%; height: auto; margin: 0 5% 80px; padding: 0 0 35px; font-family: "Sawarabi Mincho", serif; font-weight: 600; font-style: normal; float: left; border: solid 1px #6B401B; border-radius: 8px; box-shadow: 0px 0px 15px -5px #7f5b39; box-sizing: border-box;}
	section h3 {width: 100%; height: auto; margin: 0 auto; padding: 10px 0; font-size: 20px; text-align: center; background: #F8F4E8; border-radius: 8px 8px 0 0;}
	.section_ul1 {width: 100%; margin: 10px 0; padding: 0; font-size: 16px; text-align: center;}
	.section_ul1 li {width: 100%; padding: 12px 0;}
	.section_ul1 li a {color: #6B401B;}
	.section_ul1 li a:hover {color: #6B401B; text-decoration: none;}
	
	
	
}

