@charset "utf-8";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #514738;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*トップページだけ、背景壁紙画像を変える為。*/
body#top {
	background-image: url(images/bgtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
a {
	color: #514738;
}
a:hover {
	color: #772850;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*HP全体の横幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴや電話番号画像が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;
	width: 950px;
	position: relative;
}
#header #tel {
	position: absolute;
	top: 15px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* #h1-str 2012年8月20日追加 */
#header #h1-str {
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:right;
	}


/*メインメニュー（上部に横並びの画像メニュー）
---------------------------------------------------------------------------*/
ul#menu img {
	vertical-align: bottom;
}
ul#menu li {
	float: left;
}



/*FLASH梱包ボックス
---------------------------------------------------------------------------*/
#fla {
	background-color: #000000;
	height: 400px;
}
#fla p {
	color: #FFFFFF;
	text-align: center;
}



/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
}



/*メインコンテンツ（左側ボックス）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*ボックスを左側に配置。*/
	width: 800px;	/*ボックスの幅*/
	padding-top: 20px;
}
#main p {
	padding: 0.5em 10px 1em;
}
#main h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;
	background-image: url(images/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 20px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	background-color: #272E39;
}



/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*ボックスを右側に配置。*/
	width: 0px;	/*ボックスの幅*/
	padding-top: 20px;
}
#side p {
	padding: 0.5em 5px 1em;
}
#side .box {
	border: 1px solid #bfbfbf;/*右側ボックスの各ボックスを囲む線色。*/
	margin-bottom: 1em;
}
#side h3 {
	font-size: 100%;
	color: #514738;	/*h3タグの文字色*/
	text-align: center;	/*文字をセンタリング*/
	border-bottom: 1px solid #bfbfbf;	/*h3タグ下に直線を追加*/
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(images/h3bg.gif);	/*h3の背景画像*/
	background-repeat: repeat-x;	/*背景画像を横軸にリピート*/
	background-position: center;	/*背景画像を上下中央に配置*/
}
#side .sidemenu a {
	text-decoration: none;	/*サイドメニューのリンクの下線を削除*/
	width: 326px;
	display: block;
	background-color: #393227;
	background-image: url(images/sidemenu_bg.gif);	/*サイドメニューの背景画像*/
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;	/*メニューテキストをセンタリング*/
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	color: #FFFFFF;	/*メニューの文字色*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#side .sidemenu a:hover {
	background-image: url(images/sidemenu_bg_over.gif);	/*カーソルオーバー時の背景画像*/
}



/*フッター（コピーライトなど入っている一番下のボックス）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 560px;		/*What's Newボックスの幅*/
	height: 200px;		/*What's Newボックスの高さ*//*100→200:2012年1月25日変更:磯野*/
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}


/*メインコンテンツ内の「妊婦さん向け」部分
---------------------------------------------------------------------------*/
#main dl.ninpu {
	width: 560px;		/*妊婦さん向けボックスの幅*/
	height: 200px;		/*妊婦さん向けボックスの高さ*//*100→200:2012年1月25日変更:磯野*/
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.ninpu dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.ninpu dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #393227;
}
.ta1 td, .ta1 th{
	padding: 10px;
}
.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 150px;	/*左側thタグの幅*/
	text-align: center;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #615543;	/*テーブルの見出し部分の背景色（room.htmlで使用しています）*/
	color: #FFFFFF;	/*文字色*/
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #772850;
}
.look {
	background-color: #f5f5f5;
}
.mb1em {
	margin-bottom: 1em;
}



/*新規追加
---------------------------------------------------------------------------*/
/* 担当人数表示のためのiframe */
/* 2012年1月27日追加 start */
.counter_iframetest {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/* 2012年1月27日追加 end */

/* 中央に表示させる */
#main2 {
	width: 950px;	/*ボックスの幅*/
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main2 p {
	padding: 0.5em 10px 1em;
}
#main2 h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;
	background-image: url(images/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	padding-left: 20px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	background-color: #272E39;
}

/* アクセス */
#access {
	width: 580px;	/*ボックスの幅*/
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#access p {
	padding: 0.5em 10px 1em;
}
#access h2.h2bg {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;	/*h2タグの文字色*/
	/*font-size: 100%;*/
	background-image: url(images/midashi_bg.gif);	/*h2タグの背景画像*/
	background-repeat: no-repeat;
	background-position: center;	/*背景画像を上下中央に配置*/
	padding-left: 20px;	/*文字の左側に少し余白*/
	overflow: hidden;	/*背景画像から飛び出た文字を非表示にする*/
	background-color: #272E39;
}

.Concept_txt2 {
	font-size: small;
	color: #996600;
	height: auto;
	width: 950px;
	margin-left: 13em;
	margin-right: 10em;
}



/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(./images/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#other_page h4{
	/*font-size:100%;*/
	font-weight:100;
	line-height:1.5em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#333333;
	border:solid #FF0066;
	/*text-indent:2px;*/
	padding-left:1em;
	border-width:0 0 0 5px;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#CC0066;
	}
#other_page h6{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:0 0 0 0;
	color:#000000;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeAA{
	}
#other_page div.typeAA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}
#other_page div.type_tieup{
	zoom:100%;
	}
#other_page div.type_tieup:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
#other_page div.type_tieup p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.type_tieup div.left{
	float:left;
	width:200px;
	}
#other_page div.type_tieup div.right{
	float:right;
	width:560px;
	margin:0 0 0 5px;
	}
#other_page div.typeC p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.typeC div.left{
	float:left;
	width:360px;
	}
#other_page div.typeC div.right{
	float:left;
	width:420px;
	}
#other_page div.CleansingPoint{
	zoom:100%;
	}
#other_page div.CleansingPoint:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
#other_page div.CleansingPoint p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.CleansingPoint div.left{
	float:left;
	width:370px;
	}
#other_page div.CleansingPoint div.right{
	float:right;
	width:390px;
	}
#other_page div.Cleansing{
	zoom:100%;
	}
#other_page div.Cleansing:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.Cleansing p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.Cleansing div.left{
	float:left;
	width:390px;
	}
#other_page div.Cleansing div.left div.left_left{
	float:left;
	width:180px;
	}
#other_page div.Cleansing div.left div.left_center{
	float:left;
	width:5px;
	}
#other_page div.Cleansing div.left div.left_right{
	float:left;
	width:190px;
	}


#other_page div.Cleansing div.right{
	float:left;
	width:200px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/* 2012年8月24日追加 start */
.counter_iframetest {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.iframe_title {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.style3 {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
.style4 {
	color: #333333;
}

/* 2012年8月24日追加 end */


/* 2012年8月25日追加 start（ブライダルエステ用）過去に土肥さん作成のパーツ */
.m_main {
	width: 500px;
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 5px;
}
.b_txt2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #A38566;
	margin-top: 20px;
}
.b_bar {
	width: 480px;
	text-align: center;
}
.b_s {
	width: 600px;
}
.b_pic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 170px;
}
.b_pic_txt {
	float: left;
	height: auto;
	width: 330px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.b_y_txt {
	float: left;
	height: auto;
}
.b_s_txt {
	color: #FF9999;
	float: right;
	width: 300px;
	height: auto;
}
.b_txt3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #996600;
}
.b_yazirushi {
	text-align: center;
}
.b_pic_txt2 {
	float: right;
	height: auto;
	width: 320px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.interview {
	height: auto;
	width: 480px;
	font-size: small;
	color: #A38566;
}
.interview_l {
	float: left;
	height: auto;
	width: 265px;
}
.interview_r {
	height: auto;
	width: 208px;
	float: right;
}
.style6 {
	color: #FF9999;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
}
.style7 {color: #FF9999}

/* 2012年8月25日追加 end（ブライダルエステ用）過去に土肥さん作成のパーツ */

/* 2012年8月25日追加 start（お客様の声）*/
#clear {
	clear: both;
	width: 100%;
}

/* 2012年8月25日追加 end（お客様の声）*/


.koe_m {
	margin-left:19em; /* 2012年8月28日追加 */
	background-color: #FFFFFF;
	background-image: url(./images/m_s1.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 468px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}
.koe_b {
	background-color: #FFFFFF;
	background-image: url(./images/bridal_title.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 341px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}
.koe_o {
	margin-left:19em; /* 2012年8月28日追加 */
	background-color: #FFFFFF;
	background-image: url(./images/o_s1.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 468px;
	padding-top: 6px;
	text-align: right;
	padding-right: 7px;
}

/* 2012年8月28日追加 start（コースガイド用）過去に土肥さん作成のパーツ */
.c_center_w {
	background-repeat: repeat-y;
	height: auto;
	width: 605px;
	/*margin-left: 150px;*/
}
.c_center_m {
	background-repeat: repeat-y;
	height: auto;
	width: 605px;
	margin-left: 158px;
}
.w_main {
	width: 475px;
	float: left;
	height: auto;
	margin-left: 5px;
	padding-left: 10px;
}
.ya {
	height: 39px;
	width: 22px;
	margin-left: 100px;
}
.w_txt {
	height: auto;
	width: 465px;
	margin-left: 20px;
	margin-top: 10px;
}
.w_txt_2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 305px;
}
.w_txt_p {
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}


.m_main {
	width: 500px;
	float: left;
	height: auto;
	margin-left: 6em;
	padding-left: 5px;
}
.o_main {
	width: 500px;
	float: left;
	height: auto;
	margin-left: 6em;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #996600;
}
.koe_txt1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #333333;
}

.w_txt_1 {
	font-size: small;
	color: #85622E;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
}

.m_txt_1 {
	font-size: small;
	color: #996600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-transform: none;
}

.style1 {
	color: #800080;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
}
.style2 {
	color: #333333;
	font-size: small;
}
.m_pr2 {
	background-image: url(./images/m_pr2.jpg);
	height: 445px;
	width: 500px;
	margin: 0px;
	padding: 0px;
}
.m_pr2_txt1 {
	width: 204px;
	margin-top: 15px;
	margin-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	color: #9A6601;
	height: 200px;
	margin-bottom: 20px;
}
.m_pr2_txt2 {
	height: 15px;
	width: 369px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	margin-left: 20px;
	padding-top: 180px;
}
.m_pr1 {
	background-image: url(./images/m_pr1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 494px;
}
.m_pr1_txt1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	text-align: right;
	height: 50px;
	padding-top: 40px;
}
.m_pr1_txt2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	text-align: left;
	height: 50px;
	padding-top: 20px;
}
.style11 {
	color: #996600;
}
/* 2012年8月28日追加 end（コースガイド用）過去に土肥さん作成のパーツ */


/* 2014年4月19日追加 start 吹き出し */
.arrow_box1 {
	position: relative;
	background: #ffff99;
	border: 4px solid orange;
}
.arrow_box1:after, .arrow_box1:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box1:after {
	border-color: rgba(247, 255, 138, 0);
	border-left-color: #ffff99;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box1:before {
	border-color: rgba(194, 78, 19, 0);
	border-left-color: orange;
	border-width: 36px;
	margin-top: -36px;
}

.arrow_box2 {
	position: relative;
	background: #ffdbd9;
	border: 4px solid #ff7570;
}
.arrow_box2:after, .arrow_box2:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(255, 219, 217, 0);
	border-right-color: #ffdbd9;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box2:before {
	border-color: rgba(255, 117, 112, 0);
	border-right-color: #ff7570;
	border-width: 36px;
	margin-top: -36px;
}
/* 2014年4月19日追加 end 吹き出し */