@charset "utf-8";

/*--------------------------
	共通の設定 /SP 320px(縦)からの設定 /
-------------------------- */
.top-silder {
	background-color: initial;
	margin: 0 0 50px;
	padding: 0;
}

/* ++++++++++++++++++++++++
	main
++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++
	greeting
++++++++++++++++++++++++ */
.greeting .plof-img figure {
	width: 200px;
    margin: 0 auto 1rem;
}

.plof-img:first-child {
	margin: 5rem 0;
}

/* ++++++++++++++++++++++++
	gallery
++++++++++++++++++++++++ */
.container-breakinside {
	padding: 0 10px;
	column-count: 3; /* こいつが肝 */
	height: auto !important; /* 検証として高さは可変（auto）に設定しているだけです。実際は不要です。 */
}
.container-breakinside > div {
	height: auto !important; /* 検証として高さは可変（auto）に設定しているだけです。実際は不要です。 */
	break-inside: avoid; /* こいつが肝 */
	margin: 0 0 10px;
}


/* ++++++++++++++++++++++++
	access
++++++++++++++++++++++++ */
.map iframe {
	width: 100%;
}

.access p{
	padding: 1rem;
}

.map-sns {
	display: flex;
    justify-content: flex-start;
}

.map-sns figure {
	width: 30px;
	margin: 10px;
}

.map-sns img {
	filter: invert(100%) sepia(12%) saturate(3560%) hue-rotate(301deg) brightness(109%) contrast(97%);
}

/* ++++++++++++++++++++++++
	contact
++++++++++++++++++++++++ */
.hover1 {
	margin: 0 auto;
	width: 60%;
	max-width: 270px;
	background: #FCF8F2;
	padding: 40px 20px;
	overflow: hidden;
	position: relative;
}
.hover1 a {
	text-decoration: none;
}
.txt {
	z-index: 2;
	position: relative;
}
.txt span {
	font-weight: bold;
	color: #616a9d;
	display: block;
}

.icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 30px;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: 1s;
}
.icon::after {
	content: "";
	background: #E3DBD2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: 1.2s;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}
.icon img {
	filter: invert(41%) sepia(35%) saturate(528%) hue-rotate(193deg) brightness(93%) contrast(89%);
	width: 50%;
	z-index: 1;
	position: relative;
	bottom: 15px;
    right: 2px;
}
.hover1:hover .icon::after {
	transform: scale(20);
}

/* ++++++++++++++++++++++++
	footer
++++++++++++++++++++++++ */

/*
--------------------------
	タブレット/TB~PC(s) /768pxから1023pxまでの設定 /
-------------------------- */

@media screen and (min-width:768px){
	/*TB用のCSSをここに記述*/
	
	/*プロフィール*/
	.plof-img:first-child {
    	margin: 0;
	}
	.plof-img {
		width: 450px;
	}
	
}



/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
@media screen and (min-width:1024px) {
/*PC用のCSSをここに記述*/
	
	
	
	
}
