/*
Theme Name: Cocoon Child
Template: cocoon-master
Description: Custom child theme for Cocoon
Author: Tomoyori
Version: 1.0
*/





.custom-footer{
		background: repeating-linear-gradient(135deg, #F7E1E1, #F7E1E1 5px, #fff 5px, #fff 12px);
			padding: 10px;
		}
		
		.custom-footer_flex{
			display: flex;
   flex-direction: row;
			
		}
		
		
		.custom-footer_logospace{
			margin: 10px;
			width: 50%;
			height: auto;
			text-align: left;
			

		}
		
		.custom-footer_logospace img{
			width: 60%;
			height: auto;
			background: #ffffff;
			padding: 10px;
			 border-radius: 20px;
		}
		
		
		.custom-footer_logospace_text01{
			max-width: 100%;
			letter-spacing: 1px;
		}
		
		
		.custom-footer_informaiton{
			margin: 10px;
			width: 50%;
			text-align: center;
			background: #ffffff;
			
		}
		
		.custom-footer_info_text01{
			font-size: 30px;
			letter-spacing: 2px;
			font-weight: bold;
			margin: 20px 0 5px 0;
		}
		
		
		.custom-footer_info_text02{
			font-size: 16px;
			line-height: 28px;
			margin: 5px 0 10px 0;
		}
		
		.custom-footer_info_text03{
			font-size: 16px;
			line-height: 28px;
			margin: 5px 0 20px 0;
		}
		
		
		
		/*スマートフォン*/
		@media screen and (max-width:830px) {
			
			
			.custom-footer_flex{
				display: flex;
   flex-direction:column;
				margin: 10px;
			
		}
			
			.custom-footer_logospace{
				width: 100%;
				height: auto;
			margin: 10px 0 10px 0;
				text-align: center;
		}
		
		.custom-footer_logospace img{
			width: 80%;
			height: auto;
			background: #ffffff;
			padding: 10px;
			 border-radius: 20px;
		}
			
			
		
			.custom-footer_informaiton{
			margin: 10px;
			width: 100%;
				height: auto;
			text-align: center;
			background: #ffffff;
			
		}
		
			
			.custom-footer_info_text01{
			font-size: 22px;
				line-height: 30px;
			letter-spacing: 2px;
			font-weight: bold;
			margin: 20px 0 5px 0;
		}
		
		
		.custom-footer_info_text02{
			font-size: 16px;
			line-height: 28px;
			margin: 5px 0 10px 0;
		}
		
		.custom-footer_info_text03{
			font-size: 16px;
			line-height: 28px;
			margin: 5px 0 20px 0;
		}
		
			
			
			
			
			
			
			
		}