@charset "utf-8";

/*
Theme Name:Yukiko design
Them URL:http://yukiko-design.com
Description:足立夕希子のポートフォリオサイト
Version:1.0
Author:Yukko
Author URL:http://yukiko-design.com
*/

/* CSS Document */
@font-face{
	font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }


html{
	font-size:62.5%;
}
body{
	color: #333;
	font-family: 'Roboto','Noto Sans CJK JP' ,sans-serif;
	font-size: 1.6rem;
	font-feature-settings:"palt";
	line-height: 1.85;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
img{
	max-width: 100%;
	height: auto;
}

.text-center{
	text-align: center;
}
.br-sp{
	display: none;
}
.br-pc{
	display: block;
}
/*-----------------------
header
-------------------------*/
.header{
	position:relative;
	background-image: url("../images/header/kv_img.jpg");
	background-size: cover;
	height:600px;	
}
.header-text{
	position:absolute;
	top:50%;
	transform:translateY(-45%);	
	background-color: rgba(7,133,123,0.68);	
	width: 100%;
	}
.header-rcu{
	padding-top: 32px;
	padding-bottom: 32px;
}
.header-info{
	padding-bottom: 40px;
	margin:auto;
}
/*-----------------------
section
-------------------------*/
.section-title{
	background-color: #454848;
	line-height: 1;
	font-size: 3.6rem;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;	
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 80px;
}

.section-title.green{
	background-color: #07857b;	
}

.section-text{
	margin-bottom: 140px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.section-text.inner{
	max-width: 750px;
}


.section-text-title{
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.section-text-date{
	margin-right: auto;
	margin-left: auto;
}
.schedule-title{
	float: left;
}
.lecture-makevr{
	max-width: 100%;
}
.section-address{
	text-align: center;
	margin:0 auto;
	margin-bottom: 64px;	
	max-width: 750px
}
.google-map{
	position : relative;
    padding-bottom : 26.2%; /* 縦横比の指定 */
    overflow : hidden;
	}
.maps{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*-----------------------
entry
-------------------------*/
.entry-text{
	margin-bottom: 80px;
}
.entry-text-title{
	font-weight: bold;
}
.entry-text-answer{
	padding-bottom: 40px;
}
/*-----------------------
form
-------------------------*/
.entry-form{
	max-width:550px;
	margin:0 auto;
}
.form-parts{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 100%;
	border:none;
	border-bottom: solid 1px #999;	
	font-size:1.6rem;
	letter-spacing: 0.2em;
	padding-top: 8px;
	padding-bottom: 8px;
	outline:none;
	
}
.form-questions{
	margin-top: 72px;
	
}

.form-questions:first-of-type{
	margin-top: 0;
	
	}
.form-questions:nth-of-type(2){
	display: inline-block;
	margin-right: 72px;
	
	}


.form-questions-answer{
	display: inline-block;
}

.form-choice{
	margin-right: 36px;
}

.form-selecter{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #c3c3c3;
	vertical-align:-6px;
	outline:none;	
}
.form-selecter:checked{
	background-color: #07857b;
	box-shadow: 0 0 0 2px #fff,0 0 0 3px #07857b;
}
.btn-entry{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	width: 360px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #07857b;
	color:#fff;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	border:none;
	margin-top: 72px;
	text-transform: uppercase;
}

/*-----------------------
footer
-------------------------*/
.footer-area{
	text-align: center;
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #454548;
	color:#fff;
}
.footer-rcu{
	margin-bottom: 32px;
}
.footer-addres{
	margin-bottom: 64px;
}

@media screen and (max-width:768px){
	.br-sp{
		display: block;
	}
	.br-pc{
		display: none;
		}
/*-----------------------
header
-------------------------*/
	.header{
		background-image:url("../images/header/kv_img__sp.jpg");
		height:300px;
		width: 100%;
	   }
	
	.header-rcu{
		width: 50px;
		padding-top: 16px;
		padding-bottom: 16px;
	 }


	.header-info{
		width: 83.2%;
		margin:0 auto;
		padding-bottom: 16px;
	  }
/*-----------------------
section
-------------------------*/
	.section-title{
	line-height: 1;
	font-size: 2rem;
	margin-bottom: 40px;
	width: 100%;
	}
	.section-text.inner{
	box-sizing: border-box;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 70px;
	text-align: left;
	}
    .section-text-title{
	margin-bottom: 40px;
    }
	.section-address{
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;	
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	}
	.google-map{
    padding-bottom : 66.7%; /* 縦横比の指定 */
    overflow : hidden;
	}
/*-----------------------
entry
-------------------------*/
	.entry-text{
		margin-bottom: 32px;
	}
	.entry-text-answer{
		padding-bottom: 40px;
	}
	.entry-text-answer:last-of-type{
	  padding-bottom:0;
	}
/*-----------------------
form
-------------------------*/
.entry-form{
	max-width:550px;
	margin:0 auto;
}
.form-questions{
	margin-top: 40px;
}
.form-questions:nth-of-type(2)
	{
		padding-bottom: 24px;
	}


.form-questions-answer{
	display: inline-block;
}

.form-choice{
	margin-right: 20px;
}

.btn-entry{
	margin-top: 56px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;

}
/*-----------------------
footer
-------------------------*/
.footer-area{
	padding-bottom: 40px;
	padding-top: 40px;
	}
	

.footer-addres{
	margin-bottom: 32px;
}


}

