@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Marck+Script');
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
/*****************************
**リセット
*****************************/
*{
	padding:0;
	margin:0;
	word-wrap: break-word;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.article h1, .article h2, .article h3, .article h4, .article h5{
    border: none;
    padding: 0;
	margin: 0;
}

#main h2 ,#main h3 ,#main h4 ,#main h5{
	margin: auto!important;
	border: none;
    padding: 0;
    margin: 0;
	font-size: 15px;
    color: #333;
}

#main {
    background: none!important;
}

strong {
    font-weight: normal;
}
/*****************************
**ベース
*****************************/
img {
    opacity: 0.8;
	border-radius: 8px!important;
}


body, .article{
    font-size: 16px!important;
    width: 100%;
    overflow-x: hidden!important;
}

.pc_hid{
    display: none;
}

.foogallery.fg-hover-zoom .fg-caption-inner:before, .foogallery.fg-hover-zoom .fg-thumb:before {
    display: none!important;
}

.fg-default.fg-gutter-10 {
    padding: 10px;
}

.fg-default.fg-gutter-10 .fg-item {
    margin: 0;
    padding: 0;
}
/*****************************
**フォント
*****************************/
body,
.article{
	font-family: "Lora", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:15px;
	line-height:32px;
	font-family: 'Noto Serif JP', serif!important;
}

.menu > .menu-item > a:after  {
	font-family: 'Marck Script';
}

.article h2, .article h3, .article h4, .article h5{
	font-family:"Sawarabi Mincho", serif;
}
/*****************************
**ベース色
*****************************/
body{
	background: #fff;
}

#container{
	/*background-image: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/bg.png)!important;*/
}

#body ,#main ,#sidebar{
   background: #fff!important;
/* 	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(252, 250, 237, 1) 3px, rgba(252, 250, 237, 1) 9px );*/
}

#header ,nav {
    background: #fff;
}

/*****************************
**画像
*****************************/
img {
    opacity: 0.8;
}

.wp-caption {
    background: none;
    border: none;
}

/*****************************
**ヘッダー
*****************************/
#site-title a img {
    opacity: 1!important;
	max-width: 300px;
}

#header-left {
	text-align: center;/*タイトルの中央寄せ*/
}

#header-img{
	text-align:center;/*メイン画像の中央寄せ*/
	padding:0;
}

#header .alignright {
	position: absolute;
    right: -6px!important;
    top: 63px!important;
    font-family: 'Marck Script';
    font-size: 26px;
}
/*****************************
**スライダー
*****************************/
.meta-s{
	width: 90%!important;
    margin: auto;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.meta-s img {
	width: 100%!important;
	height:auto!important;
}

.n2-section-smartslider.fitvidsignore.top_slider {
    display: none;
}

.home .n2-section-smartslider.fitvidsignore.top_slider {
    display: block;
}

/*****************************
**メニュー2段目の文字
*****************************/

.menu > .menu-item > a:after { 
	margin-left:5px;
	font-size: 12px;
}

.menu > .menu-item:nth-child(1) > a:after {
	content: '- Home -';
}

.menu > .menu-item:nth-child(2) > a:after {
	content: '- Course -';	
}

.menu > .menu-item:nth-child(3) > a:after {
	content: '- Voice -';
}

.menu > .menu-item:nth-child(4) > a:after {
	content: '- teacher -';
}

.menu > .menu-item:nth-child(5) > a:after {
	content: '- Access -';
}

.menu > .menu-item:nth-child(6) > a:after {
	content: '- Contact -';
}



#mobile-menu a{
	top: 30px;
}

/*****************************
**メイン
*****************************/
body, .article{
	font-size:16px!important;
}

#body{
	margin:0;
	padding-top:5px;
	padding-bottom:0!important;
}

.article {
    margin-top: 0;
    padding: 0;
    overflow-y: hidden;	
}

#main{
	width:100%;
	max-width:800px;
	margin:0 auto !important;
	padding:0!important;
	border:none;
	/*
	background-image: url("https://web-create-sk.net/wp-content/uploads/2018/10/031-19.png"); 
	background-size:100% 100%;
	*/
}

.home #main{
	max-width:100%!important;
}

#main .post ,#main .page{
	margin-bottom:0!important;
}

.box2{
	text-align: center;
}

.box3 {
    text-align: center;
	margin-bottom:20px!important;
/*	background: #fcf7e4;*/
	position: relative;
}


.article h1, .article h2, .article h3, .article h4, .article h5{
    text-align: center;
}


.contents1{
	margin: 5px;
	padding: 5px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.top_contents1:after {
/*        content: "";
    position: absolute;
background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: cover;
    background-position-y: 306px;
    box-shadow: inset -3px 30px 10px 34px #fff;
    width: 150%;
    width: 100%;
    z-index: 1;
    height: 300px;
    opacity: 0.7;
    transform: skewY(-4deg);*/
}
/*****************************
**メイン　コース案内
*****************************/
.top_contents2 {
	padding: 1px 0 50px;
    background-size: contain;
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    /* border: 5px #C1D79E double; */
    position: relative;
    background: #fff;
    box-shadow: 2px 7px 9px #ccc;
    box-shadow: 0px 1px 9px -1px #dadada;
    border-radius: 10px;
}

.top_contents2:before {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf015-2.png);
    background-repeat: no-repeat;
    background-size: 73%;
    width: 555px;
    height: 300px;
    opacity: 0.7;
	top: -30px;
    left: -10px;
}

.top_contents2:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 73%;
    width: 555px;
    height: 300px;
    opacity: 0.5;
    top: 450px;
    right: -170px;
    transform: rotate(-4deg);
}

.top_contents2:after {
/*    content: "";
    width: 200%;
	height: 100%;
    background: #fcf7e4;
    position: absolute;
    top: 0;
    left: -50%;
	z-index: -1;*/
}

.box3 img {
	height: 100%;
    max-height: 250px;
	z-index: 1;
    position: relative;
	margin-bottom: -17px!important;
}

.first-boxright {
    margin: -10px;
}

.top_contents3 {
    flex-direction: row-reverse;
		max-width: 1100px;
}

a.box3 {
    text-decoration: none;
    color: #333;
}

a.box3:hover {
    background-color: #f2f2f2;
}

.entry-content {
    margin-left: 0;
    /*border-top: 1px #333 solid;
    padding-top: 40px;*/
    margin-top: 10px;
}


.item-box{
	margin: 5px;
	padding: 5px 0;
}



.contents2{
	margin-bottom: 10px;
	padding:5px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	word-wrap: break-word;
	text-align: center;
}

.article h2{
	font-weight:normal;
    font-size: 13px!important;
}

.article h2:before {
    content: "";
   /* font-family: 'Marck Script';*/
	font-family: 'Tangerine', cursive;
    display: block;
    position: relative;
	margin-top: 40px;
    margin-bottom: 10px;
    font-size: 52px;
    color: #333;
}

.article h2:after {
	content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
	background-image: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/03/leaf.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
	top:0;
}

.greeting:after {
    top: 1px;
    right: 337px;
}

.topics:after {
    top: 1px;
    right: 347px;
}

.course:after {
    top: 25px;
    right: 473px;
}

.gallery:after {
    top: 1px;
    right: 465px;
}

.voice:after {
    top: 37px!important;
    right: -23px;
}

.blog:after {
    top: 1px;
    right: 560px;
}

.teacher:after {
    top: 1px;
    right: 345px;
}

h2.box3_h2_1:after {
    top: -1px;
    right: 428px;
	background-size: 75%;
	background-repeat:no-repeat;
}

h2.box3_h2_2:after {
    top: -1px;
    right: 107px;
	background-size: 75%;
	background-repeat:no-repeat;
}

h2.box3_h2_3:after {
    top: -1px;
    right: 90px;
	background-size: 75%;
	background-repeat:no-repeat;	
}

#the-content h2 {
    margin: auto;
	margin-top: 40px;
	font-weight:normal;
}

h2.entry-title {
    margin-top: 5px!important;
    font-weight: normal;
}

h2.greeting{
	display:block;
	width:59%!important;
	margin-bottom: 55px!important;	
}

.article h3{
	border-bottom:1px solid #5d2800!important;
	color:#a98e61;
	font-family:"Sawarabi Mincho", serif; 
	font-weight:normal;
	font-size:20px;
	    z-index: 12;
}

h3.teacher_h3 {
    text-align: left;
    text-indent: 15px;
    font-size: 21px!important;
}

.article h4{
	padding-top:10px!important;
}


.article h4, .article h5, .article h6{
	font-size:15px;
}

.article p {
    padding: 10px 5px!important;
    line-height: 28px;
	    z-index: 12;
}

div#post-6 .article .greeting .be-none h2:before {
	display:none;
}

h2.topics:before {
	content:"Topics";
	margin-bottom: 14px;
}

h2.greeting:before {
	content:"Greeting";
}

h2.course:before {
	content:"Course";
	padding-top: 0px;
}

h2.gallery:before {
    content: "Gallery";
	margin-bottom: 13px!important;
}

h2.voice:before {
    content: "Voice";
	margin-bottom: 13px!important;
}

h2.blog:before {
    content: "Blog";
	margin-bottom: 13px!important;
}

h2.teacher:before {
    content: "Teacher";
	margin-bottom: 13px!important;
}

h2.schedule:before {
    content: "Schedule";
	margin-bottom: 13px!important;
}

div#post-8 .article h2:before {
	content:"Voice";
}

div#post-10 .article h2:before {
	content:"Course";
}

div#post-204 .article h2:before {
	content:"Teacher";
}

div#post-12 .article h2:before {
	content:"Access";
}

div#post-14 .article h2:before {
	content:"Contact";
}

div#post-954 .article h2:before {
	content:"Gallery";
	margin-bottom: 14px;
}

div#post-948 .article h2:before {
	content:"Therapy";
	margin-bottom: 14px;
}

div#post-980 .article h2:before {
	content:"Music Refresh";
	margin-bottom: 14px;
}

div#post-1426 .article h2:before {
	content:"Infomation";
	margin-bottom: 14px;
}

div#post-1435 .article h2:before {
	content:"Question";
	margin-bottom: 14px;
}

div#post-1691 .article h2:before {
	content:"Thought";
	margin-bottom: 14px;
}

div#post-1804 .article h2:before {
	content:"Music Therapy";
	margin-bottom: 14px;
}

div#post-2156 .article h2:before {
	content:"for Students";
}

div#post-2327 .article h2:before {
	content:"Schedule";
}

div#post-1874 .article h2:before {
	content:"Ensemble";
}

div#post-2512 .article h2:before {
	content:"For-Beginner";
}

.post-8 h2:after {
    top: 1px;
    right: 310px;
}

.post-10 h2:after {
    top: 1px;
    right: 310px;
}

.post-204 h2:after {
    top: 1px;
    right: 310px;
}

.post-12 h2:after {
    top: 1px;
    right: 310px;
}

.post-14 h2:after {
    top: 1px;
    right: 310px;
}

.post-954 h2:after {
    top: 1px;
    right: 310px;
}

.post-948 h2:after {
    top: 1px;
    right: 310px;
}

.post-980 h2:after {
    top: 1px;
    right: 240px;
}

.post-1426 h2:after {
    top: 1px;
    right: 295px;
}

.post-1435 h2:after {
    top: 1px;
    right: 310px;
}

.post-1691 h2:after {
    top: 1px;
    right: 310px;
}

.post-1804 h2:after {
    top: 1px;
    right: 255px;
}

.post-2156 h2:after {
    top: 1px;
    right: 297px;
}

.post-2327 h2:after {
    top: 1px;
    right: 297px;
}

.post-1874 h2:after {
    top: 1px;
    right: 311px;
}

.post-2512 h2:after {
    top: 1px;
    right: 277px;
}


h2.entry-title {
    background: #F2F7EB;
}

.video {
    margin-top: 5px;
}

.fg-default.fg-gutter-10 {
    margin-bottom: 0px!important;
    text-align: center!important;
}

.btn-border ,.btn-border1{
    display: block;
    max-width: 200px;
    margin: 5px auto!important;
    padding: 5px 15px 5px;
    box-shadow: 2px 2px 2px #ccc;	
    border-radius: 4px;	
	/* border-color: #cbe585; */
	font-size: 16px;
    font-weight: normal; 
    text-align: center;
    text-decoration: none;
    color: #fff!important;
    transition: .4s;
}
.btn-border {
    border: 1px #A98E61 solid;
    border-radius: 0;
    /* outline: 2px solid #A98E61; */
    outline-offset: 3px;
    color: #A98E61!important;
	font-size: 14px;
}

.btn-border:hover {
    background-color: #f2f2f2;
}

.btn-border1:hover {
    background-color: #f2f2f2;
}

.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    box-shadow: none!important;
}

.page-id-10 #the-content {
    position: relative;
}

.page-id-10 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 469px;
    height: 300px;
    opacity: 0.5;
    top: 960px;
    right: -193px;
    transform: rotate(; -4deg: ; ):;
}

.page-id-204 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 470px;
    height: 300px;
    opacity: 0.5;
    top: 990px;
    right: -130px;
    transform: rotate(; -4deg: ; ):;
}

.page-id-12 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 365px;
    height: 300px;
    opacity: 0.5;
    top: 520px;
    right: -65px;
    transform: rotate(; -4deg: ; ):;
}

.page-id-1874 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 365px;
    height: 300px;
    opacity: 0.5;
    top: 600px;
    right: -65px;
    transform: rotate(;-4deg:;):;
}

.page-id-2512 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 365px;
    height: 300px;
    opacity: 0.5;
    top: 1276px;
    right: -65px;
    transform: rotate(;-4deg:;):;
}

/*****************************
**メインページ　ギャラリー
*****************************/
.top_contents3 {
    margin-top: 20px!important;
	padding-top:0px;
	padding-bottom: 60px;
	position: relative;
	/*border-top: 1.5px #ffcdb8 solid;*/
}



.item-box p {
    width: 100%;
}

p.text_puton {
    position: relative;
    z-index: 3;
    text-shadow: -1px -1px 1px #fff;
}

p.gallery_text1 {
	padding: 50px 73px 0!important;
	z-index: 1;
    text-shadow: -1px -1px 1px #fff;
}


p.gallery_text2 {
    padding: 10px 65px!important;
	z-index: 1;
    text-shadow: -1px -1px 1px #fff;
}



div#n2-ss-2 .n2-ss-slider-1 {
    position: absolute!important;
	top: -385px;
    right: 30px;
	width:100%;
    max-width: 650px!important;
    z-index: 1;
	background-color:#fff!important;
}

.n2-ss-slider-2.n2-ow {
    opacity: 0.7;
}

.n2-ss-widget.nextend-bar.nextend-bar-horizontal.n2-ow {
    left: 0!important;
	bottom: 2px!important;
}

.n2-section-smartslider.fitvidsignore.n2_clear {
    margin-top: 70px!important;
	margin-bottom: 15px;
	background-color:#fff;
	z-index: 2;
}

.n2-style-3745c27e4cee514fb93ac00b0ec9858c-simple.n2-ow {
    border-radius: 15px!important;
	opacity: 0.7!important;
}

.nextend-thumbnail-scroller-group {
    opacity: 0.8;
}

a.btn-border.gallery_btn {
    top: 755px;
    margin: 5px;
}

.nextend-thumbnail-inner.n2-ow.n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
    background: none!important;
}

div#n2-ss-2 .n2-style-266f2f6a49938baa7221444ba747dd12-dot{
	opacity:1!important;
}

div#n2-ss-2 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
    padding: 3px 0;
}

.nextend-thumbnail-scroller-group {
    justify-content: space-between!important;
}
/*****************************
**メイン　お客様の声
*****************************/
.top_contents4 {
	max-width: 1100px;
	margin-top: 40px!important;
	margin-bottom: 70px!important;
	padding: 0px 10px 60px;
   /* background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/04/1618834549918-e1618836528257.png);
    background-size: 100% 100%;*/
	border:5px #C1D79E double;
	position:relative;
	
}

.top_contents4 img {
	width: 70%!important;
    border-radius: 0!important;
	
}

p.voice_p,
p.teacher_p{
    text-align: center;
    font-size: 15px;
}

.comment {
    margin-bottom: 30px;
}
.comment h3 {
    display: inline-block;
}

.comment_img {
    position: relative;
	width: 547px;
	margin-top: 47px;
	transform: rotate(3deg);
}

.comment_img:before {
    content: "";
    background-color: rgba(0,0,0,0.4);
    width: 382px;
    height: 0;
    padding-top: 256px;
    position: absolute;
    z-index: 3;
    top: 39px;
}

.comment_img:after {
    content: "";
	width: 382px;
    height: 0;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/05/4172917_s.jpg);
	background-size: cover;
    top: 32px;
    left: 75px;
    z-index: 3;
    padding-top: 256px;
    position: absolute;
	transform: rotate(-3deg);	
}

.voice_btn {
    top: 610px!important;
	top:610px!important;
}

.teacher_btn {
    border: 1px #A98E61 solid;
    border-radius: 0;
    outline-offset: 3px;
    color: #A98E61!important;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    padding: 5px 40px;
    text-decoration: none;
    margin: auto!important;
    display: block;
    text-align: center;
	box-shadow: 2px 2px 2px #ccc;
	margin-top: 25px!important;
    margin-bottom: -25px!important;
}

.teacher_btn:hover{
	background-color: #f2f2f2;
}
/*****************************
**メイン　ブログ
*****************************/

.top_contents5 {
    margin-top: 50px;
    position: relative;
    max-width: 890px;
    margin-top: 40px!important;
    /* margin-bottom: 70px!important; */
    padding: 0px 17px 60px;
    /* border: 5px #C1D79E double; */
    position: relative;
    margin: auto;
}



div.whatsnew a {
    position: relative;
	z-index: 1;
}


#”npcatch” {
    display: flex;
	list-style-type: none;
	justify-content: center;
}

#”npcatch” li {
    margin: 0 5px;
    display: block;
    padding: 10px;
}

#”npcatch” li a img {
	width: 250px!important;
    height: 150px!important;
}

.detail {
    text-align: center;
}

.top_contents5:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/08/leaf016.png);
    background-repeat: no-repeat;
    background-size: 83%;
    width: 555px;
    height: 300px;
    opacity: 0.5;
    top: 225px;
    right: -220px;
    transform: rotate(;
    -4deg: ;
    ): ;
}
/*****************************
**コース紹介
*****************************/
.post-10 .box2 img {
	width: 100%;
    border-radius: 0!important;
}

.post-10 .box2text {
    margin-top: 10px;
}

.voicebox img {
    margin-top: 24px;
}

/*****************************
**生徒さんの声
*****************************/
.flexrow {
    flex-direction: row-reverse;
	border-top: 4px #e2d9b5 double;
    border-bottom: 4px #e2d9b5 double;
}

/*****************************
**ブログ
*****************************/
.entry {
    margin: 15px 0px;
    padding: 10px;
    border-bottom: 1px #ccc solid;
}

.entry h2 a {
    font-size: 16px;
	color:#a98e61;
	font-family:"Sawarabi Mincho", serif;
	font-weight: normal;
}

.entry-card-content {
    padding: 15px 0;
}

h3.entry-title {
	font-size: 16px!important;
	color:#a98e61!important;
	font-family:"Sawarabi Mincho", serif;
	font-weight: normal;
}

.eye-catch {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.eye-catch img {
    margin: 10px auto!important;
    text-align: center!important;
    width: 50%;
}

.single  .article {
    margin-top: 40px;
}

.single h1.entry-title {
    font-size: 20px;
	font-weight: normal;
	position: relative;
}

.single h2.entry-title {
    font-size: 20px;
	font-weight: normal;
	position: relative;
	background:none!important;
	font-family: 'Noto Serif JP', serif!important;
	font-size: 20px!important;
}

.single h2:before{
	content:none;
}

.single h1.entry-title:after {
    content: "";
/*    display: block;*/
	display:none;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/03/leaf.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    top: 1px;
	right: 470px;
}

.single .article h2 {
	font-weight: normal;
}


.single .article h2:after {
    content: "";
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/03/leaf.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    top: 0;
}

.fa-fw {
    display: none;
}

.article .post-meta {
    display: block!important;
    position: absolute;
    right: 0;
    background: no-repeat;
}

span.post-date {
    display: block;
}

span.category a {
    color: #666;
}

/*****************************
**テーブル
*****************************/
.article table {
    margin: 10px auto;
}

.price{
	text-align:center;
}

/*
.mailform{width:100%;}
*/
.mailform th ,.mailform td{
	max-width:100%;
	display: table-cell;
}

.mailform td {
    display: table-cell;
	background:#FAFAFA;
	vertical-align:middle!important;	
}

.table_text {
    width: 80%;
    margin: auto!important;
}
/*****************************
**問い合わせ、レスポンス調整
*****************************/
.mailform th {
    text-align: left;
    padding-left: 20px;
}

.mailform td {
	padding-top: 6px;
    text-align: center;
}

input[type="checkbox"] {
    width: 13px;
	vertical-align: middle;
}

td.week{
	padding: 12px;
    font-size: 11px!important;
}

select {
    margin-top: 10px;
	padding:2px;
	border-color: #ccc;
	border-radius: 4px;
}

img.line {
    max-width: 100px;
}

.line-wrap {
    display: block;
    justify-content: center;
    margin: 20px;
	text-align: center;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: 'Noto Serif JP', serif!important;
}


/*****************************
**非表示
*****************************/
#breadcrumb {
	display:none;
}

.article .post-meta {
	display: none;
}

.page-id-6 #main h2.entry-title {
	display:none;/*トップページ見出し非表示*/
}


.maps{
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 56.25%;
}

.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 90% !important;
}

.page .post-meta {
    display: none!important;
}




/*****************************
**ヘッダー
*****************************/	
#header-in{
	margin-bottom:0;
}
	
#site-description {
	position: relative;
    right: -7px;
    margin: 5px 0;
	color:#000;
	font-size: 12px;
}

#site-title {
    margin: 0!important;
	position: relative;
    top: -5px;
}	
	
.metaslider .flexslider {
    margin-bottom: 10px!important;
}
/*****************************
**メニュー
*****************************/
#navi, #navi-in, #navi ul, #navi ul li, #navi ul li a{
	/*  background: #fff!important;*/
	background: none!important;/*メニュー背景色*/
}

#navi{   
	margin-bottom: 0px;
}

#navi ul{
	display: -webkit-box; /* Android 2~4 */
	-webkit-box-pack: justify; /* Android 2~4 */
	display: -webkit-flex;
	display: -ms-flex;
	display:flex;
	border:none;
	text-align:center;

}
	
.menu > .menu-item:nth-child(1)> a:after{
	border-bottom:2px solid #CABCA0;
}
	
#navi ul li:nth-child(1){
	border-left:1px solid #ccc;
}
	
#navi ul li{
	width: 100%;
	max-width:400px;
	-webkit-box-flex: 1; /* Android 2~4 */
	border-right:1px solid #ccc;
}

#navi ul li a{
	height: 40px;
    padding: 0;
	font-family:"Sawarabi Mincho", serif; 
	font-size:15px!important;
	transform: rotate(.03deg);
	line-height: 19px;
}

#navi ul li a:hover{
	background:#fff;
}
	
#navi ul li a:hover:after{
	border-bottom:2px solid #CABCA0;
}

.menu > .menu-item > a:after { 
	display: block;
	width:80%;
	margin:0px auto;
	font-size: 13px;
	font-weight: normal!important;
}

#navi ul.sub-menu, #navi ul.children {
    min-width: 176px!important;
	padding-top:3px;
background-color: rgb(255,255,247,1)!important;
	border: none;
	height: 130px;
	border: #ccc solid 1px;
}

.sub-menu {
    width: 330px!important;
	padding: 18px!important;
	padding-top: 3px!important;
}

.sub-menu li {
    text-align: left;
    margin: auto!important;
}

.sub-menu li a {
    width: 280px!important;
    margin: 10px auto!important;
    padding: 12px 0px!important;
}

.sub-menu li a:hover {
	border-bottom: 2px solid #CABCA0;
}




li#menu-item-950 a,
li#menu-item-951 a{
	width: 200px!important;
}


li#menu-item-950,
li#menu-item-951,
li#menu-item-1043{
    width: 182px!important;
	margin: auto;
}

li#menu-item-950 a:hover:after,
li#menu-item-951 a:hover:after,
li#menu-item-1043 a:hover:after{
    content: "";
    display: block;
    width: 90%;
    padding-bottom: 3px;
    border-bottom: 2px solid;
}

#navi .sub-menu li, #navi .children li {
    border: none!important;
}

#navi .sub-menu li, #navi .children li {
    padding-left: 0!important;
	    margin-top: 6px;
}

#navi #navi-in ul li a {
    padding: 5px 7px;
    margin-bottom: 15px;
}
/*****************************
**メイン
*****************************/
#main{
	margin-top:0px;
}
	
#main h2 ,h3 ,h4 ,h5{

}

.article h2 {

}

.box3 h2 {
    width: 100%!important;
	padding-bottom: 10px!important;
	font-size: 15px!important;
}
	
#main p{
	margin:0;
	padding:0;/**/
}

.normal-box{
	margin: 10px;
	padding:10px;
}

.item-box{
/*	margin: 0 10px;*/
}
	
.item, .free-item{
	padding:10px;
}

.box2 p {
    text-align: left;
}

.box2 img {
	border-radius: 10px;
    /* padding-top: 33px; */
    border-radius: 50%;
    width: 70%;
	margin: 40px auto 35px!important;
    text-align: center!important;
}	
	
	
.box2text {
    margin-top: 30px;
}

.greetingtext {
	max-width: 890px;
}
	
.article h2 {
	padding:0;
	margin:0;
}
	
h2.greeting{
	width:100%!important;
	padding-bottom: 20px!important;
	z-index: 10;
}

h2.topics {
    padding-bottom: 30px!important;
}

h2.course {
    padding-bottom: 30px!important;
}



h2.blog {
    padding-bottom: 20px!important;
}

.normal-box h3{
	display:block;
	width:49%!important;
	margin:auto!important;
	text-align:center!important;
}

.box3_in2 {
    margin-bottom: 32px;
}

.box3 p {
    text-align: left!important;
    padding: 5px 25px!important;
	max-width: 510px;
}

.width200{
	width:50%!important;
}

.width200 img {
    border-radius: 8px;
}
	
.width250{
	width:250px!important;
}

.width250 img {
    border-radius: 8px;
}
	
.mailform th ,.mailform td{
	width:400px;
	height:50px;
	display: table-cell;;
}
	
th.freetalk,td.freetalk{
	height: 150px;
}

table.price {
    width: 80%;
}
	
.fg-default.fg-left {
    text-align: center!important;
}
	
.mailform td{
	display: inline-block;
	display: table-cell!important;
}

p.under_point {
    text-indent: 65px;
}

.whatsnew {
    width: 70%;
    margin: auto!important;
}

.teacher_text p {
    margin-bottom: 10px!important;
}

.access_text {
    text-align: center;
}


.gallery_text {
    border: 5px #C1D79E double;
    padding: 15px;
    width: 90%;
    margin: auto;
    text-align: center;
}
}
/*****************************
**フッター
*****************************/
#footer {
	padding: 0px;
	max-width:100%!important;
}
	
	#footer-in{
		max-width:100%!important;
	}	

#footer-navi .menu > .menu-item > a:after{
	display:none;
}

#footer-navi {
    max-width: 1010px;
    margin: 0px auto 15px;
}
/*****************************
**トップページ
*****************************/
a.btn-border {
    border: 1px #A98E61 solid;
    border-radius: 0;
    /* outline: 2px solid #A98E61; */
    outline-offset: 3px;
    color: #A98E61!important;
	font-size: 14px;
	position: absolute;
    top: 420px;
    width: 100%;
	max-width: 275px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1;
}



.box3:nth-child(1) > a.btn-border {
    top: 380px;
}

/*****************************
**サイドバー
*****************************/
#sidebar {
    margin: 0px;
    margin-top: 40px;
	padding: 0 0 0 40px;
	text-align: center;
}



#sidebar h4 {
	font-size: 15px!important;
    border-bottom: dashed 1px #c19b8c!important;
    color: #c19b8c!important;
    width: 100%!important;
    line-height: 20px!important;
    text-align: center!important;
    margin: 15px 0!important;
    font-weight: normal;
}








.article h2 {
    margin: 0!important;
}

.home.entry-content{
	margin-bottom: 0px;
	width: 1100px;
    margin: auto;
}

.entry-content{
	width: 100%;
    margin: auto;
}


#navi {
    padding-bottom: 0px;
}

.metaslider {
    width: 100%!important;
}



#main h2 ,#main h3 ,#main h4 ,#main h5{
	margin: auto!important;
	border: none;
    padding: 0;
    margin: 0;
	font-size: 15px;
    color: #333;
	z-index: 2;
}

.taiwa_come {
    border: 2px solid #FFE0C1;
    border-radius: 15px;
    padding: 5px;
}

.ikiki_come {
    border: 2px solid #BDD7EE;
    border-radius: 15px;
    padding: 5px;
}


.taiwa_come2 {
    border: 2px dotted #FFD4C1;
    border-radius: 10px;
    padding: 5px;
}

.ikiki_come2 {
    border: 2px dotted #548235;
    border-radius: 10px;
    padding: 5px;
}

.under_line{
	background: linear-gradient(transparent 80%, #c1e0ff 81%);
    font-weight: bold;
    padding-bottom: 0!important;
}

.under_line2{
	background: linear-gradient(transparent 80%, #FFE0C1 81%);
    font-weight: bold;
    padding-bottom: 0!important;
}



p.indent_list {
    padding: 10px 26px 10px 33px!important;
    text-indent: -16px;
}

p.indent_list2 {
    padding: 3px 26px 0px 33px!important;
    text-indent: -16px;
}

.omoi-picturebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.omoi-picture {
    width: 23%;
    text-align: center;
    margin: 4px;
}

.omoi-picture2 {
    width: 29%;
    text-align: center;
    margin: 4px;
}

.omoi-picturebox img{
    border-radius: 8px!important;
}

img.omoi-picture{
    border-radius: 8px!important;
}

.ikiiki_img {
    margin-top: 30px;
}

.ikiiki_about {
    padding: 0px 0px 30px;
}


p.qa {
    display: flex;
}

span.qa_q {
    color: #ceff9e;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 0px #ccc;
    padding-right: 10px;
}

span.qa_a {
    color: #ff9e9e;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 1px 1px 0px #ccc;
    padding-right: 10px;
}

a.btn-border1 {
    border: 1px #A98E61 solid;
    border-radius: 0;
    /* outline: 2px solid #A98E61; */
    outline-offset: 3px;
    color: #A98E61!important;
	font-size: 14px;
	position: unset;
    top: 420px;
    width: 100%;
	max-width: 300px;
	z-index: 1;
}

.greenborder {
    border: 1px solid;
    border-radius: 8px;
    background: #E2F0D9;
    padding: 5px 10px;
}

.blackborder {
    border: 2px solid #A9D18E;
    border-radius: 8px;
    padding: 5px 10px;
}
/*****************************
**PC表示
*****************************/
/*@media screen and (min-width:961px) {*/
	
/*****************************
**PCレイアウト
*****************************/

#header-in, #navi-in, #body-in, #footer-in, #footer{
/*	width:100%;
	max-width: 1100px;	*/
	width:1100px;
}
/*
#navi-in{
	width:100%;/*メニューサイズ（ヘッダー画像、メインと同サイズ	
}*/	

	
	
#body{
    display: flex;
/*	max-width: 1100px;*/
	width:100%;
	margin: auto!important;
	padding-top: 0;
	vertical-align: bottom;
}.textwidget.custom-html-widget img {
    border-radius: 8px;
}

#body-in{
	float: none;
	width:1100px;/*メインの幅*/
	margin: 0 auto;/*メインの真ん中*/
}	

.home #body-in{
	width:100%;/*メインの幅*/
}	

#main{

}	

.main-width{
	width: 90%;
	margin: auto;
}	
	
.normal-box .item-box{
	width:100%!important;
}
	
.top_contents1 {
	position: relative;
}

.top_contents1:before {
    content: "";
    position: absolute;
 /*   background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);*/
    background-size: 55%;
    background-position-y: 136px;
    box-shadow: none;
    width: 150%;
    width: 100%;
    z-index: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}




.top_contents1:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 100%;
/*    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/leaf-1.png);
     background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/07/leaf011.png); 
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/07/leaf003.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: -2px;
}

.top_contents1_2 {
    position: relative;
    padding-bottom: 15px;
/*     background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/07/leaf007.png);*/
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 220px;
    background-color: #F6F5F3;
	background-color: #F2F7EB;
	
}


.topics_wrapper {
    max-width: 870px;
    margin: 45px auto 0;
	position:relative;
	z-index: 0;
}

.top_contents1_2:after {
	content: "";
    width: 200%;
	height: 100%;
	background: #F2F7EB;
    position: absolute;
    top: 0;
    left: -50%;
	z-index: -1;
}

.top_contents1_2 p {
    padding: 5px 20px 10px!important;
}	
	/*****************************
**カラム分け
*****************************/
.item-box{
	display: flex;/*横並び*/
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.item, .free-item{
	word-wrap: break-word;
}
	
.box2{
	width: 50%;/*2分割*/
	text-align: center;
}

.box2a{
	padding:0 18px;
}
	
.box3{
	width: 45%;/*3分割*/
	text-align: center;
}
	
.box3 p {
    display: inline-block;
    height: 100px;
	text-align: center!important;
}	

.box3:nth-child(1) p {
}

.box3:nth-child(1) {
    width: 100%;
    margin-bottom: 45px!important;
    position: relative;
    border-bottom: 1px solid #dadada;
    padding-bottom: 80px;
}

.box3:nth-child(1) img {
    width: 370px!important;
    max-height: 300px!important;
    opacity: 0.9;
}

.box3:nth-child(1) a.btn-border {
    top: 455px;
}
	
/*.box3:nth-child(1):after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/line.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 130px;
    top: -81px;
    left: 0;
    z-index: 0;
    opacity: 0.8;
}*/

.row-reverse{
	flex-direction:row-reverse;/*逆向き用*/
}
	
.space-between{justify-content: space-between;/*均等両端なし用*/
}
	
.space-around{
justify-content: space-around;/*均等両端あり用*/
}



#footer {
    width: 100%;
}


.therapy01,
.therapy03{
    flex-direction: row-reverse;
}

.therapy01 img {
    margin-top: 165px;
    width: 300px;
}

.therapy02 img {
    margin-top: 110px;
    width: 300px;
}

.therapy03 img {
    margin-top: 20px;
    width: 275px;
}

.therapy01>.free-item {
    border: 2px solid #BDD7EE;
	border-radius: 10px;
    margin: 15px 0;	
}

.therapy02>.free-item {
    border: 2px solid #A9D18E;
	border-radius: 10px;
	margin: 15px 0;
}

.therapy03>.free-item {
	    margin: 15px 0;
	margin-top: 60px;
    border: 2px solid #FFC000;
	height: fit-content;
	border-radius: 10px;
	
}





.ikiki-img1 {
    width: 65px;
	position: relative;
    right: -275px;
    margin-top: -25px!important;
}

.ikiki-4box{
	width: 48%; margin: 6px;
}

	.course-photo{
		width:50%!important;
		margin-top: -26px;
	}

.simple-harfbox{
display: flex;
}

.simple-harf{
width:50%;
}

.simple-harf img {
    max-width: 70%;
}



.half {
    display: flex;
    justify-content: center;
}

.halfin {
    width: 40%;
    padding: 20px;
margin: auto;
}

.halfin img {
    height: 180px;
}

/*****************************
**タブレット用
*****************************/
@media screen and (max-width:1110px) {
	    .pc_hid{
			display: block;
	}
	
	.slicknav_menu {
    background: #fffff7!important;
}
	
	.slicknav_nav a {
    color: #000!important;
}
	
	.slicknav_btn {
    margin: 0px 5px 3px;
    background-color: #F2F7EB;
    border: 1px solid #ccc;
    border: 3px #C1D79E double;
}
	
	#navi{
		display:none!important;
	}
	
	.entry-content {
    width: 100%!important;
}
	
	
	
	div#header-in {
    width: 100%!important;
    margin: 0;
}
	
	div#footer-in {
    width: 100%;
}
	
	#header .alignleft {
    margin-left: 0!important;
    margin-right: 0!important;
}
	
	#site-description {
    margin: 5px 0;
}

	.greetingtext {
    width: 50%!important;
}
	
	.box2 img {
		/*  margin: 92px auto!important;*/
}	
	
	.top_contents1_2 {
    width: 100%;
}
	
	h2.box3_h2_1, h2.box3_h2_2 {
    padding-bottom: 13px!important;
}
	
	h2.box3_h2_3 {
    line-height: 1;
    padding-bottom: 4px!important;
}
	
	
	div#n2-ss-2 .n2-ss-slider-1 {
    left: 50%;
    transform: translate(50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
	
	p.text_puton {
    text-align: center;
}
	

	
	.top_contents4 {
    padding: 45px 10px 40px;
}
	
	.comment_img  {
	display:none;
}
	
	.box2text {
    width: 100%;
}
	
	.comment p {
    padding: 5px 10px!important;
}
	
.voice_btn {
    top: 550px!important;
}
	
	.whatsnew {
    width: 90%;
}
	

	.width250 img {
    width: 70%;
}
	.width250 {
    width: 100%!important;
}
	
	.post-8 h2:after {
    right: 40%!important;
}

.post-10 h2:after {
    right: 40%!important;
}

.post-204 h2:after {
    right: 38%!important;
}

.post-12 h2:after {
    right: 39%!important;
}

.post-14 h2:after {
    right: 39%!important;
}

.post-954 h2:after {
    right: 40%!important;
}

.post-948 h2:after {
    right: 38%!important;
}

.post-980 h2:after {
    right: 30%!important;
}

	
	#navi ul li {
    max-width: 100%!important;
}
	
	ul.sub-menu {
    width: 100%!important;
		padding-top: 15px!important;
		margin-bottom: 15px!important;
    height: 115px!important;
		display: inline-table;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
	
	#navi .sub-menu li, #navi .children li {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
}
	
	.sub-menu li a {
    padding: 0!important;
    margin: 0!important;
}
	
	li#menu-item-950 a, li#menu-item-951 a, li#menu-item-1043 a {
    width: 100%!important;
    text-align: center;
}
	
	li#menu-item-950 a:hover:after, li#menu-item-951 a:hover:after, li#menu-item-1043 a:hover:after {
    margin: auto;
    width: 70%;
}
	
	
	p.under_point {
    text-align: center;
    text-indent: 0!important;
}
	
	
	
	
	
	
	
	.greeting:after {
    right: 26%;
}

	.topics:after {
    right: 40%;
}

	.course:after {
    right: 39%;
}

.gallery:after {
    right: 39%;
}

	.voice:after {
    right: -23px;
}

	.blog:after {
    right: 40%;
}
	
	h2.box3_h2_1:after {
    right: 1%;
}

	h2.box3_h2_2:after {
    right: 7%;
}

	h2.box3_h2_3:after {
    right: 3%;
}
	
	
	
	.course-photo{
		width:70%!important;
	}
	
	
	
}
/*****************************
**スマホ用
*****************************/
@media screen and (max-width:480px) {
	body, .article {
		font-family: "Sawarabi Mincho", serif!important;
}
	



body, .article {
    font-size: 14px!important;
}

p.greetingtextin {
    font-size: 12px!important;
}
	
		.top_contents1:before {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
	background-position-x: 26px;		
    background-position-y: -125px;
    background-repeat: no-repeat!important;
	}
	
	.top_contents2:before {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
	background-position-x: 26px;
    background-position-y: 145px;
    box-shadow: none;
    width: 150%;
    width: 100%;
    z-index: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
    /* background-repeat-y: unset; */
}
	
	.top_contents2:after {
		background:none;
	}
	
	
	
	.box3 img {
    max-width: 280px;
    height: 250px!important;
}
	
	.slicknav_menu {
    background: #fff;
}
	
	.slicknav_nav a {
    color: #333;
}
	
	.box3:nth-child(1) a.btn-border {
    top: 430px;
}
	
	.top_contents2 {
    padding-bottom: 0;
	}
	
	.center{
	text-align:center;
}
	
	body {
    padding: 0;
}
	
	div#header-title {
    width: 85%;
		margin: auto;
}
	
	#mobile-menu a {
    top: 45px;
}
	
#site-title {
    margin: auto;	
	margin-right: 0!important;
}
	
#h-top #site-description {
    margin: 0 auto 10px;	
}
	
#mobile-menu a {
    z-index: 1!important;
}
	
ol.flex-control-nav.flex-control-paging {
    display: none;
}
	
.meta-s{
	margin-top:0px!important;
	margin-bottom:0px!important;
	width:100%!important;
	margin: auto;
}
	
	.box2 img {
    display: none;
}
	
	#the-content {
    padding: 0 5px;
}
	
	p.gallery_text1 {
    padding: 15px 0px 0!important;
    text-align: center;
}

p.gallery_text2 {
    padding: 10px 0px!important;
    text-align: center;
    margin-bottom: 127px!important;
}
	
	div#n2-ss-2 .n2-ss-slider-1 {
    right: 0px;
    width: 95%;

}
	
	.article {
    margin-top: 0!important;
}
	
	.box2 {
    width: 100%;
}
	
	.box3 ,.box3:nth-child(1){
    width: 100%;
	margin: 0!important;
	margin-bottom: 110px!important;
		padding-bottom: 0;
    border-bottom: none;
}
	

	
	.greetingtext {
    width: 100%!important;
}
	
	.top_contents3 {
    margin-top: 1px!important;
}
	
	div#n2-ss-2 .n2-ss-slider-1 {
    top: -195px;
}
	
	.gallery_btn {
    top: 480px!important;
	top:97%!important;	
}
	
	.voice_btn {
    top: 755px!important;
		top: 94%!important;
}
	
	.teacher_btn {
    top: 640px!important;
}

	
	p.text_puton {
    display: none;
}
	
	
	
		.greeting:after {;
    right: 26%;
}

	.topics:after {
    right: 29%;
}

	.course:after {
    right: 29%;
}

.gallery:after {
    right: 28%;
}

	.voice:after {
    right: -23px;
}

	.blog:after {
    right: 30%;
}
	
	.teacher:after {
    right: 82px;
}
	
		.post-8 h2:after {
    right: 30%!important;
}

.post-10 h2:after {
    right: 29%!important;
}

.post-204 h2:after {
    right: 27%!important;
}

.post-12 h2:after {
    right: 27%!important;
}

.post-14 h2:after {
    right: 27%!important;
}

.post-954 h2:after {
    right: 40%!important;
}

.post-948 h2:after {
    right: 26%!important;
}

.post-980 h2:after {
    right: 9%!important;
}
	
.post-1691 h2:after {
	right: 26%!important;
}
	
.post-1804 h2:after {
	right: 11%!important;
}	
	
.post-2156 h2:after {
    right: 22%!important;
}
	
.post-2327 h2:after {
    right: 28%!important;
}
	
.post-1874 h2:after {
    right: 28%!important;
}
	
	.post-2512 h2:after {
    right: 17%!important;
}
	
	h2.box3_h2_1:after {
    right: 16%;
}

	h2.box3_h2_2:after {
    right: 10%;
}

	h2.box3_h2_3:after {
    right: 17%;
    top: 3px;
}
	
	table.price {
    width: 100%;
}
	
	.table_text {
    width: 100%!important;
}
	
	.normal-box h3 {
    width: 88%!important;
    padding: 15px 0 8px!important;
}
	
	.access_table {
    width: 90%;
}
	
	.maps {
    width: 90%;
}
	
	
	.top_contents4 {
    margin-top: 30px!important;
}
	
	.contents2 {
    width: 100%;
}
	
	.therapy01 img,	.therapy02 img {
    margin-top:0px;
}
	
	.box3:nth-child(1) > a.btn-border {
    top: 420px;
}
	
	a.btn-border{
		top:440px;
	}
	
	.box3 p{
		text-align:left!important;
	}
	
	.therapy03>.free-item {
    margin-top: 10px;
}
	
	.side_blog img {
    width: 80%;
    margin: 5px 0;
}
	
.top_contents5:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 0;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
	.page-id-10 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 505px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
		.page-id-204 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 280px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
		.page-id-12 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 195px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
	
	.page-id-948 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 1060px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
	.page-id-1874 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 195px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
		.page-id-2512 #the-content:after {
    content: "";
    position: absolute;
    background: url(https://okuhara-musicsalon.com/wp-content/uploads/2021/06/1622586065102.png);
    background-size: 90%;
    background-position-x: 26px;
   background-position-y: -185px;
    box-shadow: none;
    background-repeat: no-repeat;
    width: 150%;
    width: 100%;
    top: 428px;
    left: 0;
    height: 300px;
    opacity: 0.7;
    transform: skewY( 
-4deg
 );
    z-index: 0;
}
	
	
	
	
	
	
	
	
	.mailform tr {
    display: grid;
}
	
	.mailform th, .mailform td {
    width: 100%;
    height: 100%;
}
	
	.mailform td {
    padding: 8px 6px;
}
	
	input[type="checkbox"] {
    margin-bottom: 2px;
}
	
	.single h1.entry-title:after {
    right: 270px;
}
	
	aside#related-entries {
    padding: 10px;
}
	
	.article .post-meta {
    display: none!important;
}
	.ikiki-4box{
	width: 100%; 
}
	
	.course-photo{
		width:90%!important;
	}
	
	.simple-harfbox{
display: block!important;
}

	.simple-harf{
width:100%!important;
}



.simple-harf img {
    max-width: 70%;
    margin: auto;
    display: block;
}

.half {
display: block;
    justify-content: center;
}

.halfin {
    width: 92%;
    padding: 18px;
margin: auto;
}

.halfin img {
    height: 180px;
}




	
	
	
}


#body ,#main ,#sidebar,
#header ,nav{
   background: #fffff7!important;
/* 	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(252, 250, 237, 1) 3px, rgba(252, 250, 237, 1) 9px );*/
}
F
.wrap{
	display: flex;
	flex-wrap: wrap;
}




.description{
	cursor: pointer;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#showtext{
	display:none;
}
#showtext:checked ~  .description{
	display:block;
}

/*****************************
**トップページ　折り畳み
*****************************/
/*
summary {
  list-style: none;
}*/

/* WebKitベースのブラウザ（Chrome, Safariなど） */
/*summary::-webkit-details-marker {
  display: none;
}
*/

