/**********************************************************************************/
/* Copyright(C) Prem Slow Yoga All Rights Reserved.                               */
/**********************************************************************************/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@400;500;600;700&family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
}

body
{
	background-color: #FFF;
	color: #333;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	height: 100%;
	min-width: 320px;
	margin-bottom: 20px;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

img
{
	vertical-align: top;
}

section,
article
{
	display: block;
}

a img
{
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover
img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li
{
	list-style-type: none;
}
a
{
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover
{
	color: #0099CC;
	text-decoration: none;
}

/*==================================================*/
/* ◆ ヘッダ                                        */
/*==================================================*/

header
{
	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	width: 100%;
	position: relative;
	overflow: hidden;
}

header .outer
{
	width: 100%;
	background: -moz-linear-gradient(top, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0) 80%, #FFF 85%, #FFF);
	background: -webkit-linear-gradient(top, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0) 80%, #FFF 85%, #FFF);
	background: linear-gradient(to bottom, rgba(135, 206, 235, 0), rgba(135, 206, 235, 0) 80%, #FFF 85%,  #FFF);
}

header .inner
{
	margin-left: auto;
	margin-right: auto;
}

header .headline
{
	width: 100%;
	display: block;
	position: relative;
}

header .bgtop_flower.l,
header .bgtop_flower.r
{
	position: absolute;
	opacity: 0.7;
}

header h1
{
	position: absolute;
	z-index: 1000;
}

header .contact
{
	position: absolute;
	z-index: 1000;
}

/*〔ヘッダ：トップ画像〕 */
/*-----------------------*/

.topimg
{
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.topimg .catch
{
	position: absolute;
	top: 10%;
	left: 3%;
	width: 45%;
	z-index: 100;
}

.topimg .catch img
{
	width: 100%;
}

.topimg img.topimg_base
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.topimg img.topimg1
{
	width: 100%;
}

.topimg img.topimg1,
.topimg img.topimg2,
.topimg img.topimg3
{
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.topimg img.topimg2
{
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.topimg img.topimg3
{
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

/*
										#g_navi
										{
											font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
											font-size: 15px;
										}

										.gfixnavi
										{
											background-color: #FFF;
											height: 100%;
											width: 100%;
											opacity: 0.80;
											filter: alpha(opacity=80);
											-ms-filter: "alpha( opacity=80 )";
											display: block;
											position: fixed;
											z-index: 2000;
										}
*/

header .navigator
{
	width: 100%;
	display: block;
	z-index: 1000;
}

header .navigator.nav_fixed
{
	position: fixed;
	top: 0px;
}

header .navigator.description
{
	background: -moz-linear-gradient(top, rgba(135, 206, 235, 0), #FFF 40%, #FFF);
	background: -webkit-linear-gradient(top, rgba(135, 206, 235, 0), #FFF 40%, #FFF);
	background: linear-gradient(to bottom, rgba(135, 206, 235, 0), #FFF 40%,  #FFF);
}

header .navigator ul
{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

header .navigator ul::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

header .navigator ul li
{
	width: 24%;
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-left-color: rgba(135, 206, 235, 0);
	border-left-style: solid;
}

header .navigator ul li:last-child
{
	border-right-color: rgba(135, 206, 235, 0);
	border-right-style: solid;
}

header .navigator li a
{
	display: table-cell;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	color: #000
}

header .navigator ul.flower li img
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
}

header .navigator ul.selection li
{
	border-left-color: #9C6AEE;
}

header .navigator ul.selection li:last-child
{
	border-right-color: #9C6AEE;
}

header .navigator ul.selection li img
{
	width: 90%;
}

header .navigator ul.selection li p
{
	color: #333;
	line-height: 1.2em;
}

header .navigator ul.description li img
{
	width: 90%;
}

header .navigator ul.description li p
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

header::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*==================================================*/
/* ◆ フッタ                                        */
/*==================================================*/
footer
{
	background-color: #9C6AEE;
	clear: both;
	color: rgba(255,255,255,0.8);
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

footer .outer
{
	margin-left: auto;
	margin-right: auto;
}

footer .inner
{
	width: 100%;
}

footer .inner::after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

footer .salon
{
	font-size: 14px;
}

footer .salon .tel a
{
	color: #FFF;
	font-size: 24px;
	margin-left: 8px;
	text-decoration: none;
}

footer address
{
	margin-top: 24px;
}

#totop
{
	position: fixed;
	bottom: 5px;
	right: 10px;
	z-index: 200;
}

#totop a
{
	background-color: rgba(0,34,83,0.8);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	display: block;
	height:35px;
	width:50px;
	padding-top: 15px;
	text-decoration: none;
	text-align: center;
}

#totop a:hover,
#totop a:hover img
{
	background-color: rgba(0, 34, 83, 1.0);
}

/*==================================================*/
/* ◆ ページ概要                                    */
/*==================================================*/

.overview
{
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.overview .frame
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-moz-background-size: contain;
	width: 100%;
}

.overview .frame.head
{
	background-image: url(../img/overview_head.png);
	border-bottom: 1px solid #9C6AEE;
	margin-top: 7%;
	margin-bottom: 5%;
}

.overview .frame.foot
{
	background-image: url(../img/overview_foot.png);
	border-top: 1px solid #9C6AEE;
	margin-top: 5%;
	margin-bottom: 7%;
}

.overview h4
{
	width: 100%;
	margin: 0 auto 24px;
	text-align: center;
}

.overview h4 img
{
	width: 50%;
}

.overview h5
{
	color: #9C6AEE;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.overview p
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*==================================================*/
/* ◆ プロフィール                                  */
/*==================================================*/

.profile
{
	width: 100%;
	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	padding-bottom: 8%;
}

.profile .container
{
	width: 100%;
	background: -moz-linear-gradient(top, #FFF, rgba(135, 206, 235, 0) 30%, rgba(135, 206, 235, 0));
	background: -webkit-linear-gradient(top, #FFF, rgba(135, 206, 235, 0) 30%, rgba(135, 206, 235, 0));
	background: linear-gradient(to bottom, #FFF, rgba(135, 206, 235, 0) 30%,  rgba(135, 206, 235, 0));
}

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

.profile .layout::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.profile li.represent ul
{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.profile li.represent ul li
{
	position: relative;
}

.profile li.represent ul::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.profile li.represent img
{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.profile li.represent p
{
	color: #9C6AEE;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.profile li.represent p span
{
	display: block;
}

.profile li.description h5
{
	background-image: url(../img/logo_profile.png);
	background-repeat: no-repeat;
	background-position: 24px top;
	background-size: contain;
	-moz-background-size: contain;
	border-bottom-color: #9C6AEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 48px;
	width: 100%;
	margin-top: 51px;
}

.profile .layout li.description article
{
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.profile .layout li.description article p
{
	margin-bottom: 3%;
}

/*==================================================*/
/* ◆ ヨガポーズ                                    */
/*==================================================*/

.yogapose
{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.yogapose .box
{
	width: 32%;
	margin-bottom: 20px;
	border-top: 10px solid #9C6AEE;
	border-top-color: #9C6AEE;
	border-top-style: solid;
	border-bottom-color: #9C6AEE;
	border-bottom-style: solid;
}

.yogapose h4
{
	margin-bottom: 8px;
}

.yogapose h4 img
{
	width: 100%;
	display: block;
	margin: 0;
}

.yogapose h5 img
{
	width: 100%;
	display: block;
	margin: 0;
}

.yogapose p
{
	text-align: left;
	padding-bottom: 24px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
}

/*==================================================*/
/* ◆ クッキング                                    */
/*==================================================*/

.dish
{
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
}

.dish ul.frame
{
	margin-left: auto;
	margin-right: auto;
}

.dish ul.frame::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.dish ul.frame li
{
	float: left;
	position: relative;
	width: 49%;
	margin-right: 0.1%;
}

.dish ul.photo
{
	width: 100%;
}

.dish ul.photo::after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.dish ul.photo li
{
	float: left;
	position: relative;
	margin-bottom: 2%;
	margin-right: 2%;
}

.dish ul.photo li.sm
{
	width: 48%;
}

.dish ul.photo li.lg
{
	width: 98%;
}

.dish li img
{
	width: 100%;
}

/*==================================================*/
/* ◆ チャネリング                                  */
/*==================================================*/

.channelflow
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.channelflow img
{
	width: 80%;
	margin-top: 32px;
	margin-bottom: 32px;
}

/*==================================================*/
/* ◆ メンタルセラピー                              */
/*==================================================*/

.whatis_mentaltherapy
{
	margin-top: 8px;
	margin-bottom: 92px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.whatis_mentaltherapy img
{
	width: 80%;
}

@media screen and (min-width: 1024px)
{
	header .inner
	{
		width: 80%;
	}

	header h1
	{
		top: 26px;
		left: 0;
	}

	header h1 img
	{
		height: 72px;
	}

	header .contact
	{
		top: 36px;
		right: 0;
	}

	header .contact img
	{
		height: 62px;
	}

	.priority header h1
	{
		left: 10%;
	}

	.priority header .contact
	{
		top: 0;
		right: 10%;
	}

	.priority header .contact img
	{
		height: 168px;
	}

	header .headline
	{
		height: 104px;
	}

	header .bgtop_flower
	{
		height: 58%;
	}

	header .bgtop_flower.l,
	header .bgtop_flower.r
	{
		top: -29%;
	}

	header .bgtop_flower.l
	{
		left: -11.5%;
	}

	header .bgtop_flower.r
	{
		right: -11.5%;
	}

	header .navigator ul
	{
		margin-top: 8px;
		width: 85%;
	}

	.priority header .navigator ul
	{
		margin-top: 0;
		width: 85%;
	}

	header .navigator ul li
	{
		border-left-width: 3px;
	}

	header .navigator ul li:last-child
	{
		border-right-width: 3px;
	}

	header .navigator ul.selection li p
	{
		font-size: 16px;
	}

	header .navigator ul.description li p
	{
		font-size: 16px;
		width: 100%;
	}

	.topimg.wide
	{
		display: block;
	}

	.topimg.portable
	{
		display: none;
	}

	.overview
	{
		width: 80%;
	}

	.overview .frame
	{
		height: 54px;
	}

	.overview h4 img
	{
		width: 35%;
	}

	.overview h5
	{
		font-size: 24px;
		line-height: 2em;
	}

	.overview h5 img.heart
	{
		margin: 7px 8px 0;
		height: 28px;
	}

	.overview p
	{
		font-size: 20px;
		line-height: 2em;
		margin-top: 24px;
		margin-bottom: 48px;
	}

	.profile .layout
	{
		width: 80%;
	}

	.profile li.represent h5
	{
		font-size: 28px;
	}

	.profile li.description article p
	{
		font-size: 20px;
	}

	.yogapose
	{
		width: 80%;
	}

	.yogapose .box
	{
		border-top-width: 10px;
		border-bottom-width: 10px;
	}

	.yogapose p
	{
		font-size: 18px;
	}

	.dish
	{
		width: 70%;
	}

	.channelflow 
	{
		width: 80%;
	}

	.whatis_mentaltherapy
	{
		width: 80%;
	}

	footer .outer
	{
		width: 80%;
	}
}

@media screen and (min-width: 1280px)
{
	header .navigator ul.selection li p
	{
		font-size: 18px;
	}

	.priority header .navigator ul.selection li p
	{
		font-size: 22px;
	}
}

@media screen and (max-width: 1024px)
{
	header .inner
	{
		width: 80%;
	}

	header h1
	{
		top: 26px;
		left: 0;
	}

	header h1 img
	{
		height: 44px;
	}

	header .contact
	{
		top: 20px;
		right: 0;
	}

	header .contact img
	{
		height: 44px;
	}

	.priority header h1
	{
		left: 10%;
	}

	.priority header .contact
	{
		top: 0;
		right: 10%;
	}

	.priority header .contact img
	{
		height: 116px;
	}

	header .headline
	{
		height: 72px;
	}

	header .navigator ul
	{
		margin-top: 8px;
		width: 80%;
	}

	header .navigator ul.selection li p
	{
		font-size: 11px;
		width: 100%;
	}

	header .navigator ul.description li p
	{
		font-size: 12px;
		width: 100%;
	}

	.priority header .navigator ul
	{
		margin-top: 0;
		width: 85%;
	}

	.priority header .navigator ul.selection li p
	{
		font-size: 11px;
		width: 100%;
	}

	header .bgtop_flower
	{
		height: 180px;
	}

	header .bgtop_flower.l,
	header .bgtop_flower.r
	{
		top: -85px;
	}

	header .bgtop_flower.l
	{
		left: -85px;
	}

	header .bgtop_flower.r
	{
		right: -85px;
	}

	.topimg.wide
	{
		display: block;
	}

	.topimg.portable
	{
		display: none;
	}

	.overview
	{
		width: 80%;
	}

	.overview .frame
	{
		height: 48px;
	}

	.overview h5
	{
		font-size: 18px;
		line-height: 1.8em;
	}

	.overview h5 img.heart
	{
		margin: 5px 7px 0;
		height: 18px;
	}

	.overview p
	{
		font-size: 16px;
		line-height: 1.8em;
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.profile .layout
	{
		width: 80%;
	}

	.profile li.represent h5
	{
		font-size: 28px;
	}

	.profile li.description article p
	{
		font-size: 14px;
	}

	.yogapose
	{
		width: 80%;
	}

	.yogapose .container
	{
		border-top-width: 5px;
		border-bottom-width: 5px;
	}

	.yogapose p
	{
		font-size: 14px;
	}

	.dish
	{
		width: 80%;
	}

	.channelflow
	{
		width: 80%;
	}

	.whatis_mentaltherapy
	{
		width: 80%;
	}

	footer .outer
	{
		width: 80%;
	}
}

@media screen and (max-width: 800px)
{
	header .navigator ul
	{
		width: 85%;
	}

	header .navigator ul li
	{
		border-left-width: 2px;
	}

	header .navigator ul li:last-child
	{
		border-right-width: 2px;
	}

	header .navigator ul.selection li p
	{
		font-size: 10px;
	}

	header .navigator ul.description li p
	{
		font-size: 10px;
		width: 100%;
	}

	.priority header .navigator ul.selection li p
	{
		font-size: 10px;
	}

	.topimg.wide
	{
		display: none;
	}

	.topimg.portable
	{
		display: block;
	}

	.overview
	{
		width: 90%;
	}

	.overview .frame
	{
		height: 48px;
	}

	.overview h5
	{
		font-size: 18px;
		line-height: 1.8em;
	}

	.overview h5 img.heart
	{
		margin: 3px 5px 0;
		height: 16px;
	}

	.overview p
	{
		font-size: 14px;
		line-height: 1.8em;
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.yogapose
	{
		width: 90%;
	}

	.dish
	{
		width: 85%;
	}
}

@media screen and (min-width: 640px)
{
	.profile li.represent ul
	{
		width: 100%;
	}

	.profile li.represent
	{
		float: left;
		width: 200px;
	}

	.profile ul.layout li.dummy
	{
		float: right;
		width: 0px;
	}

	.profile ul.layout li.description
	{
		overflow: hidden;
		width: auto;
	}

	.profile li.represent ul
	{
		width: 100%;
	}

	.profile li.represent p
	{
		font-size: 28px;
		margin-top: 32px;
	}

	.profile li.represent p span
	{
		font-size: 18px;
	}

	.profile li.description h5
	{
		font-size: 12px;
		margin-top: 51px;
	}

	footer .inner
	{
		margin-top: 2%;
	}

	footer .salon
	{
		float: left;
		font-size: 14px;
	}

	footer .salon .tel a
	{
		font-size: 24px;
	}

	footer .links
	{
		float: right;
	}

	footer .links img
	{
		margin-left: 12px;
		width: 56px;
	}

	footer address
	{
		font-size: 12px;
		text-align: left;
	}
}

@media screen and (max-width: 640px)
{
	header .inner
	{
		width: 90%;
	}

	header h1
	{
		top: 8px;
		left: 0;
	}

	header h1 img
	{
		height: 42px;
	}

	header .contact
	{
		top: 18px;
		right: 0;
	}

	header .contact img
	{
		height: 32px;
	}

	header .headline
	{
		height: 54px;
	}

	.priority header h1
	{
		left: 5%;
	}

	.priority header .contact
	{
		top: 0;
		right: 5%;
	}

	.priority header .contact img
	{
		height: 88px;
	}

	header .bgtop_flower
	{
		height: 42%;
	}

	header .bgtop_flower.l,
	header .bgtop_flower.r
	{
		top: -22%;
	}

	header .bgtop_flower.l
	{
		left: -11%;
	}

	header .bgtop_flower.r
	{
		right: -11%;
	}

	header .navigator ul li
	{
		border-left-width: 1px;
	}

	header .navigator ul li:last-child
	{
		border-right-width: 1px;
	}

	header .navigator ul.selection li p
	{
		font-size: 9px;
	}

	header .navigator ul.description li p
	{
		font-size: 8px;
		width: 100%;
	}

	.priority header .navigator ul.selection li p
	{
		font-size: 9px;
	}

	.topimg.wide
	{
		display: none;
	}

	.topimg.portable
	{
		display: block;
	}

	.overview
	{
		width: 90%;
	}

	.overview .frame
	{
		height: 24px;
	}

	.overview h5
	{
		font-size: 14px;
		line-height: 1.8em;
	}

	.overview h5 img.heart
	{
		margin: 3px 5px 0;
		height: 14px;
	}

	.overview p
	{
		font-size: 12px;
		line-height: 1.8em;
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.profile .layout
	{
		width: 90%;
	}

	.profile ul.layout li
	{
		width: 100%;
	}

	.profile li.represent ul
	{
		margin-left: auto;
		margin-right: auto;
		width: 240px;
	}

	.profile li.represent ul li
	{
		float: left;
		height: 100px;
		width: 100px;
	}

	.profile li.represent p
	{
		margin-top: 25px;
		margin-left: 20px;
		font-size: 20px;
	}

	.profile li.represent p span
	{
		font-size: 14px;
	}

	.profile li.description h5
	{
		margin-top: 24px;
	}

	.profile li.description article
	{
		margin-top: 24px;
		width: 95%;
	}

	.profile li.description article p
	{
		font-size: 12px;
	}

	.yogapose
	{
		width: 90%;
	}

	.yogapose .container
	{
		border-top-width: 3px;
		border-bottom-width: 3px;
	}

	.yogapose p
	{
		font-size: 10px;
	}

	.dish
	{
		width: 90%;
	}

	.channelflow
	{
		width: 90%;
	}

	.whatis_mentaltherapy
	{
		width: 90%;
	}

	footer .outer
	{
		width: 90%;
	}

	footer .inner
	{
		margin-top: 3%;
	}

	footer .salon
	{
		float: none;
		font-size: 12px;
	}

	footer .salon .name img
	{
		width: 200px;
	}

	footer .salon p
	{
		text-align: center;
	}

	footer .salon .tel a
	{
		font-size: 20px;
	}

	footer .links
	{
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}

	footer .links img
	{
		display: inline-block;
		margin-top: 24px;
		margin-left: 12px;
		margin-right: 12px;
		width: 48px;
	}

	footer address
	{
		font-size: 10px;
		text-align: center;
	}
}

@media screen and (max-width: 480px)
{
	header .inner
	{
		width: 95%;
	}

	header h1
	{
		top: 16px;
		left: 0;
	}

	header h1 img
	{
		height: 24px;
	}

	header .contact
	{
		top: 16px;
		right: 0;
	}

	header .contact img
	{
		height: 24px;
	}

	header .headline
	{
		height: 42px;
	}

	.priority header h1
	{
		left: 2%;
	}

	.priority header .contact
	{
		top: 0;
		right: 2%;
	}

	.priority header .contact img
	{
		height: 64px;
	}


	header .bgtop_flower
	{
		height: 72px;
	}

	header .bgtop_flower.l,
	header .bgtop_flower.r
	{
		top: -36px;
	}

	header .bgtop_flower.l
	{
		left: -36px;
	}

	header .bgtop_flower.r
	{
		right: -36px;
	}

	header .navigator ul
	{
		width: 90%;
	}

	header .navigator ul.selection li p
	{
		font-size: 7px;
	}

	header .navigator ul.description li p
	{
		font-size: 6px;
		width: 100%;
	}

	.priority header .navigator ul.selection li p
	{
		font-size: 8px;
	}

	.topimg.wide
	{
		display: none;
	}

	.topimg.portable
	{
		display: block;
	}

	.overview
	{
		width: 95%;
	}

	.overview .frame
	{
		height: 18px;
	}

	.overview h5
	{
		font-size: 12px;
	}

	.overview p
	{
		font-size: 10px;
		margin-top: 18px;
		margin-bottom: 24px;
	}

	.yogapose
	{
		width: 95%;
	}

	footer .outer
	{
		width: 95%;
	}
}
