.spacer {
	margin-top: 30px;
}

.banner {
	width: 80%;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.profile {
	width: 150px;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
}

.profileimg {
	width: 60%;
	border-radius: 50%;
	margin: 0 auto;
}

.profileimgbox {
	text-align: center;
}

.profiletxt {
	padding: 0px 50px;
}

.cities-box {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 240px;
	text-align: center;
	font-size: 14px;
	
}
.cities-box a {
	text-decoration: none;
	padding: 3px;
	font-size: 15px;
	color: black;
}
.cities-box a:visited {
	color: black;
}
.cities-box a:hover {
	padding: 3px;
	background-color: orange;
	color: white;
	border-radius: 10px;
}
.cities-box .pref {
	border: 1px gray solid;
	border-radius: 10px;
	padding: 10px;
}
.cities-box .pref span {
	font-weight: bold;
	border-bottom: 4px orange solid;
	font-size: 17px;
}
.cities-box .pref .city {
	padding: 10px;
}


@media screen and (max-width: 999px) {
.profiletxt{
	padding: 0px 22px;
}
}


.sitedir{
	text-align: center;
	font-weight: bold;
}

/*親要素*/
.text-center-text-left-wrap {
	text-align: center;
}

/*子要素(リスト部分)*/
.text-center-text-left_child {
	text-align: left;
	display: inline-block;
	padding: 0;
}

.mypage-link {
    height: 30px;
}
.mypage-link a,a:visited {
    text-decoration: none;
    color: inherit;
}


.button_info a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 20px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
}

.button_info a:visited {
    color: #FFF;
}


.button_info a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_info a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/*snsicon*/
.iconsize{
	width: 50%;
}

.image-container2 {
	display: flex;
	max-width: 240px;
	margin: 0 auto;
}

.image-container2 img {
    width: 90%;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
}