@charset "utf-8";@charset "utf-8";a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
	
p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	
.insta_img{
	padding-left: 5px;
	width: 20px;
	height: 15px;
}

.landscape {
	width: 950px;
}

.portrait {
	width: 100%;
	max-width: 350px;
}

.image1{
	width: 75%;
}
	
.centre{
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 150%;
	padding: 15px;
}
	
.centre2{
	text-align: center;
	font-size: 1.0em;
	font-weight: bolder;
	line-height: 150%;
	padding: 10px;
}
	
.ttl0420{
	font-size: 1.5em;
	font-weight: bolder;
	text-align:left;
}
	
.Q0420{
	font-size: 1.1em;
	font-weight: bolder;
	text-align:left;
	padding:20px 0 20px 0;
	
}
	
.bnr0521{
	text-align:left;
}
	
.wrapper {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom:20px;
	}
	
.wrapper2 { 
	max-width:980px; 
	margin: 0 auto; 
	text-align: center; 
	padding:10px;
} 
	
.wrapper3{ 
	max-width:950px; 
	margin: 0 auto; 
	text-align: center; 
} 
	 
.txt0420-3 {
	display: inline-block;
	font-size: 2.0em;
}
	
	
.txt0420{ 
	display: inline-block; 
	text-align: left; 
	font-size: 1.1em;
	line-height: 180%;
	padding: 15px;
	}
	
.container{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
	
.child{
	padding: 20px 10px 10px 10px;
	line-height: 180%;
	
}
	
.child2{
	text-align: center;
	line-height: 180%;
	width: 48%;
	padding: 10px;
	font-size: 1.0em;
}
	
.text0524{
	text-align:left;
	display:inline-block;

}
	
.btn-flat-border {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #ffffff;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
}
	
.btn-flat-border:hover {
	background: #000000;
	color: white;
}
	
.box1 {
	padding: 1.5em 1.5em;
	margin: 2em 0;
	font-weight: bold;
	border: solid 1px #000000;
	width: 980px;
}
.box1 p {
	margin: 0; 
	padding: 0;
	display: inline-block;
	text-align: left;
	line-height:150%;
}
	
.credit{
	font-size: 0.8em;
	text-align: right;
	color: #ababab;
}
	
.uline{
	text-decoration: underline;
}
	
.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 2s;
}
	
.horizontal-line {
	border: 1px solid #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}
	
.txt-padding {
	padding-left: 30px;
	padding-right: 30px;
}
	
h1:before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}
	
h1{
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bolder;
	padding-top: 40px;
}
	
.txt0617 { 
	display: inline-block; 
	text-align: left; 
	font-size: 1.1em;
	line-height: 180%;
}
.img-row-for-pc {
	display: flex;
	flex-direction: row;
	max-width: 950px;
	gap: 20px;
	margin: auto;
}
.img-row-for-sp {
    display: none;
}
.flex {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

@media (min-width: 751px) {
	.profile-box {
		align-items: center;
		justify-content: space-between;
	}
	.profile-box .profile__photo {
		width: 52%; 
	}
	.profile-box .profile___photo {
		width: 40%;
		padding: 0 20px 0 0;
	}
	.profile-box .profile_photo {
		width: 45%;
		padding: 0 20px 0 0; 
	}
	.profile-box .profile__info {
		text-align: left;
		width: 10%;
		line-height: 1.5;
	}
	.profile-box .profile_info {
		padding: 0 10px;
		text-align: left;
		width: 55%;
		line-height: 1.5;
	}
}

@media (max-width: 750px) {
	.img-row-for-sp {
        display: flex;
		flex-direction: column;
		gap: 10px;
	}
    .img-row-for-pc {
        display: none;
    }
}
	
.photo-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.photo-list li{
	width: calc(50% - 15px);
}
.photo-list li img{
	width: 100%;
}
.img-width img{
       width: 700px;
}