﻿@charset "utf-8"; 
@import 'fontello.css';
@import 'jquery.bxslider.css';
html {
    min-width: 100%; /* viewport */
}


/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 1.6px;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
	font-weight:500;
	background: url(../img/shared/bg.jpg) repeat;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	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;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}



/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: auto;
	position: relative;
	z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	z-index: 2;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
#sec7 {
	position: relative;
}

.box,
.box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
	position: relative;
}

.group,
.group1,
.group2,
.group3,
.group4,
.group5 {
	position: relative;
}

.ttl1,
.ttl2,
.ttl3,
.ttl4,
.ttl5,
.ttl6 {
	position: relative;
	z-index: 1;
}



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

#header {
	position: relative;
	height: 880px;
}

#header h1 {
	color: #af6620;
	font-size: 13px;
	left: 40px;
	top: 5px;
}

#header .logo {
	padding-top: 42px;
	margin-bottom: 27px;
}

#header .tel {
	position:fixed;
	bottom: 90px;
	right: 0;
	z-index: 999;
}

#header .wrap1 {
	z-index: 2;
	height: 880px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#header .nav {
		position: relative;
		z-index: 5;

}

#belt.fixed {
	width: 100%;
	min-width: auto;
	position: fixed;
	z-index: 20000;
	top: 0;
	margin: 0 auto;
	display: block;
	border-right: 9px solid #920005;
}

#belt {
	height: 64px;
	z-index: 999999;
	display: none;
	background: url(../img/shared/nav-bg.jpg) repeat-x;

}

#belt .nav1 {}



#key{
    position: relative;
}

#key .logo {
      position: absolute;
    z-index: 9999;
    width: 25%;
    top: 10px;
    left: 10px;
    
}
#key .k-ttl {
        position: absolute;
    z-index: 999;
    width: 85%;
    bottom: 0;
    right: 0;
}
/*=============================================
 * container
 *=============================================*/

#container {}



/*=============================================
 * #socialbuttons
 *=============================================*/

#feed li{
	 clear: both;
	 overflow: hidden;
	 padding-bottom: 15px;
}
#feed .photo{
	width: 35%;
	float: left;
	padding-left: 10px;
}
#feed .ttl{
	width: 65%;
	float: right;
	padding-left: 10px;
}
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	background: url(../img/shared/f_bg1.png) no-repeat center bottom/contain,url(../img/shared/f-bg.png) no-repeat center top;
	margin-bottom: 55px;
	color: #ffffff;
	    background-position: 0 590px, 0;
}

#socialbuttons {
    text-align: center;
    padding-bottom: 10px;
}

#pagetop {
    width: 55px !important;
    right: 0 !important;
    bottom:32% !important;
  z-index:9999999;
}
#pagetop img {
    width: 100%;
    height: auto;
}
#footer #btn_pc {
    padding: 10px 0 15px;
}
#footer #btn_pc a {
    padding: 8px 0;
    border: 1px solid #fff;
    margin: 0 auto 5px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    width: 250px;
    color: #fff;
    background-image: none;
    text-align: center;
    line-height: 32px;
}
#footer:before {
	position: absolute;
	content: "";
	background: url(../img/shared/line3.jpg) repeat-x;
	width: 100%;
	height: 5px;
	left: 0;
	z-index: 1;
	top: -5px;
}

#footer .wrap1:before {
	
}
#footer .logo {
  padding: 20px 20px 20px;
}
#footer .tel {
  padding: 0 10px 10px;
}
#footer dl {
	text-align: center !important;
	padding: 5px 10px !important;
	border: none !important;
	font-size: 16px !important;
}
#footer dt,#footer dd{
	width: 100% !important;
	float: none !important;
	color: #fff !important;
	text-align: center !important;
}
#footer .box1 {
	width: 95%;
	margin: auto;
	background: url(../img/shared/pattern1.jpg) repeat;
	position: relative;


}

#footer .qr {
	margin: 0 -3px;
}

#footer #belt1 {
	background: url(../img/shared/f_pattern1.jpg) repeat;
	position: relative;
	z-index: 5;
}

#footer .nav {
	text-align: center;
	padding: 8px 0 2px;
	font-size: 13px;
	
}

#footer .nav li {
	padding: 0 3px;
}
/* footer nav barなし　*/
/*
#footer .nav li:nth-of-type(5):before {
	content: "";
} */


#footer #tabe{
	background-color: rgba(255,255,255,0.8);
	width: 290px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #e9ae39;
}

#footer #tabe .tabe_img{
	float:left;
	padding: 5px 10px 0px 10px;
}

#footer #tabe .tabe_txt{
	font-size: 14px;
    line-height: 23px;
    color: #5e3b19;
    padding-top: 10px;
	padding-bottom: 6px;
}

#footer #tabe .tabe_txt span{
	font-size: 10px;
    color: #5e3b19;
    padding-left: 37px;
}


/*=============================================
 * copyright
 *=============================================*/

address {
	font-size: 12px;
	padding-bottom: 7px;
}

address a{
 font-size: 10px;
 text-align: center;
 color: #FFF;
 display: block;
 text-decoration: none;
}

/*normal*/
.btn, .txt, .img {
padding: 0 10px;

}
.txt {
    text-align: left;
}
.bx-wrapper {
 margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 40px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('../img/shared/la.png') no-repeat center/contain;
    -webkit-background-size: cover;
    background-size: cover;
    left: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('../img/shared/ra.png') no-repeat center/contain;
    -webkit-background-size: cover;
    background-size: cover;
    right: 9px;
}

.price{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0 10px;
}
.price span{
	font-size: 16px;
}
dl, ul, .clearfix {
 clear:both;
overflow: hidden;
}
.txt, p, .note, li, dd, dt {
  line-height: 28px;
  letter-spacing: normal;
}
.txt-v {
    cursor: vertical-text;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    text-align: left !important;
}
.txt-c {
    text-align: center;
}
.txt-r {
  text-align: right;
}
.txt-l {
  text-align: left;
}
.txt-j {
  text-align: justify;
}
.txt-js {
    text-align: justify;
}
.txt-b, strong {
    font-weight: 600;
}
.line {
    position: relative;
}

.line:after {
    content: '';
    height: 5px;
    background: url('../img/shared/line1.png') repeat-x center/cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lt-1 {
    letter-spacing: -1px;
}
#gmap, #map {
  height: 400px;
    /*overflow: hidden;*/
}
.no-border {
    border:none !important;
}
main {
    /*padding-top: 43px;
    background: url(../img/shared/line1.png) repeat-x top center;*/
}

.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.grow {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.grow:hover {
    /* 拡大 */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /* 持ち上げる */
    transform: translateY(-20px);
}

.shadow {
    text-shadow: 2px 2px 3px #000;
}


/* アコーディオン関連 */

html .box {
    height: 1%;
}

.box {
    display: block;
    background: url(../img/shared/bg06.jpg) repeat center top;
}

.imgfont {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.menulist {
    background: url(../img/shared/bg06.jpg) repeat center top;
    padding: 80px 0;
}

.menulist article {
    margin-top: 80px;
}

.menulist h2 {
    font-size: 200%;
    letter-spacing: 8px;
    text-align: center;
}

.menulist h2:after {
    background-color: #fff;
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    margin: 25px auto 0;
}

.menulist .acc {
    padding-top: 30px;
    display: none;
}

.menulist table {
    margin-left: auto;
    margin-right: auto;
}

#map {
    width: 100%;
    height: 450px;
}

.rise {}

.z_index {
    position: absolute;
    z-index: 999;
}


/**
  1200px対応
**/

article>section {
    width: 100%;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

section {
    font-weight: 400;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.wrapper-share {
    width: auto;
    margin: 0px auto;
    position: relative;
}

.txt_vartical {
    float: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.line2 {
    width: 100%;
    height: 5px;
    background: url(../img/shared/line2.png) repeat-x top center;
}

.line3 {
    width: 100%;
    height: 5px;
    background: url(../img/shared/line3.jpg) repeat-x top center;
}

.tel_info {
    padding: 20px 0;
}

.tel_info .tel {
    padding: 10px 0;
  
}


.tel_info .deco_b {
    width: 50%;
    height: 23px;
    background: url(../img/shared/body_bg3.png) repeat top left;
    float: left;
    position: relative;
    clear: both;
}

.tel_info .deco_b img {
    position: absolute;
    top: 0;
    right: -30px;
}

.bnr_ani {
    background-size: contain;
    float: left;
    position: relative;
    margin-top: 20px;
}

.bnr_ani a {
    display: block;
}

.bnr_ani img {
    border: none;
}

.bnr_ani a:hover {
    background: none;
}

.bnr_ani a:hover img {
    visibility: hidden;
}

.deco1 {
    width: 50%;
    height: 108px;
    background: url(../img/shared/body_bg3.png) repeat top right;
    float: left;
    position: relative;
    clear: both;
}

.deco1 img {
    position: absolute;
    top: 0;
    right: -110px;
}

.deco2 {
    width: 50%;
    height: 23px;
    background: url(../img/shared/body_bg3.png) repeat top right;
    float: left;
    position: relative;
    clear: both;
}

.deco2 img {
    position: absolute;
    top: 0;
    right: -110px;
}

.deco3 {
    width: 50%;
    height: 108px;
    background: url(../img/shared/body_bg3.png) repeat top left;
    float: right;
    position: relative;
    clear: both;
}

.deco3 img {
    position: absolute;
    top: 0;
    left: -110px;
}

.deco4 {
    width: 50%;
    height: 23px;
    background: url(../img/shared/body_bg3.png) repeat top left;
    float: right;
    position: relative;
    clear: both;
}

.deco4 img {
    position: absolute;
    top: 0;
    left: -110px;
}

.global-header {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999999999;
	color:#47321e;
	background: url(../img/shared/nav-bg.png) repeat center;

}
h1.title {
	font-size: 9px !important;
	text-align: center;
	padding: 3px 0 1px;
	color: #fff;
	font-weight:normal;
	/* border-bottom:1px solid rgba(158,130,103,0.4); */
	margin: 0;
	padding: 0;
	/* letter-spacing: 1px; */
	-webkit-text-size-adjust: none;
	word-spacing: normal;
	line-height: 2;
	display:block;
	background: url(../img/shared/nav-bg.png) repeat center;
}
.h-logo{
	width: 100%;
	background: url(../img/shared/nav-bg.png) repeat center;
	text-align: center;
}
.h-logo img{
	width: 200px;
	margin:auto;
}
/*navi*/
.global-header p {
	margin-bottom: 0;
}
.global-header a {
	text-decoration: none;
}
.global-header .logo {
	position: absolute;
	top:25px;
	left: 10px;
	z-index: 100;
}
.global-header p.logo a{
	display: inline-table;
}
.global-header p.logo a img{
	width: 125px;
	height:auto;
}
.topnavi {
	text-align: right;
	height: 100%;
	margin-top: 5px;
	margin-bottom:1px;
}
.topnavi > li a, #menu_btn {
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 12px;
	height: 100%;
	padding: 10px 0;
	width: 55px;
	letter-spacing: 1px;
	font-weight: bold;
	color:#fff;
}
.topnavi > li a:before {
	width: 100%;
	padding-bottom: 4px;
	font-size: 14px !important;
	margin: 0;
}
#menu_btn:before, #menu_btn:after, #menu_btn span:before {
	content: '';
}
#menu_btn span:before, #menu_btn:before, #menu_btn:after {
	height: 3px;
	display: block;
	background: #fff;
	width: 32px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	margin-left: 15px;
}
#menu_btn:before {
	top: 11px;
}
#menu_btn span:before {
	top: 17px;
}
#menu_btn:after {
	bottom: 24px;
}
#menu_btn span {
	display: block;
	padding-top: 15px;
	color: #fff;
}
#menu_btn.active:before {
	animation: squishTop 0.5s ease;
	-webkit-animation: squishTop 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.active span:before {
	animation: disappear 0.5s ease;
	-webkit-animation: disappear 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.active:after {
	animation: squishBottom 0.5s ease;
	-webkit-animation: squishBottom 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive:before {
	animation: squishTopRev 0.5s ease;
	-webkit-animation: squishTopRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive span:before {
	animation: dissappearRev 0.5s ease;
	-webkit-animation: dissappearRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive:after {
	animation: squishBottomRev 0.5s ease;
	-webkit-animation: squishBottomRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/******* Menu *****/
#menu-moblie { background:url(../img/share/nav_bg.png) repeat-x center top}

.topnavi {
	text-align: right;
	height: 100%;
	margin-bottom:0px;
	display:block
}
.topnavi > li {
	display: inline-block;
	position: relative;
	margin-left: -4px;
	vertical-align: top;
	width: 31%;
}
.topnavi > li a, #menu_btn {
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 12px;
	height: 100%;
	padding: 10px 0;
	width: 45px;
	letter-spacing: 1px;
	font-weight: bold;
	color:#fff;
	margin:auto;
}
.topnavi > li a:before {
	width: 100%;
	padding-bottom: 4px;
	font-size: 14px !important;
	margin: 0;
}
#menu_btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 62px;
	top: 0px;
	line-height: 11px;
	padding: 14px 0 10px;
	margin:auto;
}

#menu_btn:before, #menu_btn:after, #menu_btn span:before {
	content: '';
}
#menu_btn span:before, #menu_btn:before, #menu_btn:after {
	height: 3px;
	display: block;
	background: #fff;
	width: 32px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	margin-left: 15px;
}
#menu_btn:before {
	top: 11px;
}
#menu_btn span:before {
	top: 17px;
}
#menu_btn:after {
	bottom: 24px;
}
#menu_btn span {
	display: block;
	padding-top: 15px;
	color: #fff;
}
#menu_btn.active:before {
	animation: squishTop 0.5s ease;
	-webkit-animation: squishTop 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.active span:before {
	animation: disappear 0.5s ease;
	-webkit-animation: disappear 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.active:after {
	animation: squishBottom 0.5s ease;
	-webkit-animation: squishBottom 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive:before {
	animation: squishTopRev 0.5s ease;
	-webkit-animation: squishTopRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive span:before {
	animation: dissappearRev 0.5s ease;
	-webkit-animation: dissappearRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
#menu_btn.inactive:after {
	animation: squishBottomRev 0.5s ease;
	-webkit-animation: squishBottomRev 0.5s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
* {
	box-sizing: border-box;
}


#heade .wrap p {
	margin-bottom: 0;
}
#heade .wrap a {
	text-decoration: none;
}

.menu_box{
	position: fixed;
	bottom:50px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index:99999;
	background:rgba(229,216,195,0.95);
	/*-webkit-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 50px -10px rgba(0,0,0,0.5);*/
	display: none;
	text-align:left;
}

.menu_box ul {
	padding: 0;
	margin: 0px 0px 0px;
  list-style-type:none;
  list-style-position:outside;
}

.menu_box ul li {position: relative;}

.menu_box ul li a {
	display: block;
	text-decoration: none;
	line-height: 18px;
	color:#47321e;
	padding:15px;
	border-bottom:dashed 1px rgba(71,50,30,0.5);
	position:relative;
	text-align: center;
}	

.menu_box ul li:last-child a{
	border:none;
}

.menu_box ul li a:after{
	content:'\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	right:12px;
	top:16px;
	opacity:0.6;
}

.menu_box ul li.h-tel{
	text-align: center;
	font-size: 20px;
}
.menu_box ul ul{
	margin-top:0;
}


.menu_box ul  ul li a{
	padding-left:30px;
}

.menu_box ul li a span{
	color:#539e9e;
	padding-left:10px;
	font-size:11px;
}

#close_btn{
	background: url(../img/shared/nav-bg.png) repeat center;
	text-align:center;
	/* background-image: url(../img/shared/bg.jpg); */
	font-size:16px;
	line-height:18px;
	padding:12px 0 10px;
	margin:0;
	font-weight:normal;
	display: block;
	color:#fff;
	cursor:pointer;
}


@-webkit-keyframes squishTop {
  0% {
    top: 11;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;
	height:2px;
	width:18px;  
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes squishTop {
  0% {

    top: 11;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes squishBottom {
  0% {
    top: 24px;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;  
	height:2px;
	width:18px;  
	margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes squishBottom {
  0% {
    top: 24px;
	height:3px;
	width:32px;
	margin-left:15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50%, 75% {
    top: 19px;
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes disappear {
  0%{
    opacity: 1;
	height:3px;
	width:32px;
	margin-left:15px;
	top:17px;
  }
  
  50%, 75% {
    opacity: 0;
	height:2px;
	width:18px;
	margin-left:22px;
	top:19px;
  }
  
  100% {
	opacity: 0;  
	height:2px;
	width:18px;  
    margin-left:22px;
	top:19px;
  }
}

@keyframes disappear {
  0%{
    opacity: 1;
	height:3px;
	width:32px;
	margin-left:15px;
	top:17px;
  }
  
  50%, 75% {
    opacity: 0;
	height:2px;
	width:18px;
	margin-left:22px;
	top:19px;
  }
  
  100% {
	opacity: 0;  
	height:2px;
	width:18px;  
    margin-left:22px;
	top:19px;
  }
}

@-webkit-keyframes squishBottomRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;   
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 
  }
  100% {
    top: 24px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 24px !important;
  }
}

@keyframes squishBottomRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50%, 75% {
	 top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

  }
  100% {
    top: 24px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes squishTopRev {
  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes squishTopRev {

  0% {
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%, 75% {
    top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 11px;  
	height:3px;
	width:32px;
	margin-left:15px; 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes dissappearRev {
  0%{
	top: 19px;  

	height:2px;
	width:18px;
	margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
	opacity: 0;
  }
  
  100% {
	top: 17px;  
	height:3px;
	width:32px;
	margin-left:15px;  
    opacity: 1;
  }
}

@keyframes dissappearRev {
  0%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;  
    opacity: 0;
  }
  
  50%, 75%{
	top: 19px;  
	height:2px;
	width:18px;
	margin-left:22px;
	opacity: 0;
  }
  
  100% {
	top: 17px;  
	height:3px;
	width:32px;
	margin-left:15px;  
    opacity: 1;
  }
}
/*navi*/

@media screen and (width: 320px){
	#footer {
	
	    background-position: 0 611px, 0;
}

}

.kakomi-box9 {
 margin: 15px auto;
 padding: 15px;
 width: 100%;
 border: 5px dotted #f09199; /*太さ・線種・色*/
 background-color: #fff; /* 背景色 */
 border-radius: 1px; /*角の丸み*/
 text-align: center;
}
