@charset "utf-8";
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
}
#top-container {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #e0e0e0;
}
/*------------- top_main -------------*/
#top_main {
  padding: 0 !important;
  height: 90vh;
  position: relative;
}
#carousel-top {
  position: relative;
}
#top_main .carousel-indicators {
  display: none;
}
#top_main .carousel-item > img{
	width: 100%;
}

#top_main .sp_title h1 {
  padding-top: 90px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: #42210b;
  font-weight: 400;
  margin-bottom: 0;
}
#top_main h2.logo {
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  width: 35%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
}
#top_main .sp_title h3 {
  color: #42210b;
  font-size: 1rem;
  text-align: center;
  padding-top: 0;
  line-height: 1.5;
}

@media only screen and (min-height : 700px) { 
	#top_main .sp_title h1 {
    padding-top: 120px;
    font-size: 1.2rem;
	  letter-spacing: 0.05em;
  }
  #top_main h2.logo {
    bottom: -6rem;
  }
}
@media only screen and (min-height : 800px) { /*iphone X*/
  #top_main .sp_title h1 {
    padding-top: 190px;
  }
  #top_main h2.logo {
    bottom: -9rem;
  }
}
@media only screen and (min-width : 768px) {
  #top_main h2.logo {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: auto;
    width: 20%;
  }
  #top_main .pc_title {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    left: auto;
    width: 70%;
  }
  #top_main .pc_title h1, #top_main .pc_title h3 {
    margin: .5rem 0;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    text-align: right;
    text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
	  	      letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (orientation:portrait) { /* 縦向き */
  #top_main {
    height: 45vh;
  }
}
@media only screen and (min-width : 1024px) {
  #top_main {
    height: auto;

  }
}
@media only screen and (min-width : 1300px) {
  #top_main h2.logo {
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    width: 20%;
  }
  #top_main .pc_title {
    bottom: 5rem;
    right: 5rem;
  }
  #top_main .pc_title h1, #top_main .pc_title h3 {
    font-size: 2.4rem;

  }
}
@media only screen and (min-width : 1900px) {}
/*------------- news -------------*/
#news {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
#news h2 {
  color: #534741;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
#news h2:before, #news h2:after {
  position: absolute;
  left: 0;
  top: 48%;
  width: 30%;
  height: 1px;
  background-color: #534741;
  content: '';
}
#news h2:after {
  left: auto;
  right: 0;
}
#news dt, #news .more a {
  color: #C6B29C;
  font-size: .8rem;
}
#news .more {
  text-align: right;
}
#news .more a {
  background: #C6B29C;
  color: #534741;
  padding: .25rem 1rem;
  border-radius: 20px;
}
#news dt {
  border-bottom: 1px dotted #C6B29C;
  padding-bottom: .5rem;
}
#news dd {
  padding-top: .5rem;
}
#news dd a {
  font-size: .9rem;
  color: #534741;
  line-height: 1.3;
}
#news .row div {
  padding-left: 15px;
  padding-right: 15px;
}
#news ul.top_bnr {
  width: 100%;
  margin: 1rem auto;
}
#news ul.top_bnr li {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width : 370px) { /*iphone6*/
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-width : 768px) {
  #news {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  #news .container {
    width: 85%;
    margin: auto;
  }
  #news h2 {
    color: #534741;
    font-size: 1.2rem;
    text-align: left;
  }
  #news h2:before {
    position: absolute;
    left: auto;
    right: 0;
    top: 48%;
    width: 60%;
    height: 0.01rem;
    background-color: #534741;
    content: '';
  }
  #news h2:after {
    display: none;
  }
  #news ul.top_bnr {
    width: 100%;
    margin: 0 auto;
  }
  #news ul.top_bnr li {
    padding-bottom: 10px;
  }
  #news ul.top_bnr li img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (min-width : 1024px) {
  #news .container {
    width: 80%;
    margin: auto;
  }
  #news .row div {
    padding-left: 35px;
    padding-right: 35px;
  }
  #news dl {
    font-size: .85rem;
	  	  letter-spacing: 0.05em;
  }
  #news dt {
    border-bottom: 1px solid #fff;
  }
  #news .more a {
    padding: .25rem 1.5rem;
  }
}
@media only screen and (min-width : 1300px) {
  #news {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #news h2 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  #news .top_bnr {
    width: 85% !important;
  }
  #news dl {
    font-size: .95rem;

  }
  #news dd {
    margin-bottom: 2rem;
  }
  #news dd a {
    font-size: 1rem;
    color: #534741;
    line-height: 1.3;
  }
}

/*------------- concept -------------*/
#concept {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#concept h2,#gallery h2,#access h2 {
  color: #534741;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
#concept h2:before, #concept h2:after,#gallery h2:before,#gallery h2:after,#access h2:before,#access h2:after {
  position: absolute;
  left: 0;
  top: 48%;
  width: 30%;
  height: 1px;
  background-color: #534741;
  content: '';
}
#concept h2:after,#gallery h2:after,#access h2:after {
  left: auto;
  right: 0;
}
#concept .concept_img {
  width: 50%;
  margin: 3rem auto;
  text-align: center;
}
#concept .concept_txt {
  width: 90%;
  text-align: center;
  margin: auto;
	letter-spacing: 0.05em;
}
#concept h3 {
  font-size: 1.4rem;
  color: #42210b;
  line-height: 1.4;
  margin: 5rem auto;
}
#concept .concept_txt p {
  font-size: .9rem;
  color: #603813;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 768px) {}
@media only screen and (min-width : 1024px) {
	#concept {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	  #concept h2,#gallery h2,#access h2 {
		  width: 40%;
    font-size: 1.4rem;
    text-align: right;
		  margin-bottom: 4rem;
  }
  #concept h2:before,#gallery h2:before,#access h2:before {
    left: 0;
    right: auto;
    width: 65%;
  }
  #concept h2:after,#gallery h2:after,#access h2:after {
    display: none;
  }
	#concept .concept_txt {
  width: 90%;
  text-align: left;
  margin: auto;
		letter-spacing: 0.05em;
}
#concept h3 {
  font-size: 1.4rem;
  color: #42210b;
  line-height: 1.4;
  margin-bottom: 3rem;
}
#concept .concept_txt p {
  font-size: .9rem;
  color: #603813;
  line-height: 1.6;
  margin-bottom: 2rem;
}
}
@media only screen and (min-width : 1200px) {
#concept .concept_img {
  width: 35%;
  margin: 3rem 8rem 0 auto;
  text-align: right;
}
	#concept h3 {
  font-size: 1.8rem;
  color: #42210b;
  line-height: 1.4;
margin-top: -3rem;
  margin-bottom: 4rem;
}
#concept .concept_txt p {
  font-size: 1rem;
  color: #603813;
  line-height: 1.8;
  margin-bottom: 2rem;
}
}
@media only screen and (min-width : 1300px) {
		 #concept h2,#gallery h2,#access h2 {
    font-size: 1.6rem;
margin-bottom:4rem;
  }
}
@media only screen and (min-width : 1500px) {
		 #concept h2,#gallery h2,#access h2 {
    font-size: 1.9rem;

  }
}
/*------------- menu -------------*/
#menu {
	padding-top: 0;
  padding-bottom: 0;
	
}
#menu .menu_img{
 width: 100%;
	min-height: 400px;
  background: url("../images/etowa/menu_bg2.jpg") no-repeat center top;
  background-size: cover;
}

#menu .menu_txt{
	background: #fff;
	width: 90%;
	margin: -4rem auto 2rem auto;
	padding: 2rem;
}
#menu h2{
	color: #42210b;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 2rem;
	position: relative;
	font-weight: bold;
}
#menu h2 span{
	font-size: 50%;
	display: block;
	color:#998675;
}

#menu h2:before,#menu h2:after {
  position: absolute;
  left: 0;
  top: 48%;
  width: 25%;
  height: 1px;
  background-color: #534741;
  content: '';
}
#menu h2:after {
  left: auto;
  right: 0;
}

#menu ul{
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	
}
#menu ul:after{
  position: absolute;
  left: 0;
	right: 0;
  bottom: -2rem;
	margin: auto;
  width: 10%;
  height: 0.01rem;
  background-color: #998675;
  content: '';
}
#menu ul li{
	color: #42210b;
	font-size: 1rem;
	margin-bottom: .75rem;
	line-height: 1.6;
}
#menu ul li span{
	color:#998675;
}

#menu ul.drip{
padding-top: 2rem;
}
#menu ul.drip li{
	color: #42210b;
	margin-bottom: 2rem;
}
#menu p{
	font-size: .8rem;
	margin: 4rem auto 1rem;
}

.showcase {
  position: relative;
}
.cross_slide .zoom_icon, .gallery_slide .zoom_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff !important;
  z-index: 10;
}
@media only screen and (min-width : 768px) {
  #menu .menu_txt{
	width: 100%;
	margin: 0 auto;
	padding: 2rem;
}
}
@media only screen and (min-width : 1024px) {
	#menu h2:before,#menu h2:after {
  width: 30%;
}
  #menu p{
	text-align: center;
}

}
@media only screen and (min-width : 1200px) {
  #menu h2{
	font-size: 2rem;
}
	  #menu .menu_txt{
	padding: 4rem;
}
	#menu ul li{
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
}




/*------------- gallery -------------*/
#gallery {
	padding-top: 2rem;
  padding-bottom: 2rem;
}

#gallery .gallery_img {
  padding-left: 0;
  padding-right: 0;
}

#gallery .slide {
  width: 100%;
  margin: auto;
}
#gallery .slide div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: .5rem;
}
@media only screen and (min-width : 768px) {

  #gallery {
    padding-top: 3rem;
  }
  #gallery h2.h2_w_box {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: -3rem;
    padding: 2rem;
  }
  #gallery .slide {
    margin: 1rem auto 3rem;
  }
  #gallery .slide div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: .7rem;
  }
}
@media only screen and (min-width : 1024px) {
	
	  #gallery {
    padding-top: 5rem;
  }
	
	
  #gallery .container {
    max-width: 1000px;
    margin: auto;
  }
  #gallery .gallery_img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #gallery h2.h2_w_box {
    margin-top: 3rem;
    margin-left: -4rem;
    padding: 3rem 4rem;
    font-size: 1rem;
  }
  #gallery h2.h2_w_box span {
    font-size: 2.2rem;
    top: -2.7rem;
    right: 2rem;
  }
}
@media only screen and (min-width : 1200px) {
  #gallery h2.h2_w_box span {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 1300px) {
  #gallery h2.h2_w_box {
    margin-left: -5rem;
  }
  #gallery h2.h2_w_box strong {
    font-size: 120%;
  }
}