@charset "UTF-8";
/*--------------------------------------------------------
  iPhon対策
--------------------------------------------------------*/
/* 要研究
input[type="button"],input[type="submit"], button {
   -webkit-appearance: none;
   border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
}

input[type="button"],input[type="submit"], button :hover{
  background: #1d49aa;
}
*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"], button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: solid thin;
	box-sizing: border-box;
	cursor: pointer;
	/* 追加 */
	background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	color: #111111;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	border-radius: 4px;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:hover,
input[type="button"]:hover, button:hover {
	opacity: 0.8;
}

input[type="submit"]:active,
input[type="button"]:active, button:active {
	opacity: 0.2;
}

input[type="submit"]::focus,
input[type="button"]::focus, button::focus {
	opacity: 0.2;
/*
  outline-offset: -2px;
*/
}
input[type="submit"]:disabled,
input[type="button"]:disabled, button:disabled {
	color: #888888;
}
/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-header-c1 {
	width: 100%;
	height:50px;
}

#hpb-headerMain {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#hpb-headerMain h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 12px;
	font-size: 11px;
}

#hpb-headerMain h1 span {
	display: inline-block;
}

#hpb-headerLogo {
	width: 100%;
	height: 50px;
}
@media screen and (min-width: 800px) {
#hpb-headerLogo {
	width: 500px;
	overflow: hidden;
	float: left;
}
}

#hpb-headerLogo a {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 17px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 60px;
	background-image : url(../img/logo_10A.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 80% auto;
}
@media screen and (min-width: 800px) {
#hpb-headerLogo a {
	height: 54px;
}
}

.top_img {
	display: none;
}
@media screen and (min-width: 800px) {
.top_img {
	display: block;
}
}



.Charly_img {
	position: absolute;
	top:   70px;
	right: 1px;
	width: 60px;
	height: 60px;
	background: url(../img/Charly.png);
	background-size: cover;
	background-position: 0% 0%;
}
@media screen and (min-width: 800px) {
.Charly_img {
	top:18px;
	left:370px;
	width:110px;
	height:110px;
}
}

div.infoLoginFld {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}
@media screen and (min-width: 800px) {
div.infoLoginFld {
	position: absolute;
	top:33px;
	left:480px;
	width:400px;
	height:70px;
	margin-top: 0px;
	background-size: cover;
	background-position: 0% 0%;
}
}

div.infoLogin {
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

div.infoLogin:after{
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffdb88 #fff #ffdb88;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 800px) {
div.infoLogin {
	top:auto;
	width: 100%;
	position: absolute;
	bottom:0px;
	text-align: center;
	background-color:transparent;
	box-shadow: 0 0 0 0;
}
div.infoLogin:after{
	border-width: 0 0 0 0;
}
}
#hpb-headerExtra1 {
	width: 330px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: right;
}

#hpb-headerExtra1 p.tel {
	/* 電話番号の文字設定 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1.2em;
	line-height: 20px;
	text-align: right;
}

#hpb-headerExtra1 p.tel span {
	/* 電話番号の「TEL」文字設定 */
}

#hpb-headerExtra1 p.address {
	/* 住所文字設定 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 20px;
	text-align: right;
	font-size: 1.2em;
}

#hpb-headerExtra2 {
}

/* フッター内パーツ */
#hpb-footerMain {
	width: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 800px) {
#hpb-footerMain {
	width: 900px;
}
}

#hpb-footerMain p {
	/* コピーライト文字設定 */
	background-color: #cbb7a7;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
}

#hpb-footerLogo {
}

#hpb-footerExtra1 {
}

#hpb-footerExtra2 {
}

/* サイドブロック内パーツ */

/* バナー */
#banner {
	width: 190px;
	margin-right: auto;
}

#banner ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#banner li {
	display: block;
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#banner li a {
	display: block;
	height: 69px;
	text-indent: -9999px;
	overflow: hidden;
}

#banner a#banner-access {
	/* アクセスバナー */
	background-image : url(../img/top_banner_10A_01.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#banner a#banner-unison {
	/* アクセスバナー */
	background-image : url(../img/unison.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

/* 店舗情報 */
#sideInfo {
	padding-right: 17px;
}

#sideInfo h3 {
	margin-top: 0;
	margin-bottom: 3px;
	text-align: left;
	color: #E8619E;
	font-weight: normal;
}

#sideInfo h3 span.en {

	text-transform: capitalize;
	font-size: 1.5em;
}

#sideInfo h4 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.95em;
	padding-top: 0;
	color: #723918;
	font-weight: normal;
}

#sideInfo p {
	margin-top: 0.1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a {
	/* ナビゲーション文字設定 */
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
	color: #e69100;
	text-decoration: underline;
}
a:visited {
	color: #e69100;
	text-decoration: underline;
}
a:hover {
	color: #F39700;
	text-decoration: none;
}
a:active {
	color: #F39700;
	text-decoration: none;
}

#hpb-skip {
	/* ヘッダースキップの非表示 */
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
/*
	margin-top: 0.1em;
	margin-bottom: 0.2em;
*/
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4;
	text-align: left;
}

p.large {
	font-weight: bold;
	font-size: 1.5em;
/*
	margin-bottom: 0.4em;
	margin-bottom: 0.2em;
*/

}
p.indent {
	padding-left: 15px;
}

p.Apart {
	margin-right: auto;
	margin-left: auto;
}

p.tpart{
	margin-bottom: 0.1em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.break{
	clear:both;
}
hr {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.hpb-layoutset-02 h2 {
	background: linear-gradient(90deg,#FF00CC,#FFEEFF);
	position: relative;
	padding: 0.25em 1em;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	width: 90%;
}

.hpb-layoutset-02 h2:before,
.hpb-layoutset-02 h2:after{
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: black;
}

.hpb-layoutset-02 h2:before {left: 7px;}
.hpb-layoutset-02 h2:after {right: 7px;}


@media screen and (min-width: 800px) {
.hpb-layoutset-02 h2 {
	background-image : url(../img/titleBg_10A.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size:100% auto;
	position:static;
	margin-top: -12px;
	margin-bottom: 0;
	vertical-align: middle;
	width: 640px;
	height: 76px;
	text-align: left;
	overflow: hidden;
	line-height: 80px;
	border: none;
	padding: 0 0;

/*	
	overflow: visible;
	
*/


/*
	width: 640px;
	height: 76px;
	margin-bottom: 0;
	line-height: 80px;
*/
}

.hpb-layoutset-02 h2:before,
.hpb-layoutset-02 h2:after{
	content: '';
	position: absolute;
	top: 0px;
	width: 0px;
	height: auto;
	background-color: white;
/*
*/
}

.hpb-layoutset-02 h2:before {left: 0px;}
.hpb-layoutset-02 h2:after {right: 0px;}
}

.hpb-layoutset-02 h2 span.ja {
	font-size: 1.2em;
	color: #ffffff;
	padding-left: 50px;
	padding-right: 15px;
	font-weight: normal;
}

.hpb-layoutset-02 h2 span.en {
	color: #fff300;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#hpb-wrapper h3 {
	margin-top: 5px;	/*20->5 20210107 */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	background-image : url(../img/indexBg_10A.png);
	background-position: bottom right;
	background-repeat: repeat-x;
	color: #E8619E;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}

h3.hpb-c-index {
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
}

h4 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: bold;
	color: #fbc421;
}

h5 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: bold;
}

h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	text-align: center;
	font-size: 200%;
	line-height: 1.5;
	font-weight: bold;
}


table {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #723918;
}

table th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	background-color: #fddb7f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #723918;
}

table td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #723918;
}

.horizonpadding_low {
	padding-right: 1px;
	padding-left: 2px;
}

table th.adv {
	padding-right: 10px;
	padding-left: 10px;
}

table td.adv {
	padding-right: 5px;
	padding-left: 5px;
}

table td.tright{
	text-align: right;
}

table.short-t th {
	padding-right: 5px;
	padding-left: 5px;
}

table.short-t td {
	padding-right: 5px;
	padding-left: 5px;
}

/* フォームパーツ設定 */
input.button {
	font-size:12em;
	margin-top:10px;
	margin-bottom:15px;
}

textarea {
	width: 380px;
	height: 200px;
}

textarea.sc1 {
	width: 380px;
	height: 100px;
}

textarea.txareaterms {
	width: 95%;
	height: 20em;
}


input.l {
	width: 380px;
}
input.m {
	width: 250px;
}
input.s {
	width: 50px;
}

input[type=number] {
	text-align: right;
	width: 8em;
}

/* メインコンテンツ内基本パーツ */
#hpb-main ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}

#hpb-main ul li {
	text-align: left;
	line-height: 1.4;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f7ba05;
}
#hpb-main dl {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*
dt {
*/
#hpb-main dt {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	line-height: 19px;
	min-height: 19px;
	font-weight: normal;
	width: 110px !important;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 2px;
	color: #fbc421;
	font-weight: bold;
}
@media screen and (min-width: 800px) {
#hpb-main dt {
	width: 170px !important;
}
}

#hpb-main dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	text-align: left;
	line-height: 19px;
	min-height: 19px;
	padding-left: 112px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f7ba05;
}
@media screen and (min-width: 800px) {
#hpb-main dd {
	padding-left: 172px;
}

*:first-child + html #hpb-main dd {
	/* for IE7 */
	padding-left: 10px;
	min-height: 20px;
}

* html #hpb-main dd {
	/* for IE6 */
	height: 20px;
	padding-left: 0px;
}

#hpb-main dl:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*
#hpb-main img {
	margin-top: 5px;
	margin-bottom: 10px;
}
*/

#hpb-main img.left {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#hpb-main img.right {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

#pagetop {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

/*
#pagetop a {
	/* ページの先頭へのリンク設定 */
	display: block;
	width: 124px;
	height: 16px;
	background-image : url(../img/returnTop_10A.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
*/


/* トップページ デザイン定義 */

/* メニューページ デザイン定義 */
#hpb-wrapper #toppage-news h3 {
	margin-bottom: 10px;
	line-height: 16px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 1.2em;
}

#hpb-wrapper #toppage-news h3 span.en {
	padding-right: 15px;
	padding-left: 5px;
	text-transform: capitalize;
/*
	background-color: #000000;
*/
	font-size: 1.5em;
}

#hpb-wrapper #toppage-news h3 span.ja {
	padding-right: 20px;
	padding-left: 5px;
	background-color: #ffffff;
}

.movie1 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.movie1 iframe,
.movie1 object,
.movie1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

button.fbrbtn1 {
	WIDTH:250px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3;
	margin-left: auto;
}
button.fbrbtn2 {
	WIDTH:120px;
	margin-top: 3px;
	margin-bottom: 3;
}

/*	機能ボタン*/
button.baseBtn {
	WIDTH: 100%;
}

table.noframe {
	margin:0 auto;
/*	border-style: solid;*/
	border-style: none;
	align: center;
}
table.noframe td{
/*	border: solid;*/ 
	border: none;
	padding: 0 0 0 0;
}

table.noframe td.top{
	vertical-align: top;
}


/*--------------------------------------------------------
	動画ページ設定
--------------------------------------------------------*/
/*参考ＨＰ
https://helpsupport.blog.fc2.com/blog-entry-98.html
*/
div.utmv {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
div.utmv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------
 ローディング（Loding）
--------------------------------------------------------*/
#loading{
	position: fixed;
	left: 0;
	top: 0;

/* 以下追加 */
 	z-index:999;
 	font: bold 3em "メイリオ";

	background-color:rgba(255,255,255,0);
	display: table;
	width: 100%;
 	height: 100%;
 	vertical-align: bottom;
 	color: RoyalBlue;
}

span.loading {
	display: inline-block;
	white-space: nowrap;
/*  以下追加 */
	display: table-cell;
	vertical-align: middle;
 	color: RoyalBlue;
}
span.loading span {
/*  以下追加 */
		display: inline-block;
		vertical-align: middle;
	 	color: RoyalBlue;
}
span.loading span:nth-of-type(1) {
	-webkit-animation: animation 2s ease 0s infinite;
	animation: animation 2s ease 0s infinite;
	 color: RoyalBlue;
}
span.loading span:nth-of-type(2) {
	-webkit-animation: animation 2s ease 0.1s infinite;
	animation: animation 2s ease 0.1s infinite;
	color: RoyalBlue;
}
span.loading span:nth-of-type(3) {
	-webkit-animation: animation 2s ease 0.2s infinite;
	animation: animation 2s ease 0.2s infinite;
	color: RoyalBlue;
}
span.loading span:nth-of-type(4) {
	-webkit-animation: animation 2s ease 0.3s infinite;
	animation: animation 2s ease 0.3s infinite;
	color: RoyalBlue;
}
span.loading span:nth-of-type(5) {
	-webkit-animation: animation 2s ease 0.4s infinite;
	animation: animation 2s ease 0.4s infinite;
	color: RoyalBlue;
}
span.loading span:nth-of-type(6) {
	-webkit-animation: animation 2s ease 0.5s infinite;
	animation: animation 2s ease 0.5s infinite;
	color: RoyalBlue;
}
span.loading span:nth-of-type(7) {
	-webkit-animation: animation 2s ease 0.6s infinite;
	animation: animation 2s ease 0.6s infinite;
	color: RoyalBlue;
}

@-webkit-keyframes animation {
	20% {
		-webkit-text-shadow: rgba(0, 191, 255, 1) 5px 0 0;
		color: transparent;
	}
}

@keyframes animation {
	20% {
		text-shadow: rgba(0, 191, 255, 1) 5px 0 0;
		color: transparent;
	}
}

/*--------------------------------------------------------
 ローディング（Loding）部分的　下記のように使用する
<div class='loadPP'>
コンテンツ
<div class='loadPC1'>
<div class='loadPC2'>
<div class='spinner3'></div></div></div>
--------------------------------------------------------*/
.loadPP{
	position:relative;
	z-index:255;
}
.loadPC1{
	background:rgba(100,100,100,0.5);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.loadPC2{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom :0;
	width:11em;
	height:11em;
	margin: auto;
}

.spinner2,
.spinner2:before,
.spinner2:after {
		position: absolute;
	/*
		transform: translate(-50%, -50%);
	 	*/
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.spinner2 {
	color: #ffffff;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.spinner2:before,
.spinner2:after {
	position: absolute;
	top: 0;
	content: '';
}
.spinner2:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner2:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

.spinner3 {
	font-size: 10px;
	margin: auto auto;
	text-indent: -9999em;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.spinner3:before {
	width: 50%;
	height: 50%;
	background: #ffffff;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.spinner3:after {
	background: rgba(100,100,100,0.5);
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
	}
}


/*--------------------------------------------------------
 スライド用
--------------------------------------------------------*/

.sld-container{
	width: 100%;
	margin: auto;
	background:linear-gradient(TO BOTTOM, lightyellow, peachpuff, #ffffff);
}
 
.sld-tabContainer {
	overflow-x: auto;
}
.sld-tabContainer::-webkit-scrollbar {
	height: 5px;
}
.sld-tabContainer::-webkit-scrollbar-track {
	background: #381;
}
.sld-tabContainer::-webkit-scrollbar-thumb {
	background: #812;
}
 
.sld-tab{
	display: table;
	margin-top: 20px;
}
 
.sld-tab_button{
	display: table-cell;
	text-align: center;
	background:linear-gradient(TO left, #ffa34d, #F9BF4B, #ffa34d);
	vertical-align: middle;
	border: 1px solid saddlebrown;
	border-bottom-width: 4px;
	min-width: 80px;
}
 
.sld-tab_button.active{
	border-bottom: none;
}
 
.sld-tab_button a{
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;

	border-radius: 15px 15px 0 0;
	/*font-size: 12px;*/
}
.sld-contents_content{
	background-color: #FFECB9;
	text-align: center;
	width: 100%;
}
 
.sld-contents_content div{
	clear: left;
}
.sld-contents_content div table{
	width: 100%;
}


.sld-contents_content div tr{
	width: 100%;
}

.sld-contents_content div tr.total{
	background-color:gold;
}
/* 教室レッスン */
.sld-contents_content div tr.lc-tr1{
	background-color:#ffefff;
}
/* 学校・団体 */
.sld-contents_content div tr.lc-tr2{
	background-color:#ffffe0;
}
/* デフォルト */
.sld-contents_content div tr.lc-tr3{
	background-color:#ffeddb;
}

/* 発表会・コンクール */
.sld-contents_content div tr.lc-tr4{
	background-color:#FF99FF;
}

/* 自分のランキング 自分行 */
.sld-contents_content div tr.lc-tr5{
	background-color:#CBFFD3;
	font-weight: bold;
}

/* 自分のランキング(:マーク) */
.sld-contents_content div tr.lc-tr6{
	background-color:#ffffff;
	text-align: center;
}


.sld-contents_content div tr .lc-td1{
	width: 4em;
}
.sld-contents_content div tr .lc-td2{
	width: 10em;
}

.sld-contents_content div tr .lc-td3{
/*	width: 80%;*/
}

.sld-contents_content div a{
	display: table;
	width: 100%;
	text-decoration: none;
	padding: 10px;
	border-bottom:1px solid #000;
	color:#222;
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
}
 
.sld-contents_content div a span{
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}
 
.sld-contents_content div a:before{
	content:'';
	width: 50px;
	height: 50px;
	display: block;
	background-color: #fff;
	display: table-cell;
}
/*  スライド用-end   */

/*--------------------------------------------------------
 <a>ボタン1
--------------------------------------------------------*/
a.a1btn {
	position: relative;
	display: inline-block;
	padding: 0 0.5em 0 1.8em;
	text-decoration: none;
/*
	background: #e1fae1;*//*背景色*/
	background: #ffffff;
	border: solid 1px;
	background-image: url("../img/btnprt2.png");
	background-size:contain;
	background-repeat: no-repeat;
	/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	/*
	font-weight: bold;
	*/
	font-size: 1.1em;
	margin: 1px 8px 1px 8px;
}

a.a1btn:active {
	border-bottom: solid 1px #d27d00;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
	6px 0px 15px rgba(255, 255, 240, 0.83);
}
a.a1btn:link {
	text-decoration: none;
}
a.a1btn:visited {
	color: #ff66b8;
}
a.a1btn:hover {
	transform: translateY(1px);
	background-color: #Fefefe;
	box-shadow: inset 0 2px 0 rgba(255,255,255,01), 0 2px 2px rgba(0, 0, 0, 0.09);
}

/*--------------------------------------------------------
 <a>ボタン2
--------------------------------------------------------*/

a.a2btn {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #ffeeff;/*色*/
	border: solid 1px #ffddff;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

a.a2btn:active {
	border: solid 1px #ffccff;
	box-shadow: none;
	text-shadow: none;
}
a.a2btn:link {
	text-decoration: none;
}
a.a2btn:visited {
	color: #ff66b8;
}
a.a2btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*--------------------------------------------------------
 <a>ボタン3 index.html
--------------------------------------------------------*/

a.a3btn {
  position: relative;
  width: 85%;
/*
  max-width: 350px; / * ボタンの幅 * /
*/
  color: #723918; /* 文字色 */
  font-weight: 600;
  background:#F4EFFD; /* 背景色 */
  transition: all 0.5s;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  padding: 0.5em 1em;
}

/* マウスオーバーした際のデザイン */
a.a3btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  border: 2px solid #B058D6; /* 枠の色 */
  transform: scale(1.5,1.5);
  opacity: 0;
  z-index: 1;
}
a.a3btn:hover {
  background: #fff; /* 背景色 */
}
a.a3btn:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

a.a3btn span {
	font-size: 2em;

}

a.a3btn span.span2 {
	font-size: 1em;
	white-space: nowrap;
}


/*
a.a3btn {
	width: 90%;
  font-size: 1.5rem;
  font-weight: 700;
	font-family: "メイリオ";
  line-height: 0.1;
  position: relative;
  display: inline-block;
  padding: 1em 4em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;

  overflow: hidden;
  padding: 1.2rem 1.5rem;
/ *
  color: #fff;
* /
  border-radius: 0;
  background: #FFF;
}

a.a3btn span {
  position: relative;
/ *
display:block;
	left: 50%;
* /
}

a.a3btn span.span2 {
/ *
display:block;
  position: relative;
padding: 1em 0em 0em 0em ; 効かない

* /
	margin; 1em 1em 1em 1em ;
  font-size: 0.5em;
}

a.a3btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #eb6877;
}

a.a3btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
*/

/*--------------------------------------------------------
  ボタン  
--------------------------------------------------------*/


/*--------------------------------------------------------
  シェアボタン  <a>ボタン
--------------------------------------------------------*/
a.shareLine {
	background-color: rgba(7,181,59,0.5);
	color: #ffffff;
}

a.shareLine:hover {
	font-weight:normal;
	background-color: rgba(31,192,79,0.5);
}
a.shareLine:visited {
	color: #ffffff;
}

a.shareTW {
	background-color: #00acee;
	color: #ffffff;
}

a.shareTW:hover {
	font-weight:normal;
	background-color: #11bdff;
}
a.shareTW:visited {
	color: #ffffff;
}

a.shareFB {
	background-color: #3B5998;
	color: #ffffff;
}

a.shareFB:hover {
	font-weight:normal;
	background-color: #4c6aa9;
}
a.shareFB:visited {
	color: #ffffff;
}

a.shareHatena {
	background-color: #00a4de;
	color: #ffffff;
}

a.shareHatena:hover {
	font-weight:normal;
	background-color: #4c6aa9;
}
a.shareHatena:visited {
	color: #ffffff;
}

a.shareMail {
	background-color: rgba(255,0,0,0.5);
	color: #ffffff;
}

a.shareMail:hover {
	font-weight:normal;
	background-color: rgba(255,0,0,0.5);
}
a.shareMail:visited {
	color: #ffffff;
}


/*--------------------------------------------------------
 <button>ボタン汎用
--------------------------------------------------------*/

button.cmnbt1 {
	padding: 0.25em 0.5em;
	font-size: 1.1em;

/*
	background: #e1fae1;背景色*/
	border-radius: 4px;/*角の丸み*/
	color: #000;
/*
*/
	width: 25%;
}
/*
*/

/*--------------------------------------------------------
 ブログ用
--------------------------------------------------------*/
table.cl_seitai_tbl {
}

table.cl_seitai_tbl th {
/*
	background-color: #000000f;
*/
}

table.cl_seitai_tbl th.th1 {
/*
	background-color: #000000;
*/
}

table.cl_seitai_tbl th.th2 {
/*
	background-color: #222222;
*/
}

table.cl_seitai_tbl td.td1 {
/*
	background-color: #777777;
*/
}

.blogp {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
.bloglarge{
	margin-bottom: 0.1em;
}


.search-caption{ /*サイト内検索*/
	color: white;
	padding-left: 3em;
	width:80%;
	float: left;
	text-align: left;
	background: linear-gradient(160deg, #5555ff 15%, #ffffff,  #ffffff );
}

div.blgItemTitle{ /*ブログ記事タイトル*/
	margin-bottom: 0.2em;
}

/*--------------------------------------------------------
 コメントボックス
--------------------------------------------------------*/
.commentBox01 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 1px #454545;
	border-radius: 8px;
}
.commentBox01 .box-title {
	position: absolute;
	display: inline-block;
	top: -0.3em;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1.4em;
	background: #FFF;
	color: #454545;
	font-weight: bold;
}
.commentBox01 p {
	margin: 0; 
	padding: 0.8em 0 0 0;
}
/*--------------------------------------------------------
 言語設定
--------------------------------------------------------*/
select.cl_sel_lang{
	font-size:1em;
	color: #ee55a7;
	border:3px outset #e69167;
	border-radius:0;
	background:#fff;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}
/*--------------------------------------------------------
 非翻訳通知
--------------------------------------------------------*/
div.nontrns{
	width: 100%;
	right: 0px;
	background-color: rgba(100, 0, 20, 0.5);
	color: #fff;
	text-align: center;
	padding: 2px 0;
	bottom: 150px; /*下に固定*/
	position: fixed;
	animation: nontrnsanim 2s ease-out 1s  1 normal;
	animation-fill-mode: forwards;
}

/*--------------------------------------------------------
 機械翻訳通知
--------------------------------------------------------*/
div.matrns{
	width: 100%;
	right: 0px;
	background-color: rgba(200, 0, 20, 0.5);
	color: #fff;
	text-align: center;
	padding: 2px 0;
	bottom: 150px; /*下に固定*/
	position: fixed;
	animation: nontrnsanim 2s ease-out 1s  1 normal;
	animation-fill-mode: forwards;
}


@keyframes nontrnsanim{
	0% {bottom: 100;}
	100% {bottom: 0;}
}
/*--------------------------------------------------------
 NEWマーク
--------------------------------------------------------*/
.newmark{
	 animation: 0.5s jump infinite alternate linear;
	 content: "New!";
}
@keyframes jump {
	to { transform: transtateY(0); }
	from { transform: translateY(4px); }
}

/*--------------------------------------------------------
 modal window
--------------------------------------------------------*/
.content{
	margin: 0 auto;
	padding: 40px;
}
.modal{			/*共有OK*/
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index:999;
}
.modal__bg{		/*共有OK*/
	background: rgba(0,0,0,0.8);
	height: 200vh;
	position: absolute;
	width: 100%;
}
.modal__content{	/*共有OK*/
	background: #fff;
	left: 50%;
	padding: 2%;
/*
	padding: 40px;
*/
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}

/*--------------------------------------------------------
 urlリンク(ブログ)
--------------------------------------------------------*/
a.aLinkUrl{
	display:block;
	width:100%;
	border: 1px solid rgba(200, 200, 230, 0.5);
	/*
	vertical-align:text-top;
	*/
	border-radius: 1em;
	position: relative;
	background-color: rgba(200, 200, 230, 0.2);
	text-decoration: none;
	margin: 1px 1px 2px 1px;
}
a.aLinkUrl:after{
	content: "";
	clear: both;
	display: block;
}
a.aLinkUrl:hover{
	border: 1px solid rgba(200, 200, 230, 0.7);
	background-color: rgba(200, 200, 230, 0.4);
}
a.aLinkUrl img{
	display:block;
	float: left;
	border-radius: 0.5em;
	margin: 3px 3px 3px 5px;
	width:20%;
	object-fit: contain;
	max-height: 7em
}

a.aLinkUrl p.pTitle{
	display:block;
	font-size: medium;
	text-decoration: underline;
	margin : 0.1em 0 0 0;
}

a.aLinkUrl p.pDesc{
	display:block;
	font-size: small;
	margin : 0.1em 0.1em 0 1.2em;
	color: black;
/*
	text-decoration: none;
*/
	max-height: 4em;
	overflow: hidden;
}

/*
a.aLinkUrl p.pDesc::after{
	content: "...";
}
*/

/*--------------------------------------------------------
 table(カレンダー)
--------------------------------------------------------*/

table.ptcalendar{
	height: 75vh;
	width:  100%;
	table-layout: fixed;
	
}

table.ptcalendar th {
	font-size:2em;
	height: 2em;
	text-align: center;
}

table.ptcalendar th.th1 {
/*
	background-color: #000000;
*/
}

table.ptcalendar th.th2 {

}

table.ptcalendar td {
	border: solid 1px black;
	text-align: left;
	vertical-align: top;
	overflow:visible;
	padding: 0 0 0 0;
	position: relative;
}
table.ptcalendar td.td0 {	/*日曜*/
	color: red;
}


table.ptcalendar td.td6 {	/*土曜*/
	color: blue;
}

div.pt_calendar{
/*
	height: 70vh;
*/
	width:100%;
}

div.ptstampfld{
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 50;
}

div.ptstamp11, div.ptstamp2, div.ptstamp3 {	
}

div.ptstampc0101{	/*スタンプ ヴァイオリン(教室)*/
	background: url(../img/Charly.png);
}
div.ptstampc0102{	/*スタンプ ヴァイオリン(学校・団体練習)*/
	background: url(../img/VnQuartettoStamp.png);
}
div.ptstampc0103{	/*スタンプ ヴァイオリン(自主練)*/
	background: url(../img/VnPtStamp.png);
}
div.ptstampc0104{	/*スタンプ ヴァイオリン(発表会)*/
	background: url(../img/RecitalStamp.png);
}
div.ptstampc010{	/*スタンプ ヴァイオリン(コンクール)*/
	background: url(../img/RecitalStamp.png);
}

div.ptstampc0201{	/*スタンプ ピアノ(教室)*/
	background: url(../img/PianoStamp.png);
}
div.ptstampc0202{	/*スタンプ ピアノ(学校・団体練習)*/
	background: url(../img/PianoStamp.png);
}
div.ptstampc0203{	/*スタンプ ピアノ(自主練)*/
	background: url(../img/FreeStamp.png);
}

div.ptstampc0301{	/*スタンプ その他楽器(教室)*/
	background: url(../img/FreeStamp.png);
}
div.ptstampc0302{	/*スタンプ その他楽器(学校・団体練習)*/
	background: url(../img/FreeStamp.png);
}
div.ptstampc0303{	/*スタンプ その他楽器(自主練)*/
	background: url(../img/FreeStamp.png);
}

div[class^="ptstampc"]{	/*スタンプ共通*/
	float :left;
	position:absolute;
/*
	background-color: #aaa;
	background: url(../img/Charly.png);
*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center center;
	transition: all 300ms 0s ease;
}



div.ptbdayfld{
	position: relative;
	width: 100%;
	z-index: 30;
}

.ptbday{	/*誕生日*/
	font-family: serif;
	display:block;	
	color: black;
	position: absolute;
	left: 2em;
	top: 1px;
}

.bound span{
	display: inline-block;
	animation: bound .8s linear infinite;
}
.bound span:nth-child(2) {
	animation-delay: 0.2s;
}

.bound span:nth-child(3) {
	animation-delay: 0.3s;
}

.bound span:nth-child(4) {
	animation-delay: 0.4s;
}

.bound span:nth-child(5) {
	animation-delay: 0.5s;
}
.bound span:nth-child(6) {
	animation-delay: 0.6s;
}
.bound span:nth-child(7) {
	animation-delay: 0.7s;
}
.bound span:nth-child(8) {
	animation-delay: 0.8s;
}

@keyframes bound {
	0% {
		color:#ff1493;
		transform: translateY(0);
	}
	50% {
		color:#0091EA;
		transform: translateY(3px);
	}
	100% {
		color:#9400d3;
		transform: translateY(0px) scaleY(0.5);
	}
}

.rotateY720 {
	border-radius: 20px;
	width: 40px;
	height: 40px;
	transform: rotateY(720deg); 
}

span.pttitle{
	font-size: large;
}

div.ptsongline1{
	width: 100%;
	height: 1.5em;
	position:absolute;
	bottom : 0;
	left : 0;
	z-index: 1;
	margin: 0 0 0 0;
	text-align: bottom;
	color: black;
	text-shadow: 2px 2px 4px black;
/*
	background:linear-gradient(transparent 60%, #f6c 60%);
	background-color: rgba(200, 100, 130, 0.2);
*/
} 

p.ptsltxt{
	display: block;
	float: left;
}

div.ptok{	/*合格*/
	color: red;
}

/*--------------------------------------------------------
 ツールチップ
--------------------------------------------------------*/
.tipP {
	position : relative;
	cursor   : pointer;
	z-index: 999;
	background-color:plum;
	width:0.8em;
	height:0.8em;
	line-height: 0.8em;
	border-radius: 50%;
	border: ridge 2px magenta;
	font-size: 0.8em;
	box-shadow: 2px 2px 4px gray;
	color: magenta;
	text-align:center;
	vertical-align:middle;
	float: left;
}

.tipOff {
	display: none;
}
.tipOn {
	display: inline;
	position: absolute;
	padding: 2px;
	color:black;
	background-color: rgba(255, 255, 224, 0.50);
	max-width: 100px;
	left : 25%;
	bottom : 100%;
	margin-bottom : 12px;
	font-size: 80%;
	text-shadow: 1px 1px 2px black;
	border: solid 1px #555;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: justify;
	text-align-last: left;
	overflow-wrap: break-word;
	word-break: break-all;
	text-align: justify;
}

.tipLine{
	margin-bottom:3px;
	float: left;
}

/*
.tipOn:after{
	border-top: 12px solid rgba(255, 255, 224, 0.50); 
	border-left: 10px solid transparent; 
	border-right: 10px solid transparent;
	bottom: -12px;
	left : 5%;
	content: "";
	position: absolute;
	border: 1px solid transparent;
	border-top: 15px solid #e0edff;
}
*/

/*--------------------------------------------------------
ブログブロック
<div class='divparent'>
└内容(量可変)
└<div class='divblock'>
--------------------------------------------------------*/
.divparent{
	position: relative;
	height: 100%;
	width: 100%;
}

.divblock{
	background: linear-gradient(rgba(250,250,250,0.5),rgba(250,250,250,1) 70%, rgba(255,255,255,1));
	position: absolute;
	font: bold x-large "メイリオ";
	color: red;
//	border: solid 1px #888888;
	display: flex;
	justify-content: center; /*左右中央揃え*/
	align-items: center;     /*上下中央揃え*/
    
	width: 100%;
	height: 100%;
	z-index: 99;
}

/*--------------------------------------------------------
 揺れる
--------------------------------------------------------*/
.fwa2 {
  animation: fwa2 3s infinite ease-in-out .8s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
/*
  width: 70px;
  height: 70px;
  margin-top: 15px;
*/
}
 
@keyframes fwa2 {
  0% {
    transform:translate(0, 4px) rotate(-8deg);
  }
  50% {
    transform:translate(0, 1px) rotate(0deg);
  }
  100% {
    transform:translate(0, -2px) rotate(8deg);
  }
}


/*--------------------------------------------------------
 New!
--------------------------------------------------------*/
.ani1{
	display: inline-block;
/*
	position:relative;
	position:relative;
*/

/*
	width:100%;
	height:300px;
*/
}

.ani1 p{
	margin: 0;
	padding: 0;
}



.ani1p span{
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
	color:#ff1111;
	text-align:center;
	display: inline-block;
	animation: ani1 2.0s linear infinite;
}
.ani1p span:nth-child(1) {	animation-delay: 0.1s;}
.ani1p span:nth-child(2) {	animation-delay: 0.2s;}
.ani1p span:nth-child(3) {	animation-delay: 0.3s;}
.ani1p span:nth-child(4) {	animation-delay: 0.4s;}

@keyframes ani1 {
	0%,100% {color:#ff0000;}
	4% {color:#ff1111;}
	8% {transform: scale(1.4); color:#ffbbbb;}
	12% {transform: scale(1.2); color:#ff1111;}
	16% {transform: scale(1); color:#ff0000;}
}
/*--------------------------------------------------------
  重要(お知らせ)
--------------------------------------------------------*/
.imp{
	display: inline-block;
	border:solid 1px red;
	border-radius: 0.5em;
	background : #ff8888;
	margin: 0 0.1em 0 0.1em;
	padding: 0 0.5em 0 0.5em;
}

.topImg{
	height: 272px;
	object-fit: cover;
}

/*--------------------------------------------------------
レッスンメモ
--------------------------------------------------------*/
.lmemoDiv{
	padding: 1px;
	margin: 1px 0;
	color: #5d627b;
	background: floralwhite;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}


/*--------------------------------------------------------
インスタ	
--------------------------------------------------------*/
.insta_img{
	width: 10em;
	height: auto;
}

.bgc_1{
	background-color: #FFFF11;
}

/*--------------------------------------------------------
アンケート用
--------------------------------------------------------*/
h7 {
  padding: 1rem 2rem;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}





/*--------------------------------------------------------
汎用
--------------------------------------------------------*/
/*--------------------------------------------------------
 その他汎用
--------------------------------------------------------*/
span.normal{
	color: black;
	font-size: small;
	text-decoration: none;
}

.cent{
	text-align:center;
}
.w100{width: 100%;}
.w95{width: 95%;}
.w90{width: 90%;}
.w85{width: 85%;}
.w70{width: 70%;}
.w50{width: 50%;}
.w30{width: 30%;}
.w20{width: 20%;}

.divflame{
	padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);

	/*border: 1px solid #000000;*/
	
}
.w100{width: 100%;}

.dispNone {
	display: none;
}


