@charset "UTF-8";

/* main-visual
======================================================================*/

.main-visual.mv-gourmet{
	background-image: url(../../images/gourmet/main_visual@2x.png);
	background-position: center center;
	background-size: cover;
    /*background-color: #000308;*/
}
@media screen and (max-width: 480px){
.main-visual.mv-gourmet{
    background-image: url(../../images/gourmet/main_visual_sp@2x.png);
}
}

/* introduction
======================================================================
.introduction{
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
.introduction{
    padding: 30px 0;
}
}
======================================================================*/

.intro{
	max-width: 1000px;
    margin: 40px auto;
	/*padding: 0 20px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.intro h3{
    text-align: center;
}

/* gourmet_map
======================================================================*/
.gourmet_map{
	width: 100%;
	position: relative;
}

.map_wrap{
	max-width: 1140px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
.map_wrap{
	margin: 0 auto 20px;
}
}

.gourmet_map ul.shop-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.gourmet_map ul.shop-info li{
	width: 49%;
}
@media screen and (max-width: 768px) {
.gourmet_map ul.shop-info li{
	width: 100%;
	margin: 4px auto;
}
}

/* location
======================================================================*/
.location{
	width: 100%;
	position: relative;
	background-image: url(../../images/location/bg_obi.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 80px;
}
/*
.position::after {
  content: "";
  display: table;
  clear: both;
}*/
@media screen and (max-width: 768px) {
.location{
	padding: 0 20px;
	/*margin: 80px auto 0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
}

.location .inside{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: flow-root;
	padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
.location .inside{
	/*padding: 80px 0 0;*/
} 
}

/* box-img */
.location .box-img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location .box-img.rev{
    float: left;
}

@media screen and (max-width: 768px) {
.location .box-img{
    width: 100%;
}
}

.location .box-img ul.shop{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	margin-bottom: 20px;
}

.location .box-img li.one{
	width: 100%;
}

.location .box-img li.shop-2{
     width: 49%;
	max-width: 490px;
}
@media screen and (max-width: 768px) {
.location .box-img li.shop-2{
     width: 100%;
	margin: 0 auto 20px;
}
}
	
.location .box-img li.shop-3{
     width: 29.6%;
	max-width: 296px;
}
@media screen and (max-width: 768px) {
.location .box-img li.shop-3{
     width: 60%;
}
}

.location .box-img li.shop-4{
     width: 19.3%;
	max-width: 193px;
}
@media screen and (max-width: 768px) {
.location .box-img li.shop-4{
     width: 39%;
}
}

.location .box-img li.one-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
	border-top: 6px solid transparent; 
	border-image: linear-gradient(to right, #e38f97, #e38f97, #7a6b7e) 1;
	background-color: #F8F7F3;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.location .box-img li.one-box{
}
}

.location .box-img li.one-box .item{
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.location .box-img li.one-box .item{
	width: 100%;
}
}

.location .box-img li.one-box .item.txtbox{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;*/
}
@media screen and (max-width: 768px) {
.location .box-img li.one-box .item.txtbox{
	padding: 20px 20px;
}
}

.location .box-img li.one-box .item.imgbox{
	padding: 0;
}

.location .btnset{
	/*float: right;*/
	background-color: #FFFFFF;
}

.location .btnset a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #000000;
	transition: all 0.3s linear;
}

.location .btnset a span{
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
.location .btnset a span{
	font-size: 1.1rem;
}
}

.location .btnset a:hover{
	opacity: 0.6;
}

.location p.name {
    font-size: 2.2rem;
    line-height: 1.4;
}

.location p.data2 {
    font-size: 1.4rem;
    line-height: 1.4;
}

.location p.data2 span{
    font-size: 2.0rem;
	color: #7a6b7e;
}

.location .box-img p.data {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 5px;
}

.location .box-img.rev p.data {
    text-align: right;
}

.location .box-img p.data span{
    font-size: 2.0rem;
	color: #7a6b7e;
}
@media screen and (max-width: 768px) {
.location p.name {
    font-size: 1.6rem;
}
.location p.data2 {
    font-size: 1.2rem;
}
.location p.data2 span{
    font-size: 1.6rem;
}
	
.location .box-img p.data {
    font-size: 1.2rem;
	padding: 0 20px;
}
.location .box-img.rev p.data {
    text-align: left;
}

.location .box-img p.data span{
    font-size: 1.6rem;
}
}

.location .box-img p.cap {
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.location .box-img p.cap.blk {
    color: #000000;
}

/* box-txt */
.location .box-txt{
	width: 100%;
	max-width: 272px;
	position: absolute;
	top: -80px;
	left: 50%;
    transform: translateX(-50%);
	text-align: center;
    z-index: 3;
}

.location .box-txt.rev{
	text-align: right;
}
.location .box-txt.rev img{
	margin-left: auto;
}
/*
.ttl_bdr .box-txt{
    top: 90px;
}
*/
@media screen and (max-width: 768px) {
.location .box-txt{
	/*position: relative;*/
	top: -30px;
}
.location .box-txt.rev{
	text-align: left;
}
.location .box-txt img{
	max-width: 230px;
}
}

/* photo-set */

.photo-set{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo-set ul{
     margin-bottom: 20px;
}

/* set-one */
.photo-set ul.set-one{
     width: 32.4%;
    max-width: 324px;
    display: flex;
	flex-wrap: wrap;
}

.photo-set ul.set-one li:last-child{
     margin-top: auto;
}

@media screen and (max-width: 768px) {
.photo-set ul.set-one{
    width: 100%;
    max-width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 20px;
}
.photo-set ul.set-one li{
    width: 90%;
	margin: 0 auto 20px;
}
.photo-set ul.set-one li p.data{
    padding: 0;
}
}

/* set-two */
.photo-set ul.set-two{
    width: 64.4%;
    max-width: 664px;
}
@media screen and (max-width: 768px) {
.photo-set ul.set-two{
    width: 100%;
    max-width: auto;
}
}

.photo-set ul.set-two li{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.photo-set ul.set-two li{
    margin-bottom: 20px;
}
}

.photo-set ul.set-two li:last-child{
    margin-bottom: 0px;
}


/* edu-one */
.photo-set ul.edu-one{
     width: 39.4%;
    max-width: 394px;
    display: flex;
	flex-wrap: wrap;
}

.photo-set ul.edu-one li:last-child{
     margin-top: auto;
}

@media screen and (max-width: 768px) {
.photo-set ul.edu-one{
    width: 90%;
    max-width: 100%;
    /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
    margin: 0 auto 20px;
}
.photo-set ul.edu-one li{
    width: 100%;
	margin-bottom: 20px;
}
.photo-set ul.edu-one li:last-child{
	margin-bottom: 0px;
}
.photo-set ul.edu-one li p.data{
	padding: 0px;
}
}

/* edu-two */
.photo-set ul.edu-two{
    width: 59.0%;
    max-width: 590px;
}
@media screen and (max-width: 768px) {
.photo-set ul.edu-two{
    width: 100%;
    max-width: auto;
}
}

.photo-set ul.edu-two li{
    margin-bottom: 40px;
}

.photo-set ul.edu-two li:last-child{
    margin-bottom: 0px;
}

/* med */
.photo-set ul.med {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo-set ul.med li{
	width: 21.7%;
	max-width: 217px;
}

.photo-set ul.med li.med-1{
     width: 31.9%;
    max-width: 319px;
}

@media screen and (max-width: 768px) {
.photo-set ul.med li{
     width: 100%;
	margin: 0 auto 20px;
}
	.photo-set ul.med li p.data{
	padding: 0;
}
	
.photo-set ul.med li.med-1{
	width: 100%;
	margin: 0 auto 20px;
}
.photo-set ul.med li.med-1:last-child{
	margin-bottom: 0;
}
}

/* set-three */

.photo-set ul.set-three{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 480px) {
.photo-set ul.set-three{
    /*margin-top: 20px;*/
}
}

.photo-set ul.set-three li{
    width: 31.2%;
    max-width: 312px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.photo-set ul.set-three li{
    width: 100%;
    max-width: auto;
    margin: 0 auto 40px;
}
}

.photo-set ul.set-three li div{
    position: relative;
}

.location h5.obi{
    width: 100%;
	font-size: 3.2rem;
    line-height: 1.0;
	color: #FFFFFF;
	text-align: right;
	padding: 4px 16px 8px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #4f6077;
}
@media screen and (max-width: 768px) {
.location h5.obi{
    font-size: 2.0rem;
    padding: 2px 8px 4px;
    margin-bottom: 20px;
}
}

/* mtr_wrap
======================================================================*/
.mtr_wrap {
	width: 100%;
	background-color: #f1f0e5;
	padding-bottom: 60px;
	margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
.mtr_wrap {
    padding-bottom: 30px;
	margin-bottom: 80px;
}
}

.mtr_wrap h3.obi{
	max-width: 1000px;
	font-size: 3.0rem;
	color: #FFFFFF;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7a6b7e;
	text-align: center;
	margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
.mtr_wrap h3.obi{
    font-size: 2.2rem;
	line-height: 1.5;
}
}
.mtr_wrap p.name{
	font-size: 2.2rem;
	text-align: left;
	margin: 10px 0;
}

.mtr_wrap p.caption{
	font-size: 1.4rem;
	text-align: justify;
}

.mtr_wrap p.cap{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	text-align: right;
	color: #FFFFFF;
}



/* ttl_bdr
======================================================================*/
.ttl_bdr{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	/*border-top: 10px solid rgba(201,188,156,0.20);*/
}
@media screen and (max-width: 768px){
.ttl_bdr{
    padding: 60px 20px 20px;
}
}

.top_bnr p.caption{
    text-align: justify;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px){
.top_bnr p.caption{
    font-size: 1.1rem;
}
}


/* information
======================================================================*/
.information{
	width: 100%;
    padding: 90px 0;
	background-color: #7a6b7e;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
.information{
    padding: 30px 0;
	margin-bottom: 40px;
} 
}


.information p.caption{
    color: #FFFFFF;
    font-size: 1.2rem;
}

/* life-info */

.life-info{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    /*margin-bottom: 60px;*/
}
@media screen and (max-width: 768px) {
.life-info{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    /*margin-bottom: 30px;*/
}
}

.life-info .info-col{
	width: 50%;
    padding-right: 30px;
	border-right: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.life-info .info-col:last-child{
    padding-left: 30px;
    padding-right: 0px;
	border-right: none;
}

@media screen and (max-width: 768px) {
.life-info .info-col{
	width: 100%;
    padding-right: 0px;
    border-right: none;
    margin-bottom: 6px;
}
.life-info .info-col:last-child{
    padding-left: 0px;
    margin-bottom: 0px;
}
}


/* table.info
====================================*/
table.info{
    width: 100%;
    font-size: 1.2rem;
    /*margin-bottom: 20px;*/
    color: #FFFFFF;
    
}
@media screen and (max-width: 480px) {
table.info{
    font-size: 1.1rem;
}
}

table.info th,
table.info td{
    padding: 2px 0;
}

table.info th{
    width: 230px;
    text-align: left;
    vertical-align: top;
}
table.info td{
    width: calc(100% -230px);
    text-align: right;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.info h4{
    font-weight: 700;
}

/* map
====================================*/

.map{
    width: 100%;
    margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
.map{
    margin-bottom: 30px;
}
}

/* =========================================================
　irregularity
========================================================= */

.box-img-irreg {
	position: relative;
	margin-top: 160px;
	margin-bottom: 80px;
}
.box-img-irreg::before{
	position: absolute;
	content: '';
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background-color: #f8f7f3;
}

@media screen and (max-width: 768px) {
.box-img-irreg {
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-img-irreg::before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f7f3;
}
}

.box-img-irreg .inside {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}
@media screen and (max-width: 768px) {
.box-img-irreg .inside {
	padding: 20px 20px;
}
}

.box-img-irreg .irreg-block {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	margin-bottom: 120px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.box-img-irreg .irreg-block {
	margin-bottom: 20px;
	padding: 20px;
}
}

.box-img-irreg .irreg-photo {
	max-width: 380px;
	position: absolute;
	z-index: 3;
}
@media screen and (max-width: 768px) {
.box-img-irreg .irreg-photo {
	width: 100%;
	position: static;
	margin: 0 auto 20px;
}
}

.box-img-irreg .irreg-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.box-img-irreg .irreg-photo div {
	position: relative;
}

.box-img-irreg .irreg-card {
  position: relative;
  z-index: 1;
}
/*
.name-card-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.name-card-wrap.bdr{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7A6B7E;
}

.name-card-ttl{
	position: relative;
}
@media screen and (max-width: 768px) {
.name-card-ttl.irr{
	margin-bottom: 10px;
}
}

.location .btnset.bei{
	background-color: #f8f7f3;
}


.box-img-irreg .lead {
	font-size: 1.6rem;
	line-height: 2.0;
	text-align: justify!important;
	margin-bottom: 0!important;
}
*/
.box-img-irreg .cap {
	position: absolute;
	left: 8px;
	bottom: 8px;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	z-index: 2;
}

.box-img-irreg .cap.blk {
	color: #000;
}

/* ---------- 1段目：商店街 ---------- */

.box-img-irreg .irreg-block-01 {
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
.box-img-irreg .irreg-block-01 {
	padding-right: 20px;
}
}

.box-img-irreg .irreg-block-01 .irreg-photo {
	left: 50px;
	top: -40px;
}

.box-img-irreg .irreg-block-01 .irreg-card {
	width: 100%;
	max-width: 564px;
	margin-left: auto;
}


/* ---------- 2段目：キッチンカー ---------- */

.box-img-irreg .irreg-block-02 {
}

.box-img-irreg .irreg-block-02 .irreg-card {
	width: 100%;
	max-width: 517px;
	margin-right: auto;
}

.box-img-irreg .irreg-block-02 .irreg-photo {
	right: 50px;
	top: -30px;
}

.box-img-irreg .irreg-tags {
	padding-top: 20px;
}

.box-img-irreg .irreg-tags li {
}

