﻿@charset "UTF-8";
/* CSS Document */
/* panda-project 2018-08 */


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
  display: block;
}
p {
	font-size: 16px;
	font-size: 1rem;
	color: #666666;
}

h1,h2,h3{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a, a:visited {
	color: #ffb62e;
}

@media (min-width:768px){
a, a:visited {
	color: #ffb62e;
}
}

a.disabled{
    pointer-events: none;
}

a.disabled.none{
	pointer-events: none;
}
@media (min-width:1024px){
a.disabled.none{
	pointer-events: auto;
}
.pc-none{
	display: none;
}
}

header{
}
@media (min-width:768px){
	header{
		height: auto;
	}
}
main{
	margin-right: auto;
	margin-left: auto;
	max-width: 2560px;
}

.menu-box{
	z-index: 1000;
	position: relative;
}
.menu-bar{
	display: block;
}
.title-log{
		display: none;
	}

@media (min-width: 768px){
	.menu-container-box{
		position: fixed;
		background-color: white;
		width: inherit;
		width: 100%;
	}
.menu-container{
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
	.title-log{
		display: block;
		margin-bottom: 0;
		margin-left: 10px;
		padding-top: 1rem;
	}
	
	.title-log img{
		width: 100%;
	}
	
}
@media (min-width: 1024px){
	.menu-bar{
		display: none;
	}
}

.menu-bar button{
	position: fixed;
	padding: 0;
	top: 20px;
	right: 0;
	height: 70px;
width: 60px;
	border: none;
	background-color: #ffb52e;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
@media (min-width:768px){
	.menu-bar button{
		top: 40px;
	}
}

.menu-bar .bar{
padding: 15px 15px 6px 15px;
}
	.menu-bar .bar span{
		height: 2px;
		width: 30px;
		background: #FFF;
		display: block;
		content: '';
		cursor: pointer;
		margin-bottom: 4px;
	} 
	
.menu-bar p{
	font-size: 0.75rem;
	color: #fff;
	margin: 0 0 0.8rem 0;
}

nav.head-menu {
	position: fixed;
	right: 0;
 display: none;
	z-index: 2;
	width: 250px;
 background-color:#FFF;
}
@media (min-width:1024px){
	nav.head-menu{
		display: block;
		width: 780px;
		background: no-repeat;
		position: inherit;
	}
}

.head-menu h2{
	font-size: 10px;
	font-weight: 200;
	color: #666666;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 12px;
	}
.head-menu h2 img{
	display: block;
	width: 80%;
	position: relative;
	top: 10px;
	left: 10px;
	margin: auto;
}

@media (min-width:768px){
	.head-menu h2{
		display: none;
	}
}

nav.head-menu ul{
margin: auto;
	padding: 0;
	list-style-type:none;
	text-align: center;
}
@media (min-width:1024px){
	nav.head-menu ul{
		display: inline-flex;
		justify-content: space-between;
		align-items:center;
		font-size: 0.875rem;
		width: 780px;
	}
}
nav.head-menu li a{
	display: block;
	padding: 1rem;
	text-decoration:none;
	font-weight: bold;
	color: #7a7a7a;
}
nav.head-menu li a span{
	font-family: 'Dancing Script', cursive;
	display: block;
	color: #ffb62e;
	padding-bottom: 10px;
}


@media (min-width:768px){
	nav.head-menu li a{
		width: auto;
		display: inline-block;
	}
}


#modal-overlay {
z-index: 1 ;
display: none ;
position: fixed ;
top: 0 ;
left: 0 ;
width: 100% ;
height: 120% ;
background-color: rgba( 0,0,0, 0.55 ) ;
}

nav.head-menu a.inquiry,nav.head-menu a.modal-close,nav.head-menu a.mail-mag,nav.head-menu a.mama-mag{
	width: 180px;
	margin: auto;
	font-size: 0.75rem;
}
@media (min-width:768px){
	nav.head-menu a.inquiry,nav.head-menu a.modal-close,nav.head-menu a.mail-mag,nav.head-menu a.mama-mag{
		width: 100px;
	}
}

nav.head-menu a.inquiry{
	padding: 0.875rem;
	margin-bottom: 30px;
	border: 1px solid #ffb52e;
	border-radius: 4px;
	color: #fff;
	background-color: #ffb62e;
}
@media (min-width:1024px){
	nav.head-menu a.inquiry{
		margin-bottom: 0;
		color: #ffb62e;
		background-color: white;
	}
	nav.head-menu a.inquiry:hover{
		color: #fff;
		background-color: #ffb62e;
	}
}
@media(min-width:1025px){
	nav.head-menu a.inquiry{
		margin-left: 30px;
	}
}
nav.head-menu a.mail-mag,nav.head-menu a.mama-mag{
	display: none;
}
@media (min-width:1024px){
nav.head-menu a.mail-mag,nav.head-menu a.mama-mag{
	display: block;
}

	nav.head-menu a.mail-mag{
	padding: 0.875rem;
	border: 1px solid #ffb52e;
	border-radius: 4px;
	color: #fff;
	background-color: #ffb62e;
	}
	
	nav.head-menu a.mail-mag:hover{
		background-color: #ffa600;
	}
	
nav.head-menu a.mama-mag{
	padding: 0.875rem;
	border: 1px solid #ffb52e;
	border-radius: 4px;
	color: #fff;
	background-color: #ff932e;
	}
	
	nav.head-menu a.mama-mag:hover{
		background-color: #ff8614;
	}

}
nav.head-menu a.modal-close{
	position: relative;
	padding: 1rem;
	margin-bottom: 70px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	color: #aaaaaa;
}

nav.head-menu a.modal-close::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(/assets/img/close_btn@2x.png);
	background-size: contain;
	vertical-align: middle;
	position: relative;
 top: -2px;
 left: 10px;
}

@media (min-width:1024px){
	nav.head-menu a.modal-close{
	display: none;
		}
	nav.head-menu a:not(.close){
/* something */
	}
}

nav.head-menu a.modal-close span.cl-btn{
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 18px;
}

nav.head-menu a.modal-close span.cl-btn img{
	width: 13px;
}

.side-close{
position: absolute;
left: -60px;
top: 20px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;	
	font-size: 0.875rem;
	text-align: center;
height: 70px;
width: 60px;
background-color: #ffb62e;
background-image: url("/assets/img/side-close_btn@2x.png");
background-repeat: no-repeat;
background-position: center 15px;
background-size: 50% auto;	
}

@media (min-width:768px){
	.side-close{
		top: 40px;
	}
}

@media (min-width:1024px){
	.side-close{
		display: none;
	}
}

.side-close span{
	display: block;
	font-size: 0.75rem;
	margin-top: 42px;
}

.hero-box{
	position: relative;
}
.hero-box-title{
	position: absolute;
	z-index: 99;
	top: 0;
 right: 0;
 bottom: 0;
 left: 16px;
 margin: auto;
 width: 90%;
 height: 10%;
}

@media (min-width:768px){
	.hero-box-title{
		width: 50%;
		height: 25%;
	}
}
@media (min-width:1024px){
	.hero-box-title{
		  width: 50%;
    height: 50%;
    top: 100px;
    left: 150px;
	}
}
@media (min-width:1024px){
	.hero-box-title{
	  left: 185px;
	}
}
@media (min-width:1440px){
	.hero-box-title{
		width: 50%;
		height: 35%;
		left: 235px;
	}
}

@media (min-width:1441px){
	.hero-box-title{
		width: 40%;
		height: 35%;
	}
}
@media (min-width:1942px){
	.hero-box-title{
		width: 35%;
		height: 35%;
	}
}
@media (min-width:2560px){
	.hero-box-title{
		width: 20%;
		height: 35%;
	}
}

.hero-box-title img{
	width: 100%;
}
@media (min-width:1024px){
.hero-box-title img{
	width: 72%;
}
}

.slick-fade{
}
.slick-fade img.hero-a,.slick-fade img.hero-b,.slick-fade img.hero-c{
	width: 140%;	
}
@media (min-width:768px){
.slick-fade img.hero-a,.slick-fade img.hero-b,.slick-fade img.hero-c{
	width: 100%;
}
}

.slick-fade img.hero-a{
	position: relative;
	left: -60px;
}
@media (min-width:768px){
	.slick-fade img.hero-a{
		left: 0px;
		height: 400px;
  object-fit: cover;
}
}

@media (min-width:1024px){
	.slick-fade img.hero-a{
		left: 0px;
		height: 500px;
  object-fit: cover;
}
}

@media (min-width:1025px){
	.slick-fade img.hero-a{
		width: 115%;
		top: 80px;
		left: -125px;
		height: 500px;
  object-fit: cover;
}
}

@media (min-width:1440px){
	.slick-fade img.hero-a{
		top: 60px;
		left: -120px;
		width: 120%;
		height: 600px;
  object-fit: cover;
}
}

.slick-fade img.hero-b{
	position: relative;
	left: -100px;
 top: -25px;
 width: 150%;
}
@media (min-width:768px){
.slick-fade img.hero-b{
	top: 0;
left: 0;
width: 120%;
	height: 400px;
 object-fit: cover;
}
	}

@media (min-width:768px){
.slick-fade img.hero-b{
	top: 60px;
left: 0;
width: 100%;
	height: 400px;
 object-fit: cover;
}
	}
@media (min-width:1024px){
.slick-fade img.hero-b{
	top: 70px;
left: 0;
width: 100%;
	height: 500px;
 object-fit: cover;
}
	}
@media (min-width:1440px){
.slick-fade img.hero-b{
top: 70px;
left: 0;
width: 100%;
	height: 600px;
 object-fit: cover;
}
	}

.slick-fade img.hero-c{
	position: relative;
	left: -60px;
}
@media (min-width:768px){
.slick-fade img.hero-c{
	left: 0px;
	width: 120%;
		height: 400px;
 object-fit: cover;
}
}
@media (min-width:1024px){
.slick-fade img.hero-c{
	left: 0px;
	width: 120%;
		height: 500px;
 object-fit: cover;
}
	}
@media (min-width:1440px){
.slick-fade img.hero-c{
	left: 0px;
	width: 120%;
		height: 600px;
 object-fit: cover;
}
	}
.about,.blog,.lesson-course,.trial-lesson,.news,.profile,.sns{
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.about,.blog{
	max-width: 1024px;
}

.lesson-course{
	padding-left: 0;
	padding-right: 0;
}
.about h1{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 100;
	text-align: center;
	color: #666666;
	font-size: 1.125rem;
	padding-top: 3rem;
	background-image: url("/assets/img/about_h1@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
}

@media (min-width:768px){
	.about h1{
		margin-top: 3rem;
	}
}

@media (min-width:1024px){
	.about h1{
		margin-top: 53px;
	}
}

.about ul{
	margin-top: 3rem;
	padding-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75px;
	max-width: 550px;
	background-image: url("/assets/img/about_ul@2x.png?=v201901");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60%;
}
@media (min-width:1024px){
	.about ul{
		margin-bottom: 70px;
	}
}
.about li{
	font-size: 1rem;
	color: #666666;
	line-height: 1.75;
	margin-bottom: 1rem;
	list-style-type: none;
	text-indent: -1.5rem;
	margin-left: 1rem;
	}
@media (min-width:1024px){
	.about li{
		font-size: 0.875rem;
		line-height: 1.5;
		margin-left: -1rem;
		margin-bottom: 0.75rem;
	}
}

.about li.one{
	margin-top: 1rem;
}
.about li.one::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_one@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}

.about li.two::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_two@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}
.about li.three::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_three@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}
.about li.four::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_four@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}
.about li.five::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_five@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}
.about li.six::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url(/assets/img/about_six@2x.png);
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}
.about li.seven::before{
content: '';
display: inline-block;
width: 24px;
height: 24px;
background-image: url("/assets/img/about_seven@2x.png");
background-size: contain;
background-repeat: no-repeat;
position: relative;
top: 4px;
	left: -5px;
}

.about-img{
	margin-left: auto;
	margin-right: auto;
	max-height: 550px;
	text-align: center;
}

.about-img img{
width: 100%;
max-width: 442px;
margin: 0;
padding: 0;
vertical-align: bottom;

}
.about-container{

}
@media (min-width:1024px){
.about-container{
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	margin: 0 auto;
}
}

.lesson-course{
	background-image: url(/assets/img/lesson-course_bg@2x.png);
	background-repeat: repeat-y;
	background-size: 145%;
	overflow: hidden;
	padding-top: 1rem;
}

@media (min-width:768px){
.lesson-course{
	background-size: 100%;
}
}

@media (min-width:768px){
	.lesson-course{
		padding-top: 2rem;
	}
}

@media (min-width:1024px){
	.lesson-course{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.lesson-course .title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.5rem;
	font-weight: 100;
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	padding-top: 4.2rem;
	margin-bottom: 2rem;
	background-image: url("/assets/img/lesson-course-title@2x.png");
	background-repeat: no-repeat;
	background-position: center 40px;
}
.btn-course{
}
.btn-course a{
	padding: 20px;
margin: 0 auto 40px auto;
	width: 240px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #ffb62e;
	border-radius: 4px;
	text-decoration: none;
	display: block;
}
@media (min-width:768px){
	.btn-course a{
		width: 400px;
		font-size: 1.625rem;
		font-weight: 100;
	}
}
@media (min-width:1024px){
	.btn-course a{
	padding: 10px;
margin: 0 auto 40px auto;
	width: 420px;
	color: #ffb62e;
	text-align: center;
	background-color:transparent;
		border: 2px solid #ffb62e;
	border-radius: 4px;
	text-decoration: none;
	display: block;
}
	.btn-course a:hover{
		color: #fff;
		background-color: #ffb62e;
	}
}
.lesson-img {
	text-align: center;
}
.lesson-img img{
	width: 80%;
}
@media (min-width:768px){
.lesson-img {
	text-align: center;
	padding-bottom: 2rem;
}
.lesson-img img{
	width: 240px;
}
	}
.lesson-course .request{
	text-align: center;
	font-size: 1rem;
	color: #fff;
	font-weight: 100;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.lesson-course .request span.before{
	transform: rotate( -60deg );
 display: inline-block;
 padding-right: 6px;
 font-weight: bold;
 vertical-align: text-top;
}

.lesson-course .request span.after{
	transform: rotate( 10deg );
    display: inline-block;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: text-top;
}

.course-box{
	width: 88%;
	margin: 0 auto 1rem auto;
	padding-bottom: 1rem;
	background-color: #fff;
}
@media (min-width:768px){
	.course-box{
		width: 315px;
	}	
}
@media (min-width:1024px){
	.course-box{
		width: 480px;
		height: 400px;
		display: block;
		overflow: hidden;
			}	
}
@media (min-width:1280px){
	.course-box{
	margin-bottom: 3rem;	
	}	
}
.course-box .back-img{
	width: 100%;
	overflow: hidden;
		}
@media (min-width:1280px){
	.course-box .back-img{
height: 240px;
		}
}
.course-box .back-img img{
	width: 100%;
}
@media (min-width:1024px){
.course-box .back-img a img{
	width: 100%;
	transition-duration: 0.3s;
}
.course-box .back-img a:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
	height: unset;
}
}

.course-box h3{
	color: #ffb62e;
	padding: 0.75rem 0.75rem 0 0.75rem;
	font-size: 1rem;
}
@media (min-width:768px){
	.course-box h3{
		font-size: 1rem;
	}
}
@media (min-width:1024px){
	.course-box h3{
			padding: 0.75rem 2rem 0 2rem;
		font-size: 1.2rem;
	}
}
.course-box p{
	font-size: 0.75rem;
	padding: 0 0.75rem 0.75rem 0.75rem;
	color: #666666;
	}

@media (min-width:1024px){
.course-box p{
	font-size: 0.875rem;
	padding: 0 2rem 0.75rem 2rem;
	color: #666666;
	}
}
.course-box .btn-detail{
	margin-top: 20px;
	padding: 20px;
margin: 0 auto 20px auto;
	width: 177px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #ffb62e;
	border-radius: 4px;
}
@media (min-width:768px){
.lesson-course-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 700px;
}
}
@media (min-width:1024px){
.lesson-course-container{
	max-width: 1024px;
}
}

.trial-lesson{
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #fff6e5;
}

.trial-lesson .title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.5rem;
	font-weight: 100;
	text-align: center;
	color: #666666;
	letter-spacing: 4px;
	padding-top: 4.2rem;
	margin-bottom: 2rem;
	background-image: url("/assets/img/mail-lesson-title@2x.png");
	background-repeat: no-repeat;
	background-position: center 40px;
}
@media (min-width:768px){
.trial-lesson-container{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	}
}

.trial-lesson-container .trial-lesson-box{
	margin-bottom: 1rem;
}
.trial-lesson-container .trial-lesson-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
	}
.trial-lesson-container .trial-lesson-box a:hover img{
	opacity: 0.7;
}

.blog{
	display: table;
	margin-bottom: 2rem;
	}
@media (min-width:768px){
.blog{
display: block;
padding-top: 2rem;
	margin-bottom: 6rem;
}
}
@media (min-width:1024px){
.blog{
padding-top: 3rem;
}
}
.blog .title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.5rem;
	font-weight: 100;
	text-align: center;
	color: #666666;
	letter-spacing: 4px;
	padding-top: 4.2rem;
	margin-bottom: 2rem;
	background-image: url("/assets/img/blog-title@2x.png");
	background-repeat: no-repeat;
	background-position: center 40px;
}
.blog .ameblo-box{
	padding-left: 1rem;
	padding-right: 1rem;
}

.news{
	background-color: #fff6e5;
	position: relative;
}
.news .title{
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 1.125rem;
	font-weight: 100;
	text-align: center;
	color: #666666;
	letter-spacing: 1px;
	padding-top: 3.2rem;
	background-image: url("/assets/img/news-title@2x.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80%;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
@media (min-width:768px){
.news .title{
	background-size: auto;
	}
}
.news dl{
	display: block;
	margin: 0 auto;
padding: 4rem 1rem 2rem 1rem;
	color: #666666;
}
@media (min-width:768px){
	.news dl{
		max-width: 600px;
	}
}
@media (min-width:1024px){
	.news dl{
		max-width: 1024px;
		padding-top: 6rem;
		padding-bottom: 4rem;
		font-size: 0.875rem;
	}
}
.news dl dt{
	border-top: rgba(255,182,46,0.6) 1px solid;
	margin-bottom: 0.5rem;
	padding-top: 1rem;
}
.news dl dt:first-of-type{
	content:"" 
}
.news dl dt:first-of-type::before{
	content: "News!";
	font-family: 'Dancing Script', cursive;
	color: #ffb62e;
	padding-right: 0.5rem;
}

.news dl dd{
	margin-left: 0;
	margin-bottom: 1rem;
}
.news dl dd:last-child{
	border-bottom: rgba(255,182,46,0.6) 1px solid;
	padding-bottom: 1rem;
}
#feed{
padding: 4rem 1rem 2rem 1rem;
}
#feed dl.list dd{
	margin-left: 0;
	margin-bottom: 1rem;
}

@media (min-width:1024px){
	#feed{
		margin: 0 auto;
		max-width: 1024px;
	}
	#feed dl{
		display: flex;
		justify-content: space-between;
	}
#feed dl.list dd{
	margin-left: -80px;
	padding-top: 2rem;
	padding-right: 2rem;
	}
}

.profile{
	padding-top: 1rem;
 padding-bottom: 2rem;
}
@media (min-width:768px){
.profile{
	padding-top: 2rem;
	}
}
@media (min-width:1024px){
.profile{
	padding-top: 3rem;
	}
}

.profile .title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.5rem;
	font-weight: 100;
	text-align: center;
	color: #666666;
	letter-spacing: 4px;
	padding-top: 4.2rem;
	margin-bottom: 2rem;
	background-image: url("/assets/img/profile-title@2x.png");
	background-repeat: no-repeat;
	background-position: center 40px;
}

.profile .profile-container{
	max-width: 1024px;
	margin: 0 auto 2rem auto;
}
@media (min-width:768px){
.profile .profile-container{
	display: flex;
	justify-content: space-around;
}	
}
.profile .profile-container .img-box{
	margin-bottom: 2rem;
}
.profile .profile-container .img-box img{
	width: 100%
}
@media (min-width:768px){
.profile .profile-container .img-box img{
	width: 280px;
}
	}
@media (min-width:1024px){
.profile .profile-container .img-box img{
	width: 370px;
}
	}
@media (min-width:768px){
.profile .profile-container .profile-name{
	width: 400px;
	}
	}
@media (min-width:1024px){
.profile .profile-container .profile-name{
	width: 560px;
	}
	}

.profile .profile-container .profile-name h3{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.5rem;
	font-weight: 100;
	color: #666666;
}

.profile .profile-container .profile-name h3 span{
	font-family: 'Dancing Script', cursive;
	color: #ffb62e;
	font-weight: 400;
	font-size: 0.75rem;
}
.profile .profile-container .profile-name p.name{
	font-weight: 100;
	font-size: 1em;
}
.profile .profile-container .profile-name h4{
	margin: 0;
	font-weight: 100;
	font-size: 1rem;
	color: #666666;
}
.profile .profile-container .profile-name p{
	font-weight: 100;
	font-size: 0.875rem;
}
.profile .profile-container .profile-name h4,.profile .profile-container .profile-name p{
	line-height: 1.75;
}

.sns{
	background-color: #eeeeee;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}
@media (min-width:1024px){
.sns-container{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1024px;
}
	.facebook-box,.instagram-box{
		width: 512px;
	}
}
.sns h2{
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	color: #666666;
	text-align: center;
	font-size: 2rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

@media (max-width:320px){
.sns .fb-page-box{
text-align: center;
margin: 0 auto;
	width: 280px;
	}
}
@media (min-width:321px){
.sns .fb-page-box{
	text-align: center;
margin: 0 auto;
	width: 300px;
	}
}
@media (min-width:768px){
.sns .fb-page-box{
	width: 500px;
	}
}

footer{
	
}
footer h1{
	text-align: center;
	margin-bottom: 1rem;
}

footer h1 img{
/*	width: 70%; */
	display: block;
	margin: auto;
	position: relative;
	left: 10px;
}
@media (min-width:768px){
footer h1 img{
	width: 20%;
}
}

footer p{
	font-size: 0.65625rem;
	color: #aaaaaa;
	font-weight: 100;
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 3rem;
}

footer p.footer-menu{
	display: none;
}
@media (min-width:768px){
	footer p.footer-menu{
	display: block;
		font-size: 0.65625rem;
	color: #aaaaaa;
	font-weight: 100;
	text-align: center;
margin-bottom: 0;
		padding-bottom: 1rem;
}
}

footer .access
{
	color: #666666;
	margin: 0 auto 2rem auto;
	text-align: center;
	width: 90%
}
footer .access .access-box{
	text-align: left;
}
footer .access ul{
	margin: 0;
	padding: 0;
}
footer .access ul li{
	list-style-type: none;
}
footer .access p{
	font-size: 1rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
footer .access p span{
color: #d77c29;	
font-weight: 900;
font-size: 1.25rem;
}

@media (min-width:568px){
	footer .access{
		width: 410px;
	}
}

.btn-top a{
	   width: 200px;
    height: 20px;
    background-color: #eeeeee;
    padding: 1rem;
    color: #aaaaaa;
    text-align: center;
    display: block;
    border-radius: 10px;
    margin: 0 auto 1rem auto;
}
@media (min-width:768px){
	.btn-top a{
		display: none;
	}
}
.btn-top a span{
	padding-right: 1rem;
}
.conversion{
	display: flex;
	position: fixed;
    left: 0;
    right: 0;
	bottom: 0;
}
@media (min-width:768px){
	.conversion{
		display: none;
	}
}
.mailmaga-a,.mailmaga-b{
	width: 50%;
}
.mailmaga-a a,.mailmaga-b a{
	padding: 1rem 0.5rem;
}
.mailmaga-a a{
	font-size: 1rem;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	background-color: #ffb62e;
	}
.mailmaga-b a{
	font-size: 1rem;
	color: #fff;
	text-align: center;
	width: 100%;
display: block;
	background-color: #ff932e;
	}

#page-top{
	display: none;
	text-indent: -9999px;
	pointer-events: none;
}

@media (min-width:768px){
#page-top {
	display: block;
    position: fixed;
    bottom: 5px;
    right: 10px;
	font-size: 2rem;
	text-indent: inherit;
 pointer-events: all;
}
#page-top a {
	color: #b5b5b5;
	background-color: transparent;
    text-decoration: none;
     width: 50px;
   height: 50px;
    text-align: center;
    display: block;
	border: 1px solid #eeeeee;
    border-radius: 50%;
}
#page-top a:hover {
	background-color: #eeeeee;
    text-decoration: none;
}
}

.instagram {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width:768px){
.instagram {
justify-content: space-around;
	}
}
@media (min-width:1024px){
.instagram {
justify-content:flex-start;
	}
}
  .instagram li {
   /* width: 40%; */
		 width: 70px;
   padding: 0 10px 15px 10px;
  }
@media (min-width:321px){
	.instagram li {
		width: 85px;
	}
}
@media (min-width:414px){
	.instagram li {
		width: 90px;
		padding: 0 10px 15px 15px;
	}
}

@media (min-width:768px){
	.instagram li {
		width: 120px;
		padding: 0 10px 15px 15px;
	}
}

  .instagram li img {
    width: 100%;
  }

@media (min-width:1024px){
	.instagram li {
  padding: 0 15px 20px;
}
	.instagram li img {
 /* width: 320px; */
	width: 110px;
  height: auto;
}
}
.friend-box{
	margin: 2rem auto 0 auto;
}
.friend-box p{
	text-align: center;
}
.friend-box img{
	display: block;
	margin: 0 auto;
	width: 232px!important;
}


