@charset "UTF-8";

/*----------------------------------------------------------
 *      メインビジュアル
 *---------------------------------------------------------- */
.main-visual {
	background: url("../../shop/images/mv.jpg") center center/cover;
}

@media only screen and (max-width: 768px) {
	.main-visual {
		background: url("../../shop/images/mv_sp.jpg") center center/cover;
	}
}

/*----------------------------------------------------------
 *      店舗情報
 *---------------------------------------------------------- */

.area h1 {
	margin: 13px 0 0 0;
	font-weight: bold;
	letter-spacing: 0.05rem;
}
.area .index__list__wrap {
	padding: 40px 0 20px 0;
	background: #eff4f2;
}
.area .index__list__wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 1140px;
	margin: 0 auto;
}
.area .index__list__wrap li {
	flex-basis: calc(100%/4 - 20px);
	margin: 0 10px 20px 10px;
}
.area .index__list__wrap a {
	display: block;
	position: relative;
	width: 100%;
	height: 110px;
	padding: 22px 0 0 29px;
	background: #fff;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: bold;
	color: #111111;
}
.area .index__list__wrap a:hover {
	background: #7bc99b;
	color: #fff;
}
.area .index__list__wrap a:after {
	content: " ";
	display: block;
	position: absolute;
	background: url("../../assets/images/common/btn/arrow1.svg") no-repeat;
	top: 49px;
	right: 20px;
	width: 16px;
	height: 36px;
}
.area .attention{
	margin: 0 0 0 0;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.125rem;
	font-weight: normal;
	color: #888;
}
.area .attention{
	display: block;
	font-size: 1.0em;
	line-height: 1.5;
	color: #d00;
	margin-top: 7px;
}
.area .index__list__wrap a:hover:after {
	background: url("../../assets/images/common/btn/arrow1-over.svg") no-repeat;
}
.area .index__list__wrap .shop-name {
	padding: 7px 0 19px 32px;
	font-size: 1.25rem;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	
	.area h1 {
		margin: 6px 0 0 0;
		font-size: 0.769rem;
	}
	.area .index__list__wrap {
		padding: 20px 0 10px 10px;
	}
	.area .index__list__wrap ul {
		width: 100%;
	}
	.area .index__list__wrap li {
		flex-basis: calc(100%/2 - 10px);
		margin: 0 10px 10px 0;
	}
	.area .index__list__wrap a {
		height: 60px;
		padding: 12px 0 0 15px;
	}
	.area .index__list__wrap a:after {
		top: 26px;
		right: 10px;
		width: 8px;
		height: 6px;
		background: url("../../assets/images/common/btn/arrow1--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:hover:after {
		background-size: 8px 6px;
	}
	.area .index__list__wrap .shop-name {
		padding: 1px 0 9px 16px;
		font-size: 1rem;
	}
}

/*----------------------------------------------------------
 *      SHOPアイコン
 *---------------------------------------------------------- */

.area .index__list__wrap .shop--kyoto {
	background: url("../../images/shop__icon--kyoto.svg") no-repeat 0 0;
}
.area .index__list__wrap a:hover .shop--kyoto {
	background: url("../../images/shop__icon--kyoto--over.svg") no-repeat 0 0;
}
.area .index__list__wrap .shop--uji {
	background: url("../../images/shop__icon--uji.svg") no-repeat 0 0;
}
.area .index__list__wrap a:hover .shop--uji {
	background: url("../../images/shop__icon--uji--over.svg") no-repeat 0 0;
}
.area .index__list__wrap .shop--nagahori {
	background: url("../../images/shop__icon--nagahori.svg") no-repeat -1px 0;
}
.area .index__list__wrap a:hover .shop--nagahori {
	background: url("../../images/shop__icon--nagahori--over.svg") no-repeat -1px 0;
}
.area .index__list__wrap .shop--sakai {
	background: url("../../images/shop__icon--sakai.svg") no-repeat 0 2px;
}
.area .index__list__wrap a:hover .shop--sakai {
	background: url("../../images/shop__icon--sakai--over.svg") no-repeat 0 2px;
}
.area .index__list__wrap .shop--daisen {
	background: url("../../images/shop__icon--daisen.svg") no-repeat 0 2px;
}
.area .index__list__wrap a:hover .shop--daisen {
	background: url("../../images/shop__icon--daisen--over.svg") no-repeat 0 2px;
}
.area .index__list__wrap .shop--nara {
	background: url("../../images/shop__icon--nara.svg") no-repeat 0 0;
}
.area .index__list__wrap a:hover .shop--nara {
	background: url("../../images/shop__icon--nara--over.svg") no-repeat 0 0;
}
.area .index__list__wrap .shop--kobe {
	background: url("../../images/shop__icon--kobe.svg") no-repeat 0 0;
}
.area .index__list__wrap a:hover .shop--kobe {
	background: url("../../images/shop__icon--kobe--over.svg") no-repeat 0 0;
}
.area .index__list__wrap .shop--okayama {
	background: url("../../images/shop__icon--okayama.svg") no-repeat 0 7px;
}
.area .index__list__wrap a:hover .shop--okayama {
	background: url("../../images/shop__icon--okayama--over.svg") no-repeat 0 7px;
}
.area .index__list__wrap .shop--kagawa {
	background: url("../../images/shop__icon--kagawa.svg") no-repeat 0 1px;
}
.area .index__list__wrap a:hover .shop--kagawa {
	background: url("../../images/shop__icon--kagawa--over.svg") no-repeat 0 1px;
}
.area .index__list__wrap .shop--himeji {
	background: url("../../images/shop__icon--himejijo.svg") no-repeat -2px 2px;
}
.area .index__list__wrap a:hover .shop--himeji {
	background: url("../../images/shop__icon--himejijo--over.svg") no-repeat -2px 2px;
}
.area .index__list__wrap .shop--yokohama {
	background: url("../../images/shop__icon--yokohama.svg") no-repeat 0 1px;
}
.area .index__list__wrap a:hover .shop--yokohama {
	background: url("../../images/shop__icon--yokohama--over.svg") no-repeat 0 1px;
}
.area .index__list__wrap .shop--tokyo {
	background: url("../../images/shop__icon--tokyo.svg") no-repeat 0 0/20px;
}
.area .index__list__wrap a:hover .shop--tokyo {
	background: url("../../images/shop__icon--tokyo--over.svg") no-repeat 0 1px/20px;
}

@media only screen and (max-width: 768px) {
	.area .index__list__wrap .shop--kyoto {
		background: url("../../images/shop__icon--kyoto--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--kyoto {
		background-size: 11.328px 14.94px;
	}
	.area .index__list__wrap .shop--uji {
		background: url("../../images/shop__icon--uji--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--uji {
		background-size: 11.328px 14.94px;
	}
	.area .index__list__wrap .shop--nagahori {
		background: url("../../images/shop__icon--nagahori--sp.svg") no-repeat -1px 0;
	}
	.area .index__list__wrap a:hover .shop--nagahori {
		background-size: 11.328px 14.94px;
	}
	.area .index__list__wrap .shop--sakai {
		background: url("../../images/shop__icon--sakai.svg") no-repeat 0 1px;
	}
	.area .index__list__wrap a:hover .shop--sakai {
		background-size: 10.922px 14px;
	}
	.area .index__list__wrap .shop--daisen {
		background: url("../../images/shop__icon--daisen.svg") no-repeat 0 1px;
	}
	.area .index__list__wrap a:hover .shop--daisen {
		background-size: 10.922px 14px;
	}
	.area .index__list__wrap .shop--nara {
		background: url("../../images/shop__icon--nara--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--nara {
		background-size: 12.938px 15.34px;
	}
	.area .index__list__wrap .shop--kobe {
		background: url("../../images/shop__icon--kobe--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--kobe {
		background-size: 12.938px 15.34px;
	}
	.area .index__list__wrap .shop--okayama {
		background: url("../../images/shop__icon--okayama--sp.svg") no-repeat 0 3px;
	}
	.area .index__list__wrap a:hover .shop--okayama {
		background-position: 0 3.5px;
		background-size: 12.25px 11.515px;
	}
	.area .index__list__wrap .shop--kagawa {
		background: url("../../images/shop__icon--kagawa--sp.svg") no-repeat 0 2.8px/8%;
	}
	.area .index__list__wrap a:hover .shop--kagawa {
		background-position: 0 3.5px;
		background-size: 12.25px 11.515px;
	}
	.area .index__list__wrap .shop--himeji {
		background: url("../../images/shop__icon--himejijo--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--himeji {
		background-position: 0 3.5px;
		background-size: 12.25px 11.515px;
	}
	.area .index__list__wrap .shop--yokohama {
		background: url("../../images/shop__icon--yokohama--sp.svg") no-repeat 0 0;
	}
	.area .index__list__wrap a:hover .shop--yokohama {
		background-position: 0 3.5px;
			background-size: 12.25px 11.515px;
	}
	.area .index__list__wrap .shop--tokyo {
		background: url("../../images/shop__icon--tokyo--sp.svg") no-repeat 0 0/12px;
	}
	.area .index__list__wrap a:hover .shop--tokyo {
		background-position: 0 3.5px;
		background-size: 12.25px 11.515px;
	}
}


.area .index__list__wrap .type {
	font-family: "Roboto Slab", serif;
	font-size: 0.812rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
}
.area .shop__element {
	margin: 0 0 200px 0;
}
.area .shop__element .shop__image img {
    width: 100%;
    height: auto;
}
.area .shop__element .shop__image .bx-wrapper {
    margin: 0;
}
    .area .shop__element .shop__image .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
}
.area .shop__element .shop__image .bx-default-pager {
    padding: 0 10px 0 0;
    bottom: 20px;
    text-align: right;
    color: #dddddd;
}
.area .shop__element .shop__image .bx-pager-link {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #dddddd;
    border-radius: 8px;
    color: #dddddd;
}
.area .shop__element .shop__image .bx-pager-link:hover {
    background: #7bc99b !important;
    color: #7bc99b;
    font-style: normal;
}
.area .shop__element .shop__image .active {
    background: #7bc99b !important;
    color: #7bc99b;
}
.area .shop__element .shop__info__wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto 60px auto;
    padding: 56px 0 0 0;
}
.area .shop__element .shop__info__detail {
    flex-basis: 560px;
    padding-right: 40px;
}
.area .shop__element .shop__info__map {
    flex-basis: 560px;
}
.area .shop__element h2 {
    margin: 0 0 26px 0;
    font-size: 2rem;
    font-weight: bold;
}
.area .shop__element .type {
    margin: 0 0 60px 0;
    font-size: 1.125rem;
    font-weight: bold;
}
.area .shop__element h3 {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 0 36px;
    font-size: 1.125rem;
    font-weight: bold;
}
.area .shop__element h3:before {
    content: " ";
    display: block;
    position: absolute;
}
.area .shop__element .address:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 20px;
    background: url("../../shop/images/address__icon.svg") no-repeat;
}
.area .shop__element .station {
    margin: 40px 0 13px 0;
}
.area .shop__element .station:before {
    content: " ";
    display: block;
    position: absolute;
    background: url("../../shop/images/train__icon.svg") no-repeat;
    top: -2px;
    left: 0;
    width: 26px;
    height: 24px;
}
.area .shop__element .access {
    margin: 36px 0 18px 0;
}
.area .shop__element .access:before {
    content: " ";
    display: block;
    position: absolute;
    background: url("../../shop/images/access__icon.svg") no-repeat;
    top: -2px;
    left: 2px;
    width: 19px;
    height: 25px
}
.area .shop__element .description {
    line-height: 1.8;
}
.area .shop__element .rosen {
    font-size: 0.875rem;
    color: #777777;
}
.area .shop__element .illust img {
	display:none;
	width: 100%;
}
.area .shop__element .gmap__wrap {
    margin-top: 30px;
}
.area .shop__element .gmap__wrap iframe {
    width: 100%;
    height: 300px;
}
.area .shop__element .more-map a {
    display: block;
    position: relative;
    width: 190px;
    padding: 13px 0;
    margin: 10px 0 0 0;
    background: #111;
    border-radius: 35px;
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
}
.area .shop__element .more-map a:hover {
    background: #7bc99b;
    color: #fff;
}
.area .shop__element .more-map a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 12px;
    height: 10px;
    background: url("../images/common/btn/window.svg") no-repeat;
}
.area .shop__element .shop__info__gallary {
    width: 1120px;
    margin: 0 auto;
}
.area .shop__element .shop__info__gallary ul {
    display: flex;
    flex-wrap: wrap;
}
.area .shop__element .shop__info__gallary li {
    flex-basis: 216px;
    margin: 0 20px 0 0;
}
.area .shop__element .shop__info__gallary li img {
    width: 100%;
    border-radius: 12px;
}
.area .shop__element .shop__info__gallary .more {
    flex-basis: 176px;
    margin: 0;
}
.area .shop__element .shop__info__gallary .more-btn {
    display: block;
    width: 162px;
    height: 162px;
    background: url("../../shop/images/gallary__more.svg") no-repeat;
    background-size: 162px 162px;
}
.area .shop__element .shop__info__gallary .more-btn:hover {
    background: url("../../shop/images/gallary__more--over.svg") no-repeat;
    background-size: 162px 162px;
}
.area .shop__element .shop__info__gallary .more-btn--sp {
    width: 100%;
}
.area .shop__element .shop__info__gallary .more-btn--sp a {
    display: block;
    position: relative;
    width: 150px;
    margin: 0 auto;
    padding: 13px 0;
    border: 1px solid #111;
    border-radius: 30px;
    font-size: 0.846rem;
    text-align: center;
    color: #111111;
}
.area .shop__element .shop__info__gallary .more-btn--sp a:after {
    content: " ";
    display: block;
    position: absolute;
    background: url("../../images/top__shop__arrow1--sp.svg") no-repeat;
    top: 16px;
    right: 9px;
    width: 9px;
    height: 5.5px;
}
.area .shop__element .shop__info__gallary .more-btn--sp a:hover {
	border: 1px solid #7bc99b;
          color: #7bc99b;
}
.area .shop__element .shop__info__gallary .more-btn--sp a:hover:after {
	background: url("../../images/top__shop__arrow1--sp2.svg") no-repeat;
}
.area .fukidashi {
    width: 1120px;
    padding: 0 0 2px 0;
    margin: 0 auto 30px auto;
    background: url("../../shop/images/fukidashi.svg") no-repeat;
    background-position-x: calc(50% - 2px);
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}


@media only screen and (max-width: 768px) {
	.area .index__list__wrap .type {
		font-size: 0.692rem;
	}
	.area .shop__element {
        margin: 0 0 40px 0;
	}
	.area .shop__element .shop__image .bx-default-pager {
        bottom: 10px;
	}
	.area .shop__element .shop__image .bx-pager-link {
        margin: 0 5px;
	}
	.area .shop__element .shop__info__wrap {
        display: block;
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 30px 30px 0 30px;
	}
	.area .shop__element .shop__info__detail {
          padding: 0;
	}
	.area .shop__element h2 {
          margin: 0 0 17px 0;
          font-size: 1.384rem;
	}
	.area .shop__element .type {
          margin: 0 0 30px 0;
	}
	.area .shop__element h3 {
          margin: 0 0 8px 0;
          padding: 0 0 0 26px;
          font-size: 1rem;
	}
	.area .shop__element .address:before {
          top: -1px;
          width: 18px;
          height: 15px;
          background-size: 18px 15px;
	}
	.area .shop__element .station {
          margin: 24px 0 8px 0;
	}
	.area .shop__element .station:before {
          width: 18px;
          height: 17.5px;
          background-size: 18px 17.5px;
	}
	.area .shop__element .access {
          margin: 21px 0 8px 0;
	}
	.area .shop__element .access:before {
          width: 15px;
          height: 18.5px;
          background-size: 15px 18.5px;
	}
	.area .shop__element .description {
          line-height: 1.7;
	}
	.area .shop__element .illust {
        margin: 10px 0 0 0;
	}
	.area .shop__element .gmap__wrap {
          margin: 30px 0 0 0;
	}
	.area .shop__element .more-map a {
          width: 150px;
          padding: 13px 0;
          font-size: 0.769rem;
	}
	.area .shop__element .more-map a:after {
          top: 13px;
          right: 17px;
	}
	.area .shop__element .shop__info__gallary {
          width: 100%;
          padding: 0 10px 0 30px;
	}
	.area .shop__element .shop__info__gallary li {
            flex-basis: calc(100%/2 - 20px);
            margin: 0 20px 20px 0;
	}
	.area .shop__element .shop__info__gallary li img {
              border-radius: 8px;
	}
	.area .fukidashi {
        width: 100%;
        margin: 0 0 17px 0;
        background: url("../../shop/images/fukidashi--sp.svg") no-repeat;
        background-position-x: calc(50% - 4px);
        font-size: 1rem;
	}
	
}


/* -----------------------------------------------------
 店内案内図
------------------------------------------------------- */
.guide{
	width: 100%;
	background: #fff;
}
.guideInner-wrap{
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding: 70px 0 10px;
}
.guideInner{
	display:flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
.guideInnerLeft{
	width:50%;
	/*margin: 0 auto;*/
}
.guideInnerLeft.nara{
	width:65%;
}
.guideInnerRight{
	/*display:none;*/
	width: 22%;
	float: right;
}
.guideInnerRight.kobe {
	width: 32%;
	margin-top: 60px;
}
.guideText h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.guideText ul{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.guideText ul li{
	width: 32.7%;
	padding: 20px;
	margin-bottom: 10px;
	background: #f5f5f5;
}
.guideText ul li.none{
	opacity:0;
}
.guideText ul li span{
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.guideText ul li img{
	width:100%;
}
.guideText ul li p{
	margin-top:10px;
	font-size:14px;
	line-height: 1.5;
}
@media screen and (max-width: 768px){
	.guideInner-wrap {
		padding: 50px 0 0;
	}
	.guideInner{
		display:block;
		margin-bottom: 40px;
	}
	.guideInnerLeft,
	.guideInnerLeft.nara{
		width:100%;
		margin:0 auto;
	}
	.guideInnerRight,
	.guideInnerRight.kobe{
		display:none;
	}
	.guideText h3{
		font-size:15px;
		font-weight:bold;
		margin-bottom:30px;
	}
	.guideText ul li{
		width: 48%;
		padding: 15px;
		margin: 0 auto 5px;
	}
	.guideText ul li span{
		font-size: 16px;}
	
	.guideText ul li p{
		font-size: 12px;
}
}