﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 400px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	background-color: #ffffff;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0; 
}

p {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
}

img {vertical-align:middle;
}


.under {text-decoration: underline;
}
.overline {text-decoration: overline;
}
.through {text-decoration: line-through;
}
.none {text-decoration: none;
}

.spacing {letter-spacing: 1em;
}

.textleft {text-align: left;
}
.textright {text-align: right;
}

a{ 
	border: none;
}

img { 
	border: none;
}




/* ~~ リンク~~ */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}






/* ~~ ヘッダー ~~ */
header {
	width: 100%;
    background-color: rgba( 214, 198, 175, 0.60 );
	margin: 0 auto;
}

.conte01 {
	width: 100%;
	padding-top:10px;
	margin: 0 auto;
}

.conte02 {
	width: 400px;
	height:60px;
	text-align: left;
	margin: 0 auto;
}
.conte02 h1 {
	font-size: 14px;
	color: #9d896c;
	font-weight: 300;
}
.conte02 a {
	color: #474b42;
	text-decoration: none;
}
.conte02 a:visited {
	color: #6b6f59;
	text-decoration: none;
}
.conte02 a:hover{
	color: #fef4f4;
}

.conte03 {
	width: 400px;
	height:40px;
	padding-top:5px;
	font-size: 14px;
	margin: 0 auto;
}
.conte03 nav {
	margin: 0 auto;
}
.conte03 nav ul {
	margin: 0 auto;
}
.conte03 nav ul li {
	display: inline;
	list-style-type: none;
	line-height: 1.3em;
	padding-left: 8px;
	padding-right: 5px;
	border-left: solid #999 1px;
}
.conte03 nav ul li a:link {
	color: #474b42;
	text-decoration: none;
}
.conte03 nav ul li a:visited {
	color: #6b6f59;
	text-decoration: none;
}
.conte03 nav ul li a:hover, a:active, a:focus {
	color: #fef4f4;
	text-decoration: none;
}
.conte03 nav ul .first-menu{
	border-left: none;
}



/* ~~ トップ表紙　ホームページ用　~~ */
.conte04 {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05 {
	width: 100%;
	background-image: url(photo01/index56.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05 h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05 p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05 a:link {
	color: #666666;
	text-decoration: none;
}
.conte05 a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}



/* ~~ トップ表紙　レッスンページ用　~~ */
.conte04le {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05le {
	width: 100%;
	background-image: url(photo01/lesson08.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05le h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05le p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05le a:link {
	color: #666666;
	text-decoration: none;
}
.conte05le a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05le a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}



/* ~~ トップ表紙　アレンジページ用　~~ */
.conte04ar {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05ar {
	width: 100%;
	background-image: url(photo01/arrange03.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05ar h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05ar p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05ar a:link {
	color: #666666;
	text-decoration: none;
}
.conte05ar a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05ar a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}



/* ~~ トップ表紙　ウェディングページ用　~~ */
.conte04we {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05we {
	width: 100%;
	background-image: url(photo01/bouquet33.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05we h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05we p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05we a:link {
	color: #666666;
	text-decoration: none;
}
.conte05we a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05we a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}



/* ~~ トップ表紙　地図ページ用　~~ */
.conte04ma {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05ma {
	width: 100%;
	background-image: url(photo01/map02.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05ma h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05ma p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05ma a:link {
	color: #666666;
	text-decoration: none;
}
.conte05ma a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05ma a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}



/* ~~ トップ表紙　プロフィール用　~~ */
.conte04pr {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}

.conte05pr {
	width: 100%;
	background-image: url(photo01/profile03.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05pr h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05pr p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05pr a:link {
	color: #666666;
	text-decoration: none;
}
.conte05pr a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05pr a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}




/* ~~ トップ表紙　イベントレッスン用　~~ */
.conte04ev {
	width: 100%;
	background-color:#b3ada0;
	background-size: cover;
	height: 370px;
	clear: both;
	margin: 0 auto;
}


/* ~~ トップ表紙　イベントレッスン用クリスマス　~~ */
.conte05ev {
	width: 100%;
	background-image: url(photo01/event-02.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05ev h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 150px;
	padding-left: 20px;
	text-align: left;
	font-weight: 500;
}
.conte05ev p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.conte05ev a:link {
	color: #666666;
	text-decoration: none;
}
.conte05ev a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05ev a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}


/* ~~ トップ表紙　イベントレッスン用正月　~~ */
.conte05ev2 {
	width: 100%;
	background-image: url(photo01/event05.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05ev2 h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 200px;
	padding-left:80px;
	text-align: left;
	font-weight: 500;
}
.conte05ev2 p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 80px;
	text-align: left;
}
.conte05ev2 a:link {
	color: #666666;
	text-decoration: none;
}
.conte05ev2 a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05ev2 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}


/* ~~ トップ表紙　イベントレッスン用夏リース　~~ */
.conte05ev3 {
	width: 100%;
	background-image: url(photo01/event21.jpg);
	background-size: cover;
	height: 350px;
	clear: both;
	margin: 0 auto;
}
.conte05ev3 h2 {
	font-size: 18px;
	color: #fdeff2;
	padding-top: 200px;
	padding-left:80px;
	text-align: left;
	font-weight: 500;
}
.conte05ev3 p {
	font-size: 16px;
	color: #fdeff2;
	padding-top: 5px;
	padding-left: 80px;
	text-align: left;
}
.conte05ev3 a:link {
	color: #666666;
	text-decoration: none;
}
.conte05ev3 a:visited {
	color: #333333;
	text-decoration: none;
}
.conte05ev3 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #333333;
}





/* ~~ コンテナ~~ */
article {
	width: 100%;
	margin: 0 auto;
}

section {
	width: 100%;
	margin: 0 auto;
}

.conte06b {
	width: 100%;
	overflow: hidden;
	background-color: #fdf5e6;
	margin: 0 auto;
}

.conte06 {
	width: 360px;
	overflow: hidden;
	margin: 0 auto;
}
.conte06 h2 {
	font-size: 18px;
	padding-top: 30px;
	color: #726250;
	font-weight: 500;
	padding-bottom: 10px;
}
.conte06 p {
	font-size: 16px;
	padding-bottom: 10px;
	color: #726250;
	text-align: left;
}
.conte06 a:link {
	color: #8a3319;
	text-decoration: none;
}
.conte06 a:visited {
	color: #393f4c;
	text-decoration: none;
}
.conte06 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #d8a373;
}

.menu00 {
	width: 100%;
	padding-bottom: 20px;
	margin: 0 auto;
}

.conte06a {
	width: 380px;
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
}
.conte06a nav {
	text-align: center;
	margin: 0 auto;
}
.conte06a nav ul {
	margin: 0;
	padding: 0;
}
.conte06a nav ul li {
	font-size: 18px;
	display: inline;
	padding-left: 10px;
	padding-right: 3px;
	list-style-type: none;
	line-height: 1.8em;
	border-left: solid #999 1px;
}
.conte06a nav ul li a {
	color: #666;
	text-decoration: none;
}
.conte06a nav ul li a:hover{
	color: #CCC;
}
.conte06a nav ul .first-menu{
	border-left: none;
}

.conte07 {
	width: 100%;
	height: 37px;
	background-color: #b3ada0;
	margin: 0 auto;
}
.conte07 p {
	font-size: 16px;
	color: #fffffc;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
}
.conte07 h2 {
	font-size: 16px;
	color: #fffffc;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
}
.conte07 a:link {
	color:#fffffc;
	text-decoration: none;
}
.conte07 a:visited {
	color: #524748;
	text-decoration: 
	 none;
}
.conte07 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #e6eae3;
}



.menu01 {
	width: 100%;
	background-color: #9d896c;
	margin: 0 auto;
}
.conte001 {
	width: 380px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin: 0 auto;
}
.conte001 figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	width: 300px;
}
.conte001 figcaption {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.4);
	-webkit-transition: .3s;
	transition: .3s;
	padding-top: 10px;
}
.conte001 figcaption h3{
	color: #fffffc;
	font-size:16px;
}
.conte001 figcaption p{
	color: #fffffc;
	font-size:14px;
}
.conte001 figure:hover figcaption {
	right: 100%;
	
}

.conte002 {
	width: 300px;
	margin: 0 auto;
}
.conte003 {
	width: 300px;
	margin: 0 auto;
}

.conte004 {
	clear: both;
	margin: 0 auto;
}




/* ~~ コンテナ目次 ~~ */
.menu02 {
	width: 100%;
	background-color: #d6c6af;
}

.conte005 {
	width: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2.0em;
	margin: 0 auto;
}
.conte005 a:link {
	text-decoration: none;
	color: #474b42;
}
.conte005 a:visited {
	text-decoration: none;
	color: #6b6f59;
}
.conte005 a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #fef4f4;
}

.conte006 {
	width: 350px;
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
}
.conte006 ul {
	margin: 0;
	padding: 0;
}
.conte006 li {
	list-style-type: none;
}

.conte007 {
	width: 350px;
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
}
.conte007 ul {
	margin: 0;
	padding: 0;
}
.conte007 li {
	list-style-type: none;
}



/* ~~ 内容記事　ホームページ用 ~~ */
.menu03 {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.conte008 {
	width: 380px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}
.conte008 img {
	width: 380px;
	height: 380px
}
.conte009 {
	width: 380px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.conte009 p {
	font-size: 16px;
	color: #333;
}
.conte009 h2 {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
.conte009 h3 {
	font-size: 16px;
	color: #333;
}
.conte009 a:link {
	text-decoration: none;
	color: #a73836;
}
.conte009 a:visited {
	text-decoration: none;
	color: #752100;
}
.conte009 a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ddbb99;
}



/* ~~ 内容記事　レッスン・アレンジ・ウェディング(一部)・地図・プロフィール・イベント用 ~~ */
.menu03a {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.conte008a {
	width: 380px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}
.conte008a img {
	width: 380px;
	height: 317px
}
.conte009a {
	width: 380px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
}
.conte009a h2 {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 500;
}
.conte009a h3 {
	font-size: 16px;
	color: #333;
}
.conte009a p {
	font-size: 16px;
	color: #333;
}
.conte009a a:link {
	text-decoration: none;
	color: #a73836;
}
.conte009a a:visited {
	text-decoration: none;
	color: #752100;
}
.conte009a a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ddbb99;
}


.conte009b {
	text-align:left;
	margin: 0 auto;
	padding-top:0px;
	padding-left:10px;
}
.conte009b p {
	font-size: 16px;
	color: #333;
}
.conte009b a:link {
	text-decoration: none;
	color: #96514d;
}
.conte009b a:visited {
	text-decoration: none;
	color: #CC6633;
}
.conte009b a:hover, a:active, a:focus {
	text-decoration: none;
	color: #efab93;
}



/* ~~ 内容記事　(一部追加)マップ用~~ */
.conte008a iframe {
	width:380px;
	height:380px;
}
	


/* ~~ お知らせ記事　ホームページ・レッスン・アレンジ・ウェディング・地図・プロフィール・イベント用 ~~ */
.menu04 {
	width: 100%;
	background-color: #fdf5e6;
	margin: 0 auto;
}

.conte011 {
	width: 380px;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	margin: 0 auto;
}
.conte011 h2 {
	font-size: 18px;
	padding-top: 20px;
	color: #726250;
}
.conte011 p{
	font-size: 16px;
	padding-left: 5px;
}
.conte011 a:link {
	color: #a73836;
	text-decoration: none;
}
.conte011 a:visited {
	color: #752100;
	text-decoration: none;
}
.conte011 a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ddbb99;
}


.conte012 {
	width:400px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
.conte012 p{
	font-size:16px;
}
.conte012 nav {
	margin: 0 auto;
}
.conte012 nav ul {
	margin: 0;
	padding: 0;
}
.conte012 nav ul li {
	font-size: 18px;
	display: inline;
	padding-left: 6px;
	padding-right: 3px;
	list-style-type: none;
	line-height: 1.8em;
	border-left: solid #999 1px;
}
.conte012 nav ul li a {
	color:#666;
	text-decoration:none;
}
.conte012 nav ul li a:hover{
	color:#CCC;
}
.conte012 nav ul .first-menu{
	border-left:none;
}



/* ~~ お知らせ記事　(一部追加)レッスン用 ~~ */
.conte011le {
	width:100%;
	text-align:left;
	background-color: #fdf5e6;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
.conte011le h2 {
	font-size:18px;
	color:#666;
	font-weight: 500;
}
.conte011le p{
	font-size: 12px;
	line-height: normal;
}
.conte011le a:link {
	color: #a73836;
	text-decoration: none;
}
.conte011le a:visited {
	color: #752100;
	text-decoration: none;
}
.conte011le a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ddbb99;
}

.conte011le table {
	width: 380px;
	border: solid 1px #999;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}
.conte011le th{
	background-color: #CCCC99;
	width:130px;
	height: 50px;
	line-height: 1.5em;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	text-align:left;
	vertical-align:central;
}
.conte011le td {
	height:80px;
	border:solid 1px #999;
	line-height:1.5em;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	vertical-align:central;
}


.conte013 {
	width:100%;
	text-align:left;
	background-color: #fdf5e6;
	margin: 0 auto;
	padding-top:0px;
	overflow:hidden;
}






/* ~~ フッター ~~ */
footer {
	margin: 0 auto;
	text-align: left;
}
footer a:link {
	color: #e8d3d1;
	text-decoration: none;
}
footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover, a:active, a:focus {
	color: #f6bfbc;
}


.addr001 {
	width:100%;
	background-image:url(photo01/index39.jpg);
	background-size:cover;
	background-color: #d6c6af;
	margin: 0 auto;
}

.addr002 {
	width:380px;
	padding-top:50px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.addr002 h2 {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}

address {
	margin: 0 auto;
	text-decoration:none;
}
address p{
	font-size:16px;
	color: #FFFFFF;
	font-weight: 500;
}

.addr003 {
	width:380px;
	margin: 0 auto;
}
.addr003 p {
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
}


.foot001 {
	width:100%;
    background-color: rgba( 214, 198, 175, 0.60 );
}

.foot002 {
	width:380px;
	padding-top:20px;
	padding-bottom: 20px;
	line-height:1.8em;
	margin: 0 auto;
}
.foot002 a:link {
	text-decoration: none;
	color:#474b42;
}
.foot002 a:visited {
	text-decoration: none;
	color: #6b6f59;
}
.foot002 a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#fef4f4;
}

.foot003a {
	width:380px;
	text-align:left;
	font-size:16px;
	padding-top:0px;
	padding-bottom: 0px;
	margin: 0 auto;
}
.foot003a ul {
	margin: 0;
	padding-bottom:20px;
}
.foot003a li {
	list-style-type: none;
}

.foot003b {
	width:380px;
	text-align:left;
	font-size:16px;
	padding-top:0px;
	padding-bottom: 0px;
	margin: 0 auto;
}
.foot003b ul {
	margin: 0;
	padding-bottom:20px;
}
.foot003b li {
	list-style-type: none;
}








