@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	color: #54491a;
	;
	min-width: inherit;
	max-height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ各ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bd_bg.jpg) repeat center top;
}
.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
	z-index: -1;
}
.a_note {
	padding-top: 10px;
	font-size: 13px;
}
@font-face {
	font-family: Holiday-MDJP03;
	src: url(../font/holiday.ttf);
}
@font-face {
	font-family: jelly;
	src: url(../font/JellykaCuttyCupcakes.ttf);
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}
.fnt-mincho {
	font-family: 'Noto Serif JP', serif;/*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.txt-center {
	text-align: center !important;
}
.txt_b {
	font-weight: bold;
}
.text {
	padding: 0 3%;
}
a:hover {
	text-decoration: none;
}
p.btn{
	border-bottom: solid 4px #717070;
	    border-radius: 3px;
	padding-bottom: 0 !important;
}
.btn-cv a:hover{
	    box-shadow: 1px 1px 2px 0 #a1a1a1;
    filter: alpha(opacity=70);
    opacity: .7;
}
.is-trembling a:before{
	    -webkit-animation-name: is-trembling;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: is-trembling;
    -moz-animation-duration: 1.4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
}
.btn-cv a:before{
	    content: "\f138";
    font-family: "fontello";
    font-weight: 400;
    font-size: 1.1em;
    margin-top: -.6em;
    position: absolute;
    right: 15px;
    top: 50%;
}
.is-reflection a:after{
	    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}
.btn-cv a{
	    border: solid #fff 3px;
    border-radius: 12px;
    box-shadow: 1px 1px 10px 0 #a1a1a1;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    margin: 2em auto 0;
    padding: 1em 2em .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    vertical-align: middle;
    width: 59%;
}
.btn-cv a{
	    background: none;
    /* text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1); */
}
.is-reflection a{
	overflow: hidden;
}

@keyframes is-reflection {
0% {
-webkit-transform:scale(0) rotate(45deg);
transform:scale(0) rotate(45deg);
opacity:0
}
80% {
-webkit-transform:scale(0) rotate(45deg);
transform:scale(0) rotate(45deg);
opacity:.5
}
81% {
-webkit-transform:scale(4) rotate(45deg);
transform:scale(4) rotate(45deg);
opacity:1
}
100% {
-webkit-transform:scale(50) rotate(45deg);
transform:scale(50) rotate(45deg);
opacity:0
}
}
@-webkit-keyframes is-reflection {
0% {
-webkit-transform:scale(0) rotate(45deg);
opacity:0
}
80% {
-webkit-transform:scale(0) rotate(45deg);
opacity:.5
}
81% {
-webkit-transform:scale(4) rotate(45deg);
opacity:1
}
100% {
-webkit-transform:scale(50) rotate(45deg);
opacity:0
}
}
#key .arrow_left{
	width: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 11;
	transform: translateY(-50%);
}
#key .arrow_left a, #key .arrow_right{
	display: block;
}
#key .arrow_right{
	    width: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
}
/*=============================================
 * header
 *=============================================*/

header .logo {
}
header h1 {
	position: absolute;
	top: inherit;
	left: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	z-index: 10;
	bottom: 5px;
}
header {
	color: #fff;
	    background-color: rgba(92, 96, 70, 0.9);
	position: relative;
}
/*====================== nav ====================== */


header .topnavi {
	    padding-right: 1px;
    position: fixed;
    top: 10px;
    right: 55px;
    height: 59px;
    z-index: 99;
	     background-color: rgba(92, 96, 70, 0.9);
}
header p.logo1{
	    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: 48px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
	    padding: 9px 0 0px;
}
header .topnavi li a {
	color: #fff;
    font-size: 25px;
    line-height: 14px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 0px;
    width: 100%;
    border-right: 1px dotted rgba(255, 255, 255, 1.00);
    font-family: jelly;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
    width: 100%;
    padding-bottom: 9px;
    font-size: 23px;
    font-weight: normal;
    margin-left: 0;
}
header .menu_toggle {
	padding: 60px 20px 0;
	background-color: rgba(92, 96, 70, 0.95);
	color: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
header .sub_click {
	display: block;
	padding: 9px 0;
	position: relative;
}
header .sub_click:before {
	content: '';
	position: absolute;
	width: 15px;
	border-top: 1px solid #fff;
	right: 5px;
	top: 22px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
	content: '';
	position: absolute;
	height: 15px;
	border-left: 1px solid #fff;
	right: 12px;
	top: 15px;
	animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
	animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
	opacity: 0;
}
 @keyframes smoky {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
 @keyframes smoky-out {
 50% {
 filter: blur(3px)
}
 100% {
 filter: blur(0px)
}
}
#menu_toggle ul:first-of-type{
	margin-bottom: 10px;
}
#menu_toggle p.btn{
	width: 90%;
    margin: 0 auto 20px;
	opacity: 0;
	    transform: translateX(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}
.navOpen header #menu_toggle p.btn{
	-webkit-transition-delay: calc(0.2s + 0.1s*9);
    -o-transition-delay: calc(0.2s + 0.1s*9);
    transition-delay: calc(0.2s + 0.1s*9);
	opacity: 1;
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
 
	
}
#menu_toggle li {
	opacity: 0;
	text-align: center;
	transform: translateX(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
}
#menu_toggle .sns-button {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#menu_toggle .sns-button li {
	width: 50px;
	margin: 0 10px;
	text-align: center;
}
#menu_toggle .m_logo {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
#menu_toggle .sns-button li a {
	border-radius: 50px;
	text-align: center;
	padding: 13px 9px;
	    background: #fff;
}
#menu_toggle .sns-button li a.icon-doc-text{
	      padding: 12px 5px;
    background: #fff;
}
#menu_toggle .sns-button li a.icon-doc-text .icon-blog{
	
}
#menu_toggle .sns-button li a.icon-doc-text .icon-blog:before{
	    content: '\f0f6';
    color: #000;
    margin-left: 9px;
}
.btn-social-long-insta{
	background: #fff;
}
.btn-social-long-facebook{
	background: #fff;
}
.sns-button li i{
	color: rgba(92, 96, 70, 0.95);
}
.btn-social-long-insta:before{
	background: #fff;
}
.navOpen header #menu_toggle li {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
header .menu_toggle li.active::before {
	border-bottom: none;
}
#menu_toggle li.active a {
	color: #91957c;
}
#menu_toggle li a {
	font-family: jelly;
	text-decoration: none;
	line-height: 16px;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: 600;
}

#menu_toggle li.toggle a,
#menu_toggle li.toggle span {
	font-family: jelly;
	text-decoration: none;
	line-height: 16px;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: 600;
	border: none;
	padding: 0;
	position: relative;
}

#menu_toggle li.toggle nav {
	padding-top: 10px;
}

#menu_toggle li.toggle nav a {
	font-family: jelly;
	text-decoration: none;
	line-height: 16px;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #FFF !important;
	padding: 5px 0;
}

#menu_toggle li.toggle nav a.active {
	color: #91957c !important;
}

#menu_toggle li.toggle .toggle-link {
	padding-right: 35px;

}

#menu_toggle li.toggle .toggle-link:after {
	content: "" !important;
	width: 16px;
	height: 2px;
	background: #FFF;
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 0;
	left: inherit;
}

#menu_toggle li.toggle .toggle-link::before {
	content: "" !important;
	width: 2px;
	height: 16px;
	background: #FFF;
	margin: 0 !important;
	position: absolute;
	top: 3px;
	right: 7px;
	left: inherit;
	transition: all 0.3s ease;
}

#menu_toggle li.toggle.active .toggle-link::before {
	opacity: 0;
}
#menu_toggle li a span,
#menu_toggle li.toggle span span {
	font-family: Holiday-MDJP03;
	font-size: 19px;
	margin: 0 2px;
}
#menu_toggle .sub_scroll_box li {
	margin: 0 20px;
	border: none;
}
#menu_toggle .sub_scroll_box li a {
	padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
	border-bottom: none;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.navOpen #menu_toggle {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	height: 100vh;
}
.navOpen.mn_tyle_a li {
	text-align: left !important;
}
.navOpen.mn_tyle_a .hamburger {
	opacity: 0;
	visibility: hidden;
}
.navOpen.mn_tyle_a .hamburger.type_a {
	opacity: 1;
	visibility: visible;
}
.navOpen .hamburger.type_a {
	opacity: 0;
	visibility: hidden;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
.hamburger {
	
    position: fixed;
    top: 10px;
    z-index: 100;
    right: 0px;
	    background-color: rgba(92, 96, 70, 0.9);
}
.hamburger:after {
	font-size: 27px;
	content: 'menu';
	position: absolute;
	top: 35px;
	left: 12px;
	right: 50px;
	text-align: center;
	font-family: jelly;
}
.type_a {
	padding: 11px 10px 3px;
	right: auto;
	left: 15px;
}
.type_a:after {
	display: none;
}
.navOpen .hamburger:after {
	content: 'close';
}
.navOpen #menu_toggle ul li:nth-child(1) {
 -webkit-transition-delay: calc(0.2s + 0.1s*1);
 -o-transition-delay: calc(0.2s + 0.1s*1);
 transition-delay: calc(0.2s + 0.1s*1);
}
.navOpen #menu_toggle ul li:nth-child(2) {
 -webkit-transition-delay: calc(0.2s + 0.1s*2);
 -o-transition-delay: calc(0.2s + 0.1s*2);
 transition-delay: calc(0.2s + 0.1s*2);
}
.navOpen #menu_toggle ul li:nth-child(3) {
 -webkit-transition-delay: calc(0.2s + 0.1s*3);
 -o-transition-delay: calc(0.2s + 0.1s*3);
 transition-delay: calc(0.2s + 0.1s*3);
}
.navOpen #menu_toggle ul li:nth-child(4) {
 -webkit-transition-delay: calc(0.2s + 0.1s*4);
 -o-transition-delay: calc(0.2s + 0.1s*4);
 transition-delay: calc(0.2s + 0.1s*4);
}
.navOpen #menu_toggle ul li:nth-child(5) {
 -webkit-transition-delay: calc(0.2s + 0.1s*5);
 -o-transition-delay: calc(0.2s + 0.1s*5);
 transition-delay: calc(0.2s + 0.1s*5);
}
.navOpen #menu_toggle ul li:nth-child(6) {
 -webkit-transition-delay: calc(0.2s + 0.1s*6);
 -o-transition-delay: calc(0.2s + 0.1s*6);
 transition-delay: calc(0.2s + 0.1s*6);
}
.navOpen #menu_toggle ul li:nth-child(7) {
 -webkit-transition-delay: calc(0.2s + 0.1s*7);
 -o-transition-delay: calc(0.2s + 0.1s*7);
 transition-delay: calc(0.2s + 0.1s*7);
}
.navOpen #menu_toggle ul li:nth-child(8) {
 -webkit-transition-delay: calc(0.2s + 0.1s*8);
 -o-transition-delay: calc(0.2s + 0.1s*8);
 transition-delay: calc(0.2s + 0.1s*8);
}
.navOpen #menu_toggle ul li:nth-child(9) {
 -webkit-transition-delay: calc(0.2s + 0.1s*9);
 -o-transition-delay: calc(0.2s + 0.1s*9);
 transition-delay: calc(0.2s + 0.1s*9);
}

.navOpen #menu_toggle ul li:nth-child(10) {
	-webkit-transition-delay: calc(0.2s + 0.1s*10);
	-o-transition-delay: calc(0.2s + 0.1s*10);
	transition-delay: calc(0.2s + 0.1s*10);
 }
/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
	position: relative;
	overflow: hidden;
	padding: 90px 25px 60px;
}
header #key p.tt {
	position: absolute;
	bottom: 6%;
	right: 3%;
	color: #fff;
	font-size: 20px;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
}

.bx-prev::after {
	content: url(../img/shared/line_arrow1_prev.png);
	left: 0px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: url(../img/shared/line_arrow1_next.png);
	right: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
.sl_vertical .bx-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: auto;
	width: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sl_vertical .bx-pager-item {
	display: block;
	margin: 5px 0;
}
/*====================== end nav ====================== */

section {
	overflow: hidden;
}
/*=============================================*/

/*                   　footer　　　　　          */

/*=============================================*/

footer {
	background: url(../img/shared/f_bg_top.png), url(../img/shared/f_bg2.png), url(../img/shared/f_bg.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: repeat-x, no-repeat, repeat;
	background-size: auto, 100%, auto;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 35px;
}
footer .shopinfo {
	padding: 10% 3%;
	position: relative;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
	color: #fff;
	text-align: center;
}
footer .vcard p.txt {
	margin-bottom: 15px;
}
footer .vcard dl {
	margin-bottom: 10px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 200px;
}
footer .f_tel {
	text-align: center;
	padding: 0 0 20px;
	width: 80%;
	margin: 0 auto;
	max-width: 369px;
}
footer .f_tel dt {
	font-size: 16px;
	padding-bottom: 15px;
}
footer .f_tel dt a {
	font-size: 18px;
	font-weight: bold;
}
footer .f_tel dt a:before {
	font-size: 22px;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #9F9F9F;
	border: solid 1px rgba(200, 200, 200, 0.78);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	line-height: 44px;
    color: #d3d1d1;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: center;
    font-family: jelly;
    margin-bottom: 10px;
}
footer address span a{
 font-size: 10px;
 color: #d3d1d1;
 display: block;
padding-bottom: 20px!important;
}



/*====================== ft_fixed ====================== */

#ft_fixed {
	    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    background: url(../img/shared/bg4.jpg) repeat;
    padding: 5px 0;
}
.navOpen #ft_fixed {
	z-index: 0;
}
.has_nav #ft_fixed {
	opacity: 1;
	visibility: visible;
}
.ft_fixed_shared {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row;
	text-align: center;
	width: 100%;
	z-index: 100;
	    box-shadow: 0px 0px 10px 0px #00000014;
    -webkit-box-shadow: 0px 0px 10px 0px #00000014;
    -moz-box-shadow: 0px 0px 10px 0px #00000014;
}
.ft_fixed_shared li {
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    color: #fff;
    /* background: url(../img/shared/bg4.jpg) repeat; */
    /* border-right: 1px solid #fff; */
    font-weight: bold;
}
.ft_fixed_shared li:last-child {
	border-right: 0;
	width: 48%;
	background: #fff;
	color: #000;
	border-radius: 3px;
}
.ft_fixed_shared li.tel a:before{
	content: '';
    background: url(../img/shared/icon_tel.png) no-repeat center top;
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    margin-bottom: -2px;
}
.ft_fixed_shared li:first-child{
	border-right: 1px solid #fff;
}
.ft_fixed_shared li a {
	display: block;
	padding: 8px 10px 8px 0;
	font-size: 12px;
	position: relative;
}
.ft_fixed_shared li a:before {
	font-size: 16px;
	line-height: 24px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	display: none;
	top: 10px;
}
.ft_fixed_shared li:last-of-type a:after{
	display: inline;
}
.ft_fixed_shared.ft_a li {
	width: 100%;
}
.ft_fixed_shared.ft_b li {
	width: 50%;
}
.ft_fixed_shared.ft_c li {
	width: calc((100% - 50px)/3);
}
.ft_fixed_shared #pagetop {
	position: relative;
	top: auto;
	bottom: auto;
	width: 50px;
}
.ft_fixed_shared #pagetop a:after {
	display: none;
}
.ft_fixed_shared #pagetop:before {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}
.ft_fixed_shared #pagetop a {
	padding: 8px 10px 8px 10px;
}
.ft_d a, .ft_c a, .ft_b a, .ft_a a {
	padding: 3px 10px 3px 0!important;
}
.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
	right: 8px !important;
}
.ft_fixed_shared.ft_c li:nth-child(2) {
	min-width: 110px;
}
#pagetop {
	    bottom: 54px;
    background: rgba(255,255,255,0.7);
    border-radius: 40px;
    padding: 9px 9px;
    font-size: 20px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
/*=============================================*/

/*                   　index　　　　　          */

/*=============================================*/

#index h3 {
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
}
#index .slide_thm li {
	float: left;
	width: 33.33%;
}
.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.botan {
	color: #fff;
	padding: 5px 13px !important;
	margin-bottom: 0;
}
.url_btn_copy {
	background: #000;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 0 !important;
	position: relative;
}
.url_btn_copy:after {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.url_btn_copy span {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.btn_pc {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0 !important;
}
.btn_pc a:before {
	padding-right: 5px;
}
.js_full .bx-viewport {
	overflow: visible !important;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.js_full_ext {
	padding-left: 0;
}
.js_full_ext .js_in {
	padding-left: 5%;
}
.js_full_ext img {
	width: 90%;
}
.js_full_ext .bx-prev {
	display: none;
}
.js_full_ext .bx-next {
	right: -18%;
}
.wrap {
	padding: 0 3% 12%;
}
.wrap p {
	padding-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}
.cl_red {
	color: #E4070B;
}
.fz-10 {
	font-size: 10px;
}
.fz-12 {
	font-size: 12px;
}
.fz-14 {
	font-size: 14px;
}
.fz-16 {
	font-size: 16px;
}
.fz-18 {
	font-size: 18px;
}
.fz-20 {
	font-size: 20px;
}
.fz-22 {
	font-size: 22px;
}
.fz-24 {
	font-size: 24px;
}
.fz-26 {
	font-size: 26px;
}
.fz-28 {
	font-size: 28px;
}
.fz-30 {
	font-size: 30px;
}
#lead {
	padding-top: 10%;
}
.bnr_shared {
	width: 66%;
	margin: 0 auto;
}
.bnr_shared a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px 5px 10px 15px;
	font-size: 15px;
	font-weight: bold;
}
.bnr_shared a .icon-angle-right {
	float: right;
	padding-right: 5px;
}
.bnr_shared_w90 {
	width: 90%;
}
.bnr_shared_w100 {
	width: 100%;
}
.toggle .accor4:after {
	color: #000;
	display: block;
	position: static;
	margin-top: 0;
}
.pop_icon i {
	display: block;
}
.wrap {
	padding: 0 3%;
}
.block p {
	padding-bottom: 15px;
	text-align: justify;
}
.pdt_12 {
	padding-top: 12%;
}
.pdb_12 {
	padding-bottom: 12%;
}
.unwrap {
	margin-left: -3.2%;
	margin-right: -3.2%;
}
hr.line {
	background: url(../img/shared/line.jpg) repeat;
	height: 10px;
	width: 100%;
	border: none;
}
hr.line2 {
	background: url(../img/shared/line_02.jpg) repeat;
	height: 10px;
	width: 100%;
	border: none;
}
.pb0 {
	padding-bottom: 0 !important;
}
.bg1 {
	background: url(../img/shared/bg1.jpg) repeat;
}
.bg3 {
	background: url(../img/shared/bg3.jpg) repeat;
}
.bg5 {
	background: url(../img/shared/section05_rp.jpg) repeat;
}
/*=========================  INDEX  =================*/
.g_key {
	z-index: 10;
	position: absolute;
	top: 50%;
	width: 80%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.g_key .logo {
	width: 50%;
	margin: 0 auto 20px;
	max-width: 320px;
}
.g_key p.ttl {
	margin-bottom: 12px;
	    width: 75%;
    margin: 0 auto 12px;
}
.g_key p.btn {
	margin-bottom: 30px;
}
.scroll {
	    width: 20%;
    margin: 0 auto;
    max-width: 55px;
    position: absolute;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 60px;
}
.scroll a{
	    position: absolute;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font: normal 400 12px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 38px;
}
.scroll a span{
	    position: absolute;
    top: 6px;
    left: 50%;
    width: 12px;
    height: 24px;
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scroll a span:before{
	 position: absolute;
    top: -3px;
    left: 50%;
    content: '';
    width: 3px;
    height: 3px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.has_nav .hamburger{
	background-color: rgba(92, 96, 70, 0.9);
}
.has_nav .topnavi{
	background-color: rgba(92, 96, 70, 0.9);
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.toggle {
	padding: 2%;
}
.toggle .toggle-link {
	padding: 2% 2% 6%;
	border: 2px solid #54491a;
	text-align: center;
}
.toggle .toggle-link:after {
	left: 50%;
	margin-left: -5px;
	top: 80%;
	right: inherit;
	color: #54491a;
}
.toggle .list {
	padding-top: 3%;
}
.toggle .list .btn-acc {
	position: relative;
}
.toggle .list .btn-acc.open:after {
	content: '\f139';
}
.toggle .list .btn-acc:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 50%;
	right: 4%;
	margin-top: -10px;
	color: #000;
	content: '\f13a';
	font-size: 13px;
}
.toggle .list h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 3%;
	border: 1px solid #000;
	margin: 0 auto 2%;
	padding: 2%;
}
.toggle .list dl dt {
	float: left;
}
.toggle .list dl dd {
	float: right;
}
.toggle .list ul {
	margin-bottom: 3%;
}
.toggle .list ul li {
	text-align: center;
}
#index #key .bx-wrapper {
	z-index: 1;
}
#index #key .slider1 {
	
}
#index #key .slider1 .slide1 {
	background: url(../img/index/key_p1.png) no-repeat center top;
	background-size: cover;
	
}
#index #key .slider1 .slide2 {
	background: url(../img/index/key_p2.png) no-repeat center top;
	background-size: cover;
	
}
#index #key .slider1 .slide3 {
	background: url(../img/index/key_p3.png) no-repeat center top;
	background-size: cover;
	
}
#index #key .slider1 .slide4 {
	background: url(../img/index/key_p4.png) no-repeat center top;
	background-size: cover;
	
}
#index #sec1 {
	background: url(../img/shared/bg2.png);
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	color: #fff;
}
#index #sec2 {
	color: #fff;
}
#index #sec2 .wrap{
	padding-bottom: 12%;
}
#index #sec2 h2 {
	padding-top: 12%;
	margin-bottom: 10px;
}
#index #sec2 p.txt {
	padding-bottom: 25px;
}
#index #sec2 p.btn {
	padding-bottom: 5%;
}
#index #sec2 .js {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#index #sec2 .bx-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#index #sec2 .bx-wrapper .bx-viewport {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
}
#index #sec2 .bx-wrapper .slider2 {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#index #sec2 .bx-wrapper .bxSlider {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#index #sec2 .bx-wrapper li.slide1 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/index/sec2_js_bg1.png) no-repeat center top;
	background-size: cover;
}
#index #sec2 .bx-wrapper li.slide2 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/index/sec2_js_bg2.png) no-repeat center top;
	background-size: cover;
}
#index #sec2 .bx-wrapper li.slide3 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/index/sec2_js_bg3.png) no-repeat center top;
	background-size: cover;
}
#index #sec3 {
	background: url(../img/shared/bg3.jpg) repeat;
}
#index #sec3 h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
#index #sec4 .box {
	background: url(../img/index/sec4_bg_top.jpg), url(../img/index/sec4_bg_bot.jpg), url(../img/index/sec4_bg_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat;
	padding-bottom: 15%;
}
#index #sec4 .box .fb {
	text-align: center;
}
#index #sec4 .box .fb .fb-page{
	background: none;
}
#index #sec4 .box h2 img {
	margin-top: -10%;
}
#index #sec4 .row dl {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
#index #sec4 .row dl dt span {
	background: url(../img/shared/icon_rss.png) no-repeat left top;
	padding-left: 25px;
}
#index #sec5 ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#index #sec5 .sns-button li{
	width: 100%;
}
#index #sec5 .sns-button li a{
	width: 50px;
    border-radius: 52px;
    margin: 0 auto;
    padding: 0 9px;
    font-size: 23px;
}
#index #sec5 ul li {
	width: 32%;
	margin-bottom: 10px;
}
#index #sec5{
	
	
}
#index #sec5 ul li img {
	width: 100%;
	height: auto;
	border: 3px solid #716035;
	box-sizing: border-box;
}
#index #sec5 ul li span {
	font-size: 11px;
}
/*=========================  first  =================*/
#first #key {
	
}
#first #sec2 ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 12%;
}
#first #sec2 ul.list li {
	width: 50%;
}
#first #sec2 .js {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#first #sec2 .bx-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#first #sec2 .bx-wrapper .bx-viewport {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
}
#first #sec2 .bx-wrapper .slider1 {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#first #sec2 .bx-wrapper .bxSlider {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#first #sec2 .bx-wrapper li.slide1 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/first/sec2_js_p1.jpg) no-repeat center top;
	background-size: cover;
}
#first #sec2 .bx-wrapper li.slide2 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/first/sec2_js_p2.jpg) no-repeat center top;
	background-size: cover;
}
#first #sec2 .bx-wrapper li.slide3 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/first/sec2_js_p3.jpg) no-repeat center top;
	background-size: cover;
}
#first #sec2 .bx-wrapper li.slide4 {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/first/sec2_js_p4.jpg) no-repeat center top;
	background-size: cover;
}
#first #sec2_2 {
	padding: 5% 0 12%;
}
#first #sec3 .js {
	margin-bottom: 5%;
}
/*=========================  flower_gift  =================*/
#flower_gift #key {
	
}
#flower_gift #sec1 {
	background: url(../img/flower_gift/sec1_bg.png), url(../img/shared/bg3.jpg);
	background-size: 100%, auto;
	background-position: center top 60%, center top;
	background-repeat: no-repeat, repeat;
}
#flower_gift #sec1 .box {
	background: url(../img/flower_gift/sec1_bg_top.jpg), url(../img/flower_gift/sec1_bg_bot.jpg), url(../img/flower_gift/sec1_bg_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	color: #fff;
	padding: 5%;
}
#flower_gift #sec1 .box h2 img {
	margin-top: -21%;
}
#flower_gift #sec1 .row .rss_img img {
	width: 100%;
}
#flower_gift #sec1 .row .rss_img {
	text-align: center;
	width: 27%;
}
#flower_gift #sec1 .row {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#flower_gift #sec1 .row dl {
	text-align: left;
	width: 70%;
}
#flower_gift #sec1 .row dl dd.ttl span {
	color: #695c03;
	text-decoration: underline;
	background: url(../img/shared/icon_rss.png) no-repeat left top;
	padding-left: 26px;
}
#flower_gift #sec1 .box h3 {
	text-align: left;
	margin-bottom: 30px;
}
#flower_gift #sec1 .box p.btn {
	width: 60%;
	margin: 0 auto;
}
#flower_gift #sec2 {
	background: url(../img/shared/bg_section3.jpg) repeat;
	color: #fff;
}
#flower_gift #sec2 #slide01 {
	background: url(../img/flower_gift/slide_01.png) repeat-x center top;
	background-size: 350%;
	padding-bottom: 60%;
	margin-bottom: 30px;
}
#flower_gift #sec2 .box {
	background: url(../img/flower_gift/sec2_bg_top.jpg), url(../img/flower_gift/sec2_bg_bot.jpg), url(../img/flower_gift/sec2_bg_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	color: #fff;
	padding: 5%;
	margin-bottom: 30px;
}
#flower_gift #sec2 .box h3 {
	margin-bottom: 25px;
}
#flower_gift #sec3 p.txt {
	margin-top: 20px;
	padding-bottom: 0;
}
#flower_gift #sec4 {
	background: url(../img/flower_gift/sec4_bg.jpg) repeat;
	color: #fff;
}
#flower_gift #sec4 .js {
	margin: 0 auto;
	width: 88%;
	margin-bottom: 25px;
}
#flower_gift #sec4 .js .box{
	position: relative;
}
#flower_gift #sec4 .js .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom: 8%;
}

#flower_gift #sec4 .js2 .box{
	position: relative;
}
#flower_gift #sec4 .js .box .price{
	    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 8px #5a4948;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
#flower_gift #sec4 .js2 .box .price{
	       position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 8px #5a4948;
    text-align: center;
    font-size: 16px;
    width: 80%;
}
#flower_gift #sec4 .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -4%;
}
#flower_gift #sec4 .bx-wrapper .bx-controls-direction a.bx-next{
	right: -4%;
}
#flower_gift #sec4 .js .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: inherit;
	font-family: jelly;
	color: #fff;
	font-size: 20px;
	background: none;
	opacity: 0.6;
}
#flower_gift #sec4 .js2 {
	margin: 0 auto;
	width: 92%;
	margin-bottom: 25px;
}
#flower_gift #sec4 .js2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 9.5%;
}
#flower_gift #sec4 .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	margin: 0 5px;
}
#flower_gift #sec4 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: 1 !important;
}
#flower_gift #sec4 .js2 .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: inherit;
	font-family: jelly;
	color: #fff;
	font-size: 20px;
	background: none;
	opacity: 0.6;
}
#flower_gift #sec5 p.txt {
	margin-top: 15px;
}
#flower_gift #sec5{
	    background-color: #C2B09A;
}
#flower_gift #sec6 .list {
	display: flex;
	justify-content: left;
	flex-direction: row;
	flex-wrap: wrap;
}
#flower_gift #sec6 .list p.btn {
	    width: 31%;
    margin: 0 1%;
    border-bottom: none;
    padding-bottom: 2% !important;
}
#flower_gift #sec7 {
	background: url(../img/shared/bg_section3.jpg) repeat;
	color: #fff;
}
#flower_gift #sec7 ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#flower_gift #sec7 ul li {
	width: 31%;
	margin-bottom: 10px;
}
#flower_gift #sec7 ul li img {
	width: 100%;
	height: auto;
	border: 3px solid #716035;
}
#flower_gift #sec7 ul li span {
	font-size: 11px;
}
/*=========================  cafe  =================*/
#cafe #key {

}
#cafe #sec1 {
	background: url(../img/flower_gift/sec1_bg.png), url(../img/shared/bg3.jpg);
	background-size: 100%, auto;
	background-position: center top 60%, center top;
	background-repeat: no-repeat, repeat;
}
#cafe #sec1 .box {
	background: url(../img/flower_gift/sec1_bg_top.jpg), url(../img/flower_gift/sec1_bg_bot.jpg), url(../img/flower_gift/sec1_bg_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	color: #fff;
	padding: 5%;
}
#cafe #sec1 .box h2 img {
	margin-top: -21%;
}
#cafe #sec1 .row .rss_img img {
	width: 100%;
}
#cafe #sec1 .row .rss_img {
	text-align: center;
	width: 27%;
}
#cafe #sec1 .row {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
#cafe #sec1 .row dl {
	text-align: left;
	width: 70%;
}
#cafe #sec1 .row dl dd.ttl span {
	color: #695c03;
	text-decoration: underline;
	background: url(../img/shared/icon_rss.png) no-repeat left top;
	padding-left: 26px;
}
#cafe #sec1 .box h2 img {
	margin-top: -21%;
}
#cafe #sec1 .box h3 {
	text-align: left;
	margin-bottom: 30px;
}
#cafe #sec1 .box p.btn {
	width: 60%;
	margin: 0 auto;
}
#cafe #sec2 .js {
	position: relative;
	margin-bottom: 5%;
}
#cafe #sec2 h3{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#cafe #sec2 .price {
	font-size: 16px;
	text-align: center;
}
#cafe #sec2 p.txt2{
	text-align: center;
}
#cafe #sec2 .js p.price span {
	font-size: 14px;
}
#cafe #sec2 p.deco {
	text-align: center;
}
#cafe #sec2 .toggle p.txt2 {
	text-align: center;
}
#cafe #sec2 .list li {
	margin-bottom: 10px;
}
#cafe #sec2 .list li span {
	margin-right: 10px;
}
#cafe #sec2 .list {
	margin-bottom: 8%;
	width: 300px;
    margin: 0 auto;
}
#cafe #sec2 .toggle .toggle-link{
	font-size: 13px;
}
#cafe #sec3 .list li {
	margin-bottom: 10px;
}
#cafe #sec3 .list li span {
	margin-right: 10px;
}
#cafe #sec3 h3{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#cafe #sec3 p.txt{
	text-align: center;
}
#cafe #sec3 .list {
    width: 300px;
    margin: 0 auto;
	
}
#cafe #sec4 .list li {
	margin-bottom: 10px;
}
#cafe #sec4 .list li span {
	margin-right: 10px;
}
#cafe #sec4 .list {
	margin-bottom: 20px;
	width: 300px;
	margin: 0 auto 20px;
}
#cafe #sec4 .list .list_dl dl{
	padding: 10px 0;
	border-bottom: 1px dotted #fff;
}
#cafe #sec4 .list .list_dl dt{
	float: left;
}
#cafe #sec4 .list .list_dl dd{
	float: right;
}
#cafe #sec4 .toggle .toggle-link:after {
	top: 60%;
}
#cafe #sec5 .js {
	margin-bottom: 5%;
}
#cafe #sec2 .js p.txt {
	    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
#cafe #sec2 .js .bx-wrapper {
	z-index: 1;
}
#cafe #sec3 .js {
	position: relative;
	margin-bottom: 5%;
}
#cafe #sec3 .js p.price {
	position: absolute;
	top: 70%;
	left: 50%;
	color: #fff;
	z-index: 2;
	font-size: 20px;
}
#cafe #sec3 .js p.price span {
	font-size: 14px;
}
#cafe #sec3 .js p.txt {
	    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
#cafe #sec3 .js .bx-wrapper {
	z-index: 1;
}
#cafe #sec4 .js {
	position: relative;
	margin-bottom: 5%;
}
#cafe #sec4 h3{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	
}
#cafe #sec4 p.price{
	    font-size: 16px;
    text-align: center;
}
#cafe #sec4 p.price span{
	font-size: 14px;
}
#cafe #sec4 .js p.price {
	    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 87%;
    left: 74%;
    color: #fff;
    z-index: 2;
    font-size: 20px;
}
#cafe #sec4 .js p.price span {
	font-size: 14px;
}
#cafe #sec4 p.txt{
	text-align: center;
}
#cafe #sec4 .js p.txt {
	    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
#cafe #sec4 .js .bx-wrapper {
	z-index: 1;
}
#cafe #sec4 .toggle .toggle-link{
	    border: 2px solid #54491a;
    text-align: left;
    width: 300px;
    margin: 0 auto;
	padding: 2%;
}
#cafe #sec4 .toggle .list dl {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}
#cafe #sec4 .toggle .toggle-link:after{
	    top: 50%;
    right: 4%;
    left: inherit;
}
/*=========================  floor  =================*/
#floor #key {
	
}
#floor #sec1 {
	
}

#floor #sec1 h2 {
	padding-top: 9%;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 100%;
}
#floor #sec1 .js{
	z-index: 2;
	position: relative;
	margin-bottom: 20px;
}
#floor #sec1 p.txt {
	padding-bottom: 15%;
}
#floor #sec2 {
	background: url(../img/floor/sec2_bg.jpg) no-repeat right top;
	background-size: cover;
	    padding: 8% 0;
}
#floor #sec2 p.txt {
	color: #fff;
	text-align: center;
}
#floor #sec2 .fmap {
	position: relative;
}
#floor #sec2 .fmap p.btn1 {
	width: 20%;
	position: absolute;
	top: 37%;
	left: 38%;
	transform: translateX(-50%) translateY(-50%);
}
#floor #sec2 .fmap p.btn2 {
	width: 20%;
	position: absolute;
	top: 74%;
	left: 61%;
	transform: translateX(-50%) translateY(-50%);
}
#floor #sec2 .fmap p.btn3 {
	width: 20%;
	position: absolute;
	top: 47%;
	left: 75%;
	transform: translateX(-50%) translateY(-50%);
}
#floor #sec2 .fmap p.btn4 {
	width: 15%;
	position: absolute;
	top: 41%;
	right: -8%;
	transform: translateX(-50%) translateY(-50%);
}
/*=========================  access  =================*/
#access #key {
	
}
#access #sec1 {
	background: url(../img/access/sec1_bg.jpg) no-repeat center top;
	background-size: cover;
	color: #fff;
}
#access #sec1 table {
	margin-bottom: 30px;
}
#access #sec1 table tr {
	border-bottom: 1px solid #fff;
}
#access #sec1 table tr th {
	vertical-align: top;
	padding: 10px 0 10px 25px;
	width: 75px;
}
#access #sec1 table tr td {
	padding: 10px 0 10px 35px;
	border-left: 1px solid #fff;
}
#access #sec2 {
	background: url(../img/shared/bg1.jpg) repeat;
}
#access #sec2 ul {
	display: flex;
	justify-content: center;
}
#access #sec2 .sns-button li{
	    width: 50px;
    margin: 0 10px;
    text-align: center;
}
#access #sec2 .sns-button li a{
	border-radius: 50px;
    text-align: center;
    padding: 13px 9px;
    background: #fff;
	    font-family: jelly;
    text-decoration: none;
    line-height: 16px;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
}

#access #sec3 iframe {
	margin-bottom: 25px;
}
#access .access_btn{
	margin-bottom: 15px;
}
/*=========================  contact  =================*/
#contact #key {

}
#contact #sec1 {
	background: url(../img/shared/bg_rp.jpg) repeat;
}
#contact #sec2 {
	background: url(../img/shared/bg_rp.jpg) repeat;
}
#contact #sec2 .fc-form .row:first-of-type {
	border-top: 1px dotted #fff;
}
#contact #sec2 .fc-form .row {
	border-bottom: 1px dotted #fff;
	padding: 12px 0;
}
#contact #sec2 .fc-form .row:last-of-type {
	border-bottom: none;
}
#contact #sec2 .fc-form .mark-require {
	background: #788754;
	color: #fff;
	padding: 2px 5px;
}
#contact #sec2 .fc-form .caption {
	margin-bottom: 5px;
}
#contact #sec2 .fc-form [class^='error'] {
	position: relative;
}
#contact #sec2 .fc-form input[type=text] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
#contact #sec2 .fc-form textarea {
	height: 200px;
	width: 100%;
	padding: 5px;
}
#contact #sec2 .fc-form .row.fuild .input {
	display: flex;
	justify-content: space-between;
}
#contact #sec2 .fc-form .row.fuild .choice-date {
	width: 50%;
}
#contact #sec2 .fc-form .row.fuild .choice-date select {
	padding: 10px;
}
#contact #sec2 .fc-form .row.fuild .form-parse-time {
	width: 50%;
}
#contact #sec2 .fc-form .row.fuild .form-parse-time select{
	width: 100%;
	padding: 10px;
}
#contact #sec2 .fc-form .submit-confirm {
	display: flex;
	justify-content: space-between;
}
#contact #sec2 .fc-form .submit-confirm button {
	width: 50%;
	border: none;
}
#contact #sec2 .fc-form .submit-form {
	display: flex;
	justify-content: space-between;
}
#contact #sec2 .fc-form .submit-form button {
	width: 48%;
	border: none;
}
#contact .lh{
	    color: #716035;
	padding-top: 10px;
}
#contact .confirm-main .lh{
	display: none;
}
#contact #sec2 .confirm-main .row {
	margin-bottom: 15px;
}
#contact #sec2 .confirm-main .main {
	padding: 2%;
}
#contact #sec2 .confirm-main .row.fuild .submit-confirm {
	display: flex;
	justify-content: space-between;
}
#contact #sec2 .confirm-main .row.fuild button {
	width: 48%;
	border: none;
}


.ins_botan a{
	background-color: #5d6147;
	margin: 10px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color:#fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}


#flower_cookie #lead {
	background: url(../img/cookie/lead_bg.jpg) no-repeat top center;
	color: #FFF;
	padding-bottom: 6%;
}

#flower_cookie #sec01 {
	background: #cdd4bd;
	color: #343b2c;
	padding-bottom: 6%;
}

#flower_cookie .ins_botan a {
	position: relative;
	padding: 12px 0;
}

#flower_cookie .ins_botan a span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 10px;
}

#flower_cookie .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
	position: absolute;
	bottom: 14%;
	left: 0;
	width: 100%;
	z-index: 80;
}

#flower_cookie .slick-dots li {
	margin: 0 8px;
	width: 10px;
	height: 10px;
}

#flower_cookie .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #FFF;
	text-indent: -9999px;
	border: none;
	border-radius: 50%;
	opacity: 0.5;
}

#flower_cookie .slick-dots li.slick-active button {
	opacity: 0.9;
}

#flower_cookie #sec01 .box {
	margin: 0 3%;
}

#flower_cookie #sec02 {
	background: url(../img/cookie/sec02_bg.jpg) no-repeat top center #7b6f66;
	padding: 3% 0 8%;
	color: #FFF;
}

#flower_cookie #sec02 .toggle {
	margin: 0 2% 2%;
}

#flower_cookie #sec02 .toggle .toggle-link {
	padding: 3% 2% 3%;	
	border: none;
	border-bottom: 1px solid currentColor;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 15px;
}

#flower_cookie #sec02 .toggle .toggle-link:after {
	color: #FFF;
	right: 5%;
	top: 48%;
	left: inherit;
}

#flower_cookie #sec02 .toggle-main .text {
	padding-top: 5%;
}

#flower_cookie #sec02 .note {
	padding-top: 5%;
	text-align: center;
}

#flower_cookie #sec03 {
	background: url(../img/cookie/sec03_bg.jpg) no-repeat top center #938c7d;
	padding: 5% 0 8%;
	color: #FFF;
}

#flower_cookie #sec03 .toggle {
	margin: 0 2% 2%;
}

#flower_cookie #sec03 .toggle .toggle-link {
	padding: 3% 2% 3%;	
	border: none;
	border-bottom: 1px solid currentColor;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 15px;
}

#flower_cookie #sec03 .toggle .toggle-link:after {
	color: #FFF;
	right: 5%;
	top: 48%;
	left: inherit;
}

#flower_cookie #sec03 .toggle-main .text {
	padding-top: 5%;
}

#flower_cookie #sec03 .note {
	padding-top: 5%;
	text-align: center;
}


#flower_cookie #sec04 {
	background: url(../img/cookie/sec04_bg.jpg) no-repeat top center #a29d93;
	padding: 6% 0 8%;
	color: #FFF;
}

#flower_cookie #sec04 .toggle {
	margin: 0 2% 2%;
}

#flower_cookie #sec04 .toggle .toggle-link {
	padding: 3% 2% 3%;	
	border: none;
	border-bottom: 1px solid currentColor;
	text-align: center;
	letter-spacing: 0.25em;
	font-size: 15px;
}

#flower_cookie #sec04 .toggle .toggle-link:after {
	color: #FFF;
	right: 5%;
	top: 48%;
	left: inherit;
}

#flower_cookie #sec04 .toggle-main .text {
	padding-top: 5%;
}

#flower_cookie #sec04 .note {
	padding-top: 5%;
	text-align: center;
}

#flower_cookie #sec05 {
	background: url(../img/cookie/sec05_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 6% 0 8%;
	color: #FFF;
}

#flower_cookie #sec05 .box {
	margin: -11% 10% 0;
}

#flower_cookie #sec05 .slick-dots {
	display: none !important;
}

#flower_cookie .slick-arrow {
  position: absolute;
  top: 46%;
  width: calc(50% - 565px);
  height: 100%;
	background: url(../img/shared/line_arrow1_next.png) no-repeat center left;
	background-size: 47px auto;
	width: 47px;
	height: 21px;
  border: none !important;
  text-indent: -9999px;
  z-index: 99;
	cursor: pointer;
}

#flower_cookie .slick-arrow.slick-prev {
  left: -8%;
	background: url(../img/shared/line_arrow1_prev.png) no-repeat center right;
	background-size: 47px auto;
}

#flower_cookie .slick-arrow.slick-next {
  right: -8%;
}

#flowercake #lead {
	background: #bea8a0;
	padding: 0% 0 8%;
	color: #FFF;
}

#flowercake #sec01 {
	background: #958a6b;
	padding: 0% 0 8%;
	color: #FFF;
}

#flowercake #sec02 {
	background: #a5a094;
	padding: 0% 0 8%;
	color: #FFF;
}

#flowercake #sec03 {
	background: url(../img/cake/sec03_bg.jpg) repeat;
	padding: 0% 0 8%;
	color: #FFF;
}


#flowercake #sec03 .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	z-index: 80;
}

#flowercake #sec03 .slick-dots li {
	margin: 0 8px;
	width: 10px;
	height: 10px;
}

#flowercake #sec03 .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #FFF;
	text-indent: -9999px;
	border: none;
	border-radius: 50%;
	opacity: 0.5;
}

#flowercake #sec03 .box {
	margin: 0 10%;
}

#flowercake #sec03 .slick-dots li.slick-active button {
	opacity: 0.9;
}

#flowercake .slick-arrow {
  position: absolute;
  top: 44%;
  width: calc(50% - 565px);
  height: 100%;
	background: url(../img/shared/line_arrow1_next.png) no-repeat center left;
	background-size: 47px auto;
	width: 47px;
	height: 21px;
  border: none !important;
  text-indent: -9999px;
  z-index: 99;
	cursor: pointer;
}

#flowercake .slick-arrow.slick-prev {
  left: -8%;
	background: url(../img/shared/line_arrow1_prev.png) no-repeat center right;
	background-size: 47px auto;
}

#flowercake .slick-arrow.slick-next {
  right: -8%;
}

#flowercake #sec03 .menu_list {
	margin: 0 5%;
	padding: 30px 0 30px;
}

#flowercake #sec03 .menu_list .tit {
	border-bottom: 1px solid #fff;
	line-height: 40px;
	padding-left: 9px;
	margin-bottom: 4px;
	font-weight: bold;
}

#flowercake #sec03 .menu_list dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #fff;
	padding: 6px 6px 6px 10px;
	font-weight: bold;
}


#flowercake #sec04 {
	background: url(../img/cake/sec04_bg.jpg) repeat;
	padding: 0% 0 8%;
	color: #343b2c;
}

#flowercake .group {
	margin: 0 5%;
	padding: 20px 0 20px;
}

#flowercake .txt1 {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	font-weight: bold;
	color: #54491a;
}

#flowercake .wrap-txt {	
	margin-bottom: 30px;
}

#flowercake .wrap-txt dl {	
	border-bottom: 1px dashed #000;
	color: #54491a;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding: 8px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#flowercake .sec5_phone {
	padding: 0 5% 8%;
}

#flowercake .sec5_phone img {
	width: 100%;
	height: auto;
}

#flowercake .sec5_btn {
	padding: 0 6% 5%;
}

#flowercake .sec5_btn img {
	width: 100%;
	height: auto;
}

#flowercake .wrap-txt dl dt span {	
	margin-right: 10px;
}

#flowercake .popup .txt3 {
	color: #343b2c;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #000;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}

#flowercake .popup .txt3 span {
	margin-right: 10px;
}

#flowercake .popup .wrap-txt {
	padding-top: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#flowercake .popup .wrap-txt ul {	
	width: 46%;
}

#flowercake .popup .wrap-txt ul li {	
	border-bottom: 1px dashed #000;
	color: #54491a;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 8px 0;
}


/* ==========================================================================
   css popup
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
	display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
	background: rgba(0, 0, 0, 0.5);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
	padding: 5%;
}
/* Default theme styles of the modal dialog */
.remodal {
	box-sizing: border-box;
	width: 100%;
	padding: 45px 20px 20px;
  margin-bottom: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: rgba(255,255,255,1);
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}
/* Close button */
.remodal-close {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: visible;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: rgba(0, 0, 0, 0);
}

.remodal-close img {
	width: 100%;
	height: auto;
}
.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 30px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	content: "\00d7";
	text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}
.remodal-confirm {
	color: #fff;
	background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a;
}
.remodal-cancel {
	color: #fff;
	background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* Keyframes
	 ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Media queries
	 ========================================================================== */
@media only screen and (min-width: 999px) {
	.remodal {
		max-width: 999px;
	}
}

/* IE8
	 ========================================================================== */
.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}
/* ==========================================================================
	 end css popup
	 ========================================================================== */

.nosubmit{display: none;}
.confirm-main .nosubmit{display: block; text-align: center;padding: 5vw 0; font-size: 110%; line-height: 1.5em; color: #d00000;}