/* Common */
body {
	font-family: 'Noto Serif JP', serif !important;
	color: #333;
	font-size: 16px;
	max-width: 100%;
	background-color: #fff;
}
h1,h2,h3,h4,h5{
	font-family: 'Noto Serif JP', serif !important;
}
h2{
	color: #797538;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.6;
	margin: 30px 0 40px 0;
	text-align: center;
}
h2 span{
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #6f6a5b;
}
h3{
	font-size: 20px;
	margin: 10px 0;
	line-height: 1.6;
	text-transform: none;
}
h3 span{
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	color: #6f6a5b;
}
p {
	font-size: 16px;
	margin-bottom: 10px;
}
body:not(.home) .custom-logo-link img{
	width: 30%;
}
/* Nabi */
.main-navigation{
	max-width: 100%;
}
.site-branding{
	margin: 2% 0;
}
.main-navigation ul ul{
	width: 30em;
}
/* home_slide */
#home_slide{
	background: #fefff9;
	position: relative;
	padding: 10px 0;
}
.infiniteslide{
	margin-bottom: 0 !important;
}
.infiniteslide li img{
	height: 400px;
	width: auto;
}
.catchphrase{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	text-shadow: 0 0 5px #000;
	z-index: 1;
}
/* sub-page common*/
.subpage_title h3{
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	padding-left: 6px;
}
.subpage_title h3 span{
	display: inline-block;
	margin-left: 10px;
}
.subpage_title h3 span::before,.subpage_title h3 span::after{
	content: "-";
}
.text-section-half{
	padding: 0 0 0 2%;
}
.text-section-half_r{
	padding: 0 2% 0 0;
}
.text-section-full{
	padding: 0 0 5% 0;
}
.text-section-full p{
	padding: 0 1%;
}
.page .section.section-text{
	padding: 30px 0 0 0;
}
/*===============================================
 *  TOPページ
===============================================*/
.panel .panel-data{
	max-width: 960px;
}
.panel-title{
	display: none;
}
.top-trouble li{
	line-height: 1.8;
}
.top-learn li{
	line-height: 1.8;
}
ul.top-menu-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
	margin: 5% 0 5% 0;
}
.top-menu-list li{
	width: 32%;
	list-style: none;
	padding: 0;
	margin: 2% 0;
}

/*===============================================
 *  特徴
===============================================*/
ul.features{
	list-style: none;
}
.features p{
	line-height: 2;
	margin: 4% 0;
}
.features li{
	line-height: 1.8;
	text-indent: -1.5em;
	margin-bottom: 20px;
}
.features li::before{
	background: url("https://nail-school.tokyo/wp-content/uploads/icon_check_2.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 16px;
}
.features dt{
	background: #6a6650;
	color: #fff;
	padding: 3%;
	border-radius: 4px;
	font-weight: normal;
	margin-bottom: 10px;
}
.features dd{
	color: #017793;
	font-weight: bold;
	text-indent: -1.5em;
	margin-left: 1.5em;
	margin-top: 1%;
	margin-bottom: 7%;
}
.features dd::before{
	background-image: url("https://nail-school.tokyo/wp-content/uploads/icon_check_3.svg");
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	vertical-align: text-top;
	width: 16px;
}
.merit li{
	line-height: 1.8;
}
.merit{
	background: #fffdf8;
	padding: 3%;
	border-radius: 20px;
}
.merit h3{
	color: #3e3a07;
	text-align: center;
}
/*===============================================
 *  スタッフ
===============================================*/
.staff{
	margin: 5% 0;
	display: flex;
}
.staff div:first-child{
	width: 30%;
}
.staff div:nth-child(2){
	width: 70%;
}
.certification ul{
	list-style: none;
}
.certification ul li{
	font-size: 16px;
	line-height: 1.6;
	text-indent: -0.6em;
	margin-left: 1em;
}
.certification ul li::before{
	content: "●";
	color: #daddd0;
	display: inline-block;
	font-size: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
/*===============================================
 *  コース紹介
===============================================*/
.concept p{
	line-height: 2;
	margin-bottom: 30px;
	text-align: center;
}
.course-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	padding: 2% 0;
}
.course-list ul li{
	width: 48%;
}
.course-list ul > li > ul{
	margin-bottom: 40px;
}
.course-list ul li dt{
	background: #8e887c;
	padding: 1.5% 0% 1.5% 3%;
	color: #fff;
}
.course-list ul > li > dl > dd > ul{
	display: block;
}
.course-list ul > li > dl > dd > ul > li{
	width: 100%;
}
.course-list ul > li > ul > li{
	list-style: none;
}
.course-list ul > li > a{
	color: #044;
	line-height: 2;
}
.course-list ul > li > a::before{
	background: url("https://nail-school.tokyo/wp-content/uploads/icon_course-list.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	vertical-align: text-bottom;
	width: 16px;
}
/*===============================================
 *  コース紹介
===============================================*/
.privacy-policy p{
	margin-bottom: 3%;
}
.privacy-policy ol{
	font-weight: bold;
}
.privacy-policy dl{
	margin-bottom: 4%;
}
.privacy-policy dt{
  font-weight: normal;
  margin: 1% 0;
}
.privacy-policy dd{
  font-weight: normal;
}
.privacy-policy ol > li > dl > dd > ol > li{
  font-weight: normal;
}
.privacy-policy span{
	display: block;
	text-align: right;
}
/*===============================================
 *  各コース詳細
===============================================*/
.nail_course h3{
	color: #685949;
	margin: 30px 0 10px 0 !important;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	line-height: 2;
}
.nail_course h3::before {
	content: '';
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	top: 14px;
	left: 7px;
	background-color: #fdb6cd;
	opacity: 0.9;
	z-index: 1;
}
.nail_course h3::after {
	content: '';
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	top: 7px;
	left: 2px;
	background-color: #f2d5ee;
}
.nail_course ol{
	list-style: inside decimal;
	font-weight: bold;
	color: #01644d;
}
.nail_course ol li{
	margin: 3% 0;
	border-bottom: 2px dotted #b3b3b3;
}
.nail_course ol > li > p{
	font-size: 14px;
	margin-top: 10px;
	color: #603f01 !important;
	font-weight: normal;
}
.nail_course ol > td{
	font-weight: normal;
}
.nail_course .column-1{
	width: 35%;
}
.nail_course .column-1,.nail_course .column-2{
	font-weight: normal;
	color: #333;
}
.nail_course .column-2 a{
	display: block;
	text-align: center;
	background: #919090;
	color: #fff;
	margin: 3% 0;
	padding: 2% 0;
}
a.to_entry {
	display: block;
	text-align: center;
	color: #fff;
	background: #5b4f44;
	padding: 2% 0;
	margin: 5% 0;
}
.nail_course dl > dt{
	margin-bottom: 10px;
}
.nail_course dl > dd > ul > li{
	line-height: 2;
}
.nail_course dl > dd > ul > li > ul{
	list-style: none;
	margin-left: 0 !important;
}
/*===============================================
 *  フォーム
===============================================*/
.required{
	color: #333;
}
span.mwform-zip-field{
	display: block;
}
.contact td:first-child{
	width: 35%;
}
.mw_wp_form_complete p{
	text-align: center !important;
	padding: 10% 0 5% 0;
}
/*===============================================
 *  post
===============================================*/
.introduction{
	margin-bottom: 30px;
}
.post_date{
	color: #555;
	font-size: 0.8333333333em;
	opacity: .5;
	text-align: center;
}
.single .entry-content h3{
	margin-top: 50px;
}
.single .entry-content .textwidget{
	margin-bottom: 30px;
}
.seminar_info td{
	border: 1px solid #6a6650; 
}
.seminar_info td:first-child{
	background: #6a6650;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.single dl dt{
	color: #797538;
	margin-bottom: 10px;
}
.single dl dd{
	margin-left: 10px;
	margin-bottom: 15px;
}
.profile{
	border: 1px solid #797538;
	margin: 0 0 30px;
	padding: 15px;
}
.single h3{
	border-bottom: 1px solid #797538;
	color: #797538;
}
.post_content img{
	width: 100%;
}
/*===============================================
 *  archive
===============================================*/
.archive #primary > article{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 15px 0;
}
.archive #primary > article > div{
	width: 25%;
}
.post_thumb a{
	margin: 0 !important;
}
.archive #primary > article > header{
	width: 75%;
	padding-left: 15px;
}
.archive #primary > article + article{
	border-top: 1px dashed #999;
}
/*===============================================
 *  footer
===============================================*/
.footer_nav{
	padding: 15px 0;
	text-align: center;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
	list-style: inside none;
	margin-bottom: 0 !important;
}
.footer_nav ul li{
	margin: 0 15px;
}
.footer_nav ul li a{
	font-size: 14px;
}
.site-info{
	border-top: none !important;
}
/*===============================================
 *  media query
===============================================*/
@media screen and (min-width: 1170px){

}
@media screen and (max-width: 1169px) and (min-width: 992px){

}
@media screen and (max-width: 991px) and (min-width: 769px){

}
@media screen and (min-width: 769px){
	.only_sp{
		display: none !important;
	}
}
@media screen and (max-width: 768px){
	.only_pc{
		display: none !important;
	}
	.only_sp{
		display: block !important;
	}
	table.contact,
	table.contact tbody,
	table.contact tr,
	table.contact td{
		display: block !important;
		width: 100% !important;
	}
	.contact td:first-child{
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	button, input, optgroup, select, textarea{
		width: 100% !important;
	}
	.tel input,
	.zip .mwform-zip-field input{
		width: auto !important;
	}
	.tel input{
		width: 30% !important;
	}
	
}
@media screen and (max-width: 640px){
	.nail_course h3{
		line-height: 1.4 ;
	}
	.contact td{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 480px){
	#masthead {
		padding-bottom: 0 !important;
	}
	.single-page .entry-title{
		font-size: 20px !important;
	}
	h2{
		font-size: 20px !important;
		line-height: 1.4;
	}
	.menu-toggle-text {
    display: none;
	}
	.top-menu-list li{
		width: 48%;
	}
	.course-list ul{
		margin: 0;
	}
	.course-list ul{
		display: block;
	}
	.course-list ul li{
		width: 100%;
	}
	.nail_course ol{
		padding: 0;
		margin: 0;
	}
	.nail_course .column-1{
		width: 100%;
		display: block;
		background: #f9f9f9 !important;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	.nail_course .column-2{
		width: 100%;
		display: block;
		padding: 5% 1%;
	}
	.nail_course h3::before{
		top: 8px;
	}
	.nail_course h3::after{
		top: 1px;
	}
	.nail_course ol li{
		margin: 10% 0;
		border-bottom: 2px dotted #b3b3b3;
	}
	.contact td:first-child{
		width: 100%;
	}
}