﻿/*
-------------------------------------------------------

 initialization

-------------------------------------------------------
*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;}
li { list-style: none;}
table,tr,th,td {border-collapse: collapse;}
img { vertical-align: top;border: none;}

/*
-------------------------------------------------------

 basic

-------------------------------------------------------
*/
html {
  height: 100%;
  overflow-y: scroll;}
body {
  height: 100%;
  color: #000000;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.0;
  *font-size: 100%;
  word-break: break-all;
   -webkit-text-size-adjust: 100%;}
html.osMac body, body.osMac {
  font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;}
body.en {
  word-break: normal;}
a, a img {
  outline: none;}
a:link, a:visited { text-decoration: none;}
a:hover, a:active  { text-decoration: none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);}
.fix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;}
.fix{
  display: inline-block;}
* html .fix{
  height: 1%;}
.fix{
  display:block;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;}
.fl { float: left;}
.fr { float: right;}
p { background-image: url("../img/touka.gif");}
img { max-width: 100%;}

/*
-------------------------------------------------

  font

-------------------------------------------------
*/
@font-face {
  font-family: 'minS';
  src: url('../font/A-OTF-A1MinchoStd-Bold.otf');}
/*
-------------------------------------------------------

 common

-------------------------------------------------------
*/
#wrapper {
  position: relative;
  height: 100%;
  max-width: 2000px;
  min-width: 1200px;
  min-height: 768px;
  margin: 0 auto;}
.pnone {
  display: none;}
.spnone {
  display: inline-block;}
/*
-------------------------------------------------------

 side

-------------------------------------------------------
*/
#side {
  position: fixed;
  width: 20%;
  min-width: 240px;
  min-height: 768px;
  height: 100%;
  background: url('../img/bg_side.jpg') no-repeat top left;
  z-index: 999; }
#side .first_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10% 0;}
#side .first_flex figure {
  width: 120px;
  margin: 0 auto 50px;
  text-align: center;}
#side .first_flex ul {
  text-align: center;
  color: #fff;}
#side .first_flex ul li+li {
  margin-top: 30px;}
#side .first_flex ul li a {
  display: inline-block;
  padding: 0 20px;
  font-family: 'minS';
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  position: relative; }
#side .first_flex ul li a:hover {
  color: #8a632e; }
#side .first_flex ul li a::after {
  content: "";
  display: block;
  background: transparent;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
#side .first_flex ul li a:hover::after {
  background: #8A632E;
  background: -moz-linear-gradient(left,  rgba(138,99,46,0) 0%, rgba(138,99,46,1) 30%, rgba(138,99,46,1) 70%, rgba(138,99,46,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(138,99,46,0) 0%,rgba(138,99,46,1) 30%,rgba(138,99,46,1) 70%,rgba(138,99,46,0) 100%);
  background: linear-gradient(to right,  rgba(138,99,46,0) 0%,rgba(138,99,46,1) 30%,rgba(138,99,46,1) 70%,rgba(138,99,46,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a632e', endColorstr='#008a632e',GradientType=1 ); }
#side .first_flex ul li a.nolink {
  pointer-events: none;
  opacity: 0.3; }
#side .first_flex .info {
  padding: 0 20px;
  font-family: 'minS';
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.02em;
  color: #fff; }
/*
-------------------------------------------------------

 container

-------------------------------------------------------
*/
#container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  background: #000;}
#container .mv {
  width: 100%;
  height: 100%;
  padding: 50px;
  background: url('../img/bg_mv.jpg') no-repeat top left;
  background-size: cover;}
#container .mv .contents {
  position: relative;
  width: 100%;
  height: 100%;}
#container .mv .contents .logo {
  width: 120px;}
#container .mv .contents .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
#container .mv .contents .txt img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;}
#container .mv .contents .pcnone {
  display: none;}
.copy {
  padding: 20px 20px 20px 0;
  text-align: right;
  font-family: 'minS';
  font-size: 12px;
  color: #5f5c66;}

.under_contents {
  padding-left: 20%;
  position: relative;
  background: #000;}

	.under_contents {
		color: #fff;
		font-size: 18px;
	}

	.under_contents h2 {
		text-align: center;
		padding: 100px 0 80px;
	}

	.under_contents ul.flex_wrap {
		display: flex;
		justify-content: space-between;
		width: 1180px;
		margin: 0 auto;
		font-family: 'minS';
		letter-spacing: 0.05em;
	}

	.under_contents ul.flex_wrap ul {
		display: flex;
		justify-content: space-evenly;
		margin: 30px 18px 94px;
		padding: 60px 0;
		border-top: 1px solid #B99E58;
		border-bottom: 1px solid #B99E58;
		align-items: center;
		min-height: 28.5svh;
	}

	.under_contents ul.flex_wrap ul li {
		min-width: 32%;
		line-height: 2;
	}

	.under_contents ul.flex_wrap ul li:nth-child(1) {
		position: relative;
		display: inline-block;
	}

	.under_contents ul.flex_wrap ul li:nth-child(1)::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 108px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.under_contents ul.flex_wrap ul li a {
		color: #fff;
		position: relative;
	}

	.under_contents ul.flex_wrap ul li a::after {
		content: "";
		position: absolute;
		bottom: 0.2rem;
		right: -1.3rem;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

	.under_contents ul.flex_wrap ul li span {
		text-align: center;
		display: inline-block;
	}

	.under_contents ul.flex_wrap ul li span.zei {
		font-size: small;
	}

.under_contents .map {
  width: 100%;
  height: 340px;}

.under_contents .map iframe {
  width: 100%;
  height: 100%;}

.ftel {
  display: none;}

.under_contents .copy {
  background: url("../img/footer_bg.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
  color: #ffffff; }


/* TOPスライダー */
ul#js-slider-pc {
  margin-bottom: 80px;
}

.slider .slick-slide {
  width: 300px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slider div {
  transition: none;
}



/* sp */
@media (max-width: 767px) {

/*
-------------------------------------------------------

 common

-------------------------------------------------------
*/
#wrapper {
  max-width: 640px;
  min-width: 640px;
  min-height: 100%;}
.pnone {
  display: inline-block;}
.spnone {
  display: none;}

/*
-------------------------------------------------------

 side

-------------------------------------------------------
*/
#side {
  display: none;}
 #side .first_flex figure {
    width: 200px;}
/*
-------------------------------------------------------

 container

-------------------------------------------------------
*/
#container {
  height: 100svh;
  padding-left: 0;
}

#container .mv {
  padding: 30px 30px 0;
  background: url('../img/bg_mv_sp.jpg');
}

#container .mv .contents .logo {
  width: 200px;
}

#container .mv .contents .pcnone {
  display: block;
  position: absolute;
  right: 0;
  bottom: 100px;
}
#container .mv .contents .txt {
  top: 40%;
}
#container .mv .contents .txt img {
  width: 70%;
}
#container .mv .contents .pcnone figure {
  margin-right: -20px;
}

#container .mv .contents .pcnone p {
  margin-top: 40px;
  font-family: 'minS';
  font-size: 20px;
  line-height: 2.0;
  text-align: right;
  letter-spacing: 0.05em;
  color: #fff;
}

#container .mv .contents .pcnone p a {
  color: #fff;
}

.copy {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
}

.under_contents {
  font-size: 22px;
  padding: 0 0 110px;
}

.under_contents .map {
  width: 90%;
  margin: 0 auto 50px;
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
}

.under_contents ul.flex_wrap {
  width: 100%;
  flex-direction: column;
}

.under_contents ul.flex_wrap figure {
  text-align: center;
}

/* TOPスライダー */

.mv #js-slider-sp {
  left: -30px;
  width: calc(100% + 60px);
  bottom: 0 !important;
}

.ftel {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
}

.ftel a {
  display: table;
  width: 100%;
  height: 100px;
  background: url('../img/bg_tel.jpg') no-repeat;
  font-family: 'minS';
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
}

.ftel a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ftel a span i {
  position: relative;
  font-style: normal;
}

.ftel a span i:before {
  content: url('../img/icon_ftel.png');
  position: absolute;
  left: -40px;
}
}



.note {
  padding: 3%;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;}
.note .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;}

/* sp */
@media (max-width: 767px) {
.note {
  padding: 30px 40px;
  line-height: 1.8;}
.note .title {
  margin-bottom: 15px;
  font-size: 24px;}
.note .txt {
  font-size: 22px;}
}

.takeout {
  padding: 30px 0;
  text-align: center;}
/* sp */
@media (max-width: 767px) {
.takeout {
  padding: 0;}
.link_takeout {
  display: block;
  margin-left: 100px;
  padding: 20px 0;
  background: red;
  border-radius: 6px;
  font-size: 24px;
  text-align: center;
  background: #9a7928;
  color: #fff;
  font-weight: bold;
}
}


.topmenu {
  padding: 10% 5% 0;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.topmenu figure {
  width: 32%; }
.topmenu figure:nth-child(n+4) {
  margin-top: 2%; }

.menu_box04 span.role {
    display: inline-block;
    transform: rotate( 180deg );
    vertical-align: top;
}
/*
-------------------------------------------------------

 営業日カレンダー

-------------------------------------------------------
*/
div.calendar {
  margin-bottom: 80px;}
div.calendar figure img{
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  display: block;}
figure.calendar {
  margin-top: 20px;
}