﻿body{
	margin: 0;
	font-size: 14px;
	line-height: 200%;
	-webkit-text-size-adjust:100%;
	font-family: Verdana, "Hiragino Kaku Gothic Pro",  "Meiryo", sans-serif;}

/* box_topの上に罫線を挿入 */
.box_top{
	width: 100%;
	border-top: solid 10px #707070;
	padding: 10px 0px 10px 0px;
	/*position: fixed;
	z-index: 999;
	background: rgba(255,255,255,0.8);*/
}

/* サイト名 */
.site h1	{margin: 0;
	font-size: 30px}

.site img	{border: none}

* {
	box-sizing: border-box;
}

/*.reservation{
	padding-top: 60px;
}*/

/* ヘッダー画像 */
.toplogoimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}

/* 共通 */
h1	{margin: 0px 0px -13px 0px;
	padding: 00px 0px 0px 0px;}
	
h1 .icon{
	max-width:100%;
	padding: 30px 0px 0px 0px;
	vertical-align: bottom; /*画像下部に隙間ができないおまじない*/}
	
h2	{margin-top: 0;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-size: 25px;
	font-weight: normal;
	box-shadow: 0 7px 6px -3px #999999;}
	
h2 i{
	color: #999999;
	padding-right: 5px;
	font-size: 25px;}

h3 i{
	padding-right: 7px;
	font-size: 13px;}

.site img	{border: none}

.line{
	width:100%;
	margin: 0;
	padding: -10px 0px 0px 0px;}

a{
	color: #000000;}
	
.kuuhaku{
	height:80px;
	clear: both;}
.kuuhaku_news{
	height:80px;
	clear: both;}

/*.fragrancebasic,.maindiv,.divbasic{
	padding-top: 70px;
}*/

.btn_ec {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #D9D9D6;
	background: #aaa;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	max-width:400px;
}
.btn_ec::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid white;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.btn_2nd {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #ff9393;
	background: #ff9393;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	max-width:400px;
}
.btn_2nd::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid white;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.btn_mob {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #000000;
	background: #000000;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	max-width:400px;
}
.btn_mob::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-top: 8px solid white;
	border-left: 8px solid transparent;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.btn_2nd {
	display: block;
	position: relative;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px solid #25B1E8;
	background: #25B1E8;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	max-width:400px;
}

.ahref01 {
	font-weight: bold;
	font-size: 14px;
	color: #777;
	padding: 5px;
}

/* 開催情報*/

.box_news ul{
	-webkit-padding-start: 0px;
	margin:0;
	padding:20px 0px;
	height: 100%;
	display: inline-block;
}

.news-columns {
	background-color: #fafafa;
	border: 1px solid #aaa;
	border-radius: .25rem;
	position: relative;
	display: inline-block;
	overflow:hidden;
	height: 100%;float: left;
}

.news-columns a {
	display: block; 
	height:240px;
	padding: 7px;
	text-decoration: none;
}

.news-columns img { 
	width:100%;
}

.news-columns-h { 
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	margin:0;
	padding:0px 0px 2px 0px;
	color:black;
}

.news-columns p { 
	line-height: 1.4;
	font-size: 12px;
	margin:0;
	color: #555;
}

/* 店舗情報*/


.box_shop01_i{
	padding: 0px;
	margin: 30px 0px 30px 0px;}

.box_shop01_t{
	padding: 0px;
	margin: 0px 3px;}

.box_shop01_i img{
	padding: 0px;
	margin: 0px;
	max-width:100%;}
	
.box_shop01_t strong{
	font-size: 18px;
	line-height: 200%;
	color: #444444;}
	
.box_shop01_t HR{
	border-top: 1px solid black;
	width:100%;
	text-align:left;
	margin-left:0;}

.button_map01{
	display: inline-block;
	width: 200px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	background-color: #937B38;
	color: #fff;
	margin: 0 auto;
	margin: 25px 0px 11px 10px;
}

.button_access{
	display: inline-block;
	width: 200px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	background-color: #937B38;
	color: #fff;
	margin: 0 auto;
	margin: 5px 10px 40px 10px;
}

.button_map02{
	display: inline-block;
	width: 230px;
	max-width:100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	background-color: #937B38;
	color: #fff;
	margin: 0 auto;
	margin: 11px 0px;
}

.button_shoplink{
	display: inline-block;
	width: 230px;
	max-width:100%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	background-color: #937B38;
	color: #fff;
	margin: 0 auto;
	margin: 5px 0px;
}

.box_shop_ul{
	padding: 0px;
	margin: 0px;
}
.box_shop02{
	padding: 0px;
	margin: 30px 3px 50px 3px;
}

.box_shop02_i{
	float: left;
	width: 35%;}
	
.box_shop02_t{
	float: left;
	width: 63%;
	margin: 0px 0px 0px 2%;}
	
.box_shop02_p{
	clear:both;}

.box_shop02 img{
	width:100%;
	max-width:197px;
}

.box_shop02 b{
	line-height: 100%;}

.box_shop02 p{
	line-height: 170%;}
	
.box_shop02 HR{
	border-top: 1px solid black;
	width:100%;
	text-align:left;
	margin-left:0;}
	
.box_shop02 font{
	color:red;
	font-weight: bold;
	display:block;
	line-height: 150%;}
	
.box_shop01_t_b{
	color:red;
	font-size: 17px;
	font-weight: bold;
	display:block;
	line-height: 150%;}



/* about us */


.box_aboutus01{
	padding: 0px;
	margin: 30px 0px 20px 0px;}

.box_aboutus01_t{
	padding: 0px 5px 30px 5px;}
	
.box_aboutus01 img{
	padding: 0px;
	margin: 0px;
	max-width:100%;}

.box_aboutus02{
	padding: 0px;
	margin: 30px 0px 20px 0px;}

.box_aboutus02_t{
	padding: 0px 5px 30px 5px;}

.box_aboutus02 img{
	padding: 0px;
	margin: 0px;
	max-width:100%;}


/* box_bottomをバーの形にする */
.box_bottom{
	padding: 5px;
	background-color: #707070;
	color: white;}

.box_bottom a{
	color: white;}

.box_bottom01{
	width:100%;}

.box_bottom02{
	font-size: 11px;
	width:100%;}




.waku {
	text-decoration: none;
	border: 1px solid #AAA;
	font-size: 14px;
	display: block;
	margin: 40px 20px;
	padding: 20px;
}

.waku p{
	margin: 10px 0px;
}
.h3_toiawase{
	margin-bottom: 1px;}

.reserve_btn {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	display: block;
	background: #EEE;
	border: 3px solid #AAA;
	color: #111;
	padding: 30px 30px;
	margin: 30px;
}



/* ボックスの上下左右 */
.box_logo{
	padding: 70px 0 0;
}

.box_news{
	padding: 0px;}

.container{
	padding: 0px;}

.box_bottom{
	padding-top: 20px;
	padding-bottom: 20px}


/* ########### 450px以下 ########### */
@media screen and (max-width: 450px) {

/* サイト名 */
.site img	{width: 75%;
	height: auto}
}


/* ########### 599px以下 ########### */
@media screen and (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 7px;
	font-size: 11px}



.waku {
	text-decoration: none;
	border: 1px solid #AAA;
	font-size: 13px;
	display: block;
	margin: 50px 5px 40px 5px;
	padding: 10px;
	line-height: 150%;
}

.reserve_btn {
	color: #111;
	padding: 5px;
	margin: 5px;
}

}



/* ########### 767px以下 ########### */
@media screen and (max-width: 767px) {

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 12px 7px 0px 7px;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.news{
	height: 170px;}

.news-columns {
	width:48%;
	margin: 1%;
}
.kuuhaku_news{
	height:0px;
	clear: both;}

.img_notes_2{
	width:85%;
}


}


/* ########### 768px以上 ########### */
@media print, screen and (min-width: 768px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px 10px 5px 10px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* box_topを横に並べる設定 */
.box_top:after{
	content: "";
	display: block;
	clear: both;}

.box_top_logo{
	float: left;
	width: auto}

.box_top_navi{
	float: right;
	width: auto}

/* box_shop01を横に並べる設定 */

.box_shop01_i{
	float: left;
	width: 55%;}
	
.box_shop01_t{
	float: left;
	width: 45%;
	padding: 30px 0px;
	margin: 30px 0px;}

.box_shop01_i img{
	padding: 10px 0px;}
	
.box_shop01_t HR{
	width:90%;}


/* box_shop02を横に並べる設定 */

.box_shop02{
	display:inline-block; 
	vertical-align:top;
	width: 49%;
	margin: 50px 0px 10px 0px;}
	
.box_shop02 HR{
	width:85%;}
f{
	margin: 00px 0px 10px 0px;}

.button_map02{
	margin: 30px 10px 11px 0px;
}

/* box_aboutus01を横に並べる設定 */

.box_aboutus01{
	float: left;
	width: 55%;
	margin: 30px 0px 30px 0px;}
	
.box_aboutus01_t{
	float: left;
	width: 43%;
	padding: 30px 0px 30px 10px;
	margin: 30px 0px 30px 10px;}

.box_aboutus02{
	float: right;
	width: 55%;
	margin: 30px 0px 30px 0px;}
	
.box_aboutus02_t{
	float: right;
	width: 43%;
	padding: 70px 10px 30px 0px;
	margin: 30px 10px 30px 0px;}



/* productinfo imgを横に並べる設定 */
productinfo_img:after{
	content: ".";
	display: block;
	clear: both;}

.productinfo_img{
	float: left;
	width: 46%;}

.news-columns {
	width:24%;
	margin: 0.5%;
}
.news-columns a {
	height:260px;
	padding: 10px;
}

.news-columns-h { 
	font-size: 15px;
}

.news-columns p { 
	font-size: 14px;
}

/* box_bottomを横に並べる設定 */

.box_bottom01{
	width:80%;float:left;}

.box_bottom02{
	text-align: right;}

}


/* ########### 1190px以上 ########### */
@media screen and (min-width: 1190px) {

/* 全体の横幅を固定 */
.box_logo, .productinfo, .reservation,  .container, .box_news, .box_top_inner, .box_bottom-inner,.box{
	width: 1140px;
	margin: auto;
}

.productinfo_img{
	width: auto;}



}


/*==== ページトップボタン ====*/
.button {
  position: fixed;
  right: 0;
  bottom: 100px;
  font-size: 30px;
  color: #fff;
  background: #333333;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5 !important;
  line-height: 1;
  /*デフォルトで非表示にする*/
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると表示する*/
.absolute {
  position: absolute;
  top: -50px;
  bottom: auto;
}

/* 共通設定追加 */
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
	}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

/* 100mlぺ設定追加 */
@media screen and (max-width: 1030px) {
	.titlearea-100 {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.titlearea-100 hr {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.Chara-name {
		font-size: 12px;
		height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.title-single ul {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media screen and (max-width: 500px) {
	.Chara-name {
		font-size: 10px;
		height: 30px;
		line-height: 1.5;
	}
	.detail-btnarea a {
		font-size: 10px;
	}
}

@media screen and (max-width: 400px) {
	.Chara-name {
		font-size: 10px;
		height: 30px;
		line-height: 1.5;
	}
	.detail-btnarea a {
		font-size: 8px;
	}
}

@media screen and (max-width: 300px) {
	.Chara-name {
		font-size: 8px;
		height: 30px;
		line-height: 1.3;
	}
	.detail-btnarea a {
		font-size: 7px;
	}
}


.titlearea-100 {
	margin-top: 80px;
}

.titlearea-100 hr {
	margin-top: 80px;
	margin-bottom: 100px;
}

.title-single {

}

.title-single ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	text-align: center;
	padding-left: 0;
}

.detail-btnarea {
	width: 100%;
}

.detail-btnarea a {
	display: block;
	width: 80%;
	padding: 10px;
	background:#ccc;
	margin: 0 auto;
}


.menzei-img {
	display: flex;
	justify-content: space-between;
}

.menzei-img span {
	display: flex;
	align-items: center;
	width: 70%;
}

.menzei-img img {
	width: 20%;
}

/* characard */
.chara-stg-1 {
	display: block;
	font-size: 10px;
	margin-top: -35px;
}

.chara-img {
	width: 15%;
}

.chara-c-area {
	display: block;
	margin-top: -20px;
}

.chara-h {
	display: block;
	position: relative;
}

@media screen and (max-width: 767px) {
	.chara-img {
		width: 50%;
	}
	.chara-c-area p {
		text-align: center;
	}
}

/*アコーディオン*/
.toggle_contents {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}
.toggle_contents ul {
	padding-left: 0;
}
.toggle_title {
	width: 100%;
	position: relative;
	padding: 10px;
	padding-top: 0;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	display: flex;
	padding-bottom: 0;
}

.toggle_btn {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
background: #686868;
display: block;
width: 24px;
height: 24px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
	margin: 0 !important;
}
.toggle_btn:before, .toggle_btn:after {
display: block;
content: '';
background-color: #fff;
position: absolute;
width: 10px;
height: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.toggle_btn:before {
width: 2px;
height: 10px;
}
.toggle_title.selected .toggle_btn:before {
content: normal;
}
.toggle_contents dd {
display: none;
	margin-left: 30px;
}
.toggle_contents ul {
	margin-top: 0;
}
.toggle_contents li {
list-style: none;
}
.toggle_text_all {
	display: flex;
	font-weight: bold;
	line-height: 0;
	width: 85%;
}
.toggle_text_1 {
	margin-right: 10px;
}
.toggle_text_2 {

}

.toggle_text_3 {
	margin-top: 0 !important;
}

.toggle_text_3 span {
	display: block;
}

@media screen and (max-width: 767px) {
	.toggle_text_3 {
			margin-right: 15px !important;
			border-top: solid 1px #ccc;
			padding-top: 15px;
	}
	.toggle_text_3 span:not(:last-child) {
			margin-bottom: 10px;
	}
}


.icon-fx {
	width: 100%;
	display: flex;
	font-weight: bold;
}
.ic-t1 {
	margin-right: 10px;
}
.ic-t2 {
	width: 100%;
	display: flex;
}
.ic-text {
	display: block;
	width: 100%;
}

.re-item-list {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.re-item-list dt {
	width: 100%;
	position: relative;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	display: flex;
	padding-bottom: 0;
}

.re-item-h {
	display: flex;
	width: 100%;
}

.re-item-txt {
	margin-top: 0 !important;
}

.re-item-list dt {
	font-weight: bold;
}

.re-item-list dd {
	margin-left: 30px;
	font-weight: normal;
}
.re-item-list ul {
	padding-left: 0;
	margin-top: 0;
	list-style: none;
}

/*header-liset*/

.link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px 30px;
  transition: color .15s;
}

.link-hover {
	padding: 5px 10px 5px 10px;
}

.link-hover::after {
  content: '▼';
  font-size: 10px;
}

.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
	width: 200px;
	z-index: 9999;
}

.link:hover > .dropDown,
.link:focus > .dropDown {
  display: block;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dropDown__link {
  padding: 10px 20px;
  transition: color .15s;
}
.bg-white {
	background-color: #ffffff !important;
}
#new-product {

}
.new-product-img {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.link {
		position: revert;
		display: block;
		padding: 0;
	}
	.dropDown {
		display: block !important;
		position:revert;
		box-shadow: none;
		transform: translate(0, 100%);
		width: auto;
		height: 0;
		padding: 0;
		z-index: 9999;
	}
	.link:hover > .dropDown
	.link:focus > .dropDown {
		display: none !important;
	}
	.dropDown__list {
		display: block;
	}
	.link-hover {
		display: block;
    padding: 12px 7px 0px 7px;
		color: #707070;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
		height: 120px !important;
	}
	.link-hover::after {
		content:none;
		font-size: 10px;
	}
	.dropDown__list {
		list-style: disc !important;
	}
	.dropDown__item a::before {
		content: "┕";
	}
	.new-product-img {
		width: 100%;
	}
}