@charset "UTF-8";
/*-------------------------------------------------------------------
	base
-------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}
body {
	font-family: "Mplus 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "メイリオ", Meiryo;
	font-size: 14px;
	color: #3e3a3a;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	position: relative;
}
body.open {
  overflow: hidden;
}
.spOnly{
	display: none!important;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
a {
	color: #ca632b;
	text-decoration: none;
}
a:hover {
  opacity: 0.6;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
}
.layout_end {
	clear: both;
	float: none;
}

@media screen and (max-width: 768px) {
body {
　min-width: 320px;
  font-size: 14px;
  line-height: 1.6;
}
.pcOnly{
	display:none!important;
}
.spOnly{
	display:block!important;
}
}



/*-------------------------------------------------------------------
	common
-------------------------------------------------------------------*/
#content {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.contentIn, .headerIn {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
}

.contentIn:after, .headerIn:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .contentIn, .headerIn {
    width: auto;
    padding-left: 6px;
    padding-right: 11px;
  }
}

@media print, screen and (min-width: 769px) {
  .contentIn.w920, .w920.headerIn {
    max-width: 940px;
  }
}

/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 0px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 997;
}

@media screen and (max-width: 768px) {
  #header {
	height: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }
}

.hLogo {
	float: left;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .hLogo {
    margin: 2px 0 0 0;
  }
}

.hLogo a {
	display: block;
	background: url(../img/_common/cmn_logo_pc.png) no-repeat left top;
	background-size: contain;
	text-indent: -9999px;
	width: 175px;
	height: 40px;
}

@media screen and (max-width: 768px) {
  .hLogo a {
	background: url(../img/_common/cmn_logo_sp.png) no-repeat left top;
	background-size: contain;
	width: 135px;
	height: 27px;
	margin-top: 9px;
  }
}

.hBtn {
	float: right;
	margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .hBtn {
    margin-right: 36px;
  }
}

.hBtn a {
	width: 289px;
	height: 70px;
	display: block;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/_common/hd_btn01.gif);
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 768px) {
  .hBtn a {
	width: 125px;
	height: 48px;
	background-image: url(../img/_common/hd_btn01_sp.gif);
	background-repeat: no-repeat;
	background-position: center center;
  }
}

.navBtn {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 57px;
	height: 57px;
	cursor: pointer;
	outline: none;
	background-color: rgba(255,255,255,0.7);
	padding-top: 19px;
	padding-right: 14px;
	padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .navBtn {
	width: 48px;
	height: 48px;
	right: 10px;
	top: 10px;
	background-color: rgba(255,255,255,0.95);
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 14px;
  }
}



.menu_shop_bt {
	position: absolute;
	top: 16px;
	right: 85px;
	width: 217px;
	height: 57px;
	cursor: pointer;
	outline: none;
}
.menu_shop_bt img {
	width: 100%;
}

@media screen and (max-width: 768px) {
.menu_shop_bt {
	width: 117px;
	height: 48px;
	right: 64px;
	top: 10px;
  }
}


/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	margin-bottom: 180px;
	padding-top: 30px;
}
.footer_address {
	margin-right: auto;
	margin-left: auto;
	max-width: 1250px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
	line-height: 24px;
}
.footer_button {
	margin-right: auto;
	margin-left: auto;
	max-width: 1250px;
	padding-right: 25px;
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 60px;
}
.footer_button:before,
.footer_button:after {
    content: "";
    display: table;
}
.footer_button:after {
    clear: both;
}
.footer_button {
    zoom: 1;
}


@media screen and (max-width: 768px) {
#footer {
	margin-bottom: 100px;
	padding-top: 4%;
}
.footer_button {
	padding-right: 6%;
	padding-left: 6%;
	margin-bottom: 6%;
}
}


.footer_address001-01 {
	width: 100%;
	overflow: hidden;
}
.footer_address001-01:before,
.footer_address001-01:after {
    content: "";
    display: table;
}
.footer_address001-01 {
    clear: both;
}
.footer_address001-01 {
    zoom: 1;
}

.footer_address001-02 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.footer_address001-03 {
	float: left;
	width: 73px;
	margin-right: 20px;
}
.footer_address001-03 img {
	width: 100%;
}
.footer_address001-04 {
	float: left;
}
.footer_address001-05 {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
.footer_address001-02 {
	margin-bottom: 3%;
	padding-bottom: 3%;
}
.footer_address001-03 {
	float: none;
	width: 80px;
	margin-right: none;
	margin-bottom: 1%;
}
.footer_address001-04 {
	float: none;
}
.footer_address001-05 {
	margin-top: 6%;
}
}






/*-------------------------------------------------------------------
	ページタイトル
-------------------------------------------------------------------*/
.page_title01 {
	font-size: 42px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.page_title00 {
	height: 300px;
	text-align: center;
}

@media screen and (max-width: 768px) {
.page_title01 {
	width: 100%;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.page_title00 {
	height: 120px;
	text-align: center;
}
.page_title02 {
	width: 130px;
}
}


/*-------------------------------------------------------------------
	animation
-------------------------------------------------------------------*/
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.jsAnimate {
  opacity: 0;
}

.jsFadeRight {
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.jsFadeLeft {
  -ms-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.jsFadeStart {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s;
}

.jsFadeStart.jsFadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.jsFadeStart.jsFadeRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.jsFadeStart.jsFadeLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@media print, screen and (min-width: 769px) {
  .interviewList01 li:nth-child(4n-3) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
  .interviewList01 li:nth-child(4n-2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .interviewList01 li:nth-child(4n-1) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .interviewList01 li:nth-child(4n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media screen and (max-width: 768px) {
  .interviewList01 li:nth-child(odd) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
  .interviewList01 li:nth-child(even) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}


/*-------------------------------------------------------------------
	btn
-------------------------------------------------------------------*/
.btnStyle01, .btnStyle02 {
  display: block;
  width: 211px;
  margin: 35px auto 0;
  padding: 6px 0 6px 17px;
  color: #fff;
  font-size: 18px;
  border: solid 1px #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btnStyle01, .btnStyle02 {
    width: 36.84895833333333%;
    max-width: 283px;
    padding: 3px 0 3px 17px;
    font-size: 13px;
  }
}

.btnStyle01:before, .btnStyle02:before {
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 17px;
  bottom: 0;
  background: url(../img/_common/cmn_ico_arrow01.png) no-repeat;
}

@media screen and (max-width: 768px) {
  .btnStyle01:before, .btnStyle02:before {
    left: 12px;
  }
}

.btnStyle01:hover, .btnStyle02:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}

.btnStyle01:hover:before, .btnStyle02:hover:before {
  background: url(../img/_common/cmn_ico_arrow02.png) no-repeat;
}
.btnStyle02 {
  background-color: #ff8a00;
}

.btnStyle02:hover {
  color: #fff;
  background-color: #ff8a00;
  opacity: .6;
}

.btnStyle02:hover:before {
  background: url(../img/_common/cmn_ico_arrow01.png) no-repeat;
}


/*-------------------------------------------------------------------
	main_menu
-------------------------------------------------------------------*/

#main_menu {
	position: relative;
	color: #fff;
	background-color: #542c1e;
}
.close-main_menu {
	position: absolute;
	right: 3px;
	top: 20px;
	font-size: 18px;
	cursor: pointer;
}
.close-main_menu img {
	height: 70%;
	width: 70%;
}
@media screen and (max-width: 768px) {
#main_menu {
	background-image: none;
}
.close-main_menu {
	right: 6px;
	top: 13px;
}
.close-main_menu img {
	height: 85%;
	width: 85%;
}
}

.modal-content {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 135%;
	padding-top: 10%;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main_menu .logo {
	margin-top: 15px;
	margin-left: 20px;
	height: 40px;
	width: 174px;
}
#main_menu .modal-content ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b48c7e;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
}
#main_menu .modal-content ul .home_icon {
	background-image: url(../img/_common/home_icon.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

ul li {
    list-style: none;
    cursor:pointer;
}
.close{
    display: none;
}
#main_menu .modal-content ul #accordion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3969c;
}
#main_menu .modal-content ul #accordion ul li {
	border-bottom-style: none;
	margin-bottom: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#main_menu .modal-content ul #accordion > .menu_info {
	border-bottom-width: 0px;
	margin-bottom: 0px;
	background-image: url(../img/_common/bt_icon2_pc.png);
	background-repeat: no-repeat;
	background-position: left 14px;
}
#main_menu .modal-content ul #accordion .menu_info:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
#main_menu .modal-content ul #accordion > .menu_info {
	border-bottom-width: 0px;
	margin-bottom: 0px;
	background-image: url(../img/_common/bt_icon2_sp.png);
	background-repeat: no-repeat;
	background-position: left 9px;
}
}



@media screen and (max-width: 768px) {
#main_menu {
	background-size:contain;
}
.close-main_menu {
	height: 48px;
	width: 48px;
}
#main_menu .logo {
	margin-top: 16px;
	margin-left: 5%;
	height: 32px;
	width: 130px;
}
.modal-content {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 115%;
	padding-top: 6%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}
#main_menu .modal-content ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3969c;
	padding-bottom: 2%;
	margin-top: 2%;
	padding-left: 10px;
}
#main_menu .modal-content ul .home_icon {
	background-image: url(../img/_common/home_icon_sp.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

	
}


/*-------------------------------------------------------------------
	button
-------------------------------------------------------------------*/

.button01 {
	position: relative;
	background-color: #003b6e;
	text-align: center;
	width: 100%;
	height: 70px;
	border: 0px solid #c42b2d;
}
.button01 a {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 16px;
}
.button01 a:hover {
	background: rgba(0,21,39,0.9);
}
.button02 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 70px;
}
.button02 a {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 16px;
	border: 1px solid #FFFFFF;
}
.button02 a:hover {
	background: rgba(0,0,0,0.5);
	border: 1px solid #b5b5b5;
}

.button03 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 157px;
	background-image: url(../../images/top/top_o11.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.button03 a {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	font-size: 30px;
	line-height: 100%;
	color: #FFFFFF;
	padding-top: 43px;
}
.button03 a:hover {
	background-image: url(../../images/top/top_o12.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.button04 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 157px;
	background-image: url(../../images/top/top_o13.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.button04 a {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
	padding-top: 43px;
}
.button04 a:hover {
	background-image: url(../../images/top/top_o14.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.button05 {
	position: relative;
	background: rgba(133,40,59,0.8);
	text-align: center;
	width: 100%;
	height: 70px;
}
.button05 a {
	position: absolute;
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 16px;
	border: 1px solid #ffffff;
}
.button05 a:hover {
	background: rgba(86,27,39,0.8);
	border: 1px solid #bcbcbc;
}


@media screen and (max-width: 768px) {
	
.button01 {
	width: 100%;
	height: 50px;
}
.button01 a {
	font-size: 105%;
	padding-top: 12px;
}
.button02 {
	width: 100%;
	height: 50px;
}
.button02 a {
	font-size: 105%;
	padding-top: 12px;
}

.button03 {
	height: 70px;
}
.button03 a {
	font-size: 120%;
	padding-top: 15px;
}
.button04 {
	height: 70px;
}
.button04 a {
	font-size: 120%;
	padding-top: 10px;
}
.button05 {
	width: 100%;
	height: 50px;
}
.button05 a {
	font-size: 80%;
	padding-top: 12px;
}

}


/*-------------------------------------------------------------------
	bottom PAGE TOP
-------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 77%;
	z-index: 30;
}
#page-top a {
	background: rgba(89,50,37,0.9);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 18px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: rgba(65,29,17,0.9);
}


/*-------------------------------------------------------------------
	main menu toggle
-------------------------------------------------------------------*/


.nav > li.arrow > button {
	left: 0;
	border: 0;
	background: none;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}

.nav > li.arrow > button:hover {
  opacity: 0.7;
}

.nav > li.arrow.active > button {
  transform: rotate(90deg);
}

.nav02 {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out,visibility 0.5s ease-in-out;
}

.nav02.active {
  max-height: 1000px;
}

.nav02 > li > a {
  display: inline-block;
}
#main_menu .modal-content .nav .arrow .nav02 .nav03 {
	border-bottom-width: 0px;
}
#main_menu .modal-content .nav .arrow span:hover {
  opacity: 0.7;
}


.nav > li.arrow > ul.nav02 > li.nav04 > button {
	left: 0;
	border: 0;
	background: none;
	outline: 0;
	z-index: 10;
	cursor: pointer;
	transition: all .3s;
}
.nav > li.arrow > ul.nav02 > li.nav04 > button:hover {
  opacity: 0.7;
}

.nav > li.arrow > ul.nav02 > li.nav04.active > button {
  transform: rotate(90deg);
}


#main_menu .modal-content .nav .arrow .nav02 .nav04 {
	border-bottom-width: 0px;
}


.nav03 span {
color: #ff0009;
font-weight: bold;
margin-left: 7px;
}
@media screen and (max-width: 768px) {
.nav02 > li > a {
  }
}


.main_menu_left {
	float: left;
	width: 38%;
}
.main_menu_right {
	float: right;
	width: 58%;
}
@media screen and (max-width: 768px) {
.main_menu_right {
	float: none;
	width: 100%;
}
	
}

.main_menu_right a {
	color:#fff;
}
.main_menu_left_logo {
	width: 180px;
	margin-top: 17px;
}
.main_menu_left_logo img {
	width: 90px;
}

.net_shop_bt{
	width: 80%;
	height: 50px;
	border: 1px solid #e3c6bb;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.net_shop_bt a{
  font-family:arial;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.net_shop_bt_eff{
	width: 100%;
	height: 50px;
	bottom: -52px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.net_shop_bt:hover .net_shop_bt_eff{
  bottom:0;
}
.net_shop_bt:hover a{
  color:#994a2a;
}

@media screen and (max-width: 768px) {
.net_shop_bt{
	width: 100%;
	float: left;
	margin-top: 25px;
}
}
	

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
}
@media screen and (max-width: 768px) {
.menu-trigger {
  position: relative;
  width: 20px;
  height: 18px;
}
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(65,29,17,0.8);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*-------------------------------------------------------------------
	button　pattern
-------------------------------------------------------------------*/

.bttype01{
	width: 240px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
}
.bttype01 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: -1px;
	right: 0;
	bottom: 0;
	left: 0;
}
.bttype01_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype01:hover .bttype01_eff{
  bottom:0;
}
.bttype01:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype01{
	width: 85%;
	height: 35px;
	margin-top: 5px;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
}
.bttype01 a{
	color: #532217;
	line-height: 35px;
}
.bttype01:hover a{
	background-color: #532217;
}
}


.bttype02{
	width: 100%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
}
.bttype02 a{
  font-size:14px;
  color:#000;
  text-decoration:none;
  line-height:70px;
  transition:all .5s ease;
  z-index:2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bttype02_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype02:hover .bttype02_eff{
  bottom:0;
}
.bttype02:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype02{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
}
.bttype02 a{
	color: #532217;
	line-height: 35px;
}
.bttype02:hover a{
	background-color: #532217;
}
}


.bttype03{
	width: 19%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 1.25%;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: left;
}
.bttype03 a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bttype03_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype03:hover .bttype03_eff{
  bottom:0;
}
.bttype03:hover a{
  color:#fff;
}
.bttype032{
	width: 19%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: left;
}
.bttype032 a{
	font-size: 13px;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bttype032_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype032:hover .bttype032_eff{
  bottom:0;
}
.bttype032:hover a{
  color:#fff;
}

figure {
  position: relative;
  overflow: hidden;
}
figcaption {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	top: -100%;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}

.bttype04{
	width: 240px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: left;
}
.bttype04 a{
  font-size:14px;
  color:#000;
  text-decoration:none;
  line-height:70px;
  transition:all .5s ease;
  z-index:2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bttype04_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype04:hover .bttype04_eff{
  bottom:0;
}
.bttype04:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype04{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.bttype04 a{
	color: #532217;
	line-height: 35px;
}
.bttype04:hover a{
	background-color: #532217;
}
}


.bttype05{
	width: 240px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: right;
}
.bttype05 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: 1px;
	right: 0;
	bottom: 0;
	left: 0;
}
.bttype05_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype05:hover .bttype05_eff{
  bottom:0;
}
.bttype05:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype05{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.bttype05 a{
	color: #532217;
	line-height: 35px;
}
.bttype05:hover a{
	background-color: #532217;
}
}


.bttype06{
	width: 240px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	display: flex;
	float: left;
}
.bttype06 a{
  font-size:14px;
  color:#fff;
  text-decoration:none;
  line-height:70px;
  transition:all .5s ease;
  z-index:2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bttype06_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(255,255,255,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype06:hover .bttype06_eff{
  bottom:0;
}
.bttype06:hover a{
  color:#000;
}
@media screen and (max-width: 768px) {
.bttype06{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.bttype06 a{
	color: #532217;
	line-height: 35px;
}
.bttype06:hover a{
	background-color: #532217;
}
}


.bttype07{
	width: 240px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: left;
}
.bttype07 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 70px;
	transition: all .5s ease;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: -1px;
}
.bttype07_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype07:hover .bttype07_eff{
  bottom:0;
}
.bttype07:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype07{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.bttype07 a{
	color: #532217;
	line-height: 35px;
}
.bttype07:hover a{
	background-color: #532217;
}
}


.bttype08{
	width: 320px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #532217;
	display: flex;
	float: left;
}
.bttype08 a{
  font-size:14px;
  color:#000;
  text-decoration:none;
  line-height:70px;
  transition:all .5s ease;
  z-index:2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bttype08_eff{
	width: 100%;
	height: 70px;
	bottom: -70px;
	background: rgba(83,34,23,0.9);
	position: absolute;
	transition: all .5s ease;
	z-index: 1;
}
.bttype08:hover .bttype08_eff{
  bottom:0;
}
.bttype08:hover a{
  color:#fff;
}
@media screen and (max-width: 768px) {
.bttype08{
	width: 85%;
	height: 35px;
	margin-top: 3%;
	border: 1px solid #532217;
	background-color: #fff;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.bttype08 a{
	color: #532217;
	line-height: 35px;
}
.bttype08:hover a{
	background-color: #532217;
}
}


/*-------------------------------------------------------------------
	main menu 内アニメーション
-------------------------------------------------------------------*/


.menu_an {
	-webkit-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.menu_an.m_fadein {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menu_ana {
	-webkit-transition: all 1s ease 1.4s;
	-moz-transition: all 1s ease 1.4s;
	-ms-transition: all 1s ease 1.4s;
	-o-transition: all 1s ease 1.4s;
	transition: all 1s ease 1.4s;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.menu_ana.m_fadein {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menu_anb {
	-webkit-transition: all 1s ease 1.6s;
	-moz-transition: all 1s ease 1.6s;
	-ms-transition: all 1s ease 1.6s;
	-o-transition: all 1s ease 1.6s;
	transition: all 1s ease 1.6s;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.menu_anb.m_fadein {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
@media screen and (max-width: 768px) {
.menu_anb {
	-webkit-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
	-ms-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
}
}



/*-------------------------------------------------------------------
	top　main visual scroll button
-------------------------------------------------------------------*/

.topscrollbt {
	position: absolute;
	display: inline-block;
	padding-top: 35px;
	margin-top: 10px;
	color: #FFF;
	margin-left: 5px;
}
.topscrollbt span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 35px;
  margin-left: -10px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.topscrollbt span::before {
  position: absolute;
  top: 4px;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
.topscrollbt {
	margin-left: 44%;
}
}


/*-------------------------------------------------------------------
	れすとらん八家スライダー
-------------------------------------------------------------------*/
.swiper-wrapper {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-container .rsslide_caption {
	position: absolute;
	z-index: 10;
	top: 0px;
	height: 100%;
	width: 100%;
}
.rsslide_captionimg {
	height: 85%;
}
.rsslide_area {
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	max-width: 1250px;
	height: 100%;
}



/*-------------------------------------------------------------------
	区切り線
-------------------------------------------------------------------*/

.hachiya_separator {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.hachiya_separator01 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 80px;
}
.separator_line01 {
	line-height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	width: 164px;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.separator_line02 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
.hachiya_separator {
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}
.hachiya_separator01 {
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
}
}


/*-------------------------------------------------------------------
	100周年
-------------------------------------------------------------------*/

.hachiya_100th {
  margin-right: auto;
  margin-left: auto;
  max-width: 238px;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden; 
  zoom: 1; }

@media screen and (max-width: 768px) {
  .hachiya_100th {
    max-width: 200px;
    padding-right: 6%;
    padding-left: 6%; }
}

.hachiya_sec6-01-100th {
  padding-top: 60px;
  padding-bottom: 60px; 
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5; }
@media screen and (max-width: 768px) {
  .hachiya_sec6-01-100th {
    padding-top: 6%;
    padding-bottom: 6%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e5e5e5; }
}
    
.menu_banner2019 {
    width: 80%;
    margin-top: 279px;
}
@media screen and (max-width: 768px) {
.menu_banner2019 {
    width: 100%;
    margin-top: 20px;}
.menu_logo_sp2019 {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 7%;
}
.menu_logo_sp2019 img {
    width: 90px;
}
}


/*-------------------------------------------------------------------
	ページタイトル内ロゴ2つ
-------------------------------------------------------------------*/

.hachiya_page_title-4 {
	width: 209px;
	height: 106px;
	padding-top: 22px;
	padding-left: 20px;
}
.hachiya_page_title-4 img {
	width: 94px;
}

@media screen and (max-width: 768px) {
.hachiya_page_title-4 {
	height: 35px;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;
	left: 10px;
	top: 17px;
	bottom: auto;
	position: absolute;
}
.hachiya_page_title-4 img {
	width: 75px;
}
}


/*-------------------------------------------------------------------
	メインメニュー内季節のバナー
-------------------------------------------------------------------*/

/*↓↓メインメニューバナーなし↓↓
.specialseason-banner {
width: 80%;
padding-top: 235px;
padding-bottom: 14px;
}
*/

.specialseason-banner {
width: 80%;
padding-top: 130px;
padding-bottom: 14px;
}

.specialseason-banner_sp {
	width: 100%;
	margin-top: 35px;
	line-height: 0px;
}