@charset "UTF-8";
/* CSS Document */
/* index */
.areamap {
  margin-bottom: 4.33em;
}
@media (max-width: 640px) {
  .areamap {
    margin-bottom: 6vw;
  }
}

/* shopページ */
.under .pageTitleShop {
  height: 550px;
}
@media (max-width: 640px) {
  .under .pageTitleShop {
    height: 500px;
  }
}

.under .pageTitleShop span {
  width: 90%;
}
.under .pageTitleShop .jp {
  font-size: 2em;
  text-align: center;
}
.under .pageTitleShop .en {
  font-size: 1.33em;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 640px) {
  .under .pageTitleShop .jp {
  font-size: 1.6em;
}
.under .pageTitleShop .en {
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
}
  .under .pageTitleShop .en br {
    display: none;
  }
}

.under .shop1 .pageTitleShop {
  background-image: url(../images/shop/shop1/main_bg.jpg);
}
.under .shop2 .pageTitleShop {
  background-image: url(../images/shop/shop2/main_bg.jpg);
}
.under .shop3 .pageTitleShop {
  background-image: url(../images/shop/shop3/main_bg.jpg);
}
.under .shop4 .pageTitleShop {
  background-image: url(../images/shop/shop4/main_bg.jpg);
}

.under .shop5 .pageTitleShop {
  background-image: url(../images/shop/shop5/main_bg.jpg);
}

.under .shop6 .pageTitleShop {
  background-image: url(../images/shop/shop6/main_bg.jpg);
}

.under .shop7 .pageTitleShop {
  background-image: url(../images/shop/shop7/main_bg.jpg);
}

.under .shop8 .pageTitleShop {
  background-image: url(../images/shop/shop8/main_bg.jpg);
  background-position:top;
}

.under .shop9 .pageTitleShop {
  background-image: url(../images/shop/shop9/main_bg.jpg);
  background-position:top;
}


.column3 {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  margin-left: -1.33em;
}
@media (max-width: 640px) {
  .column3 {
    margin-left: -2vw;
  }
}
.column3 li {
  width: 33.333%;
  margin-left: 1.33em;
}
@media (max-width: 640px) {
  .column3 li {
    margin-left: 2vw;
  }
}
.column3 li p {
  font-weight: 500;
  text-align: center;
  font-size: 1.33em;
  padding-top: 0.8em;
}
@media (max-width: 640px) {
  .column3 li p {
    font-size: 2.3vw;
  }
}
@media (max-width: 640px) {
  .column3 li p {
    font-size: 16px;
  }
}

.price {
  margin-top: 4.13em;
}
@media (max-width: 640px) {
  .price {
    margin-top: 7.16vw;
  }
}
.price .priceWrap {
  font-weight: 500;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* no prefix */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .price .priceWrap {
    display: block;
  }
}
.price .priceWrap:not(:first-of-type) {
  padding-top: 3em;
}

.price .priceBox {
  width: 100%;
}
@media (max-width: 640px) {
  .price .priceBox {
    width: 100%;
    padding-top: 3em;
  }
}

@media (min-width:641px){

.price .title {
  font-size: 1.53em;
  border-bottom: #333333 1px solid;
  padding-bottom: 0.5em;
  margin-top:55px;
}
}

@media (max-width:640px){

.price .title {
  font-size: 1.53em;
  border-bottom: #333333 1px solid;
  padding-bottom: 0.5em;
}
}




@media (max-width: 640px) {
  .price .title {
    font-size: 1.2em;
  }
}
.price .menublock {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* no prefix */
  display: flex;
  justify-content: space-between;
  font-size: 1.33em;
  line-height: 1.4;
  padding-top: 1em;
}
@media (max-width: 640px) {
  .price .menublock {
    font-size: 1em;
  }
}
.price .menuname:before {
  content: "・";
  display: inline-block;
}
.price .menuprice {
  text-align: right;
}
.price p {
  line-height: 1.6;
  font-size: 1.33em;
  padding-top: 1em;
}
@media (max-width: 640px) {
  .price p {
    font-size: 1.2em;
  }
}

@media (min-width:641px){

.price_left{
	width:45%;
	float:left;}

.price_right{
	width:45%;
	float:right;}
}


























.map .inner {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  font-weight: 500;
}
@media (max-width: 640px) {
  .map .inner {
    display: block;
  }
}
.map .textBox {
  width: calc(100% - 56.25%);
}
@media (max-width: 640px) {
  .map .textBox {
    width: 85vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3em;
  }
}
@media (max-width: 640px) {
  .map .textBox {
    width: 90vw;
  }
}
.map .textBox .shopname {
  font-size: 1.73em;
}

.map .textBox .tel {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: .5em;
}
.map .textBox .tel span {
  display: block;
}
.map .textBox .tel .title {
  font-size: 1.2em;
  color: white;
  background-color: #333333;
  padding: 0.2em 0.5em 0.2em;
  margin-right: 1em;
}
.map .textBox .tel .number {
  font-size: 1.73em;
  padding-bottom: 0.2em;
}
@media (max-width: 640px) {
.map .textBox .shopname {
  font-size: 1.3em;
}
  .map .textBox .tel .title {
  font-size: 1em;
  margin-right: 1em;
}
  .map .textBox .tel .number {
  font-size: 1.3em;
}
}
.map .textBox .time {
  padding-top: .5em;
}
.map .textBox .time dl {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  border-top: #333333 1px solid;
}
.map .textBox .time dt, .map .textBox .time dd {
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2em;
  border-bottom: #333333 1px solid;
  padding: 0.5em;
}
.map .textBox .time dt {
  width: 6.3em;
}
.map .textBox .time dd {
  width: calc(100% - 6.3em);
}
.map .imgBox {
  box-sizing: border-box;
  max-width: 630px;
  width: 56.25%;
  display: inline-block;
  padding-right: 4em;
}
@media (max-width: 640px) {
  .map .imgBox {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .map .textBox .time dt, .map .textBox .time dd {
  font-size: 1em;
  padding: 0.5em;
}
  .map .textBox .time dt {
  width: 6.2em;
}
.map .textBox .time dd {
  width: calc(100% - 6.2em);
}
}

.clear{
	clear:both;}

.atension{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding:80px 0 0 0;}

.atension span{
	color:#900;}


@media (min-width: 641px) {

.itioshi{
	width:180px;
	position:absolute;
	left:53%;
	margin:-60px 0 0 0;}


}

@media (max-width: 640px) {

.itioshi{
	width:60px;
	position:absolute;
	left:53%;
	margin:-20px 0 0 0;}


}

