/*
Theme Name: yprc
Theme URI: http://1975-yprc.com/
Description: yprcweb-v1
Version: 1.0
Author: mizuki fuke
Author URI: http://lalalacreate.com/
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*スタイルシート
*******************************************/
body{
	color: #4d4d4d;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
	line-height: 1;
	font-size: 14px;
}
body img{
	max-width: 100%;
}

/**	header **/
.header{
	height: 60px;
	z-index: 100;
}
.header .header_fix{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	background-color: #fff;
	box-shadow: 1px 0 5px rgba(0,0,0,.1);
	z-index: 100;
}
.header .header-wrap{
	position: relative;
	padding: 10px 0;
}
.header .logo{
	max-width: 200px;
	text-align: center;
}
.header .logo img{
	max-width: 200px;
	height: 43px;
}

.header .header_btn{
	display: block;
    position: absolute;
    z-index: 103;
    top: 10px;
    right: 0;
    width: 75px;
    height: 60px;
}
.header .header_btn a{
	display: block;
    text-align: center;
    text-decoration: none;
    color: #00afec;
    font-size: 0.8rem;
	font-weight: 700;
    line-height: 1;
}
.header .header_btn .icon{
	display: inline-block;
    position: relative;
    width: 34px;
    height: 28px;
}
.header .header_btn .icon li{
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	transition:.25s;
	background-color:#00afec;
}
.header .header_btn .icon li:nth-child(2) {
    top: 10px;
}
.header .header_btn .icon li:nth-child(3) {
    top: 20px;
}
.header .header_btn .active li:nth-child(1){
	-webkit-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}
.header .header_btn .active li:nth-child(2){
	display: none;
}
.header .header_btn .active li:nth-child(3){
	-webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.header .header_btn .menu{
	font-size: 12px;
	display: block;
}
.header .header_gnav{
	padding-top: 10px;
	width: 100%;
	display: none;
}
.header .header_gnav ul{
	text-align: center;
	padding: 0 16px;
}
.header .header_gnav li{
	padding: 18px 0;
	border-top: 1px solid #efefef;
	line-height: 2;
}
.header .header_gnav li a{
	text-decoration: none;
	color: #333;
	font-size: 1rem
}
.top_mainvisual img{
	width: 100%;
	vertical-align: bottom;
}
.header_gnav .contact{
	background: #00afec;
	border-radius: 20px;
}
.header_gnav .contact a{
	color: #fff !important;
    display: block;
}
/** 共通 **/
.section .section_wrap{
	padding-top: 60px;
}
.section .inner{
	padding-left: 16px;
	padding-right: 16px;
}
.section .inner .title{
	font-size: 1.3rem;
	text-align: center;
	padding-bottom: 20px;
	color: #333;
}
.section .inner .txt-main{
	font-size: 1.05rem;
	line-height: 1.6;
	text-align: left;
}

/** visual **/
.top_mainvisual{
	position: relative;
}
.illust-top{
	position: absolute;
	left: 10px;
	width: 30%;
	bottom: -70px;
	max-width: 280px;
}
.section_massage{
	background-color: #f0f8ff;
	padding-bottom: 60px;
}

/** point **/
.point_inner li{
	margin-bottom: 30px;: 
}
.point_inner li:last-child{
	margin-bottom: 0;
}
.point_inner .number_img{
	width: 50%;
	margin: 0 auto;
}
.point_inner .sub_title{
	text-align: center;
	font-size: 1.05rem;
	padding: 20px 0;
}
.button_fix .sheep {
    width:30%;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
    position: fixed;
    max-width: 200px;
}

/** blog **/
.section_blog{
	background-color: #f2f3f5;
	padding-bottom: 60px;
	margin-top: 60px;
	position: relative;
}
.section_blog .blog-illust{
	position: absolute;
	top: -30px;
	right: 10px;
	width: 35%;
	max-width: 220px;
}
.blog_article_wrap article{
  display: flex;
  margin-bottom: 20px;
}
.blog-img{
  width: 40%;
  position: relative;
}
.blog-img img{
  width: 100%;
  height: auto;
}
.blog-img .category{
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  background-color: #00afec
}
.page-section_blog .blog-txt{
	background-color: #f0f8ff;
}
.blog-txt{
  width:60%;
  background-color: #fff;
  padding: 3%;
  position: relative;
}
.blog-txt h1{
  color: #4d4d4d;
}
.blog-txt .blog-date{
  font-size: 11px;
  color:#b2b2b2;
  padding-top: 10px;
}
.more-arrow{
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.more-arrow span{
  color: #2fa8e0;
  padding-right: 6px;
}
.button{
	margin: 50px auto 10px;
	width: 300px;
	text-align: center;
	background-color: #4c4c4c;
}
.button a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 18px 0 17px;
	font-weight: bold;
	font-size: 16px;
}
/** access **/
.section_access .section_wrap{
	padding-top: 0;
}
.acess_gmap iframe{
	width:100%;
}
.access_info{
	padding-top: 20px;
}
.access_info dt{
	color: #00afec;
	padding-bottom: 6px;
	font-weight: bold;
}
.access_info dd{
	padding-bottom: 14px;
	line-height: 1.8;
}


/*page
***************************/
.page_title{
	height: 140px;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.page_title-contact{
	background-image: url(img/common/back-title-contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page_title-blog{
	background-image: url(img/common/back-title-blog.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page_title-about{
	background-image: url(img/common/back-title-about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page_title-piano{
	background-image: url(img/common/back-title-piano.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page_title h2{
	color: #fff;
}
.page_title h2:before{
	content: "";
    width: 60px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    bottom: 40px;
	left: 50%;
    margin-left: -34px;
    background-color: #00afec;
}
.ati_item{
    max-width: 320px;
    margin-top: 120px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.ati_item_inner {
    position: relative;
    background: #fff;
    padding: 110px 5% 5%;
    border-radius: 10px;
}
.teacher_name {
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 34px;
}
.responsible {
    text-align: center;
    display: block;
    line-height: 24px;
    color: gray;
}
.greeting {
    font-size: 14px;
    padding-top: 10px;
    color: #5a5a5a;
    line-height: 1.3;
}
.profile-image {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%,0);
    border: 2px dashed #00afec;
    width: 70%;
    max-width: 224px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
}
.profile-image img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.contact-way-list{
	max-width: 780px;
	margin: 0 auto;
}
.contact-way-list a{
	display: block;
}
.contact-way-list .line{
	text-align: center;
	font-size: 20px;
	background-color: #00b900;
	padding: 10px 0;
	border-radius: 5px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contact-way-list .line a{
	color: #fff;
}
.contact-way-list .tell{
	text-align: center;
	font-size: 20px;
	justify-content: center;
	background-color: #f0f8ff;
	padding: 10px 0;
	border-radius: 5px;
	line-height: 30px;
}
.contact-way-list .tell img{
	 vertical-align: top;
    height: auto !important;
    max-width: 100%;
    margin-right: 10px;
}

.contact-way-list a{
	color: #333;
}
.contact_tbl{
  width: 100%;
  max-width: 780px;
  margin:0 auto;
}
.contact_tbl tr{
  border-bottom: 1px solid #00afec;
}
.contact_tbl tr td{
  display: block;
  width: 100%;
  padding: 16px 0 10px;
}
.contact_tbl tr th{
  display: block;
  width: 100%;
  padding-bottom: 16px;
}
.contact_tbl tr th input{
  width: 100%;
  border-radius: 5px;
  border:1px solid #e5e5e5;
  height: 26px;
  background-color: #f2f2f2;
}
.contact_tbl tr th textarea{
  width: 100%;
  border-radius: 5px;
  border:1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.contact_tbl .m-require{
  color: red;
  font-size: 12px;
}
.contact_tbl .cont_postscript{
  font-size: 12px;
}
.submit_btn{
  width: 100%;
  background-color:  #00afec;
  padding: 12px;
  border:none;
  border-radius: 6px;
  margin-top: 30px;
  color: #fff;
  font-size: 1.2em;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
	color: red;
}
.single-inner{
	font-size: 16px;
}
.single-inner p{
	line-height: 2;
}
.single-title{
	border-bottom: 1px dashed #ddd;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.single-title h1{
	font-size: 1.4em;
	margin-bottom: 16px;
}
.single-category{
	padding-top: 10px;
	font-size: 12px;
}
.single-category a{
	color: #4d4d4d;
}
.post_nav{
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
    width: 100%;
}
.post_nav .prev{
    float: left;
    padding: 20px 0;
}
.post_nav .next {
    float: right;
    padding: 20px 0;
}
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}
.pagination {
    text-align: center;
}
.pagination ul {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px 0 40px;
}
.pagination ul .before,.pagination ul .next{
	position: relative;
  	display: inline-block;
}
.pagination ul .before::before{
	content: '';
	  width: 6px;
	  height: 6px;
	  border: 0px;
	  border-top: solid 2px #fff;
	  border-right: solid 2px #fff;
	  -ms-transform: rotate(225deg);
	  -webkit-transform: rotate(225deg);
	  transform: rotate(225deg);
	  position: absolute;
	  top: 50%;
	  left: 15px;
	  margin-top: -4px;
}
.pagination ul .next::before{
	content: '';
	  width: 6px;
	  height: 6px;
	  border: 0px;
	  border-top: solid 2px #fff;
	  border-right: solid 2px #fff;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 50%;
	  right: 15px;
	  margin-top: -4px;
}
.pagination ul li {
    background-color: #ddd;
    margin: 0 6px;
    width: 35px;
    height: 35px;
    line-height: 2.5;
}
.pagination ul li a{
	color: #333;
	display: block;
	width: 35px;
    height: 35px;
}
.pagination .current {
    background-color: #2fa8e0;
}
.pagination .current a{
	color: #fff;
	display: block;
}
.piano-school-inner{
	width: 100%;
	border-bottom: 1px dashed #2fa8e0;
	margin-bottom: 30px;
	line-height: 1.4;
}
.piano-school-inner h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.school-about{
	font-size: 16px;
	padding: 20px 0;
}
.school-info{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	margin-top: 20px;
}
.school-info th{
	width: 30%;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.school-info td{
	width: 70%;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-weight: normal;
}
.lesson-box{
	background-color: #f0f8ff;
	padding: 20px 20px;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
}
.lesson-tbl{
	width: 100%;
	text-align: left;
}
.lesson-tbl th{
	width: 100%;
	width: 35%;
    padding: 14px 0;
    border-bottom: 1px dotted #2fa8e0;
    font-weight: normal;
}
.lesson-tbl td{
	width: 56%;
    padding: 10px 0;
    border-bottom: 1px dotted #2fa8e0;
    line-height: 1.8;
}

/** footer **/
footer{
	text-align: center;
	margin-top: 60px;
	background-color: #1d364d;
	color: #fff;
}
.foot_top .logo{
	margin-bottom: 16px;
	width: 16%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}
.foot_top{
	padding: 14px 0 4px;
}
.foot_nav li{
	padding: 16px 0;
	border-bottom: 1px dashed #ddd;
}
.foot_nav .home{
	border-top: 1px dashed #ddd;
}
.foot_nav li a {
	color: #fff;
	text-decoration: none;
}
.foot_top .logo{
	font-size: 24px;
}
.foot_copy{
	padding: 16px 0;
	font-size: 10px;
}

@media screen and (min-width:770px){
	.section .section_wrap{
		padding-top: 80px;
	}
	.section_massage{
		padding-bottom: 80px;
	}

	.section_access .section_wrap{
		padding-top: 0;
	}
	.section .inner .title{
		padding-bottom: 40px;
	}
	.blog_article_wrap{
  		display: flex;
  		flex-wrap: wrap;
  		display: -webkit-flex;
	}
	.blog_article_wrap a{
		width: 48%;
	  	padding: 1%;
	  }
	 .blog_article_wrap article{
	  	margin-bottom: 0;
	 }
	.point_inner{
		display: flex;
	}
	.point_inner li{
		margin-bottom: 0;
		margin-right: 10px;
		margin-left:10px;
		width: 314px;
	}
	.point_inner .number_img{
		width: 60%;
	}
	footer{
		margin-top: 80px;
	}
	.foot_top{
		padding: 20px 0;
	}
	.foot_nav{
		display: flex;
		justify-content: center;
		display: -webkit-flex;
	}
	.foot_nav li{
		padding-right: 16px;
		padding-left: 16px;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: 20px;
		border-left: 1px solid #fff;
		border-bottom: none;
	}
	.foot_nav .home{
		border-left: none;
		border-top: none;
	}
	.ati_wrap{
		justify-content: center;
		flex-wrap: wrap;
		display: flex;
		display: -webkit-flex
	}
	.ati_item{
		margin-left:10px;
		margin-right: 10px;
	}
	.piano-school-inner{
		width: 46%;
		margin: 0 2% 30px;
	}
	.piano-school-wrap{
		display: flex;
  		flex-wrap: wrap;
  		display: -webkit-flex;
	}
	.section .inner .txt-main{
		text-align: center;
	}
}
@media screen and (min-width:960px){
	.button_fix .sheep {
	    right: 30px;
	    bottom: 30px;
	}
	.header .header_gnav ul{
		display: -webkit-flex;
		display: flex;
	}
	.header{
		height: 80px;
	}
	.header .header_fix{
		min-height: 70px;
	}
	.header .header_gnav li{
		padding: 0 16px;
		border: none;
	}
	.header .header_btn{
		display: none;
	}
	.header .header_gnav{
		display: block;
		position: absolute;
		right: 0;
		top: 30%;
		width: auto;
		padding-top: 0;
	}
	.header .logo .logo_inner{
		font-size: 1.8rem;
	}
	.header .logo img{
		height:60px; 
	}
	.page_title{
		height: 160px;
	}
	.contact-send{
		max-width: 400px;
		margin: 0 auto;
	}

}

@media screen and (min-width:1100px){
  .section .inner{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .header .header-wrap{
	width: 1000px;
	margin: 0 auto;
	}
}
