@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 22px;
	color: #342F2F;
	position: relative;
}
a {
	text-decoration: none;
	color: #342F2F;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 85%;
	margin: 0 auto;
}
.inner {
	width: 80%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {
	flex-direction: row-reverse;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 31%;
}
.white {
	color: #FFFFFF;
}
.txt p {
	margin-bottom: 15px;
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(255,255,255,0.70);
}
.header-wrap {
	display: flex;
	width: 98%;
	margin: 15px auto;
	position: relative;
	align-items: center;
}
.header-left {
	width: 30%;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.header-right {
	width: 70%;
	margin-left: auto;
	font-family: "Arial Unicode MS";
}
.h-top {
	width: 80%;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.h-top a {
	display: block;
	width: 45%;
	border-radius: 30px;
	padding: 10px 0;
	text-align: center;
	background: #FFF9EF;
	max-width: 240px;
}
.tel {
	border: 1px solid #BE8A68;
	color: #BE8A68;
	margin-right: 5px;
}
.web {
	color: #9C3008;
	border: 1px solid #9C3008;
}
.tel:hover {
	background: #BE8A68;
	color: #FFFFFF;
}
.web:hover {
	background: #9C3008;
	color: #FFFFFF;
}
.h-btm {
	width: 100%;
}
.nav {
	width: 100%;
	display: flex;
}
.nav li {
	text-align: center;
	width: 20%;
}
.nav a {
	position: relative;
	z-index: 1;
	font-size: 23px;
}
.nav a:hover::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #72876D;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
}
.cp {
	font-size: 60px;
	font-weight: bold;
	text-align: end;
	position: absolute;
	bottom: 27%;
	right: 37%;
	transform: translate(50%, 50%);
}


/*==================================================
お知らせ
===================================*/
#news{
	padding: 50px 0 100px;
}
#news .content {
	border-top: 3px solid #C18D7A;
	border-bottom: 3px solid #C18D7A;
	padding: 45px 0;
}
.news-item {
	display: flex;
	margin-bottom: 25px;
}
.news-item .year {
	margin-right: 10px;
}
.index-ttl, .sec-ttl {
	font-size: 40px;
	font-family: "マメロン 3.5 Hi Regular";
	color: #72876D;
	margin-bottom: 20px;
}
.ttl {
	color: #BE8A68;
	font-size: 30px;
	font-family: "マメロン 3.5 Hi Regular";
	margin-bottom: 30px;
}

/*==================================================
当店の特徴
===================================*/
#feature {
	margin: 60px auto 0;
	padding-bottom: 100px;
}
.more {
	margin: 40px auto 0;
	max-width: 230px;
}
.more-btn {
	color: #9C3008;
	border-radius: 40px;
	border: 1px solid #9C3008;
	background: #FFF9EF;
	text-align: center;
	display: block;
	padding: 10px 0;
	position: relative;
	font-size: 25px;
	font-family: "マメロン 3.5 Hi Regular";
}
.more-btn:hover {
	background: #9C3008;
	color: #FFFFFF;
}



/*==================================================
メニュー
===================================*/
#menu {
	background: #FFF9EF;
	margin-top: 170px;
	position: relative;
	z-index: 1;
}
#menu::before {
	content: "";
	background-image: url("img/top/menu_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 170px;
	position: absolute;
	top: -165px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.menu-item {
	max-width: 1500px;
	background-image: url("img/top/img02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 50px;
	margin: 0 auto;
}
.bg-white {
	background: rgba(255,255,255,0.85);
	padding: 90px 0 50px;
	width: 50%;
	margin-right: auto;
}
#menu .ttl {
	border-bottom: 3px solid #BE8A68;
}


/*==================================================
スタッフ・店舗情報
===================================*/
#staff, #store {
	margin-top: 160px;
}
.bg-brown {
	background: #f7f6f5;
	padding: 40px 5px;
}
dl.info{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	margin-bottom: 20px;
}
dl.info dt{
	padding: 5px;
	width: 150px;
}
dl.info dd{
	padding: 5px;
	width: calc(100% - 150px);
}
.staff img {
	margin: 0 auto;
}




/*==================================================
お問い合わせ
===================================*/
#index-contact {
	background-image: url("img/top/contact_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 25px 0;
	max-width: 1500px;
	margin: 200px auto 100px;
}
#index-contact .inner {
	width: 90%;
	background: rgba(255,255,255,0.80);
	padding: 40px;
}
.contact-form {
	width: 300px;
	margin: 0 auto;
}
.contact-form .btn {
	font-family: "マメロン 3.5 Hi Regular";
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: #FFFFFF;
	color: #BE8A68;
	border: 1px solid #BE8A68;
	padding: 25px 0;
	position: relative;
}
.contact-form .btn::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #BE8A68;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.contact-form .btn:hover {
	color: #FFFFFF;
	background: #BE8A68;
}
#index-contact .flex {
	width: 60%;
	margin: 40px auto 60px;
}
.contact-btn {
	max-width: 300px;
	text-align: center;
	border: 1px solid #9C3008;
	background: #FFFFFF;
	color: #9C3008;
	font-size: 30px;
	font-family: "マメロン 3.5 Hi Regular";
	padding: 20px 0;
	border-radius: 40px;
	font-weight: bold;
	width: 45%;
	display: block;
}
.contact-btn:hover {
    background-color: #9C3008;
    color: #fff;
}



/*==================================================
ギャラリー
===================================*/
.gallery {
	padding: 130px 0 90px;
	background: #FFF9EF;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(200vw / 6);
}
.d-demo__item > img{
   width: 95%;
}




/*==================================================
フッター
===================================*/
#footer {
	padding: 30px 0 0;
	background: #FFF9EF;
}
#footer .left {
	width: 45%;
}
#footer .right {
	width: 55%;
	margin-top: 50px;
}

.copyright {
	text-align: center;
	padding: 15px 0;
	background: #D2BBAC;
	font-size: 14px;
	color: #FFFFFF;
}



/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #72876D;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
当店の特徴ページ
===================================*/
#mainvisual {
	background-image: url("img/subpage/subpage_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 65vh;
}
.page-ttl {
	font-size: 60px;
	color: #135A05;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section {
	margin-top: 120px;
}
.sec-ttl {
	position: relative;
	text-align: center;
}
.sec-ttl::after {
	content: "";
	background-image: url("img/subpage/ttl.png");
	width: 155px;
	height: 40px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	bottom: -30px;
	right: 50%;
	transform: translateX(50%);
}
.content {
	padding-top: 100px;
}
.border {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 630px;
	max-height: 420px;
}
.border::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #72876D;
	position: absolute;
	top: -11px;
	left: -11px;
	z-index: 3;
	display: block;
}
.bg-beige {
	background: #FFF9EF;
	width: 80%;
	max-width: 1000px;
	margin: 100px auto;
	padding: 50px 0;
}
.list {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.list li {
	width: 50%;
	margin-bottom: 20px;
}
.list li::before {
	content: "◎";
	color: #135A05;
	display: inline-block;
}
.bg-green {
	position: relative;
	z-index: 1;
	padding-top: 200px;
}
.bg-green::after {
	content: "";
	background: rgba(114,135,109,0.25);
	width: 70%;
	height: 50%;
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: -1;
}
.bg-green02::after {
	content: "";
	background: rgba(114,135,109,0.25);
	width: 70%;
	height: 60%;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
}
.herbs {
	justify-content: space-around;
}
.herbs .flex-3 {
	max-width: 400px;
	margin-bottom: 50px;
}
.herbs .name {
	background: #72876D;
	padding: 15px 0;
	font-family: "マメロン 3.5 Hi Regular";
}
.herbs .effect {
	background: #FFF9EF;
	padding: 15px 0 20px;
	font-family: "マメロン 3.5 Hi Regular";
}
.effect span {
	display: block;
	width: 90%;
	margin: 0 auto;
}



/*==================================================
スタッフページ
===================================*/
.staff {
	margin-bottom: 200px;
}


/*==================================================
メニューページ
===================================*/
.biege {
	background: #FFF9EF;
}
.biege .bg-white {
	width: 90%;
	margin: 0 auto;
	background: #FFFFFF;
}
.menu-ttl {
	background: rgba(114,135,109,0.50);
	padding: 15px 0 15px 20px;
	color: #FFFFFF!important;
}
.menu-list {
	width: 90%;
	margin: 70px auto;
}
.price {
	text-align: end;
	position: relative;
	width: 100px;
}
.price::before {
	content: "";
	width: 250px;
	height: 1px;
	border-top: 1px dashed #707070;
	position: absolute;
	top: 18px;
	left: -255px;
}

/*==================================================
店舗紹介ページ
===================================*/
.store img {
	margin: 0 auto;
}

dl.store-info{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 80px auto 95px;
}
dl.store-info dt{
	background: #F8EEDE;
	padding: 10px 0;
	text-align: center;
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dl.store-info dd{
	background: #fff;
	padding: 10px 0 10px 15px;
	width: calc(100% - 200px);
	border-bottom: 1px solid #ccc;
}
.map {
	width: 80%;
	margin: 0 auto 100px;
}


/*==================================================
お問い合わせページ
===================================*/
.form .txt {
	padding-top: 60px;
}
.red {
	color: #FF0000;
	margin-top: 30px;
	font-size: 17px;
}
.contactform {
    margin: 20px auto;
    padding: 30px 0;
    background: #fff;
}
.contact-table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.contact-item,
.contact-body {
	padding: 20px 10px;
	border: 1px solid #7d7d7d;
}

.contact-item {
  text-align: left; /* テキスト左寄せ */
  width: 25%; /* 横幅30%指定（グレーの背景色部分） */
	background: #FFF9EF;
}

.contact-body {
  width: 75%; /* 横幅70%指定（白背景色部分） */
}
.form-text {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #BE8A68; /* 背景色 */
  color: #FFFFFF; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 20px; /* 文字の大きさ */
  padding: 15px 0; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: 1px solid #BE8A68;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.contact-submit:hover {
	background: #FFFFFF;
	color: #BE8A68;
}
.contact-item span {
    background: #72876D;
	color: #FFFFFF;
    padding: 3px 10px;
    margin-left: 8px;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: -2px;
	display: inline-block;
}



/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}












