/* fade */
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}
.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

.nav-anchor {
  position: absolute;
  top: -130px;
}
@media only screen and (max-width: 1000px) {
.nav-anchor {
  position: absolute;
  top: -86px;
}
}

.marker { background: linear-gradient(transparent 60%, #ff6 60%); }

.box-slide {
padding-top: 2em;
background-color: #64040e;
}

/* all */
body {
  line-height: 1.8;
  color: #333;
}
svg {
  vertical-align: bottom;
}
.txt-red { color: #7c1926; }
.txt-wht { color: #fff; }

.box-btn {
  display: flex;
  justify-content: space-around;
}
.btn {
  display: block;
    margin: 30px auto 0;
    width: auto;
  padding: 16px 12px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px #818181 solid;
}
.btn:hover {
  color: #333;
  opacity: 0.8;
  text-decoration: none;
}
.btn-txt {
    display: block;
    margin: 30px auto 0;
    background: #e94735;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
  line-height: 1.5;
    cursor: pointer;
  width: 320px;
  padding: 1em 0;
  }
  .btn-txt:hover {
    color: #fff!important;
    opacity: 0.8;
    text-decoration: none;
  }

.box-list { margin-top: 24px; }
.box-list li {
  margin-top: 8px;
  text-indent: -16px;
  padding-left: 16px;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9990;
}
.box-head-logo {
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 10px;
  background: #fff;
  height: 60px;
}
.head-logo { width: 150px; }
.head-logo, .head-logo img {
  height: 60px;
  display: block;
  margin: 0 auto;
}

/* btn-yoyaku */
 .btn-yoyaku-pc {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 76px;
    line-height: 76px;
    background: #e94735;
    color: #fff;
    padding: 0 2em;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
  }
  .btn-yoyaku-pc:hover {
    opacity: 0.8;
    transition: 0.2s;
    color: #fff;
  }
  .btn-yoyaku-sp { display: none; }
  @media only screen and (max-width: 1000px) {
    .btn-yoyaku-pc { display: none; }
    .btn-yoyaku-sp {
      width: 280px;
      text-align: center;
    display: block;
    background: #e94735;
    color: #fff;
    padding: 1em 2em;
      margin: 1em auto;
    cursor: pointer;
    text-decoration: none;
      border-radius: 3px;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  }
  }

/* gnav */
.box-gnav {
  margin: 0 auto;
  border-bottom: 1px #e6e6e6 solid;
  padding: 6px 0;
  font-family: 'Balthazar', serif;
  background: #fff!important;
}
.gnav {
  width: 750px;
  margin: 0 auto 0;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 9900;
}
.gnav .on span {
  display: block;
	width: 4px;
  height: 4px;
	border: 5px solid #b59b5e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -5px;
}
.gnav li {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  text-align: center;
}
.gnav li a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  transform: scale(1, 0.8);
}
.bdl { border-left: 1px #b59b5e solid; }
.gnav li a:hover {
  opacity: 0.8;
}

/*  */
.box-content {
  width: 750px;
  margin: 0 auto;
  padding: 0;
}
.box-content2 {
  width: 1050px;
	margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .box-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
	.box-content2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  /*.bdl { border-left: none; }*/
}

/* title */
.ttl-l {
  color: #b59b5e;
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
  font-family: 'Balthazar', serif;
  line-height: 1;
}
.ttl-cap {
  color: #333;
  font-size: 16px;
  display: block;
  margin-top: 0.3em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.ttl-m {
  font-size: 36px;
  text-align: center;
  padding-top: 60px;
  font-family: 'Balthazar', serif;
  transform: scale(1, 0.7);
  letter-spacing: 0.1em;
  font-weight: 100;
  line-height: 1.3;
}
.ttl-s {
  color: #4f8289;
  font-size: 20px;
  text-align: left;
  padding-top: 40px;
}

@media only screen and (max-width: 810px) {
  a.entry {
  width: 99% !important;
  margin: 20px 1px 1px 0;
  text-decoration: none;
  box-shadow: none;
  border: 1px #ccc solid;
}
  .entry-img {
  width: 100%;
  height: auto;
}
.entry-img img {
  width: 100%;
  height: auto;
}
  .box-gnav { display: none; }
}

/* navToggle */
.navToggle {
  display: none;
  position: fixed;    /* body */
  right: 0px;
  top: 0;
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
}
.navToggle span {
  display: block;
  position: absolute;    /* .navToggle */
  width: 30px;
  border-bottom: solid 3px #a6937c;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 16px;
}
.navToggle span:nth-child(3) {
  top: 23px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #a6937c;
  font-size: 9px;
  font-weight: bold;
  top: 30px;
}


.navToggle.active span:nth-child(1) {
  width: 30px;
  top: 18px;
  left: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  left: 14px;
  width: 30px;
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateX(105%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  margin: 0 0 0 auto;
  padding: 0;
  width: 360px;
  border-radius: 0 0 0 6px;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
nav.globalMenuSp ul li.submenu {
  font-size: 0.9em;
  padding: 0 0 0 1.1em;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
  font-family: 'Balthazar', serif;
  transform: scale(1, 0.8);
  letter-spacing: 0.1em;
}

nav.globalMenuSp.active {
  transform: translateY(0px);
  z-index: 9990;
}
@media only screen and (max-width: 1000px) {
  nav.globalMenuSp ul {
    width: 193px;
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0 !important;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
  }
  .navToggle span:nth-child(1) {
    top: 10px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 26px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #a6937c;
    font-size: 10px;
    top: 30px;
    margin-left: 0px;
  }
  .navToggle.active span:nth-child(1) {
    width: 30px;
    top: 18px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    width: 30px;
    top: 18px;
    left: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navToggle span {
    width: 30px;
    left: 22px;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    color: #2a2a2a;
    transform: translateX(105%);
    transition: all 0.6s;
    width: 90%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    background: #f9f7f1;
    margin-left: 10%;
  }
  .active { display: block!important; }
  nav.globalMenuSp ul {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  nav.globalMenuSp ul .btn-txt {
    width: 100%;
    transform: scale(1, 1);
    font-size: 14px;
  }
}

/* box-mainimg */
.ttl-pdlr { padding: 0 0.2em!important; }
.ttl-pdl { padding: 0 0 0 0.2em!important; }
.box-mainimg {
  background: url(../../img/mainimg.jpg) top center no-repeat;
  background-size: cover;
  height: 580px;
  position: relative;
}
.box-ttl {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-ttl span {
  line-height: 1.6;
  background: rgba(255,255,255,0.7);
  padding: 0;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.box-patch {
  position: relative;
  height: 480px;
}
.patch {
  position: absolute;
  display: inline-block;
  left: 1em;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  background: #e94735;
}
.patch-txt {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}
.patch01 {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  line-height: 1.3;
  text-align: center;
}
.txt120 { font-size: 36px; }
@media only screen and (max-width: 1000px) {
.box-ttl span { font-size: 28px; }
.patch {
  bottom: -120px;
	z-index: 9980;
}
}

/* box-copy */
.box-copy {
  padding: 60px 0;
  position: relative;
}
.copyimg-l {
  position: absolute;
  bottom: 1em;
  left: 50px;
  width: 23%;
}
.copyimg-l img { width: 100%; }
.copyimg-r {
  position: absolute;
  top: 1em;
  right: 50px;
  width: 20%;
}
.copyimg-r img { width: 100%; }
.hareus-logo { width: 160px; }

/* box-special-menu */
.box-special-menu {
  background: #f5f4f4;
  font-size: 0;
  padding-bottom: 60px;
  position: relative;
}
h3.ttl-menu {
  display: block;
}
.box-content .box-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.box-special-menu .box-content .box-flex:nth-child(odd) { flex-direction:row-reverse; }
.box-menu-txt {
  width: 320px;
}
.box-menu-ph {
  width: 400px;
}
.box-menu-ph p img { width: 100%!important; }
.menu-cap {
  display: block;
  color: #7c1926;
  font-size: 15px;
  font-family: 'Balthazar', serif;
  transform: scale(1, 0.8);
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
.menu-cap::first-letter { font-size: 18px; }
.menu-name {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.menu-copy {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.menu-txt {
  font-size: 15px;
  margin-top: 1em;
  text-align: justify;
}
@media only screen and (max-width: 1000px) {
  .box-content .box-flex {
  display: block;
}
  .box-menu-txt {
  width: 100%;
}
  .box-menu-ph {
  width: 100%;
}
/* box-copy */
.box-copy { font-size: 14px; }
.copyimg-l { display: none; }
.copyimg-r { display: none; }
}

.box-footlink { display: none; }
.bg-gly { background: #333!important; }

@media only screen and (max-width: 1000px) {
  .box-footlink {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
		z-index: 9985;
  }
  .box-footlink a {
    width: 100%;
    display: block;
    background: #e94735;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
  }
}

/* box-bread-menu */
.box-bread-menu {
  position: relative;
  height: 495px;
  background: url("../../img/bread_img.jpg") center bottom no-repeat;
  background-size: cover;
}
.bread-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.2);
  padding: 1em;
  color: #fff;
  letter-spacing: 0.2em;
  width: 400px;
  margin-left: -200px;
  text-align: center;
  font-size:20px;
  line-height: 1.3;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  .bread-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.2);
  padding: 1em;
  color: #fff;
  letter-spacing: 0.2em;
  width: 300px;
  margin-left: -150px;
  text-align: center;
  font-size:20px;
  line-height: 1.3;
  box-sizing: border-box;
}
}

/* box-season-menu */
.box-season-menu {
  min-height: 470px;
  background: url("../../img/season_img.png") center bottom no-repeat;
  background-size: cover;
  padding: 2em 0;
  display: flex;
}
.season-menu {
  background: rgba(255,255,255,0.85);
  padding: 0 2.3em 60px;
  margin: 0 auto;
  letter-spacing: 0.2em;
  width: 750px;
  box-sizing: border-box;
  align-items: center;
  text-align: justify;
}
.season-copy {
  font-size: 24px;
  text-align: center;
}
.season-txt { margin-top: 1em; }
@media only screen and (max-width: 1000px) {
  .season-menu { width: 90%; padding-bottom: 60px; }
  .season-copy { font-size: 18px; }
  .season-txt { font-size: 14px; }
}

/* box-drink-menu */
.box-drink-menu { background: #fff; padding-bottom: 60px; }
.box-drink-ph { width: 320px; }
.box-drink-txt { width: 400px; text-align: justify; }
.box-drink-menu .box-content .box-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.box-drink-ph p img { width: 100%!important; }
@media only screen and (max-width: 1000px) {
  .box-drink-menu .box-content .box-flex { display: block; }
  .box-drink-ph { width: 100%; }
  .box-drink-txt { width: 100%; }
}

/* box-chef */
.box-chef {
  background: #333;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}
.box-chef-ph { width: 320px; }
.box-chef-txt { width: 400px; text-align: justify; }
.box-chef .box-content .box-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.box-chef-ph p img { width: 100%!important; }
.chef-name {
  font-size: 22px;
  letter-spacing: 0.2em;
}
.chef-post {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.chef-txt {
  font-size: 14px;
  margin-top: 1em;
}
.box-chef .box-content .box-flex { flex-direction:row-reverse; }
@media only screen and (max-width: 1000px) {
  .box-chef .box-content .box-flex { display: block; }
  .box-chef-ph { width: 100%; }
  .box-chef-txt { width: 90%; }
}

/* .box-information */

/* タブ切り替え */
.tabs {
  width: 750px;
  padding: 40px 0 0;
  background-color: #fff;
  margin: 0 auto 3em;
}

/*タブのスタイル*/
.tab_item {
  width: calc(97%/4);
  height: 60px;
  background-color: #e6e6e6;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-algin: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 0.3% 6px;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item img {
  height: 44px;
  margin: 16px auto 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 1em 1.5em;
  clear: both;
  overflow: hidden;
  border: 1px #e6e6e6 solid;
  text-align: justify;
}
.tab_content_description { font-size: 14px; }

/*選択されているタブのコンテンツのみを表示*/
#t01:checked ~ #t01_content,
#t02:checked ~ #t02_content,
#t03:checked ~ #t03_content,
#t04:checked ~ #t04_content,
#t05:checked ~ #t05_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
  position: relative;
}
.tabs input:checked + .tab_item img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }

.tabs input:checked + .tab_item::after {
  position: absolute;
  top: 40px;
  left: 70px;
  content: url(../../img/triangle.png);
}
@media only screen and (max-width: 810px) {
  .tabs {
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
}
  .tab_item {
    height: 60px;
    font-size: 13px;
    display: inline-grid;
    align-items: center;
    line-height: 1.4;
  }
  .tab_item img {
  height: 24px;
  margin: 16px auto 0;
}
  .tabs input:checked + .tab_item::after {
  top: 50px;
  left: 20px;
}
}

/* box-information */
.box-imformation { position: relative; }

/* box-access */
.box-access {
  padding-bottom: 60px;
  position: relative;
}
.access-txt {
  text-align: center;
  font-size: 18px;
  margin-top: 16px;
}

/* box-faq */
.box-faq {
  background: #fffaed;
  padding-bottom: 60px;
  position: relative;
}
.table-price {
  border: 1px #ccc solid;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.5em;
}
.table-price th,.table-price td {
  border: 1px #ccc solid;
  padding: 0.2em;
}
.table-price th { background: #efefef; }

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    /*max-width: 900px;*/
    margin: 20px auto 0;
}

.accordion-area li{
    margin: 10px 0 20px;
}

.env li{ border-bottom: 1px #8fa18a solid; }
.dc li{ border-bottom: 1px #be9aae solid; }
.health li{ border-bottom: 1px #8ca8b2 solid; }
.ud li{ border-bottom: 1px #a4c39a solid; }
.edu li{ border-bottom: 1px #b39772 solid; }

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq-box-ttl {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    padding: 1% 3% 1% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq-box-ttl::before,
.faq-box-ttl::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #7c1926;
    
}
.faq-box-ttl::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faq-box-ttl::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.faq-box-ttl.close::before{
  transform: rotate(45deg);
}

.faq-box-ttl.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq-box {
    display: none;/*はじめは非表示*/
    background: #fff;
  margin:0 0 1em;
    padding: 1.5em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .faq-box-ttl {
    font-size: 1em;
}
    }