@charset "UTF-8";
/* ==========================================================
  protein.css
  display: PC and Tab
========================================================== */

/* ----------------------------------------------------------------------------------------------------------
 #protein common
---------------------------------------------------------------------------------------------------------- */

#protein_body #page{
	background-color: #ffffff;
	color:black;
    padding: 80px 0 0px;
    margin: 0;
    position: relative;
}

/* smartphone
------------------------------------------------------------*/
#protein {
	padding-bottom: 5vw;
}
#protein a {
	text-decoration: underline;
}
#protein img {
	width: 100%;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein {
	padding-bottom: 80px;
}
#protein a {
	text-decoration: underline;
}
.sp {
    display: none !important;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein #kv
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein #kv {
}
#protein #mainArea {
	position: relative;
	width: 100%;
	margin: 0 auto 13.33333vw;
}
#protein .h2Bg {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#protein h2 {
	position: absolute;
	width: 100%;
	top: 17.83333vw;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 10.66667vw;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 3.73333vw rgba(0, 0, 0, 0.95);
}
#protein h2 span {
	display: block;
	font-size: 4vw;
	font-weight: 700;
	letter-spacing: 0;
	text-shadow: 0px 0px 2.13333 rgba(0, 0, 0, 0.95);
}
#protein h2 span.top {
	font-weight: 400;
}
#protein #setsubi{
	margin: 30px 0px;
}
#protein #setsubi div{
	display:table;
	margin: 20px;
    padding: 20px;
}
#protein #setsubi dt{
	float: left;
	margin-right: 20px;
	margin-bottom: 35vw;
	height:14vw;
}
#protein #setsubi dl{
	float: left;
	margin-right: 20px;
	flex-wrap: wrap;
    width: 360px;
}
#protein #setsubi dd{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#protein #setsubi dt img,
#protein #setsubi dd img{
	height: 100%;
	width: auto;
	max-width: 35vw !important;
}
@media print, screen and (max-width: 484px){
#protein #setsubi dt{
	float: left;
	margin-right: 20px;
	margin-bottom: 50vw;
	height:14vw;
}
}
/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein #kv {
	height: 600px;
}
#protein #mainArea {
	/* position: relative; */
	/* width: 1100px; */
	/* height: 500px; */
	height: 100%;
	/* margin: 0 auto 120px; */
} 
#protein .h2Bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
#protein h2 {
	position: absolute;
	width: 100%;
	top: 184px;
	left: 0;
	z-index: 2;
	font-weight: 700;
	font-size: 80px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.95);
}
#protein h2 span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.95);
}
#protein #setsubi{
	margin: 30px 0px;
}
#protein #setsubi div{
	display:table
}
#protein #setsubi dl{
	/* display: table; */
    flex-wrap: wrap;
    width: 600px;
}
#protein #setsubi dt,
#protein #setsubi dd{
	float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    height:100%;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein top
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein #ankerBtn {
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 0 9.33333vw 10.66667vw;
	margin-bottom: 4vw;
	position: relative;
	z-index: 10;
}
#protein #ankerBtn ul {
	width: 100%;
}
#protein #ankerBtn ul li {
	width: 100%;
	height: 10.66667vw;
	margin-bottom: 2.66667vw;
}
#protein #ankerBtn ul li:last-child {
	margin-bottom: 0;
}
	#protein #ankerBtn ul li a {
	display: block;
	width: 100%;
	height: 10.66667vw;
	border: 1px solid #000;
	padding: 0 3.2vw;
	font-size: 4vw;
	line-height: 10.66667vw;
	text-decoration: none;
}
#protein .topList {
	width: 81.33333vw;
	margin: -22.5vw auto 0;
	padding: 22.5vw 0 0;
}
#protein #hokkaido {
	position: relative;
	z-index: 8;
}
#protein #kanto {
	position: relative;
	z-index: 9;
}
#protein #tokai {
	position: relative;
	z-index: 7;
}
#protein #kansai {
	position: relative;
	z-index: 6;
}
#protein #chugoku {
	position: relative;
	z-index: 5;
}
#protein #kyushu {
	position: relative;
	z-index: 4;
}
#protein .topListInr {
	width: 100%;
	margin: 2.66667vw auto 0;
}
#protein .topList .topListTitle {
	width: 100%;
	height: 8vw;
	background: #000;
	margin: 0 auto 4vw;
	font-size: 4vw;
	padding: 0 2vw;
	box-sizing: border-box;
	color: #fff;
	line-height: 8vw;
}
#protein .topList ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	-moz-justify-content:fflex-start;
	-ms-justify-content:flex-end;
	justify-content:flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	margin: 0 auto;
}
#protein .topList ul li {
	width: auto;
  text-align: center;
	margin: 0 3.2vw 6.66667vw 0;
	padding: 0 0.63333vw 1.66667vw;
	border-bottom: 1px solid #000;
}
#protein .topList ul li a {
	text-decoration: none;
	word-break: break-all;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4vw;
	line-height: 1.35;
}
#protein .topList ul li a span {
	display: block;
	word-break: break-all;
  font-size: 3.33333vw;
}
#protein .topList .uptotop {
	text-align: right;
	cursor: pointer;
}
#protein .topList .uptotop a {
	text-decoration: none;
	font-size: 2.66667vw;
}
#protein .topList .uptotop a:before {
	content: "";
	display: inline-block;
	width: 2.66667vw;
	height: 1.33333vw;
	background-size: 2.66667vw 1.33333vw;
	position: relative;
	top: -0.46667vw;
	margin-right:0.66667vw;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein #ankerBtn {
	border-bottom: 1px solid #000;
	padding: 0 0 70px;
	margin-bottom: 40px;
}
#protein #ankerBtn ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 890px;
	margin: 0 auto;
}
#protein #ankerBtn ul li {
	width: 416px;
	height: 80px;
	margin: 0 28px 28px 0;
}
#protein #ankerBtn ul li:nth-child(3n) {
	margin-right: 0;
}
#protein #ankerBtn ul li:last-child {
	margin-bottom: 28px;
}
	#protein #ankerBtn ul li a {
	display: block;
	width: 100%;
	height: 80px;
	border: 1px solid #000;
	padding: 0 16px;
	font-size: 20px;
	line-height: 80px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#protein #ankerBtn ul li a:hover {
	opacity: 0.7;
}
#protein .topList {
	width: 860px;
	margin: 0 auto 0;
	padding: 60px 0 0;
}
#protein .topListInr {
	width: 100%;
	margin: 0 auto 0;
}
#protein .topList .topListTitle {
	width: 100%;
	height: 50px;
	background: #000;
	margin: 0 auto 30px;
	font-size: 25px;
	padding: 0 16px;
	box-sizing: border-box;
	color: #fff;
	line-height: 50px;
}
#protein .topList ul li {
	margin: 0 20px 48px 0;
	padding: 0 10px 5px 0;
}
#protein .topList ul li a {
	display: inherit;
}
#protein .topList ul li a:hover {
	opacity: 0.7;
}
#protein .topList ul li a {
	padding: 6px 0 6px;
	box-sizing: border-box;
	font-size: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#protein .topList ul li a span {
	display: block;
	font-size: 15px;
	padding-top: 4px;
}
#protein .topList .uptotop {
	display: none;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein lower common
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein .studiosBox {
	width: 86vw;
	margin: 0 auto 12vw;
}
#protein .studiosBox p{
	font-size: 3vw;
}
#protein .studiosBox .studiosTitle {
	width: 100%;
	height: 8vw;
	background: #ff6b00;
	margin: 0 auto 4vw;
	font-size: 4vw;
	padding: 0 2vw;
	box-sizing: border-box;
	color: #fff;
	line-height: 8vw;
}
#protein .studiosBox .studiosBtn a {
	display: block;
	width: 60vw;
	height: 16vw;
	border: 1px solid #ff6b00;
	text-align: center;
	line-height: 1.3;
	font-size: 4vw;
	font-weight: 400;
	color: #000;
	margin: 0 auto 4vw;
	box-sizing: border-box;
	text-decoration: none;
	padding-top: 3.4vw;
    color: #ff6b00;
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein .studiosBox {
	width: 860px;
	margin: 0 auto 80px;
}
#protein .studiosBox p{
	font-size: 15px;
}
#protein .studiosBox:after {
	content: "";
	display: block;
	clear: both;
}
#protein .studiosBox .studiosTitle {
	width: 860px;
	height: 50px;
	background: #ff6b00;
	margin: 0 auto 30px;
	font-size: 25px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	line-height: 50px;
}
#protein .studiosBox .studiosBtn a {
	display: block;
	width: 350px;
	height: 80px;
	border: 1px solid #ff6b00;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: 400;
	color: #ff6b00;
	margin: 0 auto 70px;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#protein .studiosBox a:hover {
	opacity: 0.7;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein price
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein #price {
}
/*
#protein #price h3 {
	font-size: 13.33333vw;
	color: #e61b64;
	padding: 4vw 0 4vw;
	line-height: 1.1;
	text-align: center;
}
#protein #price h3 span {
	font-size: 4.66667vw;
	color: #000;
	display: block;
}
#protein #price h3 span.en {
	font-size: 10.93333vw;
	color: #e61b64;
	display: inline;
}
*/
#protein #price h3 {
  width: 100%;
  height: auto;
  margin: 5.33333vw auto 5.33333vw;
}
#protein #price h4 {
	font-size: 4vw;
	padding: 0 0 30px;
	text-align: center;
	font-weight: 400;
}
#protein #price h5 {
	font-size: 3vw;
	padding: 0 0 30px;
	text-align: center;
	font-weight: 400;
}
#protein #price .studiosPriceTable {
	width: 100%;
	margin: 6.66667vw auto 6.66667vw;
	font-size: 4vw;
}
#protein #price .studiosPriceTable:after {
	content: "";
	display: block;
	clear: both;
}
#protein #price dl.studiosPrice {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:50%;
	margin: 0 auto;
	float: left;
}
#protein #price dl.studiosPrice dt {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 10vw;
	border-bottom: 1px solid #000;
	border-right:  1px solid #000;
	background-color: white;
    color: black;
}
#protein #price dl.studiosPrice dt:first-child {
	background: #808080;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-right:  1px solid #fff;
	line-height: 6.93333vw;
}
#protein #price dl.studiosPrice.studiosPriceR dt {
	border-right: none;
}
#protein #price .studiosAtt {
  text-align: right;
  padding: 1.33333vw 0 6.66667vw;
  font-size: 2vw;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein #price {
}
/*
#protein #price h3 {
	font-size: 110px;
	color: #e61b64;
	padding: 30px 0 30px;
	line-height: 1.1;
	text-align: center;
}
#protein #price h3 span {
	font-size: 40px;
	color: #000;
	display: block;
}
*/
#protein #price h3 {
  width: 720px;
  margin: 70px auto 50px;
}
#protein #price h3 span.en {
	font-size: 90px;
	color: #e61b64;
	display: inline;
}
#protein #price h4 {
	font-size: 25px;
	padding: 0 0 30px;
	text-align: center;
	font-weight: 400;
}
#protein #price h5 {
	font-size: 18px;
	padding: 0 0 30px;
	text-align: center;
	font-weight: 400;
}
#protein #price .studiosPriceTable {
	width: 100%;
	margin: 0 auto 50px;
	border-bottom: 1px solid #000;
	font-size: 20px;
}
#protein #price dl.studiosPrice {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	margin: 0 auto;
	float: none;
}
#protein #price dl.studiosPrice dt {
	width: 20%;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px !important;
	border-top: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #000;
	background-color: white;
    color: black;
}
#protein #price dl.studiosPrice dt.plan {
	width: 16%;
}
#protein #price dl.studiosPrice dt:first-child {
	background: #808080;
	color: #fff;
	border-top: 1px solid #000;
	border-right: none;
}
#protein #price dl.studiosPrice dt:nth-child(1),
#protein #price dl.studiosPrice dt:nth-child(2) {
	border-right: none;
	border-left: none;
}
#protein #price dl.studiosPrice dt:first-child {
	border-bottom: none;
}
#protein #price .studiosAtt {
  padding: 10px 0 50px;
  font-size: 15px;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein item
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein #item {
}
#protein #item .studiosItemTableL {
	width: 100%;
	display: table;
	border-collapse: collapse;
}
#protein #item .studiosItemTableR {
	width: 100%;
	display: table;
	border-collapse: collapse;
}
#protein #item .studiosItemTableL dl,
#protein #item .studiosItemTableR dl {
	display: table-row;
}
#protein #item .studiosItemTableL dl dd,
#protein #item .studiosItemTableR dl dd {
	display: table-cell;
	width: 60%;
	height: 10vw;
	line-height: 5vw;
	vertical-align: middle;
	font-size: 3vw;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 2.13333vw;
	box-sizing: border-box;
	background-color: white;
    color: black;
}
#protein #item .studiosItemTableL dl dd span.att,
#protein #item .studiosItemTableR dl dd span.att{
	font-size: 2vw;
}
#protein #item .studiosItemTableL dl:first-child dd,
#protein #item .studiosItemTableR dl:first-child dd {
	color: #fff;
	background: #808080;
	font-size: 4vw;
	padding: 0 1.06667vw;
	height: 6.93333vw;
	line-height: 6.93333vw;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#protein #item .studiosItemTableL dl dt,
#protein #item .studiosItemTableR dl dt {
	display: table-cell;
	width: 47%;
	vertical-align: middle;
	font-size: 4vw;
	text-align: center;
	border-bottom: 1px solid #000;
	height: 10vw;
	line-height: 10vw;
	box-sizing: border-box;
	background-color: white;
    color: black;
}
#protein #item .studiosItemTableL dl:first-child dt,
#protein #item .studiosItemTableR dl:first-child dt {
	color: #fff;
	background: #808080;
	font-size: 4vw;
	height: 6.93333vw;
	line-height: 6.93333vw;
	border-bottom: 1px solid #fff;
}
#protein #item .studiosItemTableL dl.itemBold dd,
#protein #item .studiosItemTableL dl.itemBold dt,
#protein #item .studiosItemTableR dl.itemBold dd,
#protein #item .studiosItemTableR dl.itemBold dt {
	font-weight: 700;
}
#protein #item .studiosItemTableR dl:first-child {
	display: none;
}
#protein #item .studiosItemTableR dl:last-child dt {
  height: 13vw;
  line-height: 1.6;
}
#protein #item .studiosItemTableR dl:last-child dt span {
  font-weight: 400;
  font-size: 2vw;
}



/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein #item {
}
#protein #item:after {
	content: "";
	display: block;
	clear: both;
}
#protein #item .studiosItemTableL {
	width: 415px;
	float: left;
	display: table;
	border-collapse: collapse;
    background-color: white;
    color: black;
}
#protein #item .studiosItemTableR {
	width: 415px;
	float: right;
	display: table;
	border-collapse: collapse;
    background-color: white;
    color: black;
}
#protein #item .studiosItemTableL dl,
#protein #item .studiosItemTableR dl {
	display: table-row !important;
}
#protein #item .studiosItemTableL dl dd,
#protein #item .studiosItemTableR dl dd {
	display: table-cell;
	width: 210px;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px 5px;
	height: 50px;
	box-sizing: border-box;
	line-height: inherit;
}
#protein #item .studiosItemTableL dl:first-child dd,
#protein #item .studiosItemTableR dl:first-child dd {
	color: #fff;
	background: #808080;
	font-size: 15px;
	padding: 4px 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: inherit;
	width: 70%;
}
#protein #item .studiosItemTableL dl dd span.att,
#protein #item .studiosItemTableR dl dd span.att{
	font-size: 14px;
}
#protein #item .studiosItemTableL dl dt,
#protein #item .studiosItemTableR dl dt {
	display: table-cell;
	width: 205px;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 8px 5px;
	height: 50px;
	box-sizing: border-box;
	line-height: inherit;
}
#protein #item .studiosItemTableL dl:first-child dt,
#protein #item .studiosItemTableR dl:first-child dt {
	color: #fff;
	background: #808080;
	font-size: 15px;
	padding: 4px 5px;
	border-bottom: 1px solid #fff;
	height: 30px;
	line-height: inherit;
}
#protein #item .studiosItemTableL dl.itemBold dd,
#protein #item .studiosItemTableL dl.itemBold dt,
#protein #item .studiosItemTableR dl.itemBold dd,
#protein #item .studiosItemTableR dl.itemBold dt {
	font-weight: 700;
}
#protein #item .studiosItemTableR dl:last-child dt {
  height: inherit;
  line-height: inherit;
}
#protein #item .studiosItemTableR dl:last-child dt span {
  font-size: 16px;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein access
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#protein #access {
}
#protein #access .studiosMap {
	width: 69.33333vw;
	margin: 0 auto 9.33333vw;
}
#protein #access .studiosMap h3 {
	font-size: 4vw;
	font-weight: 400;
	padding: 2vw 0 4vw;
}
#protein #access .studiosMap .studiosMapArea {
	width: 100% !important;
	height: 69.33333vw !important;
	border: 1px solid #f2f2f2;
}
#protein #access .studiosMap .studiosMapArea iframe {
	width: 100% !important;
	height: 69.33333vw !important;
}
#protein #access dl {
}
#protein #access dl dt {
	text-indent: -1em;
	padding: 0 0 1em 1em;
	font-size: 3vw;
	word-break: break-all;
}
#protein #access h4 {
	padding: 4vw 0 0;
	font-weight: 400;
	font-size: 4vw;
	text-align: left;
	line-height: 1.2;
}
#protein #access h4 span {
	font-size: 2.66667vw;
	display: inline-block;
	padding-left: 3em;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#protein #access {
}
#protein #access .studiosMap {
	width: 700px;
	margin: 0 auto 56px;
}
#protein #access .studiosMap h3 {
	font-size: 25px;
	font-weight: 400;
	padding: 16px 0 30px;
}
#protein #access .studiosMap .studiosMapArea {
	width: 100% !important;
	height: 450px !important;
	border: 1px solid #f2f2f2;
}
#protein #access .studiosMap .studiosMapArea iframe {
	width: 100% !important;
	height: 448px !important;
}
#protein #access dl {
}
#protein #access dl dt {
	text-indent: -1em;
	padding: 0 0 1em 1em;
	font-size: 20px;
	word-break: break-all;
}
#protein #access h4 {
	padding: 30px 0 0;
	font-weight: 400;
	font-size: 25px;
}
#protein #access h4 span {
	font-size: 15px;
	display: inline-block;
	padding-left: 0.5em;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #protein openingHours
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
.pconly{
	display: none;
}
.sponly{
	display: block;
}

#protein #openingHours {
}
#protein #openingHours .openingHoursBox {
	width: 100%;
	margin: 0 auto;
}
#protein #openingHours .openingHoursBox:after {
	content: "";
	display: block;
	clear: both;
}
#protein #openingHours .openingHoursBox dl {
	width: 14%;
    width: calc(97% / 7);
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: white;
}
#protein #openingHours .openingHoursBox dl.last {
	border-right: 1px solid #000;
}
#protein #openingHours .openingHoursBox dl dd {
	width: 100%;
	height: 4.26667vw;
	line-height: 4.26667vw;
	color: #fff;
	text-align: center;
	font-size: 2.86667vw;
	background: #808080;
	border-bottom: 1px solid #000;
}
#protein #openingHours .openingHoursBox dl dt {
	width: 100%;
	height: 9.33333vw;
	line-height: 1.2;
	color: #000;
	text-align: center;
	font-size: 2.86667vw;
	display: table;
}
#protein #openingHours .openingHoursBox dl dt p {
	display: table-cell;
	vertical-align: middle;
}
#protein #openingHours .openingHoursBox dl dt p span.att {
  font-size: 1.333vw;
}
#protein #openingHours .openingHoursBox dl dt.closed {
	font-size: 2.7vw;
}
#protein #openingHours .openingHoursBox dl dt.closed p span {
display: inline-block;
	background: #fff;
}
#protein #openingHours .openingHoursAtt {
	text-align: left;
	padding: 1.33333vw 0 0;
	font-size: 2vw;
}

#protein #mainArea:first-child {
	/* position: relative; */
	/* width: 100%; */
	/* height: 48.33333vw; */
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	
.pconly{
	display: block;
}
.sponly{
	display: none;
}

#protein #mainArea:first-child {
	/* width: 100%; */
	/* margin: 0 auto 0px; */
}
	
#protein #mainArea.pconly  {
	width: 100%;
	margin: 0 auto;
	height: 500px;
}
	
#protein #openingHours {
}
#protein #openingHours .openingHoursBox {
	width: 854px;
	margin: 0 auto;
}
#protein #openingHours .openingHoursBox:after {
	content: "";
	display: block;
	clear: both;
}
#protein #openingHours .openingHoursBox dl {
	width: 120px;
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#protein #openingHours .openingHoursBox dl.last {
	border-right: 1px solid #000;
}
#protein #openingHours .openingHoursBox dl dd {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	background: #808080;
	border-bottom: 1px solid #000;
}
#protein #openingHours .openingHoursBox dl dt {
	width: 100%;
	height: 80px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	font-size: 25px;
	display: table;
    background-color: white;
    color: black;
}
#protein #openingHours .openingHoursBox dl dt p {
	display: table-cell;
	vertical-align: middle;
}
#protein #openingHours .openingHoursBox dl dt p span.att {
  font-size: 12px;
}
#protein #openingHours .openingHoursBox dl dt.closed {
	font-size: 25px;
    background-color: white;
    color: black;
}
#protein #openingHours .openingHoursBox dl dt.closed p span {
display: inline-block;
	background: #fff;
}
#protein #openingHours .openingHoursAtt {
	padding: 10px 0 0;
	font-size: 15px;
}
	
.cimg{
	width: 55%;
	margin: 0 auto 60px;
}

	
}/* PC End */

/* ギャラリー Start */
.p-gallery {
    overflow: hidden;
}

.p-gallery__title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 4.8717948718vw
}

@media screen and (min-width: 600px) {
    .p-gallery__title {
        font-size:29.2307692308px
    }
}

.p-gallery__title::before,.p-gallery__title::after {
    width: 0.77em;
    height: 3.16em;
    margin: 0 0.5em;
    background: url(../img/gallery_slash.svg) no-repeat center/contain;
    content: ''
}

.p-gallery__title::before {
    transform: scale(-1, 1)
}

.p-gallery__slider {
    position: relative;
    padding: 0 8.9743589744%
}

.p-gallery__img figcaption {
    margin-top: 0.8em;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 3.8461538462vw
}

@media screen and (min-width: 600px) {
    .p-gallery__img figcaption {
        font-size:23.0769230769px
    }
}
/* ギャラリー End */