/*Base
---------------------------------------------------------- */
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

/*Config
---------------------------------------------------------- */
body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-seriff;
	color: #362d25;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.7;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media screen and (max-width: 750px) {
  img { width: 100%;}
}

  /* PC,SP切り替え */
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


  /* text-align */
.t-left { text-align: left !important;}
.t-center { text-align: center !important;}
.t-right { text-align: right !important;}

.right{float: right !important;}
.left{float: left !important;}

@media screen and (max-width: 750px) {
.t-right { text-align: left !important;}
}


.green{ 
	color: #00803a;
}

/*font*/
.font_l{
	font-size: 2.8rem;
}
.font_sl{
	font-size: 1.8rem;
}
.bold{
	font-weight: bold;	
}
  /* width */
@media screen and (min-width: 750px) {
.w20{ width: 20%;}	
.w40{ width: 40%;}
.w45{ width: 45%;}
.w50{ width: 50%;}
.w55{ width: 55%;}	
.w60{ width: 60%;}
.w64{ width: 64%;}
.w75{ width: 75%;}
.w80{ width: 80%;}
}

  /* margin */
.mb0{ margin-bottom: 0;}
.mb05{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}

@media screen and (max-width: 750px) {
	.mb05_sp{ margin-bottom: 5% !important;}
	.mb10_sp{ margin-bottom: 10% !important;}
}

  /* flexbox */
.fbox {
	display: flex;
	justify-content: space-between;	
}
.fbox .p15{
	padding: 30px;
}
.fbox.p10{
	padding: 10px;
}
@media screen and (max-width: 750px) {
	.fbox {
		display: block;
}
	.fbox .p15{
	padding: 0;
		margin-bottom: 50px;
}
}


/*header
----------------------------------------*/
.page-header {
	width: 100%;
	min-width: 1000px;
	padding: 20px 0 0;
	margin: 0 0 40px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
}



@media screen and (max-width: 750px) {
  .page-header {
    min-width: 100%;
    padding: 0px 0;
    margin: 0;
  }
  .page-header .page-header-logo {
    margin: 0 0 25px;
    text-align: center;
  }
  .page-header-logo img {
    width: 85px;
  }
  .page-header .page-header-copy img {
    width: 267px;
  }
  .page-header_bg {
    padding: 15px 0;
  }
}

/*contents
----------------------------------------*/
#page-contents {
	padding: 0 0 25px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 1px;
}
.page-fit-contents {
	max-width: 916px;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .page-fit-contents {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*main-visual
---------------------------------------------------------- */
.top-main-visual {}
.top-main-visual-in {
	margin: 0 auto;
	max-width: 916px;
	position: relative;
}
.top-main-visual-in h1 {
	position: absolute;
	top: 32px;
	right: 35px;
}
.top-main-visual-in h1 img {
	width: 173px;
	height: auto;
}
@media screen and (max-width: 750px) {
}

/*intro
---------------------------------------------------------- */
.page-contents-inner {
  margin: 8px auto 0;
  max-width: 916px;
}
.page-contents-inner .txt {
	padding: 30px;
}

@media screen and (max-width: 750px) {
  .page-contents-inner {
    padding: 4px 0 30px;
  }
  .page-contents-inner .txt {
    padding: 20px;
  }
 
}

/*txt_img
--------------------------------------*/
@media screen and (max-width: 750px) {
.img_s{
	width: 20%;
}
}

/*txt_gr
--------------------------------------*/

.txt_gr{
	display: inline-flex;
	border: #dae168 solid 0.3em;
	padding: 30px;
	position: relative;
	margin-top:20px;
	margin-bottom: 30px;
	
 }
.txt_gr_img{
	position: absolute;
	top:-49px;
	left:0;
}

@media screen and (max-width: 750px) {
	.txt_gr{
		margin-top:30px;
	}
	.txt_gr_img{
	position: absolute;
	top:-49px;
	left:0;
		width: 250px;
		
}
}




/*info*/
.info-box {
  background: #fce2ca;
}
.info-inner {
  width: 916px;
  margin: 0 auto;
}

/*ショップ詳細*/
.detail {
  /*margin: 90px auto 0;*/
  width: 360px;
  height: 372px;
  background: url("../img/img_note.gif") 0 0 no-repeat;
  background-size: 360px 372px;
	/*font-weight: bold;*/
	line-height: 1.5;
  position: relative;
}

.detail-inner {
	position: absolute;
  top: 70px;
  left: 50px;
	margin: 20px;
}


.google_right {
  margin-top: 10px;
	font-size: 1.3rem;
}
.tel {
	font-size: 1.8rem
}
.small {
	font-size: 2.0rem;
}


@media screen and (max-width: 750px) {

  /*info*/
  .info-inner {
    width: 90%;
    margin: 0 auto;
  }

  /*ショップ詳細*/
  .detail {
    width: 100%;
    height: 300px;
	  background-size: 100%;
}
	.detail-inner {
	position: absolute;
  top: 60px;
  left: 30px;
	margin: 20px;
}
 
  .google_right {
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    position: static;
  }
  .tel {
    font-size: 1.3rem
  }
}


.normal-link a .icon-map + .lang, html:not(.is-touch) .normal-link a:hover .lang {
	text-decoration: none;
}
html:not(.is-touch) .normal-link a:hover .icon-map + .lang {
	text-decoration: underline;
}

.normal-link a .icon-map:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 28px;
	background: url("../../../../../img/mailmagazine/gourmet/common/icon-map.png") center center no-repeat;
	background-size: auto;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}


/*footer
----------------------------------------*/

.page-footer-in {
	padding: 35px 0;
	text-align: center;
}
@media screen and (max-width: 750px) {

  .page-footer-copyright {
    font-size: 1.1rem;
  }
}


/*wrapper
----------------------------------------*/
.page-wrapper {
	min-width: 1160px;
}
@media screen and (max-width: 750px) {
  .page-wrapper {
    min-width: 100%;
  }
}


/*このページだけ
----------------------------------------*/



.back-image01 { background: url("../img/img_bg.gif") no-repeat 0 0; min-height: 649px;}
@media screen and (max-width: 750px) {
	.back-image01 { background: none; }
}
/*
.back-image02 { background: url("../img/img_bg02.png") no-repeat 8% 60%;}
.back-image03 { background: url("../img/img_bg.png") no-repeat right 80%;}
.back-image04 { background: url("../img/img_bg02.png") no-repeat 8% 30%;}
.back-image05 { background: url("../img/img_bg02.png") no-repeat 90% 25%}
.back-image06 { background: url("../img/img_bg.png") no-repeat 8% 90%;}/*




/*guideコメント*/
.guide{
  position: relative;
	 display: inline-block;
  padding: 20px;
  border-radius: 10px;
  color: #604c3f;
  background-color: #93edb1;
  margin-left: 80px;  	
	margin-bottom: 10px;
}

.guide .icon{
  position: absolute;
  left: -120px;
  top: 0;
}
.guide .map{
  position: absolute;
  right: -30px;
  bottom: -160px;
}

.guide02{
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  color: #604c3f;
  background-color: #f5f4cb;
  margin-left: 100px;  	
	margin-bottom: 10px;
}

.guide02 .icon{
  position: absolute;
  left: -120px;
  top: 0;
}

@media screen and (max-width: 750px) {
	.guide{
  position: relative;
	 display: inline-block;
  padding: 8x;
  border-radius: 10px;
  color: #604c3f;
  background-color: #93edb1;
  margin: 10px 10px 10px 80px;
}
	.guide .icon{
  position: absolute;
  left: -80px;
  top: 0;
		width: 80px;
}
	
	.guide .map{
  position: absolute;
  right: 0px;
  bottom: -110px;
		width: 280px;
}
	.guide02{
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  color: #604c3f;
  background-color: #f5f4cb;
  margin-left: 100px;  	
	margin-bottom: 10px;
}

.guide02 .icon{
  position: absolute;
  left: -90px;
  top: 0;
	width: 80px;
}
}


/* ページナビ  */
.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#8E8E8E;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager .pagination li.pre,
.pager .pagination li.next{
  display: inline-block;
  width: 100px;
  height: 50px;
  text-align: center;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #DADADA;
  border-color: #606060;
  border-radius: 10px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 20%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }


}
