@charset "UTF-8";
/* =====
 * restaurant/　レイアウト
============================================================================= */
/* -----
 * RestaurantHead
----------------------------------------------------------------------------- */
h2{text-align: center;}
.address h2{
    text-align: left;
}
ul {
    padding: 0;
}
#MarketHead,#MarketKashii {
  width: 1200px;
  margin: 100px auto 0;
}
#MarketHead h2{
        text-align: center;
    margin-bottom: 70px;
}
#MarketHead ul,#MarketKashii ul{
    list-style: none;
}
.market_wrap{
    margin-bottom: 100px;
}
.market_wrap > ul{
    display: flex;
    justify-content: space-between;
}
.market_wrap2 > ul{
    display: flex;
    justify-content: center;
}
.market_wrap2 > ul li{
    margin-right: 10px;
}
.market_wrap_text{
    position: relative;
    width: 32%;
}
.market_sImg{
    position: absolute;
    bottom: 0;
}
.market_wrap_img{
    width: 65%;
}
.item1{
    order: 2
}
.item2{
    order: 1
}
.market_wrap_text h3{
    line-height: 120%;
    color: #b7282c;
    font-size: 36px;
    margin: 0;
    font-weight: normal;
}

img.Kashiict{
    width: 100%;
}

.Kashiih3{
    color: #b7282c;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}


.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #c10128;
}
.cp_table thead th {
    color: #fff;
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #c10128;
}
.cp_table thead th:last-child {
	border-right: 1px solid #c10128;
}
.cp_table tbody th {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
	white-space: nowrap;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #c10128;
	border-left: 1px solid #c10128;
	background: #ffffff;
}

.market_table{
    width: 960px;
    margin: 50px auto;
    overflow: auto;
}
@media only screen and (max-width:767px) {
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
		display: block;
	}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: none;
		padding: 0.5em 0;
		content: attr(label);
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}
    .cp_table tbody td.sp_color{
        background: #c10128;
        color: #fff
    }
    .address h2{
    text-align: center;
}    

}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #MarketHead,#MarketKashii {
    width: auto;
    margin-top: 15px;
    padding: 0 10px;
  }
    .market_wrap {
    margin-bottom: 70px;
}
.market_wrap > ul{
    display: block;
    justify-content: space-between;
}
.market_wrap2 > ul{
    width: 94%;
    display: block;
    justify-content: center;
    margin: 0 auto;
}
.market_wrap2 > ul li{
    margin-right: 0;
}
    .market_wrap2 > ul li img{
        margin-bottom: 10px;
    }
.market_wrap_text{
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 1em 0;
}
.market_sImg{
    position: static;
    margin-bottom: 20px;
}
.market_wrap_img{
    width: 94%;
    margin: 0 auto;
}
    .market_table {
    width: 96%;
    margin: 50px auto;
}
    .market_wrap_text h3 {
    line-height: 120%;
    color: #b7282c;
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}
    #MarketHead h2 {
    text-align: center;
    margin-bottom: 40px;
}
    .Kashiih3 {
    color: #b7282c;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
}
}