@charset "utf-8";
@import "html5reset-1.6.1.css";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Cinzel');
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
	color:#503200;
	font-size: 16px;
	height: 100%;
	letter-spacing:0.1em;
	background: #e1f3f0;
	position: relative;
}
body.bgBlue{
	background: #e1f3f0 url(../images/bg_blue.jpg);
}
body.bgPink{
	background: #fff2f4 url(../images/bg_pink.jpg);
}
@media (max-width: 1024px) {
body {
	font-size: 12px;
}
}
html{
	height: 100%;
}
@media (min-width: 1025px) {
a, a:hover{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
#wrapper{
	max-width: 1280px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	overflow:hidden;
}
.pageTop {
	position: fixed;
	bottom: 100px;
	right:-80px;
	z-index: 3;
}
.pageTop a{
	display: block;
}
/*---------------------- Header ------------------------*/
#header{
	padding: 15px 3% 15px 1%;
	margin: 0px auto;
	position:relative;
	border-top: 5px solid #b39262;
}
#header .title{
	float: left;
	padding-top:25px;
}
#header .title .hLogo{
	margin-bottom: 15px;
}
#header .title h1{
	text-align: center;
	color:#503200;
}
#header .hSub{
	float: right;
	text-align: right;
}
#header .hSub .tel{
	font-family: 'Playfair Display', serif;
	margin:-10px 0 15px;
}
#header .hSub .tel a{
	font-size:2.8em;
	font-style: normal;
	text-decoration: none;
	color:#b39262;
}

/*---------------------- 電話番号のみ ------------------------*/
#header .hSub .tel{
	font-family: 'Playfair Display', serif;
	margin:30px 0 15px;	
}
#header .hSub .tel a{
	font-size:2.8em;
	font-style: normal;
	text-decoration: none;
	color:#b39262;
}

#header .hSub .timeTable td{
	padding: 0.1em 0;
	font-size:0.9em;
	line-height:150%;
}
#header .hSub .timeTable .week{
	text-align: right;
}
#header .hSub .timeTable .time{
	text-align: left;
	padding-left:1em;
}
@media (min-width: 1025px) {
#header .title .hLogo{
	width: 550px;
}
#header .title .hLogo img{
	width: 100%;
}
#header .hSub{
	padding-right:70px;
}
#header .hSub .timeTable td br{
	display:none;
}
#header .hCat{
	position:absolute;
	bottom:5px;
	right:-85px;
}
#header .hCat img{
	height:130px;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#header .title{
	padding-top:20px;
}
#header .title .hLogo{
	margin-bottom: 10px;
}
#header .title .hLogo{
	width: 400px;
}
#header .title .hLogo img{
	width: 100%;
}
#header .hSub{
	padding-right:60px;
}
#header .hSub .tel{
	margin:-10px 0 10px;
}
#header .hSub .tel a{
	font-size:2.8em;
}

/*---------------------- 電話番号のみ ------------------------*/
#header .hSub .tel{
	margin:10px  0 5px;
}
#header .hSub .tel a{
	font-size:2.8em;
}


#header .hSub .timeTable td br{
	display:none;
}
#header .hCat{
	position:absolute;
	bottom:5px;
	right:-70px;
}
#header .hCat img{
	height:100px;
}
}
@media (max-width: 767px){
#header{
	padding: 15px 6%;
	margin: 0px auto 10px;
}
#header .title{
	float: none;
	padding:5px 0 20px;
	text-align:center;
}
#header .title .hLogo img{
	width:100%;
}
#header .hSub{
	float: none;
	text-align: center;
}
#header .hSub .tel a{
	font-size:3em;
	font-style: normal;
	text-decoration: none;
	color:#b39262;
}
#header .hSub .timeTable{
	font-size:1.2em;
}
#header .hCat{
	position:absolute;
	bottom:35px;
	right:-50px;
}
#header .hCat img{
	height:75px;
}
}
/*---------------------- Main Menu ------------------------*/
@media(min-width: 768px) {
#mainMenu h2{
	display: none;
}
#mainMenuList {
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7b623d), color-stop(0.30, #ceab78));
	background: -webkit-linear-gradient(top, #ceab78 30%, #7b623d 100%);
	background: -moz-linear-gradient(top, #ceab78 30%, #7b623d 100%);
	background: -o-linear-gradient(top, #ceab78 30%, #7b623d 100%);
	background: -ms-linear-gradient(top, #ceab78 30%, #7b623d 100%);
	background: linear-gradient(to bottom, #ceab78 30%, #7b623d 100%);
}
#mainMenuList ul li{
	float: left;
	width:14.285%;
	text-align:center;
	position: relative;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
}
#mainMenuList ul li:last-child{
	border-right: none;
}
#mainMenuList li a {
	display: block;
	padding:15px 0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height:150%;
	font-size:1.1em;
}
}
@media (min-width: 1025px) {
#mainMenuList li a:hover {
	color: #ffffff;
	background: #936a3c;
}
}
#mainMenuList li ul {
	width:100%;
	display: none;
	position: absolute;
	z-index:100;
}
#mainMenuList li ul li {
	float: none;
	width: 100%;
	border-bottom: 1px solid #936a3c;
	border-right: 1px solid #936a3c;
	border-left: 1px solid #936a3c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#mainMenuList li ul li:last-child {
	border-right: 1px solid #936a3c;
}
#mainMenuList li ul li a {
	background: #FFFFFF;
	color:#b39262;
	text-align:left;
	padding:15px 10px;
}
@media (min-width: 1025px) {
#mainMenuList li ul li a:hover {
	background: #936a3c;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#mainMenuList li a {
	font-size:0.7em;
	padding:10px 0;
}
#mainMenuList li ul li a {
	padding:10px 5px;
}
}
@media (max-width: 767px){
#mainMenu h2{
	background: #b39262 url(../images/slidedown_icon_white.svg) no-repeat right center;
	text-align:center;
	color:#FFFFFF;
	padding:15px;
	font-size:1.8em;
	font-family: 'Playfair Display', serif;
}
#mainMenu h2.active{
	background: #936a3c url(../images/close_icon_white.svg) no-repeat right center;
}
#mainMenuList{
	border-top: 1px solid #FFFFFF;
	background: #b39262;
}
#mainMenuList li a {
	display: block;
	padding:15px 35px 15px 15px;
	color: #ffffff;
	text-decoration: none;
	line-height:150%;
	font-size:1.2em;
}
#mainMenuList ul li{
	float: none;
	width:100%;
	border-bottom: 1px solid #FFFFFF;
}
#mainMenuList ul li:last-child{
	border-bottom: 1px solid #b39262;
}
#mainMenuList ul li a{
	background:url(../images/slidedown_icon_white.svg) no-repeat right center;
}
#mainMenuList ul li.link a{
	background:url(../images/link_icon_white.svg) no-repeat right center;
}
#mainMenuList ul li a.active{
	background:url(../images/close_icon_white.svg) no-repeat right center;
}
#mainMenuList li ul {
	position: static;
}
#mainMenuList li ul li {
	border-right: none;
	border-left: none;
}
#mainMenuList li ul li:last-child{
	border-bottom: none;
	border-right: none;
}
#mainMenuList li ul li a{
	background:#FFFFFF url(../images/link_icon_gold.svg) no-repeat right center;
}
}
/*---------------------- Sub Menu ------------------------*/
@media(min-width: 768px) {
div.rose{
	background: url(../images/rose_illust1.svg) no-repeat 5px 20%;
}
#subMenu h2{
	display: none;
}
#subMenu .secInner{
	padding: 0;
}
#subMenuList{
	margin: 0 3.33% 3.33%;
	background: #f6ecd4;
}
#subMenuList ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#subMenuList ul li{
	float: left;
	width:25%;
	position: relative;
}
#subMenuList li a {
	display: block;
	padding:15px 15px 15px 35px;
	color:#503200;
	text-align:left;
	text-decoration: none;
	line-height:150%;
	font-size:0.8em;
	background:url(../images/link_icon_brown.svg) no-repeat left center;
}
}
@media (min-width: 1025px) {
#subMenuList li a:hover {
	color: #ffffff;
	background: #b39262 url(../images/link_icon_white.svg) no-repeat left center;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#subMenuList li a {
	font-size:0.7em;
	padding:10px 10px 10px 30px;
}
}
@media (max-width: 767px){
#subMenu{
	margin:0 6% 4%;
}
#subMenu .secInner{
	padding: 0;
}
#subMenu h2{
	background: #f6ecd4 url(../images/slidedown_icon_gold.svg) no-repeat right center;
	text-align:center;
	color:#b39262;
	padding:15px;
	font-size:1.8em;
	font-family: 'Playfair Display', serif;
	border: 1px solid #b39262;
}
#subMenu h2.active{
	background: #f6ecd4 url(../images/close_icon_gold.svg) no-repeat right center;
}
#subMenuList li a {
	display: block;
	padding:15px 15px 15px 35px;
	color:#b39262;
	text-align:left;
	text-decoration: none;
	line-height:150%;
	font-size:1.2em;
	background:url(../images/link_icon_gold.svg) no-repeat left center;
}
#subMenuList ul li{
	float: none;
	width:100%;
	text-align:center;
	border-left: 1px solid #b39262;
	border-right: 1px solid #b39262;
	border-bottom: 1px solid #b39262;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#subMenuList ul li:last-child{
	border-bottom: 1px solid #b39262;
}
}
/*---------------------- Footer ------------------------*/
#footer{
	text-align: center;
}
#footer .footerTop{
	text-align: center;
	padding: 2em 0px 4em;
	letter-spacing:normal;
}
#footer .footerBottom{
	padding: 25px 0px 20px;
	background: #b39262;
	color:#FFFFFF;
}
#footer p.address{
	line-height:160%;
	margin-bottom:1em;
	font-size:1.8em;
}
#footer p.access{
	line-height:160%;
	margin-bottom:1em;
	font-size:1.8em;
}
#footer p.timeTable{
	line-height:160%;
	margin-bottom:1em;
	font-size:1.8em;
}
#footer .tel{
	font-family: 'Playfair Display', serif;
}
#footer .tel a{
	font-size:3em;
	font-style: normal;
	text-decoration: none;
	color:#b39262;
}
#footer .link{
	margin-bottom:1.5em;
}
#footer .link a{
	text-decoration: none;
	color:#FFFFFF;
}
#footer .copy{
	font-size:0.7em;
}
@media (max-width: 767px){
#footer p.address{
	font-size:0.8em;
}
#footer p.access{
	font-size:0.8em;
}
#footer p.timeTable{
	font-size:0.8em;
}
#footer .copy{
	font-size:0.7em;
	line-height:150%;
}
}
/*---------------------- Clearfix ------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}