@charset "UTF-8";


html{
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.6;
    font-size: 18px;
	background-color: #4d1983;
	
}
#header-container {
  margin: 0 auto;
  width: 100%;
  height: 80px;
}

#header-container a{
	text-decoration: none;
}

header {
	background-color: #4d1983;
}

#head-inner {
    padding: 10px 20px;
	text-align: left;
}

h1 {
	font-weight: bold;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	padding: 0px;
	margin: 0px;
	color: #fc93d7;
}

.description {
	line-height: 0;
	color: #f3f2eb;
	margin: 0px;
	padding: 0px;
}

nav {
	text-align: right;		
	font-size: 18px;
	font-weight: 600;		
	margin-top:0px;		
	margin-bottom: 0px;
	background-color: #fc93d7;	
}

nav li {
	display: inline;	/*横並び*/
	margin-right: 40px;
}
nav li a {
	text-decoration: none;
	padding: 10px 0px;
	color: #4d1983;
}

nav a:hover{
	color: white;
	text-shadow: 2px 2px 4px #4d1983;
}

.active{
	color: #ffec0f;
	text-shadow: 2px 2px 4px #4d1983;
}

ul {
	margin: 0;
}



footer {
	width: 100%;
	font-size: 15px;
	height: 30px;
	margin: 0;
	/*clear: both;*/
	text-align: center;
	background-color: #4d1983;
	color: #fc93d7;
}

@media screen and (max-width: 767px) {
#header-container {
    margin: 0;
	width: 100%;
}

#head-inner {
    padding: 25px 10px;
	background-color: #4d1983;
}

#content-wrapper {
margin: 0;
	width: 100%;}
main {
width: 100%;
	color: #333;
}
#inner {
	padding: 20px 10px 0 10px;
}

#middle-inner {
	padding: 10px 10px 20px 10px;
}

}


/*自己紹介*/

.parent{
	position: relative;
	top: 0px;
	width: 1800px;
	min-height: 100vh;
	/*border: 1px solid gray;*/
	/*display: flex; */ /*flexで横並び*/
	margin: 0 auto;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
  	grid-template-columns: 100%;
}

#about{
	width: 800px;
	height: 380px;
	color: #4d1983;
	background-color: white;
	padding: 40px 40px 0px;
	border-radius: 40px;
}

.title{
	text-align: left;
	margin: 0;
	margin-bottom: -15px;
	color: #ffec0f;
	font-size: 100px;
	text-decoration: underline 4px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.subtitle{
	margin: 0;
	padding: 0;
	line-height: 0;
	color: #ffec0f;
}

.about-wrap{
	justify-content: center;
	display: flex;
	margin-top: 70px;
}

.aboutimg{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin: 50px 30px;
}

#about p{
	font-weight: 600;
	font-size: 21px;
}

.info{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.aboutlabel{
	width: 100px;
	flex-shrink: 0;
}

.text{
	display: block;
}

.message{
	display: flex;
	align-items: flex-start;
}

.message .aboutlabel{
	width: 90px;
	flex-shrink: 0;
}

.message .text{
	display: block;
}






/*ギャラリー*/

#gallery{
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}

#gallery img{
	flex-grow: 1;
	object-fit: cover;
	height: 280px;
	margin-right: 30px;
	margin-top: 120px;
	border-radius: 10px;
}

.gallery-button{
	color: #f3f2eb;
	font-size: 30px;
	position:absolute;
	right: 100px;
	bottom: 200px; 
}

.gallery-button a{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-decoration: none;
}

.gallery-button a:hover{
	color: #ffec0f;
}

.gallery-button a:visited{
	color: #f3f2eb;
}

.gallery-button2{
	color: #f3f2eb;
	font-size: 30px;
	position:absolute;
	left: 100px;
	bottom: 200px;
}

.gallery-button2 a{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	text-decoration: none;
}

.gallery-button2 a:hover{
	color: #ffec0f;
}

.gallery-button2 a:visited{
	color: #f3f2eb;
}







/*問い合わせ*/

.contact-section {
    position: relative;
    color: white;
}

.animation2 {
    position: relative;
    animation: fadeIn2 1s ease forwards;
    max-width: 1200px;
    margin: 0 auto;
}

#p-contact {
    margin: 30px auto;
	width: 100%;
    line-height: 0.5;
	text-align: center;
	margin-left: 6%;
	margin-right: 0;
}

.form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}

.label {
    width: 150px;
    text-align: left;
    border-left: 3px solid #ffec0f;
    padding-left: 10px;
    flex-shrink: 0;
}

.inputs {
    flex-grow: 1;
    padding: 10px;
    font-size: 30px;
    border-radius: 10px;
    width: 100%;
}

.inputs2 {
    flex-grow: 1;
    padding: 10px;
    font-size: 18px;
    border-radius: 20px;
    width: 100%;
}


.send {
    text-align: center;
    margin: 20px auto 50px;
	width: 100%;
	margin-left: 6%;
	margin-right: 0;
}

input[type="submit"] {
    background-color: #ffec0f;
    color: #4d1983;
    border: none;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 40px;
    cursor: pointer;
	margin: 0 auto;
	display: block;
}







/* アニメーション */

.animation {
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {

	from { 
		opacity: 0; 
		transform: translateX(-20px);
	}

    to {
		opacity: 1; 
		transform: translateX(0); 
	}
}

@keyframes fadeIn2 {
    from { 
		opacity: 0; 
		transform: translateY(40px);
	}

    to {
		opacity: 1; 
		transform: translateY(0);
	}
}

.animation3{
	animation: fadeIn3 2s ease forwards;
}

@keyframes fadeIn3{
	from{
		opacity: 0;	
	}

	to{
		opacity: 1;
	}
}