main legend{
	position:relative;
	margin:1.5em 0 1em 0;
}

main legend h1 {
	margin:2.1em 0;
	position: relative;
}

main legend p {
	position: absolute;
	font-size:24vw;
	font-family: "Poppins";
	color:#f7f9ec;
	font-weight:400;
	line-height: 0.9em;
}

main div.contents{
	z-index:999;
	position: relative;
}

@media screen and (min-width: 568px) {
	main legend{
		position:relative;
		margin-top:-1em;
	}

	main legend h1 {
		margin:1.55em 0 3em 0;
	}
		
	main legend p {
		font-size:10em;
	}
}

@media (min-width: 1280px) {
    .pure-u-xl-1-2 {
        width: 50%;
    }
}
/*					 		*/
/*			profile			*/
/*							*/

main .profile .time th{
	width:4em;
	display:table-cell;	
	padding:0.5em;	
}
main .profile .time td{
	display:table-cell;
	width:calc((100% - 4em - 10px) / 7);
	vertical-align: middle;
	padding:0;
}

main .profileImg{
	position:relative;
}

main img.boke{
	position:absolute;
	top:0;
	right:-1em;
	height:100%;
	width:auto;
	display:none;
}

main img.profile {
	position: relative;
	height:200px;
	margin-bottom:2em;
	object-position: center;
	border-radius: 1.5em 1.5em 0 0;
}

main .shop{
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center;     /* 垂直方向の中央揃え */
    height: 100%;            /* 必要に応じて高さを調整 */
}

main .shop ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	gap:1em;
}

main .shop li{
	font-size:0.8em;
	line-height:1.6em;	
}

main .shop li img{
	border-radius: 50%;
	margin-bottom:1em;
}

.bottom_logo{
	display:none;
}

@media screen and (min-width: 568px) {
	main .profile .info td, main .profile .info th{
		text-align:left;
	}
	
	main .profile .time th{
		width:8em;
		padding:1em;;	
	}
	main .profile .time td{
		width:auto;
		padding:1em;
	}
	main .shop ul{
		gap:1.5em;
	}
	main .shop li{
		font-size:0.9em;
		line-height:1.8em;	
	}
	
	main img.profile {
		height:300px;
	}
}
@media screen and (min-width: 768px) {
	main .shop ul{
		gap:2em;
	}
	main img.profile {
		object-position: left;	
		height:420px;
		width:480px;
		border-radius: 1.5em 0 0 1.5em;			
	}	
}
@media screen and (min-width: 980px) {
	main .shop{
		justify-content: center;
	}
	main .shop ul{
		max-width:720px;
	}
	main .shop li{
		font-size:1em;
		line-height:2em;	
	}
	main .shop ul{
		gap:4em;
		max-width:calc(720px + 4em);
	}
	main img.profile{
		width:640px;
	}
}
@media screen and (min-width: 1320px) {
	main img.profile{
		width:600px;
	}

	main img.boke{
		display:block;
	}
}


/*					 		*/
/*			contact			*/
/*							*/

main .contact h2{
	text-align:left;
}

main > .contents.contact [class*="pure-u-"]:nth-of-type(2){
	padding-top:2em;
    border-top:0.5px solid #ddd;
}

main .contact hr{
	margin-top:2em;
}

main .contact li .vertical{
	margin-bottom:0;
}

main .contact a.line-bt{
	display:flex;
    align-items: center;
    justify-content: center;
	font-size:1em;
	font-weight: 600;
	width:100%;
	border-radius:.3rem;
	margin-bottom:1em;
    background-color: rgb(43, 172, 56);
}

main .contact a.line-bt i.line{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/icon_line_w.svg');
    background-size: cover;
    background-position: center;
    width: 1.5em;
    height: 1.5em;
	margin-right:0.5em;
}

main .contact a.tel{
	display:block;
	text-align:left;
	font-family: "Poppins";
	font-weight: 600;
	text-decoration: none;
	font-size:2.7em;
	line-height:0.6em;
	margin-bottom:0.3em;
}
main .contact a.tel small.tel{
	display:inline-block;
	font-size:0.4em;	
	margin-right:0.5em;
    transform: translateY(-3px);
}

main .contact .box {
    border-color: rgb(255,209,209, .5);
}

main .contact .pure-button-primary, a.pure-button-light {
    background-color:rgb(255,64,73);
    color: white;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 768px) {
	
	main > .contents.contact [class*="pure-u-"]:nth-of-type(2){
		margin-top:0;
		padding-top:0;
		border-top:none;
		border-left:0.5px solid #ddd;
		margin-left:-0.5px;
	}
}
