@charset "utf-8";

#contents {
	width: 980px;
	margin: 20px auto 20px;
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 14px;
}
.keyimage {
	width:  400px;
	height:  400px;
	margin-bottom:  20px;
}
.inner {
	/*font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3", Hiragino Kaku Gothic ProN, "\30E1\30A4\30EA\30AA", Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.box01 {
	width: auto;
	/*background-image: url("/information/2018/matsuyama2nd/img/pizza.jpg");
	background-position: left 50px;
	background-repeat: no-repeat;*/
	border: 6px solid #bc8d57;
	margin-bottom: 25px;

}

.box02 {
	width: auto;
	/*background-image: url("/information/2018/matsuyama2nd/img/mig.jpg");
	background-position: left 50px;
	background-repeat: no-repeat;*/
	border: 6px solid #bc8d57;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Roboto Slab', serif;;
	color: #f44336 !important;
	font-size: 1.6em !important;
	font-weight: 100;

}
h3 {
	font-family: 'Roboto Slab', serif;;
	text-align: center;
  position: relative;
  padding: 1rem 2rem;
/*  border-top:3px solid #f44336;*/
	border-bottom: 3px solid #f44336;
  font-size: 1.75em;
  color: #f44336;
  margin-bottom: 30px;
	margin-top:  20px;
}

/*h3:before,*/
h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #000;
}

/*h3:before {
  top: 6px;
}
*/
h3:after {
  bottom: 6px;
}



section#info #sentences p {
    line-height: 2.6em;
}


#culumn01 {
	width: 41.5%;
    margin: 20px 2% 40px;
    /* overflow: hidden; */
    /* display: inline-block; */
    float: left;
    background-color: beige;
    padding: 20px;
}

#culumn01 li {
	width: auto;
	background-color: #FFFFFF;
	/*border: 6px solid #e2d4c4;*/
	padding: 20px 30px;
	margin: 0 auto 30px;
}
#culumn01 li img, #culumn01 img {
	/*width: 420px !important;
	height: 300px !important;*/
	/*float: left;*/
}
#culumn01 img.right {
		width: 420px !important;
	height: 300px !important;
	float: right;
	margin-left: 30px;
}
#culumn01 h4 {
    font-size: 1.4em;
    color: #607d8b;
    margin-bottom: 10px;
    border-left: 8px solid #f44336;
    padding-left: 8px;
	text-align: left;
}

#culumn01 p {
    text-align: left;
	line-height: 2em !important;
	font-size: 16px;
}

#culumn01 p.left {
    text-align: left;
    float: left;
    margin-right: 50px;
}

#culumn01 p.price {
	font-weight: 700;
	font-size: 1.4em !important;
}
#inner h3 {
    background-color: #ffe3bd;
	color: #333333;
	text-align: left;
	border: 0;
}
#inner h3:after {
    background: none;
}



#culumn01 dl {
	margin:0 auto 5px;
	width:500px;
	display:inline;
	overflow:hidden;
	float: right;
}
#culumn01 dt {
	color: #fff;
    font-weight: bold;
    background-color: #dd121e;
    padding: 5px 8px;
    display: block;
    width: 128px;
    text-align: center;
    margin: 5px auto 15px;
	text-align: center;
	border-radius: 64px;
}
#culumn01 dd {
	font-size:22px;
	color:#333;
	font-weight:bold;
	text-align: center;
		font-family: 'Roboto Slab', serif;;
}
#culumn01 dd span {
	font-size:13px;
	font-weight: 100;
}
#culumn01 dd strong {
	font-size:32px;
	color:#dd121e;
}










.sp {
	display: none;
}
.sp-brk {
	display:none;
}
.pc-brk {
		display:inline;
	}
section#info a.btn {
    background: #f44336;
	margin-top:30px;
}
	
a.btn {
    display: block;
    width: 320px;
    border-radius: 2px;
	background: #C82527;
    text-align: center;
    margin: 50px auto 0 auto;
	padding: 18px;
	color: #FFFFFF;
	font-size: 1.2em;
}
a.btn:hover {
	opacity: 0.7;
}
a:hover {
	color: #f44336;
}
p.gotop {
	z-index: 1000;
}








table.price {
	font-size: 20px;
	margin-left: 120px;
}
table.price th {
	text-align:right;
}

.entrybtn {
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
section#info a.btn {
	/*display: inline;*/
}
a.btn2 {
	display: inline-block;
    padding: 10px;
    background: #bc8d57;
    color: #FFFFFF;
    width: 200px;
    /* text-align: center; */
    margin: 0 auto;
}


span.in-tax {
    font-size: 12px;
    position: relative;
    top: -20px;
}


.outlink {
	 border: 2px solid #f44336;
	 color:#f44336;
	 width: 80%;
	 margin:0 auto 10px;
	 padding: 5px 0;
	 font-size: 1.1em;
	 font-weight: 500;
}
/* clear */
.clear {
	clear: both;
}
/* clearfix \*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */



/** shoplist */
/** shoplist */
div#shoplist {
	margin-top: 5px;
	margin-bottom: 40px;
}
div#shoplist ul.area {
	font-size: 14px;
	overflow: hidden;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
}
div#shoplist ul.area li {
	width: 380px;
	padding-left: 65px;
	line-height: 38px;
	float: left;
	margin-bottom: 7px;
}
div#shoplist ul li a {
/*line-height: 1.2em;*/
	font-size: 0.9em;
}
div#shoplist ul.area li.al {
	background: url(../img/icon_al.gif) no-repeat left center;
}
div#shoplist ul.area li.co {
	background: url(../img/icon_co.gif) no-repeat left center;
}
div#shoplist ul.area li.pi {
	background: url(../img/icon_pi.gif) no-repeat left center;
}
div#shoplist ul.area li.co_pi {
	background: url(../img/icon_co_pi.gif) no-repeat left center;
	display: block;
}
div#shoplist ul.area li.pi_al {
	background: url(../img/icon_pi_al.gif) no-repeat left center;
	display: block;
}
div#shoplist h4 {
	font-size: 1.3em !important;
	text-align: left !important;
	padding: 10px  0 10px  20px;
	margin-bottom: 20px  !important;
	font-weight: bold;
	background: #E8E7DB;
	width: 100%;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: -0.08em;
	color: #54391C;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 3 px  0;
	padding-left: 30 px;
	display: block;
}
.halfEm {
	font-size: 0.5em;
}

/** 店舗一覧 */

div#collabo {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 60px;
}
div#collabo h4#area::before {
/*content: "";
  position: relative;
  top: 18px;
  left: -10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #54391C;*/
}
div#collabo h4#area.open::after {
	content: "";
	position: relative;
	top: 9px;
	border: 8px solid transparent;
	border-bottom-color: #54391C;
}
div#collabo ul.area {
	font-size: 14px;
	overflow: hidden;
	line-height: 2.3em;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 20px;
}
div#collabo ul.area li a {
	display: block;
	width: 40%;
	height: 33px;
	padding-left: 65px;
	float: left;
	margin-bottom: 7px;
}
div#collabo ul.area li a.longer {
	letter-spacing: -.1em;
}
div#collabo h4 {
	font-size: 1.3em !important;
	text-align: left !important;
	padding: 10px 0 10px 20px;
	margin-bottom: 20px !important;
	font-weight: bold;
	background: #E8E7DB;
	width: 100%;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: -0.08em;
	color: #54391C;
	text-align: center;
	line-height: 1.6;
	margin: 0 0 3px 0;
	padding-left: 30px;
	display: block;
}
.shoplist_ttl + p {
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 16px;
}
.comments {
	position: relative;
	overflow: visible !important;
}
.comments span {
	position: absolute;
	left: 25px;
	left: 65px;
	bottom: -1.5em;
	font-size: 11px;
}
ul.lists {
	width: 100% !important;
	margin-bottom: 50px !important;
	display: inherit;
}
ul.lists li {
	display: block;
	width: 47.5%;
	height: 35px;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 30px 10px 0 10px;
	float: left;
	position: relative;
	border: none !important;
	line-height: 1.4em;
	display: inline-flex;
	color: #222222;
}
.longname-brk {
	display: block;
	width: 300px;
	line-height: 17px !important;
	float: left;
	text-decoration: none !important;
}
.lists li a.shopname {
	width: 55%;
	text-align: left;
}
.lists li a.btn-obj {
	display: inline-block;
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #967f4a;
	color: #ffffff !important;
	position: relative;
	/* right: 5px; */
	transition: .3s;
	margin-left: 8px;
}
.lists li a.btn-obj:hover {
	background: #54391C;
}
.lists li label.btn-obj {
	display: inline-block;
	width: 20%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #967f4a;
	color: #ffffff !important;
	position: relative;
	/* right: 5px; */
	transition: .3s;
	margin-left: 8px;
}
.lists li label.btn-obj:hover {
	background: #54391C;
}
.alac {
	background: #964a4a !important;
}
.longname {
	display: inline-block;
	width: 342px;
	letter-spacing: -.09em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sp {
	display: none;
}
.sp-brk {
	display: none;
}
.pc-brk {
	display: inline;
}
a.btn {
	display: block;
	width: 320px;
	border-radius: 2px;
	background: #C82527;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 18px;
	color: #FFFFFF;
	font-size: 1.2em;
}
a.btn:hover {
	opacity: 0.7;
}
p.gotop {
	z-index: 1000;
}

/*モーダルポップアップここからcssとlabel*/
.popup_wrap input {
  display: none
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: center;
}
.popup_content p {
	text-align: center !important;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.lists li label.btn-obj {
	display: inline-block;
    width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #967f4a;
    color: #ffffff !important;
    position: relative;
    /* right: 5px; */
    transition: .3s;
	margin-left: 8px;
}
.lists li label.btn-obj:hover {
	background:#54391C;
}


.shop {
	background: #967f4a;
    padding: 8px 15px 8px;
    margin-top: 5px;
    color: #FFFFFF;
    margin-top: 10px !important;
    clear: both;
    font-size: 0.95em;
    display: inline-block;
    width: 40%;
    text-align: center;
}
.shop:hover {
	background:#bba674 !important;
	color: #FFFFFF;
}
/* CSS Document */
