@charset "utf-8";

@font-face {
    font-family: 'Audrey-Medium';
    src:url('/common/fonts/Audrey-Medium.ttf.woff') format('woff'),
        url('/common/fonts/Audrey-Medium.ttf.svg#Audrey-Medium') format('svg'),
        url('/common/fonts/Audrey-Medium.ttf.eot'),
        url('/common/fonts/Audrey-Medium.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
body {
/*	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;*/
}

.audrey {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.pc .not_home #header{background-color: #fff;}
.pc .not_home.header_fix2 #header{background-color: #fff;}
#header_image{display: none;}
.pc .header_fix #header,
.pc .not_home.header_fix2 #header {
	background: rgba(255,255,255,0.7) !important;
}
#main_contents{margin-top: 60px;background-color: #000;}
#bread_crumb{background-color: #000}
#post_meta_top li {
	font-size: 18px;
	color: #fff;
}
#post_meta_top .date:before {
	color: #fff;
	font-size: 18px;
}
.post_content p {
	line-height: 1.6;
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
}
#index_blog_list li li {
	font-size: 18px;
	color: #fff;
}
#index_blog_list li .date:before {
	color: #fff;
	font-size: 18px;	
}
#index_blog_list li .category_sp a, #index_blog_list li .category a {
	color: #fff;
}
#index_blog_list li .title {
	color: #fff;
	font-size: 18px;		
}
#post_meta_top .category a {
	color: #fff;
}
#index_content1_top {
	margin: 0;
	padding: 0 0 30px 0;
}
#index_content1 {
	background-color: #fff;
	padding: 0 0 30px 0;
}
#bread_crumb li,
.footer_menu a,
.pc #global_menu > ul > li > a {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
img.h_logo,
img.f_logo {
	width: 16%;
}
@media screen and (max-width: 768px) {
	#index_content1 {
		padding: 30px 0;
	}
	img.f_logo {
		width: 30%;
	}
}

.index_box_list .box1 h4 {
	background-color: #8db2df;
	color: #fff;
	padding: 15px 0;
}
.index_box_list .box2 h4 {
	background-color: #eddaff;
	color: #fff;
	padding: 15px 0;
}
.index_box_list .box3 h4 {
	background-color: #ffd9ec;
	color: #fff;
	padding: 15px 0;
}
.index_box_list .box1 .desc a {
	color: #000;
}
.index_box_list .box1 .desc a span {
	color: #8db2df;
}
.index_box_list .box2 .desc a {
	color: #000;
}
.index_box_list .box2 .desc a span {
	color: #eddaff;
}
.index_box_list .box3 .desc a {
	color: #000;
}
.index_box_list .box3 .desc a span {
	color: #ffd9ec;
}

/* common parts
----------------------------------------------------- */
@media screen and (min-width: 767px) {
	.pc-only {
	    display: block !important;
	}
	.sp-only {
	    display: none !important;
	}
	.mt100 {
		margin-top: 100px !important;
	}
	.mb10 {
		margin-bottom: 10px !important;
	}
	.mb30 {
		margin-bottom: 30px !important;
	}
	.mb50 {
		margin-bottom: 50px !important;
	}
	.mb100 {
		margin-bottom: 100px !important;
	}
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
	.smt25 {
		margin-top: 25px !important;
	}
	.smb15 {
		margin-bottom: 15px !important;
	}
	.smb25 {
		margin-bottom: 25px !important;
	}
	#bread_crumb {
		background: #f2f2f2 !important;
	}
	.page #main_col {
		padding-top: 0;
		margin-top: 0;
	}
	#header {
		background-color: #000;
	}
	#footer_address {
		background-color: #fff;
	}
}

.btn {
	width: 20%;
	margin-left: auto;
	margin-top: 50px;
}
.btn a {
	display: block;
	padding: 2px;
		background-color: #fff;
}
.btn a span{
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
}
.btn a:hover {
	text-decoration: none;
	background-color: #000;
}
.btn a:hover span{
	background-color: #fff;
	color: #000;
}

.btn02 {
	width: 20%;
	margin: 50px auto;
}
.btn02 a {
	display: block;
	padding: 2px;
	border: 1px solid #000;
	background-color: #fff;
}
.btn02 a span{
	display: block;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
}
.btn02 a:hover {
	text-decoration: none;
	background-color: #000;
}
.btn02 a:hover span{
	background-color: #fff;
	color: #000;
}

.btn03 {
	width: 20%;
	margin: 50px auto;
	border: 2px solid #fff;
}
.btn03 a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	font-size: 32px;
	text-align: center;
}
.btn03 a span{
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
}
.btn03 a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

@media screen and (max-width: 768px) {
	.btn {
		width: 60%;
		margin: 25px auto 0;
	}
	.btn a span{
		padding: 10px 0;
		font-size: 16px;
	}
	.btn02 {
		width: 60%;
		margin: 25px auto 0;
	}
	.btn02 a span{
		padding: 10px 0;
		font-size: 16px;
	}
	.btn03 {
		width: 60%;
		margin: 25px auto;
	}
	.btn03 a {
		font-size: 16px;
	}
	.btn03 a span{
		font-size: 12px;
		padding-top: 3px;
	}

}

#index_voice {
	background-color: #000;
	padding: 100px 0;
	border-bottom: 2px solid #8DB2DF;
}
#index_voice .index_voice_inner{
	width: 1150px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#index_voice .index_voice_inner .contents_inner{
	width: 90%;
	margin: 0 auto;
}
#index_voice .index_voice_inner .contents_inner .index_voice_banner{
}
#index_voice .index_voice_inner .contents_inner .index_voice_banner a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
#index_voice .index_voice_inner .contents_inner .index_voice_banner a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
#index_voice .index_voice_inner .contents_inner .index_voice_banner img{
	width: 100%;
}
#index_voice .index_voice_inner .contents_inner h3{
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	letter-spacing: 5px;
	margin-bottom: 40px;
}
#index_voice .index_voice_inner .contents_inner h3 span{
	font-size: 20px;
	display: inline-block;
	margin-left: 20px;
}
#index_voice .index_voice_inner .contents_inner ul{
	margin: 0 auto;
}
#index_voice .index_voice_inner .contents_inner ul li{
	float: left;
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 40px;
}
#index_voice .index_voice_inner .contents_inner ul li:nth-child(3n){
	margin-right: 0;
}
#index_voice .index_voice_inner .contents_inner ul li a {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
#index_voice .index_voice_inner .contents_inner ul li a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
#index_voice .index_voice_inner .contents_inner ul li img{
	width: 100%;
}
#index_voice .index_voice_inner .contents_inner ul li .date {
	padding: 0;
	position: relative;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
}
#index_voice .index_voice_inner .contents_inner ul li .date:before {
	font-family: 'design_plus';
	content: '\e94e';
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#index_voice .index_voice_inner .contents_inner ul li .title {
	padding: 0;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	#index_voice {
		padding: 50px 0;
	}
	#index_voice .index_voice_inner{
		width: 100%;
	}
	#index_voice .index_voice_inner .contents_inner h3{
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	#index_voice .index_voice_inner .contents_inner h3 span{
		font-size: 16px;
		margin-left: 10px;
	}
	#index_voice .index_voice_inner .contents_inner ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

}

#index_others {
	background-color: #000;
	padding: 100px 0;
	border-bottom: 2px solid #8DB2DF;
}
#index_others .index_others_inner{
	width: 1150px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#index_others .index_others_inner .fleft{
	float: left;
	width: 45%;
	padding-right: 5%;
}
#index_others .index_others_inner .fleft .title{
	width: 100%;
	position: relative;
}
#index_others .index_others_inner .fleft .title h3{
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
#index_others .index_others_inner .fleft .title p{
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}
#index_others .index_others_inner .fleft .title p a{
	color: #fff;
}
#index_others .index_others_inner .fleft dt{
	float: left;
	width: 25%;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
#index_others .index_others_inner .fleft dd{
	float: left;
	width: 75%;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
#index_others .index_others_inner .fleft dd a{
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}
#index_others .index_others_inner .fright{
	float: right;
	width: 45%;
	padding-left: 5%;
}
#index_others .index_others_inner .fright h3{
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
#index_others .index_others_inner .fright ul.insta_list{
	margin-bottom: 40px;
}
#index_others .index_others_inner .fright ul.insta_list li{
	float: left;
	width: 30.66666%;
	margin-right: 4%;
}
#index_others .index_others_inner .fright ul.insta_list li:nth-child(3){
	margin-right: 0;
}
#index_others .index_others_inner .fright ul.insta_list li img{
	width: 100%;
}
#index_others .index_others_inner .fright ul.blog_list li{
	float: left;
	width: 46%;
	margin-right: 8%;
}
#index_others .index_others_inner .fright ul.blog_list li:nth-child(2){
	margin-right: 0;
}
#index_others .index_others_inner .fright ul.blog_list li a {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
#index_others .index_others_inner .fright ul.blog_list li a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
#index_others .index_others_inner .fright ul.blog_list li img{
	width: 100%;
}
#index_others .index_others_inner .fright ul.blog_list li .title {
	padding: 0;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#index_others {
		padding: 50px 0;
	}
	#index_others .index_others_inner{
		width: 90%;
		margin: 0 auto;
	}
	#index_others .index_others_inner .fleft{
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
	#index_others .index_others_inner .fleft dt{
		width: 35%;
	}
	#index_others .index_others_inner .fleft dd{
		width: 65%;
	}
	#index_others .index_others_inner .fleft p.news_link{
		text-align: right;
		padding-top: 20px;
	}
	#index_others .index_others_inner .fleft p.news_link a{
		color: #fff;
	}

	#index_others .index_others_inner .fright{
		width: 100%;
		padding-left: 0;
	}
	#index_others .index_others_inner .fright ul.insta_list li{
		float: inherit;
		width: 80%;
		margin: 0 auto 20px;
	}
	#index_others .index_others_inner .fright ul.insta_list li:nth-child(3){
		margin: 0 auto;
	}
	#index_others .index_others_inner .fright ul.blog_list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#index_others .index_others_inner .fright ul.blog_list li:nth-child(2){
		margin-bottom: 0;
	}
	#index_others .index_others_inner .fleft .title h3,
	#index_others .index_others_inner .fright h3 {
		text-align: center;
		font-size: 24px;
	}
}

#profile h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#profile h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

#profile p {
	margin: 0;
}
#profile .fleft {
	float: left;
	width: 45% !important;
	padding-right: 5%;
}
#profile .fleft img {
	width: 100%;
}
#profile .fleft ul {
	margin: 40px 0 0;
}

#profile .fleft ul li {
	float: left;
	width: 46%;
	margin-right: 8%;
}
#profile .fleft ul li:nth-child(2) {
	margin-right: 0;
}

#profile .fright {
	float: right;
	width: 45% !important;
	padding-left: 5%;
}
#profile .fright .position {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 30px;
}
#profile .fright .name {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 5px;
}
#profile .fright .txt {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	padding-top: 100px;
}
#profile .txt02 {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	padding-bottom: 20px;
}
.banner {
	width: 80%;
	margin: 0 auto;
}
.banner img {
	width: 100%;
}
.banner a {
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
.banner a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#profile .s-position {
		color: #fff;
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: center;
		padding-top: 30px;
	}
	#profile .s-name {
		color: #fff;
		font-size: 28px;
		line-height: 1;
		letter-spacing: 5px;
		text-align: center;
		margin-bottom: 20px;
	}
	#profile .fleft {
		width: 100% !important;
		padding-right: 0;
	}
	#profile .fright {
		width: 100% !important;
		padding-left: 0;
	}
	#profile .fright .txt {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#profile ul.sp-only {
		margin: 0;
	}
	#profile ul.sp-only li {
		float: left;
		width: 46%;
		margin-right: 8%;
	}
	#profile ul.sp-only li:nth-child(2) {
		margin-right: 0;
	}
}

#menu_page .main_img img {
	width: 100%;
}
#menu_page .anchor {
	padding: 20px 0;
}

#menu_page .anchor{
	margin: 0 auto;
	width: 70%;
	text-align: center;
}
#menu_page .anchor a {
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	display: inline-block;
	line-height: 2.2;
}
#menu_page .anchor span {
	color: #fff;
	font-size: 16px;
	padding: 0 5px;
	display: inline-block;
	line-height: 2.2;
}
#menu_page .img02 {
	width: 30%;
	margin: 30px auto;
}
#menu_page .img02 img {
	width: 100%;
}
#menu_pc,
#menu_ps,
#menu_ma,
#menu_sc,
#menu_fl,
#menu_mc,
#menu_ab,
#menu_so,
#menu_mp {
	margin-top: -60px;
	padding-top: 60px;
}
#menu_page .menu01,
#menu_page .menu03 {
	background-color: #fff;
}
#menu_page .menu01 .fleft,
#menu_page .menu03 .fleft {
	float: left;
	width: 50%;
	line-height: 0;
}
#menu_page .menu01 .fleft img,
#menu_page .menu03 .fleft img {
	width: 100%;
}
#menu_page .menu01 .fright,
#menu_page .menu03 .fright {
	float: right;
	width: 50%;
}
#menu_page .menu01 .fright p,
#menu_page .menu03 .fright p {
	margin: 0;
	line-height: 1;
}
#menu_page .menu01 .fright .title,
#menu_page .menu03 .fright .title {
	padding: 40px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
#menu_page .menu01 .fright .txt,
#menu_page .menu03 .fright .txt {
	padding: 0 40px;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
}
#menu_page .menu02 {
	background-color: #fff;
}
#menu_page .menu02 .fleft {
	float: left;
	width: 50%;
}
#menu_page .menu02 .fleft p {
	margin: 0;
	line-height: 1;
}
#menu_page .menu02 .fleft .title {
	padding: 40px;
	font-size: 24px;
	color: #000;
	text-align: center;
}
#menu_page .menu02 .fleft .txt {
	padding: 0 40px;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}
#menu_page .menu02 .fright {
	float: right;
	width: 50%;
	line-height: 0;
}
#menu_page .menu02 .fright img {
	width: 100%;
}

#menu_page .blog_link01 {
	text-align: center;
	margin: 20px auto;
}
#menu_page ul.blog_link02 {
	margin: 0 auto;
	width: 70%;
}
#menu_page ul.blog_link02 li {
	float: left;
	width: 42%;
	text-align: left;
	list-style: none;
	padding-left: 8%;
}


#menu_page .course01 {
	padding: 50px 0;
}
#menu_page .course01 img {
	width: 100%;
}
#menu_page .course01 h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}
#menu_page .course01 .course01_txt {
	width: 50%;
	margin: 50px auto 0;
}
#menu_page .course01 .course01_txt p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
#menu_page .course01 .course01_img01 {
	width: 50%;
	margin: 50px auto;
}
#menu_page .course01 .course01_img02 {
	width: 50%;
	margin: 0 auto;
}

#menu_page .course02 {
	padding: 50px 0;
	background-color: #333333;
}
#menu_page .course02 img {
	width: 100%;
}
#menu_page .course02 p {
	margin: 0;
	line-height: 1;
}
#menu_page .course02 .txt {
	width: 50%;
	margin: 50px auto 0;
}
#menu_page .course02 .txt p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}
#menu_page .course02 h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}
#menu_page .course02 .course02_img01 {
	width: 50%;
	margin: 50px auto 10px;
}
#menu_page .course02 .txt02 {
	width: 50%;
	margin: 0 auto;
}
#menu_page .course02 .txt02 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
#menu_page .present {
	padding: 50px 0;
}
#menu_page .present img {
	width: 100%;
}
#menu_page .present h3 {
	text-align: center;
	color: #fff;
	font-size: 48px;
}
#menu_page .present h3 span {
	font-size: 36px;
}

#menu_page .present .present_txt {
	width: 50%;
	margin: 50px auto 0;
}
#menu_page .present .present_txt p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
#menu_page .present .present_img01 {
	width: 50%;
	margin: 50px auto;
}
#menu_page .present .txt02 {
	width: 50%;
	margin: 0 auto;
}
#menu_page .present .txt02 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

#menu_page .option {
	padding: 30px 0 50px;
}
#menu_page .option h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	width: 70%;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
}
#menu_page .option h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#menu_page .option .option_inner {
	width: 70%;
	margin: 0 auto;
}
#menu_page .option .option_inner .fleft {
	float: left;
	width: 48%;
	padding-right: 2%;
}
#menu_page .option .option_inner .fright {
	float: right;
	width: 48%;
	padding-left: 2%;
}
#menu_page .option .option_inner img {
	width: 100%;
}
#menu_page .option .option_inner  p {
	margin: 0;
	line-height: 1;
}
#menu_page .option .option_inner  p.title {
	padding: 10px 0 20px;
	font-size: 18px;
	color: #8DB2DF;
	text-align: left;
}
#menu_page .option .option_inner  p.txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 30px;
}
#menu_page .option .option_inner  p.txt a.blog_link03 {
	color: #8DB2DF;
	text-decoration: underline;
}
#menu_page .option .option_inner  p.txt a.blog_link03:hover {
	text-decoration: none;
}

#menu_page .option .option_inner p.price {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
}


#menu_page .other {
	padding: 30px 0 50px;
}
#menu_page .other h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	width: 70%;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
}
#menu_page .other h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#menu_page .other .other_inner {
	width: 70%;
	margin: 0 auto;
}
#menu_page .other .other_inner .fleft {
	float: left;
	width: 48%;
	padding-right: 2%;
}
#menu_page .other .other_inner .fright {
	float: right;
	width: 48%;
	padding-left: 2%;
}
#menu_page .other .other_inner img {
	width: 100%;
}
#menu_page .other .other_inner  p {
	margin: 0;
	line-height: 1;
}
#menu_page .other .other_inner  p.title {
	padding: 10px 0 20px;
	font-size: 18px;
	color: #8DB2DF;
	text-align: left;
}
#menu_page .other .other_inner  p.txt {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding-bottom: 30px;
}
#menu_page .other .other_inner p.price {
	font-size: 16px;
	color: #000;
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
}

#menu_page .price_list {
	padding: 50px 0;
}
#menu_page .price_list h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
}
#menu_page .price_list h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#menu_page .price_list .price_list_img {
	width: 50%;
	margin: 80px auto;
}
#menu_page .price_list table {
	width: 70%;
	margin: 30px auto;
}
#menu_page .price_list table tr {
}
#menu_page .price_list table tr.fc_blue {
	color: #92b4dd;
}
#menu_page .price_list table tr.fc_purple {
	color: #e4d9fc;
}
#menu_page .price_list table tr.fc_pink {
	color: #edd3e3;
}
#menu_page .price_list table td {
	padding: 15px 0;
	background-color: #000;
	border: none;
	border-bottom: 1px solid #fff;
	line-height: 1.3;
	font-size: 18px;
	padding-left: 20px;
}
#menu_page .price_list table td span {
	line-height: 1;
	font-size: 14px;
}

#menu_page .price_list table td:nth-child(1) {
	width: 50%;
}
#menu_page .price_list table td:nth-child(2) {
	width: 25%;
}
#menu_page .price_list table td:nth-child(3) {
	width: 25%;
}


@media screen and (max-width: 768px) {
	#menu_page .anchor{
		width: 90%;
	}
	#menu_page .anchor a {
		font-size: 12px;
		padding: 0 1px;
		line-height: 1.8;
	}
	#menu_page .anchor span {
		font-size: 12px;
		padding: 0 1px;
		line-height: 1.8;
	}
	#menu_page .img02 {
		width: 70%;
		margin: 15px auto 30px;
	}
	#menu_page .menu02 {
		background-color: #fff;
	}
	#menu_page .menu01,
	#menu_page .menu02,
	#menu_page .menu03 {
		padding-bottom: 20px;
	}

	#menu_page .menu01 .fleft,
	#menu_page .menu02 .fleft,
	#menu_page .menu03 .fleft {
		width: 100%;
	}
	#menu_page .menu01 .fright,
	#menu_page .menu02 .fright,
	#menu_page .menu03 .fright {
		width: 100%;
	}
	#menu_page .menu02 .fright p {
		margin: 0;
		line-height: 1;
	}
	#menu_page .menu01 .fright .title,
	#menu_page .menu02 .fright .title,
	#menu_page .menu03 .fright .title {
		padding: 20px;
		font-size: 18px;
		color: #000;
		text-align: center;
	}
	#menu_page .menu01 .fright .txt,
	#menu_page .menu02 .fright .txt,
	#menu_page .menu03 .fright .txt {
		padding: 0 10px 20px;
		font-size: 16px;
		color: #000;
		line-height: 1.8;
	}
	#menu_page .blog_link01 {
		margin: 0 auto 10px;
	}

	#menu_page ul.blog_link02 {
		width: 90%;
	}
	#menu_page ul.blog_link02 li {
		float: left;
		width: 48%;
		text-align: left;
		list-style: none;
		padding-left: 2%;
		font-size: 90%;
	}

	#menu_page .course01 {
		padding: 25px 0;
	}
	#menu_page .course01 h3 {
		font-size: 24px;
	}
	#menu_page .course01 .course01_txt {
		width: 80%;
		margin: 25px auto 0;
	}
	#menu_page .course01 .course01_img01 {
		width: 80%;
		margin: 25px auto 25px;
	}
	#menu_page .course01 .course01_img02 {
		width: 80%;
	}
	#menu_page .course02 {
		padding: 25px 0;
	}
	#menu_page .course02 .txt {
		width: 80%;
		margin: 25px auto 0;
	}
	#menu_page .course02 h3 {
		font-size: 24px;
	}
	#menu_page .course02 .course02_img01 {
		width: 80%;
		margin: 25px auto 10px;
	}
	#menu_page .course02 .txt02 {
		width: 80%;
	}
	#menu_page .course02 .txt02 p {
		font-size: 12px;
	}

	#menu_page .present h3 {
		font-size: 24px;
	}
	#menu_page .present h3 span {
		font-size: 18px;
	}

	#menu_page .present .present_txt {
		width: 80%;
		margin: 25px auto 0;
	}
	#menu_page .present .present_img01 {
		width: 80%;
		margin: 25px auto;
	}
	#menu_page .present .txt02 {
		width: 80%;
	}

	#menu_page .option {
		padding: 15px 0 25px;
	}
	#menu_page .option h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
	}
	#menu_page .option h3 span {
		font-size: 14px;
		display: block;
	}
	#menu_page .option .option_inner {
		width: 90%;
	}
	#menu_page .option .option_inner .fleft {
		width: 100%;
		padding-right: 0;
	}
	#menu_page .option .option_inner .fright {
		width: 100%;
		padding-left: 0;
	}
	#menu_page .option .option_inner  p.title {
		font-size: 16px;
		text-align: center;
	}
	#menu_page .option .option_inner  p.txt {
		font-size: 12px;
		padding-bottom: 15px;
	}
	#menu_page .option .option_inner p.price {
		font-size: 12px;
	}

	#menu_page .other {
		padding: 15px 0 25px;
	}
	#menu_page .other h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
	}
	#menu_page .other h3 span {
		font-size: 14px;
		display: block;
	}
	#menu_page .other .other_inner {
		width: 90%;
	}
	#menu_page .other .other_inner .fleft {
		width: 100%;
		padding-right: 0;
	}
	#menu_page .other .other_inner .fright {
		width: 100%;
		padding-left: 0;
	}
	#menu_page .other .other_inner  p.title {
		font-size: 16px;
		text-align: center;
	}
	#menu_page .other .other_inner  p.txt {
		font-size: 12px;
		padding-bottom: 15px;
	}
	#menu_page .other .other_inner p.price {
		font-size: 12px;
	}
	#menu_page .price_list {
		padding: 25px 0;
	}
	#menu_page .price_list h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
	}
	#menu_page .price_list h3 span {
		display: block;
		margin-left: 0;
		font-size: 14px;
	}
	#menu_page .price_list table {
		width: 90%;
		margin: 15px auto;
	}
	#menu_page .price_list table td {
		font-size: 12px;
		padding-left: 5px;
	}
	#menu_page .price_list table td span {
		line-height: 1;
		font-size: 11px;
	}
}

#access h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
	margin-bottom: 50px;
}
#access h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#access p {
	margin: 0;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	line-height: 2;
}
#access .fleft {
	float: left;
	width: 40% !important;
	padding: 0 5% 50px;
	border-right: 2px solid #fff;
}
#access .fright {
	float: right;
	width: 39% !important;
	padding: 0 5%;
}
#access .fleft .map{
	margin: 50px auto 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#access .fleft .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px) {
	#access h3 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 25px;
	}
	#access h3 span {
		display: block;
		font-size: 14px;
		margin-left: 0;
	}
	#access p {
		font-size: 14px;
	}
	#access .fleft {
		float: left;
		width: 100% !important;
		padding: 0;
		border-right: none;
		margin-bottom: 30px;
	}
	#access .fright {
		width: 100% !important;
		padding: 0;
	}
	#access .fleft .map{
		margin: 25px auto 0;
	}
}

.main_img img {
	width: 100%;
}
#news_page .fleft {
	float: left;
	width: 30%;
}
#news_page .fright {
	float: right;
	width: 70%;
}
#news_page h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 32px;
	letter-spacing: 3px;
	font-weight: normal;
}
#news_page .block_news,
#news_page .block_insta {
	margin-bottom: 80px;
}
#news_page .block_news dt{
	float: left;
	width: 25%;
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
#news_page .block_news dd{
	float: left;
	width: 75%;
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}
#news_page .block_news dd a{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}

#news_page .block_insta ul.insta_list li{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#news_page .block_insta ul.insta_list li img{
	width: 100%;
}
#news_page .block_blog ul.blog_list{
	margin: 0 auto;
}
#news_page .block_blog ul.blog_list li{
	float: left;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 40px;
}
#news_page .block_blog ul.blog_list li:nth-child(2n){
	margin-right: 0;
}
#news_page .block_blog ul.blog_list li a {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
#news_page .block_blog ul.blog_list li a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
#news_page .block_blog ul.blog_list li img{
	width: 100%;
}
#news_page .block_blog ul.blog_list li .date {
	padding: 0;
	position: relative;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
}
#news_page .block_blog ul.blog_list li .date:before {
	font-family: 'design_plus';
	content: '\e94e';
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#news_page .block_blog ul.blog_list li .title {
	padding: 0;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	#news_page .fleft {
		width: 100%;
		margin-bottom: 25px;
	}
	#news_page .fright {
		width: 100%;
	}
	#news_page h3 {
		text-align: center;
		font-size: 24px;
	}
	#news_page .block_news,
	#news_page .block_insta {
		margin-bottom: 30px;
	}
	#news_page .block_news dt{
		width: 35%;
	}
	#news_page .block_news dd{
		width: 65%;
	}
	#news_page .block_insta ul.insta_list li{
		width: 100%;
		margin-right: 0;
	}
	#news_page .block_blog ul.blog_list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

#voice h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#voice h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#voice p {
	margin: 0;
	line-height: 1;
}
#voice p.txt {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}
#voice ul.voice_list{
	margin: 30px auto 0;
}
#voice ul.voice_list li{
	float: left;
	width: 31.33333%;
	margin-right: 3%;
	margin-bottom: 40px;
}
#voice ul.voice_list li:nth-child(3n){
	margin-right: 0;
}
#voice ul.voice_list li a {
	display: block;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
#voice ul.voice_list li a:hover {
	filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	opacity:0.5;
	text-decoration: none;
}
#voice ul.voice_list li img{
	width: 100%;
}
#voice ul.voice_list li .date {
	padding: 0;
	position: relative;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
}
#voice ul.voice_list li .date:before {
	font-family: 'design_plus';
	content: '\e94e';
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#voice ul.voice_list li .title {
	padding: 0;
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #fff;
	line-height: 1.4;
}
#voice ul.pager{
	margin: 0 auto 0;
}
#voice ul.pager li{
	float: left;
	margin-right: 10px;
}
#voice ul.pager li a{
	display: block;
	padding: 15px 0;
	width: 45px;
	text-align: center;
	background-color: #eeeeee;
}
#voice ul.pager li a:hover{
	text-decoration: none;
	color: #000;
}
#voice ul.pager li span{
	display: block;
	padding: 15px 0;
	width: 45px;
	text-align: center;
	background-color: #8db2df;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#voice h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
		margin-bottom: 15px;
	}
	#voice h3 span {
		font-size: 14px;
		display: block;
	}
	#voice ul.voice_list li{
		width: 100%;
		margin-right: 0;
	}
	#voice ul.pager li a{
		padding: 8px 0;
		width: 30px;
	}
	#voice ul.pager li span{
		padding: 8px 0;
		width: 30px;
	}
}

#reserve h3 {
	text-align: left;
	color: #fff;
	font-size: 36px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	border-left: 5px solid #fff;
	padding: 0 0 0 10px;
	line-height: 1;
}
#reserve p {
	margin: 0;
	line-height: 1;
}
#reserve p.txt {
	color: #fff;
	font-size: 20px;
	padding-left: 15px;
}
#reserve p.txt a {
	color: #8DB2DF;
}
#reserve p.policy {
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#reserve p.policy a {
	color: #fff;
	text-decoration: underline;
}
#reserve p.policy a:hover {
	text-decoration: none;
}

#reserve form {
    width: 70%;
    margin: 50px auto 0;
}
#reserve .koumoku {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}
#reserve .koumoku span {
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    background-color: #ad5e51;
    padding: 3px;
    border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
}
#reserve .nyuryoku {
    margin-bottom: 20px
}
#reserve .nyuryoku label {
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
}
#reserve .nyuryoku input[type=text] {
    width: 100%;
    border:0;
    padding:10px;
    font-size:1em;
    font-family:Arial, sans-serif;
    color:#000;
    border:solid 1px #ccc;
    margin:0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#reserve .nyuryoku textarea {
    width: 100%;
    height: 150px;
    font-family:Arial, sans-serif;
    padding:10px;
    font-size:1em;
    color:#000;
    border:solid 1px #ccc;
    margin:0 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#reserve .nyuryoku02 {
}
#reserve .nyuryoku02 input[type=radio] {
    margin:0 0 20px;
}
#reserve .btn {
    width: 28%;
    margin: 30px auto
}
#reserve .btn {
	border: 2px solid #fff;
}
#reserve .btn input.wpcf7-submit {
    width: 100%;
    font-size: 1.6em;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    height: 67px;
}
div.wpcf7 .ajax-loader {
	display: none;
}
#reserve .usual {
	padding-top: 60px;
	margin-top: 100px;
}
#reserve .btn03 {
	margin: 100px auto 0;
}
#reserve .btn03 a {
	font-size: 24px;
}
.wpcf7 {
	background-color: #000;
	border: none;
}
span.wpcf7-list-item {
	display: block;
	margin: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #fff !important;
	font-size: 18px !important;
	background-color: #000 !important;
	border: none !important;
	padding: 0 0 40px 0 !important;
}
@media screen and (max-width: 768px) {
	#reserve h3 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.4;
	}
	#reserve p.txt {
		font-size: 16px;
		line-height: 1.4;
	}
	#reserve form {
	    width: 100%;
	    margin: 25px auto 0;
	}
	#reserve .btn {
	    width: 60%;
	    margin: 30px auto
	}
	#reserve .usual {
		margin-top: 40px;
	}
	#reserve .btn03 {
		margin: 50px auto 0;
	}
	#reserve .btn03 a {
		font-size: 18px;
	}
	.wpcf7 .wpcf7-mail-sent-ok {
		padding: 0 0 20px 0 !important;
	}
	#reserve .btn input.wpcf7-submit {
	    font-size: 1.2em;
	    height: 40px;
	}

}

#privacy h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#privacy h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#privacy p.title {
	font-weight: bold;
	padding-top: 2rem;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	#privacy h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
	}
	#privacy h3 span {
		font-size: 14px;
		display: block;
	}
}

#thanks h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	text-align: left;
	color: #fff;
	font-size: 48px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#thanks h3 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
#thanks p {
	text-align: center;
}
#thanks p.lead {
	font-weight: bold;
	padding-top: 2rem;
	padding-bottom: 1rem;
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	#thanks h3 {
		text-align: center;
		width: 100%;
		font-size: 24px;
	}
	#thanks h3 span {
		font-size: 14px;
		display: block;
	}
	#thanks p.lead {
		font-weight: bold;
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-size: 18px;
	}

}


#footer_sub_menu {
	padding-bottom: 10px;
}
#footer_sub_menu ul {
	width: 30%;
	margin: 0 auto;
}
#footer_sub_menu ul li {
	float: left;
	width: 50%;
	text-align: center;
}
#footer_sub_menu ul li a {
	color: #797979;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	#footer_sub_menu ul {
		width: 70%;
	}
}

#blog {
	background-color: #fff;
}
#blog #main_col {
	margin-top: 0;
	padding-top: 50px;
}
#blog #post_meta_top .category a,
#blog #post_meta_top li,
#blog .post_content p {
	color: #000;
}
.page_link {
	margin: 50px 0;
}
.page_link a {
	text-decoration: none;
	color: #000;
	display: block;
	border: 2px solid #000;
	padding: 20px;
	background-color: #fff;
}
.page_link a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
.page_link .prev {
	float: left;
}
.page_link .next {
	float: right;
}

@media screen and (max-width: 768px) {
	#blog #main_col {
		padding-top: 30px;
	}
}

#article .fleft {
	float: left;
	width: 28%;
}
#article .fright {
	float: right;
	width: 70%;
}
#article h3 {
	font-family: "Audrey-Medium","Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}
#article .box {
	margin-bottom: 40px;
}
#article .box .news_date {
	color: #fff;
}
#article .box .news_title {
	margin-top: 10px;
}
#article .box .news_title a {
	color: #fff;
	text-decoration: underline;
}
#article .box .news_title a:hover {
	text-decoration: none;
}
#article ul.list_category li {
	margin-bottom: 20px;
}
#article ul.list_category li a {
	text-decoration: underline;
}
#article ul.list_category li a:hover {
	text-decoration: none;
}

#article .black {
	color: #000 !important;
}

@media screen and (max-width: 768px) {
	#article .fleft {
		float: none;
		width: 100%;
	}
	#article .fright {
		float: none;
		width: 100%;
		margin-bottom: 50px;
	}
}

/* clearfix
------------------------------------------------------------------ */
.clear {
    clear: both;
}