@charset "Shift-JIS";

/*-----------------------------------------
基本設定
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	font: 16px/1.5 "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo",serif;
	color: #90673E;
	background-color: #FFF0F5;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
img {
	vertical-align: bottom;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
.clearfix::after {
		content: " ";
		display: block;
		clear: both;
		font-size: 0;
}
.container {
	margin: 0 auto 0 auto;
	width: 840px;

}
/*header*/
header h1 {
	margin: 0 0 5px 0;
	padding-top: 5px;
	text-align: center;
}
header h1 a img {
	width: 180px;
	height: 80px;
}
/*NAV*/
nav ul li {	
	float: left;
	width: 20%;
	text-align: center;
	
}
nav ul li a {
	display: block;
	background-color: rgb(255,182,193,0.8);
	color: #FFFFFF; 
	text-decoration: none;
	width: 98%;
}
nav ul li a:hover {
	background-color: #F5D100;
}
header {
	padding: 0 0;
	text-align: center;
	background-color: rgb(255,255,255,0.5);
	position: fixed;
	width: 100%;	
	z-index: 9999;
	top: 0;
	left: 0;
}
nav {
	padding: 115px 0 0;
	text-align: center;
	position: fixed;
	width: 100%;	
	z-index: 9998;
	top: 0;
	left: 0;
}
.slider li img {
	padding-top: 170px;
	width: 100%;
}
@media screen and (max-width:840px) {
.container {
	width: 95%;	
	margin: 0 auto;
}
nav ul li {
	width: 48%;
	float: left;
	font-size: 90%;	
	padding-bottom: 5px;
}
.slider li img {
	padding-top: 180px;
}
nav ul li a {
	background-color: rgb(255,182,193,0.8);
}
}
.sumahomenu li {
	float: left;
	
}
.sumahomenu li a {
	display: block;
	text-decoration: none;
	background-color: #F5D100;
	color: #fffff0;
	padding: 5px 30px;
	margin-right: 2px;
}
.smenu a:hover {
    background-color: #fffff0;
    color: #90673E;
}
/*ここからナビドロップダウンリスト
ドロップダウンメニューをラップする要素（上記では dropdown__lists ）を position: absolute; で上からGナビの高さの位置に配置しておくことで、該当のGナビタイトルのすぐ下に表示されるようになります。
そして、Gナビタイトルにホバーした際に表示する仕様を実装するため、デフォルトでは display: none; で隠しておいて、 gnavi__list にホバーすると display: block; で表示させる点もポイントです。*/
/*.lists {
    display: none;デフォルトでは非表示の状態にしておく
    top: 200px;
}
.list {
	float: none;
	width: 98%;
}
.list a {
	width: 100%;
	 background-color: #EBE1C5;
	 color: #fffff0;
}
.navlists li:nth-child(3):hover .lists {
    display: block;/*ナビメニューにホバーしたら表示
}
.list {
    height: 20px;
    transition: all .3s;
    
}

.list a:hover {
    background-color: #fffff0;
    color: #90673E;
}
/*
.list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}*/
/*topmain*/
#news {
	padding-top: 5px;
	margin: 20px auto 0 auto;

}
#news ul li {
	line-height: 2;
	border-top: 2px #dcd3b2 dotted;
	margin: 0 10px 0 30px;
}
#news ul li:last-child {
	border-bottom: 2px #dcd3b2 dotted;
}
@media screen and (max-width:840px) {
	.slider {
		padding-top: 80px;
}
}
/*footer*/
footer div {
	margin: 30px auto 0 auto;
	text-align: center;
	border: 2px #dcd3b2 dotted;
}
@media screen and (max-width:840px) {
footer div {
	width: 95%;
}

}
/*concept*/
.concept_box h1 {
	padding-top:180px;
}
.concept_box h2 {
	padding-top: 30px;
}
.syoukai {
	background-color: #ffffff;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	text-align: center;
}
.omoi {
	background-color: #ffffff;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	text-align: center;
}
.kaiunhoui {
	background-color: #ffffff;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	text-align: center;	
	margin-bottom: 20px;
}
.salon {
	background-color: #ffffff;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	text-align: center;
}
.concept_box a {
	margin-right: 20px;
}

@media screen and (max-width:840px) {

.concept_box img {
	width: 100%;
}
.concept_box h1 {
	padding-top: 270px;
}
.concept_box p {
	width: 95%;
}
}
/*gallery*/

.gallery h1 {
	margin: 180px auto 0 auto;
	
}
.kantei p {
	margin: 20px 0 20px 0;
	
}
@media screen and (max-width:840px) {
.gallery img {
	width: 100%;
}
.gallery h1 {
	padding-top: 100px;
}
}
/**access*/
#access h2:first-child {
	margin-top: 190px;
}
#access h2:nth-child(2n){
	margin-top: 20px;
}
#access iframe {
	width: 400px;
	height: 400px;
}

@media screen and (max-width:840px) {
	#access h2:first-child {
	padding-top: 100px;
}
}
#access h2 {
	padding-top: 0;
	font-size: 2em;
}
#access {
	margin: 0 auto 0 auto;
}

#access dl {
	float: left;
}
#access .hana2 {
	float: right;
	display: block;
	width: 400px;
}
.hana3 {
	margin-left: 50px;
	margin-bottom: 20px;
	width: 300px;
}
/*予約*/

#reservation h1 {
	padding-top: 180px;
}
#reservation h2 {
	margin-top: 30px;
	border-bottom: solid 3px #fddea5;
 	position: relative;
 	margin-bottom: 20px;
}
#reservation h2:after {
	position: absolute;
 	content: " ";
 	display: block;
  	border-bottom: solid 3px #cd5e3c;
 	bottom: -3px;
 	width: 20%;
}
@media screen and (max-width:840px) {
	#reservation h1 {
	padding-top: 260px;
}	
	#reservation h2 {
	font-size: 70%;
}
}

/*menu*/
#menu h1 {
	padding-top: 180px;
}
.menu {
	list-style: square;
	margin-left: 50px;
	margin-top: 20px;
}
@media screen and (max-width:840px) {
	#menu h1 {
	padding-top: 280px;
}
}
.memo {
	height: 130px;
	background-color: #ffffff;
}


/*戻るボタン*/
#ue {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#ue a {
  background: #F5D100;
  text-decoration: none;
  color: #90673E;
  width: 100px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#ue a:hover {
  text-decoration: none;
  opacity: .5;
}


