body{
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
p{
	margin: 0;
	padding: 0;
}

.container{
	max-width: 1080px;
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.flex-wrap{
	flex-wrap: wrap;
}



header{
	width: 100%;
	position: relative;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

header::before{
	content: '';
	background: #fff;
	opacity: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

header::after{
	content: '';
	background: url(../img/S__91242505.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .2;
}

header p{
	width: 40%;
}


header p img{
	width: 100%;
}

nav{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
}

nav a{
	text-decoration: underline #000;
}

nav a p{
	text-align: center;
	color: #000;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 1.1rem;
}




section{
	padding: 80px 10px;
}


section h1{
	font-style: italic;
	font-size: 1.8rem;
	letter-spacing: 15px;
	text-align: center;
	color: #555;
	width: 80%;
	margin: 0 auto;
}

.studio h1::after{
	content: 'STUDIO';
	display: block;
	border-top: 1px solid #555;
	font-size: 1rem;
}

.studio-photo p{
	width: 45%;
	padding: 2%;
	margin: 30px 0;
}

.studio-photo .photo{
	box-shadow: 0px 0px 5px rgba(0,0,0,1);
	background: linear-gradient(20deg, #F5E3B2, #ffffff, #F5E3B2);
}

.studio-photo .text{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-style: italic;
	line-height: 1.8;
}

.studio-photo p img{
	width: 100%;
}



.menu{
	background: #5E5A5A;
	color: #fff;
}

.menu small{
	font-size: 70%;
}

.menu h1{
	text-align: center;
	color: #fff;
}

.menu h1::after{
	content: 'MENU';
	display: block;
	border-top: 1px solid #fff;
	font-size: 1rem;
}

.menu h2{
	margin: 2em 0 .5em;
	text-align: center;
	letter-spacing: 3px;
}

.menu table{
	margin: 0;
	width: 100%;
	border: none;
}

.menu table tbody{
	width: 100%;
}

.menu table tr td:nth-of-type(1){
	width: 30%;
}

.menu table td{
	color: #333;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 1.3rem;
	border: 1px solid #ddd;
}

.menu table td:nth-of-type(1){
	background: #ddd;
}

.menu table td img{
	width: 100%;
}

.menu .yellow{
	color: #E5B314;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}

.menu-pay{
	text-align: center;
	list-style: none;
}



.feature h1::after{
	content: 'feature';
	display: block;
	border-top: 1px solid #555;
	font-size: 1rem;
}


.feature-content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 80px;
	color: #555;
	line-height: 1.8;
	letter-spacing: 1.3px;
}

/*.feature-content p:nth-of-type(1){
	width: 30%;
}*/

.feature-content div.img{
	width: 36%;
	margin-right: 5%;
	background: linear-gradient(20deg, #F5E3B2, #ffffff, #F5E3B2);
	padding: 15px;
	box-shadow: 3px 3px 5px rgba(0,0,0,1);
}

.feature-content div.content{
	width: 54%;
}

.feature-content div.content h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	margin-bottom: 30px;
	color: #555;
}

.feature-content .img img{
	width: 100%;
}



.trainer h1::after{
	content: 'TRAINER';
	display: block;
	border-top: 1px solid #555;
	font-size: 1rem;
}

.trainer > div{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.trainer > div > div:nth-of-type(1){
	width: 25%;
}

.trainer > div > div:nth-of-type(2){
	width: 72%;
}

.trainer-content{
}

.trainer-content h2{
	font-size: 3.5rem;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0,0,0,1),
				2px 2px 10px rgba(0,0,0,1);
	top: 3%;
	left: 10%;
	font-style: italic;
}


.trainer > div .w100 img{
	width: 100%;
}


.message{
	background: #000;
}

.message h1{
	color: #fff;
}

.message h1::after{
	content: 'MESSAGE';
	display: block;
	border-top: 1px solid #fff;
	font-size: 1rem;
}

.message-block{
	margin: 50px auto ;
	padding: 20px 20px;
	background: #fff;
	color: #333;
	width: 80%;
	font-size: 0.7rem;
}




.contact h1::after{
	content: 'CONTACT';
	display: block;
	border-top: 1px solid #fff;
	font-size: 1rem;
}

.contact a{
	display: block;
	text-align: center;
	width: 90%;
	margin: 80px auto;
	background: linear-gradient(to right, #B68608, #EDD075, #B68608);
	color: #fff;
	padding: 30px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
	box-shadow: 5px 5px 5px rgba(0,0,0,1);
}

.contact-tel{
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 3px;
	font-style: italic;
	text-shadow: 3px 3px 5px rgba(0,0,0,1);
}


.access h1::after{
	content: 'access';
	display: block;
	border-top: 1px solid #555;
	font-size: 1rem;
}

.access .gm{
	text-align: center;
	margin-top: 30px;
}

.access .tac{
	text-align: center;
	margin-top: 30px;
}

.footer{
	background: #5E5A5A;
	padding: 100px 0;
	color: #fff;
}

.footer h2{
}

.footer h2 small{
	font-size: 70%;
	letter-spacing: 3px;
}

.footer .flex{
	flex-wrap: wrap;
}

.footer .flex img{
	width: 33%;
}

.footer .flex > div{
	width: 100%;
	text-align: center;
}

.footer-button{
	text-align: center;
	margin-top: 50px;
}

.sp-fix-menu{
	display: none;
}



@media screen and (max-width: 768px){

.sp-fix-menu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: rgba(0,0,0,.3);
}

.sp-fix-menu > a{
	width: 45%;
	text-align: center;
	display: inline-block;
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
	font-size: .9rem;
	border-radius: 5px;
	text-decoration: none;
}

.sp-fix-menu > a: hover{
	opacity: .7;
}

.sp-fix-menu > a.instagram{
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}

.sp-fix-menu > a.line{
	background: #00B901;
}

.studio-photo .text{
	font-size: .7rem;
}

nav a p{
	font-size: .5rem;
}

.feature-content{
	font-size: .8rem;
}

.contact a{
	font-size: 1.2rem;
	font-weight: bold;
}

section h1{
	font-size: 1.4rem;
	letter-spacing: 5px;
	width: 95%;
}

.menu table td{
	padding: 10px 0;
	font-size: 1rem;
	border: 1px solid #ddd;
}

.feature-content div.content h2{
	margin-bottom: 15px;
}

.feature-content div.img{
	width: 100%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.feature-content div.content{
	width: 100%;
}

.feature-content.no2 .img{
	order:1;
}

.feature-content.no2 .content{
	order:2;
}
 
}

