/*===============================================
●pc-style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 641px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
～以下、画面の横幅が768pxまでの場合のスタイル記入～


/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/



/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {
	margin:0;
	padding:0;
}

td {
	margin:0;
	padding:0 1% 0 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}





/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #444;
	background-color: #fbf9f6;
	background-image: url(../img/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #444;
}

a:hover {
	color: #018dd4;
}


/*======================================

	5. ヘッダ設定
	
=======================================*/


#header-outer {
	margin: 0 auto;
	padding: 0;
	width: 857px;
	height: 140px;
}

#header-logo h1 {
	margin: 0;
	padding: 0;
	width: 249px;
	height: 140px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	float: left;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-logo h1 a {
	display: block;
	width: 249px;
	height: 140px;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header-right {
	width: 379px;
	float: right;
	text-align: center;
}

#header-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}


/*======================================

	6. メニュー設定
	
=======================================*/

#menu-outer {
	width: 100%;
	height: 60px;
	background-image: url(../img/menu-bg.gif);
}

#menu{
	margin: 0 auto;
	padding: 0 5px;
	width: 847px;
	height: 60px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	width: 121px;
	height: 60px;
	}

#menu li {
	padding: 0;
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu2.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu2{
	margin: 0 auto;
	padding: 0 5px;
	width: 847px;
	height: 60px;
	}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu2 li, #menu2 a {
	display: block;
	width: 121px;
	height: 60px;
	}

#menu2 li {
	padding: 0;
	float: left;
	}
	
#menu2 a {
	text-decoration: none;
	background: url(../img/menu4.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	}

#menu01 a:hover{
	background-position: 0 -60px;
	}
	
#menu01 a:active{
	background-position: 0 -60px;
	}

#menu02 a{
	background-position: -121px 0;
	}

#menu02 a:hover{
	background-position: -121px -60px;
	}
	
#menu02 a:active{
	background-position: -121px -60px;
	}

#menu03 a{
	background-position: -242px 0;
	}

#menu03 a:hover{
	background-position: -242px -60px;
	}
	
#menu03 a:active{
	background-position: -242px -60px;
	}

#menu04 a{
	background-position: -363px 0;
	}

#menu04 a:hover{
	background-position: -363px -60px;
	}
	
#menu04 a:active{
	background-position: -363px -60px;
	}

#menu05 a{
	background-position: -484px 0;
	}

#menu05 a:hover{
	background-position: -484px -60px;
	}
	
#menu05 a:active{
	background-position: -484px -60px;
	}

#menu06 a{
	background-position: -605px 0;
	}

#menu06 a:hover{
	background-position: -605px -60px;
	}
	
#menu06 a:active{
	background-position: -605px -60px;
	}

#menu07 a{
	background-position: -726px 0;
	}

#menu07 a:hover{
	background-position: -726px -60px;
	}
	
#menu07 a:active{
	background-position: -726px -60px;
	}

#menu08 a{
	background-position: -926px 0;
	}

#menu08 a:hover{
	background-position: -926px -60px;
	}
	
#menu08 a:active{
	background-position: -926px -60px;
	}

/*======================================

	8. TOP設定
	
=======================================*/

#header-tel {
	display: none;
}

#main-image {
	margin: 20px auto 20px auto;
	padding: 20px;
	background-image: url(../img/top-image-bg.png);
	width: 817px;
	height: 242px;
	clear: both;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.top-info {
	padding: 0 0 20px 0;
	font-size: 12px;
}

.top-info dt{
	color: #ef858c;
	font-weight: bold;
}

.top-info dd{
	margin: 0 0 5px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #999999;
}

.top-info dd a {
	text-decoration: none;
}

.top-info dd a:hover {
	text-decoration: underline;
}

.top-info-text {
	font-size: 85%;
	line-height: 100%;
	color: #666;
    line-height: 1.2;
}

.bolg-banner {
	display:none;
}

.aroma-s {
	display:none;
}


/*======================================

	8. フッター設定
	
=======================================*/

footer {
}

#footer-outer {
	margin: 20px 0 0 0;
	width: 100%;
	height: 134px;
	background-image: url(../img/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer-inner {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 857px;
	text-align: center;
	clear: both;
	color: #FFF;
	font-size: 12px;
}

#footer-menu {
	margin: 0 auto;
	padding: 0 50px 0 0;
	width: 807px;
	height: auto;
	text-align: right;
	font-size: 92%;
}

#footer-menu a {
	text-decoration: none;
}

#footer-inner td {
	vertical-align: middle;
}


/*======================================

	8. SUB-MENU
	
=======================================*/

#side-menu {
	margin: 0;
	padding: 0 5px;
	background-image: url(../img/side-menu-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#side-menu ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style:none;
}

#side-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
}

#side-menu li,
#side-menu a {
	display: block;
	widows: 195px;
	font-size: 12px;
}

#side-menu a {
	margin: 0;
	padding: 10px 0 8px 27px;
	background-image: url(../img/side-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	line-height: 1.2em;
}

#side-menu a:hover {
	color: #f24783;
	background-color: #fbe6e2;
	background-image: url(../img/side-menu-bg2.gif);
}

#side-menu p {
	padding: 0 0 0 7px;
	border-left: 3px solid #E84D15;
}


#main-contents-hf {
	margin: 0;
	padding: 0;
}

#main-contents-hf img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}



/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#contents {
	margin: 0 auto;
	padding: 20px 25px;
	width: 807px;
	text-align: left;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	overflow: hidden;
	line-height: 150%;
}

#contents:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0px;
	clear: both;
}

#contents {
	zoom: 1;
}

#contents-hf {
	margin: 0 auto;
	padding: 0;
	width: 857px;
	height: 10px;
}

#contents-hf img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#contents-left ul {
	margin: 10px 0 15px 30px;
}

#contents-left {
	margin: 0;
	padding: 0;
	width: 555px;
	text-align: left;
	float: left;
}

#contents-left p {
	margin: 0 0 10px 0;
}

.photo-right {
	margin-left:10px;
	margin-top:5px;
	float: right;
}

.photo-left {
	margin-right:10px;
	margin-top:5px;
	float: left;
}

#contents-left a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#side-add {
	margin: 5px;
	padding: 15px 15px;
	background-color: #fbf2ee;
	border: 1px solid #ef858c;
	font-size: 12px;
}

#side-add p {
	margin: 0;
	font-weight: bold;
	font-size: 114%;
	color: #ef858c;
	text-align: center;
}

#contents-right {
	margin: 0;
	padding: 0;
	width: 222px;
	float: right;
}

#contents-right p {
	padding-bottom: 1em;
}

#main-image2 {
	margin: 20px auto 20px auto;
	padding: 0;
	width: 857px;
	height: 126px;
	clear: both;
}

#main-image2 img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}


#main-contents {
	margin: 0;
	padding: 10px 15px 0 15px;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.pink-waku {
	padding: 10px;
	background-color: #fbf2ee;
}


#bread-crumb {
	margin: 0 0 5px 15px;
}




/*======================================

	10. ページングナビ
	
=======================================*/

.pager {
	text-align: center;
}

.pager ul {
	margin: 0;
	padding: 30px 0 15px 0;
}

.pager li {
    display: inline;
}
 
.pager li span {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #CCCCCC solid;
}
 
.pager li span.now {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #CCCCCC solid;
    background-color: #d6ecf6;
    font-weight: bold;
	color: #018dd4;
}
 
.pager li a {
    display: inline-block;
    padding: 4px 6px;
    border: 1px #CCCCCC solid;
}
 
.pager li a:hover {
    background-color: #018dd4;
    color: #FFFFFF;
}


/*======================================

	10. よく頂くご質問
	
=======================================*/

.accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion img{
	padding: 0 7px 0 0;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.accordion li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion_head {
	margin-top: 5px;
	padding: 10px;
	cursor:pointer;
	background-color: #d6ecf6;
	color: #018dd4;
	font-weight: bold;
}

.accordion_head:hover {
    color:#FB2B75;
	background:#f1f1f1;
}

.accordion_body {
	padding: 10px;
	cursor:pointer;
}


/*======================================

	10. 料金
	
=======================================*/

.price-table table {
	width: 100%;
	border-collapse: collapse;
}

.price-table td,
.price-table th {
	vertical-align: top;
	border: 1px solid #ef858c;
}

.price-table th {
	padding: 7px 20px;
	white-space: nowrap;
	background-color: #fbe4df;
	}
	
.price-table td {
	padding: 7px 10px;
	}


/*======================================

	10. お知らせ
	
=======================================*/

h3.info-h3 {
	margin-bottom: 7px;
	padding: 7px 5px;
	background-color: #ef858c;
	color: #fbe6e2;
	font-size: 136%;
	font-weight: bold;
	border: 3px double #fbe6e2;
}

.info-table {
	margin: 0 0 20px 0;
}

.info-table table {
	width: 100%;
	border-collapse: collapse;
}

.info-table td,
.info-table th {
	vertical-align: top;
	border: 1px solid #ef858c;
}

.info-table th {
	padding: 7px 20px;
	white-space: nowrap;
	background-color: #fbe4df;
	text-align: center;
}
	
.info-table td {
	padding: 7px 10px;
}

.info-table td a {
	text-decoration: none;
}

.info-table td a:hover {
	text-decoration: underline;
}


.info-day {
	text-align: right;
}



/*======================================

	12. フォーム設定
	
=======================================*/

.contact-style {
	border-top: 1px dotted #999999;
}

.contact-style table {
	margin: 0;
	border-collapse: collapse;
}

.contact-style td,
.contact-style th {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dotted #999999;
}

.contact-style th {
	color: #ef858c;
	width: 170px;
	background-color: #fbf2ee;
	font-weight: bold;
}

.contact-style input[type="text"],
.contact-style textarea {
	padding: 5px;
	border:1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-style input[type="text"]:focus,
.contact-style textarea:focus,
.contact-style input[type="text"]:hover,
.contact-style textarea:hover {
	border:1px solid #ef858c;
}

.contact-style input[type="submit"],
.contact-style input[type="button"] {
	padding: 5px 20px;
}

.privacy {
	margin: 10px;
	padding: 15px 15px;
	background-color: #fbf2ee;
	border: 1px solid #ef858c;
}

/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
	}

.text-center {
	text-align:center;
	}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
	}

.basic-list {
	list-style-type: square;
	}

.text-red {
	color: #CC0000;
	}

.text-pink {
	color: #ef858c;
	}

.text-green {
	color: #2D781D;
	font-size: 114%;
	}

.text-pickup {
	color: #7A0000;
	font-size: 114%;
	font-weight: bold;
}

.text-blue {
	color: #018dd4;
}

.waku {
	padding: 5px;
	border: 1px solid #009900;
	background-color: #FFFFFF;
}


/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}

div.info-pic img
{
margin-right:5px;
margin-bottom:15px;
}

div.info-detail td, th 
{
display: table-cell;
vertical-align: top !important;
}

.qa
{
padding-left: 0.5em;
text-indent: 1.8em;
background-image:url(../img/qa.png);
background-repeat: no-repeat;
background-position: 0px 0px;
padding-bottom:10px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

li#menu08.contact
{
display: none;
}