@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	text-decoration: none;
	clear: none;
}
* {
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
html {

}
body {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
a {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #f9588e;
}
hr {
	border: none;
	height: 0;
	overflow: hidden;
	border-bottom: 1px dotted #959595;
	clear: both;
}
header, footer, section, article, figure ,figcaption {
	display: block;
}
header {
	border-top: 3px solid #FF7BAC;
}
nav {
	border-bottom: 1px solid #ffe3f4;
}
footer{
	background-color: #ffe3f4;
	padding-bottom: 20px;
}
p {
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
}
em {
	font-weight: normal;
	font-size: 16px;
	color: #FF7BAC;
}
strong {
	color: #FEFEFE;
	font-size: 18px;
	border-radius: 3px;
	font-weight: bolder;
	background-color: #f2acc3;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
hr {
	border: none;
	height: 0;
	overflow: hidden;
	border-bottom: 1px dotted #959595;
	clear: both;
}
blockquote {
    margin-bottom:1em;
    padding:1em;
}

.clear {
	clear:both;
}
.clearL {
	clear:left;
}
.clearR {
	clear:right;
}

/*ライン
-----------------------------------------*/
.dotLine {
	border-bottom: 1px dotted #848484;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*フォーム
-----------------------------------------*/
.err {
	color:#FF0000;
}

/*見出し
-----------------------------------------*/
h1.mainTitle {
	text-align: center;
	height: 125px;
	background-image: url(../../images/menu/bg_h1_ttl.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h2.mainTitle {
	text-align: center;
}
h2.title {
	color: #FEFEFE;
	font-size: 20px;
	border-radius: 3px;
	font-weight: bolder;
	background-color: #f2acc3;
	display: block;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2.mainMenu {
	color:#FF0000;
}
h2.menu {
	color:#FF0000;
}
h2.titleBg {
	background-image: url(../../images/index/ttl_bg_01.png);
	background-repeat: no-repeat;
	background-position: right 0%;
}
h2.course {
	color: #FEFEFE;
	font-size: 20px;
	border-radius: 3px;
	font-weight: bolder;
	background-color: #f2acc3;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 10px;
}

h3.mainTitle {
	color: #f9588e;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
h3.title {
	font-size: 18px;
	font-weight: bold;
	color: #f9588e;
	background-image: url(../img/bg_title_course02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}
h4.mainTitle {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4.title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
h5 {
	color: #f9588e;
	font-size: 22px;
}
h6 {
	color: #333333;
	font-size: 22px;
}
h7.g{
    margin-right: 10px;
    color: #333333;
    background-image: url(../../images/menu/facial/gf/ttl_gf_08.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #b581c9;
}
h7.v{
    margin-right: 10px;
    color: #333333;
    background-image: url(../../images/menu/facial/gf/ttl_gf_09.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #f4807d;
}
h7.e{
    margin-right: 10px;
    color: #333333;
    background-image: url(../../images/menu/facial/gf/ttl_gf_10.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #5bce74;
}
em.b{
    color: #333333;
    font-style: normal;
    font-size: 150%;
    padding-left: 5px;
    padding-right: 5px;
}
p + p {
	margin-top: 15px;
}
/*テキスト
-----------------------------------------*/







/*画像
-----------------------------------------*/
img.resize{
	width: 100%;
}
.resize100 img{
	width: 100%;
}
.resize95 img{
	width: 95%;
}
.resize90 img{
	width: 90%;
}
.imgL {
    float:left;
    margin:0 10px 10px 0;
}
.imgR {
    float:right;
    margin:0 0 10px 10px;
}
.imgC {
	text-align:center;
}





/*メニューエリア
-----------------------------------------*/
.menuArea {
    overflow:hidden;
    margin:20px 0;
    padding:10px;
    border:5px solid #ddd;
    background:#fff;
}
.menuArea ul{
}
.menuArea ul li{
}
.menuArea ul li span.def{
	font-weight: bolder;
	padding-right: 10px;
	font-size: 18px;
}
.menuArea ul li span.time{
	padding-right: 15px;
	font-size: 20px;
	font-weight: bolder;
	display: block;
}
.menuArea ul li span.price{
	font-size: 28px;
	line-height: 150%;
	color: #FF3C66;
	font-weight: bolder;
	border-bottom: 1px dotted #666666;
	text-align: right;
}
.menuArea ul li span.tax{
	font-size: 12px;
	padding-left: 5px;
}

/*価格エリア
-----------------------------------------*/
.priceArea {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	clear: both;
	min-height: 30px;
	display: block;
	margin-top: 10px;
}
.priceArea ul{
}
.priceArea ul li{
}
.priceArea ul li span.def{
	font-weight: bolder;
	padding-right: 10px;
	font-size: 18px;
}
.priceArea ul li span.time{
	padding-right: 15px;
	font-size: 20px;
	font-weight: bolder;
	display: block;
}
.priceArea ul li span.price{
	font-size: 28px;
	color: #FF3C66;
	font-weight: bolder;
	border-bottom: 1px dotted #666666;
	padding-left: 10px;
	padding-right: 10px;
}
.priceArea ul li span.tax{
	font-size: 12px;
}


/*ボタン
-----------------------------------------*/
.btDetail a{
	display: block;
	font-size: 16px;
	width: 50%;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #f2acc3;
	background-image: -webkit-linear-gradient(270deg,rgba(251,251,251,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(251,251,251,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(251,251,251,1.00) 0%,rgba(231,231,231,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(251,251,251,1.00) 0%,rgba(231,231,231,1.00) 100%);
	font-weight: bolder;
}
.btDetail a:hover{
	background-image: -webkit-linear-gradient(270deg,rgba(255,251,253,1.00) 0%,rgba(255,229,241,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,251,253,1.00) 0%,rgba(255,229,241,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,251,253,1.00) 0%,rgba(255,229,241,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,251,253,1.00) 0%,rgba(255,229,241,1.00) 100%);
}



/*テーブル
-----------------------------------------*/
table.tbl01 {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.tbl01 th{
	background-color: #ffebf2;
	border: 1px solid #b9b9b9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tbl01 td{
	background-color: #fff;
	border: 1px solid #b9b9b9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.tbl02 {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
table.tbl02 th{
	background-color: #ffe3f4;
	border: 1px solid #b9b9b9;
	padding: 5px;
	font-size: 18px;
}
table.tbl02 td{
	background-color: #fff;
	border: 1px solid #b9b9b9;
	padding-left: 5px;
	padding-right: 5px;
}
/* dl
-----------------------------------------*/
/* テーブルのように表示 */
/* float left 100px*/
dl.tbl01 {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #666666;
	border-bottom: none;
}
dl.tbl01 dt {
	width: 20%;
	background-color: #ffe3f4;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
dl.tbl01 dd {
	width: 79%;
	border-bottom: 1px solid #666666;
	float: left;
}
/* float left 40%*/
dl.tbl02 {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
dl.tbl02 dt {
	font-weight: bold;
	float: left;
	width: 40%;
}
dl.tbl02 dd {
	float: left;
	width: 60%;
}
dl.tbl02 p{
	margin-bottom: 10px;
}
dl.tbl02 img{
	margin: 10px;
}
/* float left 40% お客様の声*/
dl.tbl03 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
dl.tbl03 dt {
	font-weight: bold;
	float: left;
	width: 40%;
}
dl.tbl03 dd {
	float: left;
	width: 60%;
}
dl.tbl03 p{
	margin-bottom: 10px;
}
dl.tbl03 img{
	margin: 10px;
}
dl:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* コンテンツエリア
-----------------------------------------*/
/* ピンクボックス */
.box01 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #7B7B7B;
	background-color: #FFF2F9;
	clear: both;
}
.box01 h4{
	color: #f9588e;
	font-weight: bolder;
	margin-bottom: 20px;
}
.box01 ul{
	margin-left: 20px;

}
.box01 ul li{
	list-style-type: circle;
	list-style-position: outside;
	line-height: 200%;
}
.box02 {
	margin-bottom: 10px;
	border: 1px solid #7B7B7B;
	overflow: hidden;
	display: block;
}
.box02 h4{
	color: #f9588e;
	font-weight: bolder;
}
.box02 p{
	color: #f9588e;
	font-weight: bolder;
}
/*レイアウト
---------------------------------------------------------------------------*/
.row{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*1カラム利用時--------------------------------------------*/
.column1 {
}
/*2カラム利用時--------------------------------------------*/
.column2 {
	float: left;	/*左に回り込み*/
	width: 48%;		/*幅*/
	margin-left: 1%;
	margin-right: 1%;
}
/*2カラム利用時--------------------------------------------*/
.column2L {
	float: left;	/*左に回り込み*/
	width: 36%;		/*幅*/
	margin-left: 1%;
	margin-right: 1%;
}
.column2R {
	float: right;	/*右に回り込み*/
	width: 60%;		/*幅*/
	margin-left: 1%;
	margin-right: 1%;
}
/*3カラム利用時--------------------------------------------*/
.column3 {
	float: left;	/*左に回り込み*/
	width: 31%;	/*幅*/
	margin-left: 1%;
	margin-right: 1%;
}
/*4カラム利用時--------------------------------------------*/
.column4 {
	float: left;	/*左に回り込み*/
	width: 23%;	/*幅*/
	margin-left: 1%;
	margin-right: 1%;
}
/*ブロック
---------------------------------------------------------------------------*/
/*boxブロック設定*/
.box {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3) inset;
	margin: 0 0 30px;	/*上、左右、下へのボックスの外に空けるスペース*/
	background: #fff;	/*背景色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	padding: 4%;	/*ボックス内の余白*/
	min-height: 340px;
}
.box a {
	overflow: hidden;
	text-decoration: none;
	display: block;
}
/*h2タグ設定*/
.box h2 {
	padding: 0;
	border: none;
	font-size: 200%;	/*文字サイズ*/
	color: #d5889a;		/*文字色*/
	line-height: 1.2em;
	height: 1em;
	overflow: hidden;	/*１行を超えた部分は非表示になる*/
	margin-bottom: 0.5em;
}
/*段落タグ設定*/
.box p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.8;
	overflow: hidden;
}
/*figure画像の設定*/
.box figure img {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 0;
}
/*figure画像の右側回り込みの設定*/
.box figure img.fr {
	width: 20%;		/*画像幅*/
	float: right;	/*右に回り込み*/
	margin: 0 0 0 2%;	/*上、右、下、左への画像の外側にとるスペース*/
}
/*figure画像の左側回り込みの設定*/
.box figure img.fl {
	width: 20%;		/*画像幅*/
	float: left;	/*左に回り込み*/
	margin: 0 2% 0 0;	/*上、右、下、左への画像の外側にとるスペース*/
}
/*右下の「→」マーク設定*/
.box a::before {
	content: "→";	/*このテキストを表示させる。変更しても構いませんが機種依存文字は化ける場合があるので使わない。*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;
	border-radius: 50%;	/*円形にする*/
	background: #b2b2b2;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は透明度30%の事。*/
	color: #fff;	/*文字色*/
	position: absolute;
	right: 10px;	/*右から10pxの場所に配置*/
	bottom: 10px;	/*下から10pxの場所に配置*/
	width: 30px;	/*幅*/
	line-height: 30px;	/*高さ*/
	transition: 1s;	/*マウスオン時の移り変わるまでの時間設定。1秒。*/
}
/*右下の「→」マークのマウスオン時*/
.box a:hover::before {
	background: #d5889a;	/*背景色*/
	box-shadow: 0px 0px 0px 10px #d5889a;	/*ボックスの影の指定ですが、円がそのまま大きくなるような動作になります。右へ、下へ、ぼかす範囲、距離。最後は色。*/
}

/*================================================
 *  クラス
 ================================================*/
/*予約ボタン
-----------------------------------------*/
.reserve{
    position: absolute;
    right: 5px;
    top: 0px;
    width: 230px;
}

/*ボタンリスト（矢印）
-----------------------------------------*/
.btList{
	background-image: url(../img/listicon.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
.btList2{
	background-image: url(../img/listicon2.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.btList3{
	background-image: url(../img/listicon3.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 17px;
}
.btList4{
	background-image: url(../img/listicon4.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.sankaku{
	width: 0;
	height: 0;
	border: 80px solid transparent;
	border-top: 40px solid #f2acc3;
	text-align: center;
}
/*QAリスト
-----------------------------------------*/
.qList{
	background-image: url(../../images/firsttime/icon_q.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 30px;
	color: #F9588E;
	font-size: 20px;
	line-height: 150%;
	text-decoration: underline;
}
.aList{
	background-image: url(../../images/firsttime/icon_a.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 10px;
	padding-left: 30px;
	color: #77673d;
	font-size: 20px;
	line-height: 200%;
}
/*タイトル背景
-----------------------------------------*/
.ttl_bg01{
    background-image: url(../../images/index/ttl_bg_01.png);
    background-repeat: no-repeat;
    background-position: left 0%;
}
/*背景
-----------------------------------------*/
.bg01{
	background-color: #ffe3f4;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg02{
	background-color: #ffffff;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bg03{
	background-color: #fff8fb;
}
.menu_t{
	background-image: url(../../images/menu/bg_menu_01.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.menu_c{
	background-image: url(../../images/menu/bg_menu_02.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.menu_b{
	background-image: url(../../images/menu/bg_menu_03.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.menu2_t{
	background-image: url(../../images/menu/bg2_menu_01.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.menu2_c{
	background-image: url(../../images/menu/bg2_menu_02.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
.menu2_b{
	background-image: url(../../images/menu/bg2_menu_03.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
}

/*文字
-----------------------------------------*/
.textPbgP{
	color: #F9588E;
	background-color: #ffe3f4;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.textP{
	color: #F9588E;
}
.textB{
	color:#77673d;
}
.textC {
	text-align:center;
}
.textL {
    text-align:left;
}
.textR {
    text-align:right;
}

/*文字色
-----------------------------------------*/
.red10 {
	color: #FF0000;
	font-size: 10px;
}
.red {
	color: #FF0000;
}
.pink {
	color: #f9588e;
}

/*横幅
-----------------------------------------*/
.w240{
	width: 240px;
}
.w470{
	width: 470px;
}
/*スペース
-----------------------------------------*/
.py30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pb50{
	padding-bottom: 50px;
}

.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.ml100{
	margin-left: 100px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}


/*価格・メニュー表示
-----------------------------------------*/
.menu{
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px;
}

/* マップ
----------------------------------------------- */
/* googlemap */
#map_thumb {
	height: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 20px;
}
#map_canvas {
	padding: 0px;
	height: 250px;
	width: 100%;
	display: inline-block;
}
#map_canvas_salon {
	height: 400px;
	width: 95%;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
}

/* Iframe
----------------------------------------------- */
/* Youtube */
.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*noscript
-----------------------------------------*/
p#noscript {
	width: 80%;
	padding: 30px;
	margin: 0 auto;
	color: red;
	font-weight: bold;
}

/*.header-inner
-----------------------------------------*/
.header-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.header-inner h1{
	width: 350px;
	float: left;
	margin-top: 40px;
}
.header-inner .topContact{
	width: 330px;
	float: right;
	margin-top: 10px;
}
.header-inner .topContact p{
}
.header-inner .topContact li{
	float: left;
}
.header-inner .topContact li img{
	margin-right: 5px;
	margin-top: 5px;
}

/*pagelink パンくずリスト
-----------------------------------------*/
.pagelink {
	width: 100%;
	background-color: #ffe3f4;
}
.pagelink ol.breadcrumb{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*スライド
-----------------------------------------*/
.carousel-caption h3{
	display: none;
}
.carousel-caption p{
	display: none;
}

/*container
-----------------------------------------*/
#container {
	padding: 0;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container h1{
	text-align: center;
	height: 125px;
	background-image: url(../../images/menu/bg_h1_ttl.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#container img{
}

/*.footer-inner
-----------------------------------------*/
.footer-inner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.footer-inner ul.info{
	float: left;
	width: 350px;
	margin-left: 30px;
}
.footer-inner ul.info li{
}
.footer-inner ul.info li h1{
}
.footer-inner ul.info li p{
}
.footer-inner ul.info li ul li{
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}
.footer-inner ul.info li ul li img{
	margin-top: 5px;
}

.footer-inner ul.link{
	float: left;
	width: 180px;
}
.footer-inner ul.link li{
	background-image: url(../img/listicon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.footer-inner .pgtop{
	width: 120px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: -40px;
	float: right;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
	width: 100%;
	padding-bottom: 10px;
}
@media (min-width:768px){
	#contents {
		width: 720px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		text-decoration: none;
		float: left;
	}
}
#contents:after {
	content: "";
	display: block;
	clear: both;
}
*+html #contents {
	min-height: 1px;
	text-decoration: none;
}
section:after {
	content: "";
	display: block;
	clear: both;
}
*+html section {
	min-height: 1px;
}
section {
	clear: both;
	margin-bottom: 50px;
}
section.course {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-decoration: none;
    float: left;
    position: relative;
    width: 100%;
}

/*見出し
-----------------------------------------*/
#contents section {
	margin-bottom: 80px;
	width: 100%;
}
#contents section > h1 {
}
#contents section h1 {
}
#contents section h2 {
}
#contents section h1 img{
	width: 100%;
}
#contents section h3 {
	color: #f9588e;
	font-size: 26px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contents section h5 {
	color: #f9588e;
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
	background-image: url(../img/listicon5.png);
	background-position: left center;
	text-indent: 70px;
	background-repeat: no-repeat;
}
#contents section h6 {
	color: #f9588e;
	font-size: 18px;
	line-height: 200%;
	font-weight: bold;
}
#contents section article {
	line-height: 200%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#contents section em.pink {
	color: #FEFEFE;
	font-size: 20px;
	border-radius: 5px;
	font-weight: bolder;
	background-color: #f2acc3;
	display: block;
	width: 96%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 2%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	text-align: center;
}
#contents section em.orange {
	color: #FEFEFE;
	font-size: 20px;
	line-height: 45px;
	border-radius: 3px;
	font-weight: bolder;
	background-color: #FFAD07;
	height: 45px;
	display: block;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-indent: 10px;
}
#contents section em.menuTtl {
	color: #FEFEFE;
	font-size: 24px;
	line-height: 50px;
	font-weight: bolder;
	height: 50px;
	display: block;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-indent: 10px;
	background-image: url(../img/bg_ttl_course.png);
	background-repeat: no-repeat;
	background-position: center 0%;
}
#contents section em.menuTtl2 {
	color: #FEFEFE;
	font-size: 24px;
	font-weight: bolder;
	height: 80px;
	display: block;
	width: 100%;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url(../img/bg_ttl_course2.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	line-height: 150%;
}

#contents section .reserveMenu {
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #b9b9b9;
}

/*トップページ
-----------------------------------------*/
#contentsTop {
	width: 100%;
	margin-bottom: 10px;
	text-decoration: none;
	margin-top: 10px;
}
#contentsTop:after {
	content: "";
	display: block;
	clear: both;
}
*+html #contentsTop {
	min-height: 1px;
	text-decoration: none;
}

/*トップページ　見出し
-----------------------------------------*/
#contentsTop section > h1 {
}
#contentsTop section h1,
#contentsTop section h2 {
	font-weight: normal;
	background-color: #f2acc3;
	text-align: center;
	color: #FEFEFE;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentsTop section h3 {
	color: #f9588e;
	font-size: 20px;
	line-height: 45px;
	text-indent: 5px;
	border-radius: 3px;
	font-weight: bold;
}
#contentsTop section h4 {
	color: #FF3C66;
	font-size: 20px;
	line-height: 200%;
	font-weight: bold;
}
#contentsTop section h5 {
	font-size: 18px;
	line-height: 150%;
}
#contentsTop section p {
	line-height: 150%;
}
ul li.l470{
	width: 470px;
	float: left;
}
ul li.l510{
	width: 510px;
	float: left;
}
ul li.r430{
	width: 430px;
	float: right;
}
ul li.r470{
	width: 470px;
	float: right;
}
ul li.l50p{
	width: 50%;
	float: left;
}
ul li.l50p img{
	width: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul li.l30p{
	width: 33%;
	float: left;
}
ul li.l30p img{
	width: 95%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul li.l{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

ul.list {
    list-style-position: outside;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 30px;
    margin-bottom: 5px;
}
ul.list li {
	list-style-type: circle;
}

/* お客様の声 */
* html .voice {
    height:1em;
    overflow:visible;
}

.voice {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.voice ul li {
	display: inline;
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
}

.linkArea {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#ffebf2;
    border:1px solid #ffebf2;
    border-radius:4px;
}

.linkArea:hover {
    color:#000;
    background:#FFDDE9 none repeat scroll 0 0;
    border:1px solid #FFDDE9;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.linkArea h2 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	color: #f9588e;
	border: none;
	height: 80px;
	font-weight: normal;
}

.linkArea:hover h2 {
    color:#f9588e;
}

.linkArea p {
    margin:10px;
}
.trimming {
 	width: 100%;
 	height: 150px;
 	overflow: hidden;
 }
.trimming img {
    width:100%;
}

/*キャンペーン
-----------------------------------------*/
/* トップページ */
ul.campaignTop{
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
}
ul.campaignTop li{
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #ABABAB;
	border-radius: 5px;
}
.coment_box {
	background-color: #FFFDFD;
	border: 1px solid #F2ACC3;
	border-radius: 5px;
	color: #f2acc3;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*新着情報
-----------------------------------------*/
/* トップページ */
dl{
	border-bottom: 1px dotted #6E6E6E;
}
dl dt.date{
	width: 100px;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
dl dd.news{
	width: 400px;
	float: right;
	font-size: 16px;
}
/* 新着情報一覧ページ */
dl dt.date{
	width: 15%;
	float: left;
	font-size: 12px;
	margin-top: 5px;
}
dl dd.news01{
	width: 85%;
	float: left;
	font-size: 18px;
	margin-bottom: 20px;
}

/*右カラム
-----------------------------------------*/
#sub {
	width: 200px;
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
}

/*サブエリア
-----------------------------------------*/
/*コンテンツメニュー
-----------------------------------------*/
ul.content{
	margin-top: 20px;
	margin-bottom: 30px;
}
ul.content li{
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #A7A7A7;
	padding-bottom: 10px;
}
ul.content li a{
	color: #77673b;
	width: 100%;
	height: 30px;
	display: block;
}
ul.content li a:hover{
	color: #8D5B01;
}

/* ページリンクボタン
-----------------------------------------*/
ul.page {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 30px;
	text-align: left;
}
ul.page li{
	display:inline;
	list-style-type:none;
}
ul.page li.active {
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 1px solid #f2acc3;
	background-color: #f2acc3;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
ul.page li a {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 1px solid #f2acc3;
	margin-left: 3px;
	margin-right: 3px;
}
ul.page li a:hover {
	color: #ffffff;
	background-color: #f2acc3;
}

/*バナー
-----------------------------------------*/
ul.banner{
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px dotted #A7A7A7;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.banner li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
ul.banner li.sub{
	margin-bottom: 10px;
	list-style: none;
}
ul.banner li.footer{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}
ul.banner li.footer img{
	width: 160px;
	height: 70px;
	display: block;
}

/*SNS設定*/
.sns {
	width: 100%;
	display: block;
	margin-left: 2%;
}
/*instagram*/
.inst_list_item{
    width: 30%;
	float: left;
    margin: 1px;
    border: 1px solid #f1f1f1;
}
.inst_thumb img{
    width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: 0% 0%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inst_thumb:hover img{
    opacity: .5;
}
.inst_comment{
    font-size: 12px;
    padding: 5%;
}

/* -----------------------------------------------------------------------
/*
/* Smart Phone Layout: max of 480px. */
/*
------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

/*フォーム
-----------------------------------------*/
input[type="text"] {
   font-size: 150%;
}
select, select option {
   font-size: 150%;
}

/*テーブル
-----------------------------------------*/
/*
table.tbl01 {
	width: 100%;
	border-top: none;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
table.tbl01 tr{
	border-top: 1px solid #b9b9b9;
    display: block;
}
table.tbl01 th{
	display: none;
}
table.tbl01 td{
	border: none;
	display: block;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
*/
table.tbl01 {
	width: 100%;
	margin: 0 -10px;
}
table.tbl01 th,
table.tbl01 td{
	width: 100%;
	display: block;
	border-top: none;
}
table.tbl01 tr:first-child th {
	border-top: 1px solid #b9b9b9;
}


table.tbl02 {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
table.tbl02 th{
	background-color: #ffe3f4;
	border: 1px solid #b9b9b9;
	padding: 5px;
	font-size: 18px;
}
table.tbl02 td{
	background-color: #fff;
	border: 1px solid #b9b9b9;
	padding-left: 5px;
	padding-right: 5px;
}
/* dl
-----------------------------------------*/
/* テーブルのように表示 */
dl.tbl01 {
	background-color: #EEEEEE;
}    
dl.tbl01 dt,
dl.tbl01 dd {
 	padding: 8px 20px;
 }
dl.tbl01 dt {
	float: none;
	background-color: #AAAAAA; /* 背景色を指定 */
	border-top:1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
dl.tbl01 dd {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/* float left */
dl.tbl02 {
}
dl.tbl02 dt,
dl.tbl02 dd {
	padding: 8px 20px;
}
dl.tbl02 dt {
	float: none;
}
dl.tbl02 dd {
	float: none;
	width: 100%;
}
dl.tbl02 p{
	margin-bottom: 10px;
}
dl.tbl02 img{
	margin: 10px;
}
/*レイアウト
	---------------------------------------------------------------------------*/
	/*1カラム利用時--------------------------------------------*/
	.column1 {
		float: left;	/*左に回り込み*/
		padding: 3%;	/*ボックス内の余白の上書き*/
		width: 94%;		/*幅*/
	}
	/*2カラム利用時--------------------------------------------*/
	.column2 {
		float: left;	/*左に回り込み*/
		padding: 2%;	/*ボックス内の余白の上書き*/
		width: 45%;		/*幅*/
	}
	/*3カラム利用時--------------------------------------------*/
	.column3 {
		float: left;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 30%;	/*幅*/
	}
	/*4カラム利用時--------------------------------------------*/
	.column4 {
		float: left;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 22%;	/*幅*/
	}
/*画像
-----------------------------------------*/
img.resize{
	width: 100%;
}
.resize100{
	width: 100%;
}
.resize90{
	width: 90%;
}

/*.header-inner
-----------------------------------------*/
.header-inner {
	width:100%;
}
.header-inner h1{
	text-align: center;
}
.header-inner h1 a img{
	width: 80%;
}
.header-inner .topContact{
	width: 100%;
	float: none;
	clear: both;
}
.header-inner .topContact p{
	text-align: center;
}
.header-inner .topContact p img{
	max-width: 313px;
}
.header-inner .topContact ul{
	margin-left: auto;
	margin-right: auto;
	width: 330px;
}
.header-inner .topContact li{
	float: left;
	margin-top: 0px;
}
.header-inner .topContact li img{
	width: 90%;
}

/*pagelink パンくずリスト
-----------------------------------------*/
.pagelink {
	width: 100%;
}
.pagelink ol.breadcrumb{
	width: 100%;
}

/*container
-----------------------------------------*/
#container	{
	width: 100%;
}
/*contents
-----------------------------------------*/
#contentsTop {
	width: 100%;
}
#contents	{
	width: 100%;
}
section {
	clear: both;
	width: 98%;
	margin-left: 1%;
}
/*sub
-----------------------------------------*/
#sub{
	clear: both;
	width: 98%;
	margin-left: 1%;
}

/*.footer-inner
-----------------------------------------*/
.footer-inner {
	width: 95%;
	min-height: 200px;
}
.footer-inner ul.info{
	clear: both;
	float: none;
	width: 100%;
}
.footer-inner ul.info li{
}
.footer-inner ul.info li h1 img{
	width: 80%;
}
.footer-inner ul.info li p img{
	width: 90%;
}
.footer-inner ul.info li ul{
	clear: both;
	float: none;
	width: 100%;
}
.footer-inner ul.info li ul li{
	float: left;
	width: 48%;
}
.footer-inner ul.info li ul li img{
	width: 80%;
}

.footer-inner ul.link{
	width: 100%;
	clear: both;
	margin-top: 0px;
}
.footer-inner ul.link li{
	height: 30px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../img/listicon.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/*トップページ
-----------------------------------------*/
ul li.l470{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
ul li.l510{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
ul li.r430{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
ul li.r470{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
ul li.l50p{
	width: 25%;
	float: left;
}
ul li.l50p img{
	width: 95%;
}
ul li.l30p{
	width: 30%;
	float: left;
}
ul li.l30p img{
	width: 95%;
}

dl dt.l, dd.l{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*新着情報
-----------------------------------------*/
dl{
}
/* トップページ */
dl dt.date{
	width: 95%;
	font-size: 12px;
}
dl dd.news{
	width: 95%;
}
/* 新着情報一覧ページ */
dl dt.date01{
	width: 95%;
	font-size: 12px;
}
dl dd.news01{
	width: 95%;
}

/*価格・メニュー表示
-----------------------------------------*/
.bg03{
	background-image: none;
	background-color: #fff8fb;
}
.menu{
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
.priceArea {
	padding: 20px;
	border-radius: 3px;
	background-color: #FFFFFF;
	clear: both;
	border: 1px solid #ffe3f4;
	min-height: 30px;
	display: block;
	margin-top: 10px;
}
.priceArea .imgR{
	width: 100%;
	text-align:center;
}
.priceDef{
	font-size: 18px;
	font-weight: bolder;
}
.price{
	line-height: 150%;
	color: #FF3C66;
	font-weight: bolder;
}
.btDetail a{
	display: block;
	font-size: 16px;
	width: 50%;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.btDetail a:hover{
}
.tax{
	font-size: 50%;
}
.menu_t{
	display: none;
}
.menu_c{
	background-image: none;
}
.menu_b{
	display: none;
}
.menu2_t{
	display: none;
}
.menu2_c{
	background-image: none;
}
.menu2_b{
	display: none;
}

/* トップナビ */
.voice {
	margin-right:0;
}

.voice ul li {
	display:block;
	box-sizing:border-box;
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:10px;
}


/*サブエリア
-----------------------------------------*/
/*コンテンツメニュー
-----------------------------------------*/
ul.content li a{
	line-height: 30px;
	display: block;
	width: 98%;
	height: 30px;
}
ul.content li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.btList3{
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*================================================
 *  ページリンクボタン
 ================================================*/
ul.page {
	margin: 0 0 0 10px;
	text-align:left;
}
ul.page li{
	display:inline;
	list-style-type:none;
}
ul.page li.active {
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 1px solid #049f95;
	background-color: #049f95;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
ul.page li a {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	border: 1px solid #049f95;
	margin-left: 3px;
	margin-right: 3px;
}
ul.page li a:hover {
	color: #ffffff;
	background-color: #049f95;
}

/*バナー
-----------------------------------------*/
ul.banner{
}
ul.banner li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
ul.banner li.sub{
	margin-bottom: 10px;
	list-style: none;
	float: left;
	margin-right: 5px;
}
ul.banner li.footer{
	margin-bottom: 10px;
	list-style: none;
	float: left;
	margin-right: 5px;
}
ul.banner li.footer img{
}
/* -----------------------------------------------------------------------
/*
/* Smart Phone Layout: max of 480px. */
/*
------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
/*レイアウト
	---------------------------------------------------------------------------*/
	/*1カラム利用時--------------------------------------------*/
	.column1 {
		float: none;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 98%;		/*幅*/
	}
	/*2カラム利用時--------------------------------------------*/
	.column2 {
		float: none;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 98%;		/*幅*/
	}
	/*3カラム利用時--------------------------------------------*/
	.column3 {
		float: none;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 98%;	/*幅*/
	}
	/*4カラム利用時--------------------------------------------*/
	.column4 {
		float: none;	/*左に回り込み*/
		padding: 1%;	/*ボックス内の余白の上書き*/
		width: 98%;	/*幅*/
	}
}
}
