/*===============================================
●smart-style.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
padding: 0 10px;
width:100%;
}
～以下、画面の横幅が640pxまでの場合のスタイル記入～

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*======================================

	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	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*======================================

	1. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	2. サイト構造
	
=======================================*/

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: #0099cc;
}

a:hover {
	color: #018dd4;
}

section {
	clear: both;
}


/*======================================

	3. ヘッダ設定
	
=======================================*/

header {
}

#header-outer {
}

#header-logo h1 {
	margin: 0;
	padding: 0;
	width: 126px;
	height: 52px;
	display:block;
	background-image: url(../img/sp-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9999999;
	position: fixed;
	
}

#header-logo h1 a {
	width: 126px;
	height: 52px;
	display:block;
	z-index: 9999999;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header-logo img {
	display: none;
}

#header-right {
	display: none;
}


/*======================================

	8. TOP設定
	
=======================================*/

#header-tel {
	padding: 57px 0 0 0;
	text-align: center;
}

#main-image {
	margin: 5px 10px;
	box-shadow: 0 0 7px rgba(213,68,77, 0.2);
}

.top-info {
	padding: 0 0 20px 0;
}

.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;
}



/*======================================

	6. FOOTER設定
	
=======================================*/

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;
	text-align: center;
	clear: both;
	color: #FFF;
}

#footer-inner img {
	display: none;
}

#footer-menu {
	margin: 0 auto;
	padding: 0 10px 0 0;
	height: auto;
	text-align: right;
	font-size: 92%;
}

#footer-menu a {
	text-decoration: none;
}



/*======================================

	7. 次ページ COMMON設定
	
=======================================*/
#side-menu {
	display: none;
}

#contents {
	margin: 0 10px;
	padding: 20px 10px;
	text-align: left;
	line-height: 150%;
	background-color: #FFF;
	box-shadow: 0 0 7px rgba(213,68,77, 0.2);
}

#contents-hf {
	display: none;
}

#contents-left ul {
	margin: 10px 0 15px 30px;
}

#contents-left {
	margin: 0;
	padding: 0;
	text-align: left;
}

#contents-left p {
	margin: 0 0 10px 0;
}

.photo-right {
	margin-bottom:10px;
	margin-top:5px;
	text-align: center;
}

.photo-left {
	margin-bottom:10px;
	margin-top:5px;
	text-align: center;
}


#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;
}

#side-add p {
	margin: 0;
	font-weight: bold;
	font-size: 114%;
	color: #ef858c;
	text-align: center;
}

#contents-right {
	margin: 50px 0 0 0;
	padding: 0;
}

#contents-right p {
	padding-bottom: 1em;
}

#main-image2 {
	margin: 7px;
	padding: 0;
	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;
}

td {
	margin:0;
	padding:0 2% 0 0;
}

.price-table th {
	padding: 7px;
	background-color: #fbe4df;
	}
	
.price-table td {
	padding: 7px;
	}


/*======================================

	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-section {
	margin: 0 0 40px 0;
}

.contact-style {
	margin: 0 0 30px 0;
	padding: 0;
}

.contact-style table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.contact-style td,
.contact-style th {
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

.contact-style th {
	background-color: #e5f5fa;
	text-align: left;
}

.contact-style input[type="text"] {
	margin-bottom: 5px;
	padding: 5px;
	border:1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        max-width: 210px;
}

.contact-style textarea {
	padding: 5px;
	height: 160px;
	border:1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
    max-width: 210px;
}

.contact-style select {
	padding: 5px;
	border:1px solid #e8e8e8;
}


.contact-style input[type="text"]:focus,
.contact-style textarea:focus,
.contact-style select:focus,
.contact-style input[type="text"]:hover,
.contact-style textarea:hover,
.contact-style select:hover {
	border:1px solid #00a79d;
}

.contact-style input[type="submit"],
.contact-style input[type="reset"],
.contact-style input[type="button"] {
	padding: 5px 20px;
}

.contact-button {
	margin: 20px 0;
	text-align: center;
}

#inline-content table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

#inline-content td,
#inline-content th {
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}

#inline-content th {
	background-color: #e5f5fa;
	text-align: left;
}

#form-check {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 90%;
}




/*======================================

	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;
}
    
.aroma {
	display:none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.about1 {
width: 60%;
}

.about2 {
width: 40%;
}

li#menu08.contact
{
display: block;
}