@charset "UTF-8";


/* -------------------------------------------------------------
					価格表の寄せ設定
------------------------------------------------------------- */

 .ptp-cp3-price-table-holder {text-align: left;}

/* -------------------------------------------------------------
					タイトル
------------------------------------------------------------- */

h2.lead-title {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 80px;
}


h2.info-title {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	
}

h2.info-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-image: url(../images/top/bg-botan.png);
	text-align: left;
}
h2.info-title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #4d4d4d 40%, #4d4d4d 60%, transparent);
	background: linear-gradient(-45deg, transparent, #4d4d4d 40%, #4d4d4d 60%, transparent);
}


h2.title-center {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}

h2.title-center span {
	font-size: 2.0rem;
	color: #4d4d4d;
	padding-left: 1em;
}



h2.title-info-single {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	margin-bottom:.75em;
	
}

h2.title-h2 {
	font-size: 2.6rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
	h2.title-h2:before {
		margin:0 .5em 0 0;
	    content:" ";
	    display:inline-block;
	    width:91px;
	    height:37px;
	    background:url(../images/common/barret-title.png);
	    background-size:contain;
	    vertical-align:middle;
	}


h2.title-404 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.6rem;
	font-weight: bold;
}

	h2.title-404 span {
	font-size: 4.0rem;
}


h3 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 1em;
	}



h3.border {
	font-size: 2.0rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: .25em 0;
	margin-bottom: 2em;
}


h3.plan-title {
	font-size: 2.0em;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 1em;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: .25em;
}

	h3.plan-title:before {
		content: "● ";
		font-size: 1.6rem;
		color: #9c7526;
	}



h3.pp {
	font-size: 1.6rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: .25em .5em;
	margin-bottom: 1em;
}


#side h3 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}


hr.hr-solid {
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid;     /* 線の種類 */
	border-color: #ccc;      /* 線の色 */
	height: 1px;             /* IE6用対策 */
	clear: both;             /* IE6用対策 */
	margin: 40px 0;
}

hr.border {
	height: 10px;
	background-image: url(../images/common/hr-border.png);
	border: 0 none;
	margin-bottom: 40px;
}


hr.cloud {
	height: 39px;
	background-image: url(../images/common/hr-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	margin: 40px 0 80px;
}


hr.cloud-40 {
	height: 39px;
	background-image: url(../images/common/hr-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	margin: 40px 0;
}

/* -------------------------------------------------------------
					ビーバービルダー入力設定
------------------------------------------------------------- */
.fl-builder-content h1,
.fl-builder-content h2,
.fl-builder-content h3,
.fl-builder-content h4,
.fl-builder-content h5 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.fl-builder-content h2 {
	font-size: 2.0rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: .25em 0;
	margin-bottom: 2em;
}


/* -------------------------------------------------------------
					エディターでの入力設定
------------------------------------------------------------- */
div.editor-area h1 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 1em 0;
}
div.editor-area h2 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 1em 0;
}

div.editor-area h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 1em 0;
}


div.editor-area ul,
div.editor-area ol {
	font-size: 1.4rem;
	margin: 2em 0;
}
	div.editor-area ul li {
		list-style: disc;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}
	div.editor-area ol li {
		list-style: decimal;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}

/* -------------------------------------------------------------
					寄せ設定
------------------------------------------------------------- */

img.alignleft {
	clear: both;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

img.alignright {
	clear: both;
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 0px auto 20px auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* -------------------------------------------------------------
					テキストボタン設定
------------------------------------------------------------- */
.text-btn {
	margin: 0 auto;
	width: 50%;
	height: 40px;
}


.text-btn a {
	display: inline-block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.text-btn a::before,
.text-btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.text-btn a,
.text-btn a::before,
.text-btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.text-btn a {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	line-height: 38px;
	overflow: hidden;
}
.text-btn a:hover {
	color: #fff;
	border: 1px solid #C61E21;
}
.text-btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.text-btn a:hover::after {
	background: #C61E21;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* 高さあり */

.text-btn-b {
	width: 200px;
	height: 54px;
	margin: 0 auto;
}

.text-btn-b a {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.text-btn-b a::before,
.text-btn-b a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.text-btn-b a,
.text-btn-b a::before,
.text-btn-b a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.text-btn-b a {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 1px solid #333;
	color: #333;
	line-height: 52px;
	overflow: hidden;
}
.text-btn-b a:hover {
	color: #fff;
	border: 1px solid #C61E21;
}
.text-btn-b a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.text-btn-b a:hover::after {
	background: #C61E21;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 背景クリア */

.text-btn-clear {
	width: 200px;
	height: 54px;
	margin: 0 auto;
}

.text-btn-clear a {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.text-btn-clear a::before,
.text-btn-clear a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.text-btn-clear a,
.text-btn-clear a::before,
.text-btn-clear a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.text-btn-clear a {
	background-color: transparent;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
	line-height: 50px;
}
.text-btn-clear a:hover {
	background-color: rgba(255, 255, 255, .2);
}


/* 背景クリア フッター */

.text-btn-clear-white {
	width: 195px;
	height: 54px;
	float: left;
	margin-right: 2%;
}

	.text-btn-clear-white:last-of-type {
		margin-right: 0;
	}

.text-btn-clear-white a {
	display: inline-block;
	width: 195px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.text-btn-clear-white a::before,
.text-btn-clear-white a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.text-btn-clear-white a,
.text-btn-clear-white a::before,
.text-btn-clear-white a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.text-btn-clear-white a {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
}
.text-btn-clear-white a:hover {
	background-color: rgba(255, 255, 255, .2);
}


/* -------------------------------------------------------------
					information
------------------------------------------------------------- */

span.new {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/common/new.png);
	background-position: center center;
	background-size: cover;
	margin-left: .5em;
}


article.lesson-list,
article.info {
	width: 100%;
}
	article.lesson-list figure,
	article.info figure {
		margin: 0 4% 0 0;
		float: left;
		width: 150px;
	    height: 150px;
	    overflow: hidden;
	    background-color: #fff;
	    border: none;
	    border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	}
		
		article.lesson-list figure img,
		article.info figure img {
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: 100%;
		    height: auto;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		}
		
		article.lesson-list h3,
		article.info h3 {
			font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
			font-size: 2.0rem;
			font-weight: bold;
			margin-bottom: .5em;	
		}
		
		article.lesson-list h3 a,
		article.info h3 a {
			color: #4d4d4d;
/* 			text-decoration: none; */
			 -webkit-transition: all 0.5s ease 0s;
			  -o-transition: all 0.5s ease 0s;
			  transition: all 0.5s ease 0s;
		}
		
			article.lesson-list h3 a:hover,
			article.info h3 a:hover {
				color: #C1272D;
			}
		
		
		article.lesson-list p,
		article.info p {
			color: #999;
		}
		
		
		
		ul.info-cate-list {
			margin-bottom: 80px;
			}
		
		article.lesson-list ul li,
		ul.info-cate-list li,
		article.info ul li {
			display: inline;
			margin-right: 2em;
			font-size: 1.3rem;
		}
			
			article.lesson-list ul li a,
			ul.info-cate-list li a,
			article.info ul li a {
/*
				display: inline-block;
				background-color: #999;
				padding: .5em 1em;
				border-radius: 50px;
				-moz-border-radius: 50px;
				-webkit-border-radius: 50px;
				line-height: 1;
				color: #fff;
				text-decoration: none;
*/
			color: #999;
			}
		
			
			article.lesson-list ul li.shosai a,
			article.info ul li.shosai a {
				background-color: #fff;
				color: #999;
				border: solid 2px #999;
				padding: .4em 1em;
			}
			
			
			
			
			
			
/* -----------------------------------------
	カレンダー設定
----------------------------------------- */

#wp-calendar {
	font-size: 1.4rem;
	width: 100%;
	border: solid 1px #D4D4D4;
}

#wp-calendar caption {
	text-align: center;
	font-size: 1.3rem;
}

#wp-calendar tr th,
#wp-calendar tr td {
	border: solid 1px #D4D4D4;
}

#wp-calendar tr th {
	text-align: center;
	background-color: rgba(209, 182, 163, 1);
	color: #fff;
}

#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr td.pad {
	border: none;
	background-color: rgba(99, 66, 11, 0.15);
}

#wp-calendar tr td a {
	color: #C1272D;
}
#wp-calendar tr td#today {
	background-color: #C1272D;
	color: #FFF;
}

#wp-calendar tr td#today a {
	color: #FFF;
}

#wp-calendar tfoot tr td#prev,
#wp-calendar tfoot tr td#next {
	font-size: 1.3rem;
}

#wp-calendar tfoot tr td:empty {
	display: none;
}


/* バナーエリア */

.simple-image {
	margin-bottom: 0px;
}
	.simple-image img {
		display: block;
		width: 100%;
		height: auto;
	  -webkit-transition: all 0.5s ease 0s;
	  -o-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;
	}
	
	.simple-image img:hover {
		box-shadow: 0px 0px 20px 2px #fcd2d2;
	}


/* -------------------------------------------------------------
					神前結婚式での雅楽
------------------------------------------------------------- */

p.notice {
	font-style: italic;
	margin: 40px 0;
	color: #848484;
	font-size: 1.3rem;
	text-align: right;
}


	ul.flow-list {
		width: 100%;
	}

	ul.flow-list li {
		display: inline;
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	
	ul.flow-list li:nth-child(even) {
		margin-right: 0;
		margin-bottom: 40px;
	}

	ul.flow-list li figure {
		width: 120px;
		height: 120px;
		overflow: hidden;
		float: left;
		margin: 0 20px 0 0;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border: solid 2px #e6e6e6;	
	}

	ul.flow-list li figure img {
		position: relative;
		top: 50%;
		left: 50%;
		width: auto;
		height: 100%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	ul.flow-list li > h4 {
		font-size: 1.5rem;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		margin-bottom: .5em;
		font-weight: bold;
	}	
	ul.flow-list li p {
		overflow: hidden;
	}
	
dl.flow {
	font-size: 1.4rem;
	margin-bottom: 60px;
}
	dl.flow dt {
		counter-increment: flow;
		background-color: #a5946c;
		color: #fff;
		padding: .25em 2em;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		margin-bottom: 20px;
		font-size: 1.6rem;
		display: inline-block;
	}
		dl.flow dt:before {
			content: counter(flow)". ";
			font-weight: bold;
		}
			dl.flow dd {
				margin-bottom: 40px;
				padding: 1.5em;
				border: solid 3px #dbbe98;
				border-radius: 6px;
				background-color: rgba(252, 238, 214, .3);
			}

		
		
		
		
/* -------------------------------------------------------------
					資料請求・お問い合わせ
------------------------------------------------------------- */

p.phone {
	font-size: 2.4rem;
	font-weight: bold;
}
	p.phone span {
		color: #C1272D;
		font-size: 3.8rem;
		padding-left: .25em;
	}


/* フォーム */
dl#form-dl {
	width: 98%;
	margin: 40px auto;
	font-size: 1.4rem;
    border: 1px solid #818181;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 2px 6px #CCC;	
	border-radius: 6px;
	background-image: url(../images/common/bg_form.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 13.5em;
}
dl#form-dl dt {
	border-radius: 0;
	float: left;
	padding: 1em 1.5em 1em 1em;
	width: 11em;
	margin: 0;
	clear: both;
	line-height: 18px;
	background-color: inherit;
}
dl#form-dl dd {
	border-bottom: 1px solid #818181;
	padding: 1em 1em 1em 15em;
	min-height: 1.5em;
}

dl#form-dl dd:last-child {
	border-bottom: none;
}
dl#entry-form dt:nth-child(1){
	border-radius: 10px 0px 0px;
}
dl#entry-form dt:nth-last-child(2){
	border-radius: 0px 0px 0px 10px;
}

dl#form-dl input,
dl#form-dl textarea {
	width: inherit;
	margin-bottom: 5px;
}

dl#form-dl input:last-of-type,
dl#form-dl textarea:last-of-type {
	margin-bottom: 0
}

.center-position {
	display: block;
	text-align: center;
	margin: 0 auto 40px;
}


.must {
	display: inline-block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background-image: url(../images/common/must.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 5px;
}

/*
.mwform-checkbox-field label {
  display: block;
}
*/

input[type="text"] {
    width: auto;
}


/* ------------------------------------------------------------------------
						菊理紹介
------------------------------------------------------------------------ */

div.photo-area {
	margin: 40px 0 0;
}
	div.photo-area img {
		width: 100%;
/* 		height: auto; */
	}

.gakki-box,
.profile-box {
	margin-bottom: 40px;
}

	.gakki-box figure {
		float: left;
		width: 170px;
		height: 170px;
		margin: 0 4% 0 0;
		overflow: hidden;
		
	}
	.gakki-box figure img {
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: 100%;
		    height: auto;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		}



.gakki-box .text-box,
.profile-box .text-box {
	overflow: hidden;
}

.gakki-box .text-box h4 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1em;
}



.profile-box figure {
		float: left;
		width: 235px;
		height: 235px;
		margin: 0 4% 0 0;
		overflow: hidden;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		
	}
	.profile-box figure img {
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: 100%;
		    height: auto;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		}



.profile-box .text-box dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	}
	
	.profile-box .text-box dl dt span {
		font-size: 1.3rem;
		font-weight: normal;
		}
.profile-box .text-box dl dd {
	font-size: 1.4rem;
	margin-bottom: 1em;
	}

.profile-box .text-box p.border {
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: 1em 0.5em;
	}
	
	.profile-box .text-box ul.square {
		font-size: 1.4rem;
		}
		
		.profile-box .text-box ul.square li {
			margin-bottom: 1em;
			margin-left: 1.5em;
			padding-right: 1em;
			}
				.profile-box .text-box ul.square li:before {
					content: "■";
					font-size: 1.3rem;
					margin-left: -1em;
					}


/* ------------------------------------------------------------------------
						雅楽の魅力
------------------------------------------------------------------------ */

ul.movie li {
	display: block;
	float:left;
	width: 46%;
/* 	max-width: 300px; */
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
}
	ul.movie li:nth-child(2n+2) {
		margin-right: 0;
	}


ul.movie li iframe {
	width: 100% !important;
/* 	max-width: 300px; */
}

/* ------------------------------------------------------------------------
						プライバシーポリシー
------------------------------------------------------------------------ */

article.p-article {
	margin-bottom: 40px;
}

article.p-article p {
	padding: 0 .5em;
}


p.center-text-pp {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

ol.list-num,
ul.list-alpha,
ul.list-disc {
	font-size: 1.4rem;
	margin-left: 1.5em;
	padding-right: .5em;
	text-align:justify; /*  両端揃え設定 */
	text-justify: distribute; /*  両端揃え設定 */
}

	ol.list-num li {
		margin-left: 1.5em;
		margin-bottom: 1em;
		list-style-type: decimal;
	}
	
	ol.list-num li ul.list-alpha {
		margin: 1em 0;
	}

	ol.list-num li ul.list-alpha li {
		margin-left: 1.5em;
		margin-bottom: 1em;
		list-style-type: lower-alpha;
	}
	
	ol.list-num li ul.list-alpha li ul.list-disc li {
		margin-left: 0em;
		margin-top: 1em;
		margin-bottom: 1em;
		list-style-type: disc;
	}

dl.dl-pp {
	font-size: 1.4rem;
	margin-bottom: 1em;
	padding: 0 .5em;
	color: #4D4D4D;
}
	dl.dl-pp dt {
	font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	dl.dl-pp dd {
		line-height: 1.6;
	}
		dl.dl-pp dd a {
			color: #4D4D4D;
		    -webkit-transition: all 0.5s ease 0s;
		    -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
		}
		
		dl.dl-pp dd a:hover {
			color: #F15A24;
		}

article.pp-article p {
	padding: 0 1em;
}






/* ------------------------------------------------------------------------
						雅楽をはじめよう
------------------------------------------------------------------------ */

div.photo {
	margin-bottom: 40px;
}
	div.photo img {
		width: 100%;
		height: auto;
		border-radius: 6px;
	}

div.lesson-wrap {
	margin-bottom: 20px;
}
div.left-area {
	width: 36%;
	max-width: 255px;
	float: left;
}

div.right-area {
	width: 56%;
	max-width: 395px;
	float: right;
}

	div.left-area figure {
		margin: 0 0 10px 0;
		width: 255px;
		height: 255px;
		overflow: hidden;
	    border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	}

	div.left-area figure img{
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: auto;
		    height: 100%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
		}
		
		div.left-area ul li {
			display: block;
			float: left;
			width: 80px;
			height: 80px;
			margin-right: 2%;
			margin-bottom: 5px;
			overflow: hidden;
	    border-radius: 6px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
		}
		
			div.left-area ul li:nth-child(3n+3) {
				margin-right: 0;
			}
			div.left-area ul li img {
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: auto;
		    height: 100%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
			}


div.right-area dl {
	font-size: 1.4rem;
}
	div.right-area dl dt {
		color: #fff;
		background-color: #abaa9a;
		width: 6em;
		float: left;
		text-align: center;
		padding: .25em 1em;
		margin-bottom: 1em;
		border-radius: 50px;
	}	
	div.right-area dl dd {
		padding-left: 8em;
		padding: .25em 1em;
		margin-bottom: 1em;
		overflow: hidden;
	}

	div.right-area dl dt:last-child,
	div.right-area dl dd:last-child {
		margin-bottom: 0px;
	}

	div.right-area dl dd a {
		color: #4d4d4d;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
		div.right-area dl dd a:hover {
		color: #C1272D;
	}
	
h3.lesson {
	font-size: 1.4rem;
	border-top: solid 1px #4d4d4d;
	border-bottom: solid 1px #4d4d4d;
	padding: 0.5em 0;
	text-align: center;
	margin-bottom: 20px !important;
}

div.lesson-p {
	margin-bottom: 40px;
}

div.lesson-p:last-of-type {
	margin-bottom: 60px;
}


@media screen and (max-width: 1024px){		/* -------------------------------------------------  1024px以下用（iPad）の記述 */


/* 背景クリア フッター */

.text-btn-clear-white {
	width: 180px;
	height: 54px;
}


.text-btn-clear-white a {
	width: 180px;
	height: 54px;
}





}




@media screen and (max-width: 768px){		/* -------------------------------------------------  768px以下用（iPad）の記述 */


#wp-calendar {
	width: 90%;
	margin: 0 auto;
}



/* 背景クリア フッター */

.text-btn-clear-white {
	clear: left;
	width: 49%;
	height: 54px;
}


.text-btn-clear-white a {
	width: 100%;
	height: 54px;
}

.text-btn-clear-white:last-of-type {
	clear: none;
}

/* バナー設定 */


.simple-image img {
		width: 50%;
		height: auto;
	  -webkit-transition: inherit;
	  -o-transition: inherit;
	  transition: inherit;
	  margin: 0 auto;
	}
	
	.simple-image img:hover {
		box-shadow: inherit;
	}


/* ------------------------------------------------------------------------
						雅楽の魅力
------------------------------------------------------------------------ */

ul.movie li {
	width: 46%;
/* 	max-width: 300px; */
	margin-left: 2%;
	margin-right: 2%;
}
	ul.movie li iframe {
		width: 100% !important;
	}




/* -------------------------------------------------------------
					神前結婚式での雅楽
------------------------------------------------------------- */

ul.flow-list {
	width: 100%;
}


	ul.flow-list li {
		display: inline-block;
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: dotted 1px #b4b4b4;
	}
	
	ul.flow-list li:nth-child(even) {
		margin-right: 0;
		margin-bottom: 20px;
	}




}


@media screen and (max-width: 480px) {		/* -------------------------------------------------  480px以下用（スマートフォン用）の記述 */



/* -------------------------------------------------------------
					タイトル設定
------------------------------------------------------------- */

h2.title-h2 {
	font-size: 2.0rem;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
	h2.title-h2:before {
		margin:0 .5em 0 0;
	    content:" ";
	    display:inline-block;
	    width:61px;
	    height:25px;
	    background:url(../images/common/barret-title.png);    
	    background-size:contain;
	    vertical-align:middle;
	}

h3.border {
	font-size: 1.8rem;
}



/* -------------------------------------------------------------
					テキストボタン設定
------------------------------------------------------------- */
.text-btn {
	margin: 0 auto;
	width: 80%;
	height: 40px;
}



/* 背景クリア */

.text-btn-clear {
	width: 50%;
}

.text-btn-clear a {
	width: 100%;
}

/* -------------------------------------------------------------
					information
------------------------------------------------------------- */


	article.info figure {
		margin: 0 4% 0 0;
		float: left;
		width: 80px;
	    height: 80px;
	    overflow: hidden;
	    background-color: #fff;
	    border: none;
	    border-radius: 12px;
	    -moz-border-radius: 6px;
	    -webkit-border-radius: 6px;
	}
		
		
		
		

/* バナー設定 */
.simple-image img {
		width: 70%;
	}
	





/* -------------------------------------------------------------
					寄せ設定
------------------------------------------------------------- */

img.alignleft {
	clear: both;
	display: block;
	float: none;
	margin: 0px auto 20px auto;
}

img.alignright {
	clear: both;
	display: block;
	float: none;
	margin: 0px auto 20px auto;
}

img.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin: 0px auto 20px auto;
}



/* -------------------------------------------------------------
					神前結婚式での雅楽
------------------------------------------------------------- */


/*
	ul.flow-list li p {
		overflow: inherit;
	}

	ul.flow-list li figure {
		margin-bottom: 20px;
	}
*/
 



/* -------------------------------------------------------------
					資料請求・お問い合わせ
------------------------------------------------------------- */

p.phone {
	font-size: 2.4rem;
	font-weight: bold;
}
	p.phone span {
		color: #C1272D;
		font-size: 3.6rem;
		padding-left: .25em;
	}

/* フォーム */
dl#form-dl {
	width: 100%;
	margin: 40px auto 0;
	font-size: 1.4rem;
    border: none;
    box-shadow: none;	
	border-radius: inherit;
	background-image: none;
}
dl#form-dl dt {
	text-align: center;
	width: 100%;
	background-color: #E8E3DC;
	border: solid 1px #63420B;
	color: #63420B;
	border-radius: 4px;
	float: none;
	padding: .5em 0;
	margin: 0;
	clear: both;
	line-height: 18px;
}
dl#form-dl dd {
	border-bottom: none;
	padding: 1em 0.5em;
	min-height: 1.5em;
	margin-bottom: 1em;
}

dl#form-dl dd:last-child {
	border-bottom: none;
}
dl#entry-form dt:nth-child(1){
	border-radius: inherit;
}
dl#entry-form dt:nth-last-child(2){
	border-radius: inherit;
}

dl#form-dl input,
dl#form-dl textarea {
	width: inherit;
	margin-bottom: 5px;
}

dl#form-dl input:last-of-type,
dl#form-dl textarea:last-of-type {
	margin-bottom: 0
}











/* ------------------------------------------------------------------------
						菊理紹介
------------------------------------------------------------------------ */


div.photo-area {
	margin: 20px 0 0;
}


.gakki-box,
.profile-box {
	margin-bottom: 20px;
}

	.gakki-box figure,
	.profile-box figure {
		float: none;
		margin-bottom: 20px;
	}

.profile-box figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.gakki-box .text-box h4 {
	font-size: 2.0rem;
	margin-bottom: .5em;
}


/* ------------------------------------------------------------------------
						雅楽の魅力
------------------------------------------------------------------------ */

ul.movie li {
	float: none;
	width: 96%;
	max-width: inherit;
	margin-left: auto;
	margin-right: auto;
}
	ul.movie li:nth-child(2n+2) {
		margin-left: auto;
		margin-right: auto;
	}
	
	


/* ------------------------------------------------------------------------
						雅楽をはじめよう
------------------------------------------------------------------------ */
article.lesson-list {
	width: 100%;
	border-bottom: solid 1px #ededed;
	padding-bottom: 40px;
}
	article.lesson-list figure {
		margin: 0 0 20px;
		float: none;
	}
		

div.left-area {
	width: 100%;
	max-width: inherit;
	float: none;
	margin-bottom: 20px;
	border-bottom: solid 1px #ededed;
}

div.right-area {
	clear: both;
	width: 100%;
	max-width: inherit;
	float: none;
}

	div.left-area figure {
		margin: 0 0 20px;
		width: 300px;
		height: 300px;
	}

	
		
		div.left-area ul li {
			width: 80px;
			height: 80px;
			margin-right: 2%;
			margin-bottom: 20px;
		}
		
			div.left-area ul li:nth-child(3n+3) {
				margin-right: 0;
			}
			div.left-area ul li img {
		    position: relative;
		    top: 50%;
		    left: 50%;
		    width: auto;
		    height: 100%;
		    -webkit-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
			}


div.right-area dl {
	font-size: 1.4rem;
}
	div.right-area dl dt {
		width: 100%;
		float: none;
		padding: .25em 0;
	}	
	div.right-area dl dd {
		padding: 0 1em;
	}

/*
h3.lesson {
	width: 100%;
	padding: .25em 0;
}
*/

p.lesson-p {
	font-size: 1.4rem;
/* 	padding: 0 1em; */
}



/* ------------------------------------------------------------------------
						プライバシーポリシー
------------------------------------------------------------------------ */

dl.dl-pp {
	font-size: 1.6rem;
}

ol.list-num,
ul.list-alpha,
ul.list-disc {
	margin-left: 1em;
	font-size: 1.6rem;
}


	


}