/* 店舗ブログ */

@media screen and (min-width: 641px){

#sto_blo {
	line-height: 200%;
	}

#sto_blo.top {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 10%;
	}

#sto_blo.top ul {
	width : 100%;
	margin: 0px auto;
  	display: grid;
  	gap: 10px;
  	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  	}

#sto_blo.top ul a {
	text-align: center;
	display: block;
	position: relative;
	}

#sto_blo.top ul a img {
	width: 100%;
	height: auto;
	}

#sto_blo.top ul a p {
	width: 94%;
	height: 50px;
	background: #ffffff;
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 3%;
	}

#sto_blo.top ul a span {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0px;
	display: block;
	}

#sto_blo.top ul a font {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 7px;
	}

#sto_blo.top ul a .pla {
	width: 60px;
	height: 60px;
	border: 3px #ffffff solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#sto_blo.top ul a .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_blo.det {
	width: 80%;
	margin: 100px auto;
	display: table;
	}

#sto_blo.det .main {
	width: 70%;
	display: table-cell;
	vertical-align: top;
	}

#sto_blo.det .main h3 {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	}

#sto_blo.det .main h2 {
	width: 100%;
	font-size: 24px;
	margin: 0px 0px 40px 0px;
	}

#sto_blo.det .main iframe {
	width: 100%;
	}

#sto_blo.det #comments {
	width: 100%;
	margin: 100px 0px;
	overflow: hidden;
	}

#sto_blo.det #comments #comments-title {
	width: 100%;
	border-top: 1px #111111 solid;
	font-size: 16px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#sto_blo.det #comments #comments-title em {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	}

#sto_blo.det #comments .commentlist {
	width: 100%;
	float: left;
	}

#sto_blo.det #comments .commentlist li {
	width: 100%;
	border-top: 1px #111111 solid;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	}

#sto_blo.det #comments .commentlist .comment-author .fn {
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	}

#sto_blo.det #comments .commentlist .comment-meta {
	width: 100%;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#sto_blo.det #comments .commentlist .children {
	width: 90%;
	margin: 15px 0px 0px 0px;
	float: right;
	}

#sto_blo.det #comments .commentlist .children li:last-child {
	margin: 0px 0px 0px 0px;
	}

#sto_blo.det #comments #respond {
	width: 100%;
	border-top: 1px #111111 solid;
	border-bottom: 1px #111111 solid;
	padding: 20px 0px 10px 0px;
	float: left;
	}

#sto_blo.det #comments #respond #reply-title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#sto_blo.det #comments #respond .comment-notes {
	display: none;
	}

#sto_blo.det #comments #respond .comment-form-author {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	}

#sto_blo.det #comments #respond label {
	width: 100%;
	float: left;
	}

#sto_blo.det #comments #respond .comment-form-email {
	display: none;
	}

#sto_blo.det #comments #respond .comment-form-url {
	display: none;
	}

#sto_blo.det #comments #respond .form-allowed-tags {
	display: none;
	}

#sto_blo.det #comments #respond .form-submit {
	width: 100%;
	text-align: center;
	}

#sto_blo.det #comments #respond input[type="text"] {
	width: 50%;
	padding: 10px;
	}

#sto_blo.det #comments #respond textarea {
	width: 100%;
	padding: 10px;
	}

#sto_blo.det #comments #respond input[type="submit"] {
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	overflow: hidden;
	cursor: pointer;
	}

#sto_blo.det .menu {
	width: 30%;
	padding: 0px 0px 0px 8%;
	display: table-cell;
	vertical-align: top;
	}

#sto_blo.det .arc {
	margin: 0px 0px 100px 0px;
	}

#sto_blo.det .arc h3 {
	font-size: 18px;
	margin: 0px 0px 40px 0px;
	}

#sto_blo.det .arc a {
	margin: 0px 0px 20px 0px;
	color: #111111;
	display: block;
	}

#sto_blo.det .arc:nth-child(2) a {
	font-weight: bold;
	}

#sto_blo.det .lis h3 {
	font-size: 18px;
	margin: 0px 0px 40px 0px;
	}

#sto_blo.det .lis #cat_calendar {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	}

#sto_blo.det .lis table {
	width: 100%;
	border-collapse: collapse;
	}

#sto_blo.det .lis caption {
	width: 100%;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	}

#sto_blo.det .lis thead {
	width: 100%;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	border-left: 1px #111111 solid;
	line-height: 40px;
	}

#sto_blo.det .lis #prev {
	padding: 0px 0px 0px 10px;
	text-align: left;
	}

#sto_blo.det .lis #next {
	padding: 0px 10px 0px 0px;
	text-align: right;
	}

#sto_blo.det .lis thead th {
	width: calc(100%/7);
	background: #f6f6f6;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	border-bottom: 1px #111111 solid;
	line-height: 40px;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	}

#sto_blo.det .lis thead th:nth-last-child(7) {
	color: #cc0000;
	}

#sto_blo.det .lis thead th:last-child {
	color: #4E9CE4;
	}

#sto_blo.det .lis td#Sun {
	color: #cc0000;
	}

#sto_blo.det .lis td#Sat {
	color: #4E9CE4;
	}

#sto_blo.det .lis tbody {
	border-left: 1px #111111 solid;
	}

#sto_blo.det .lis tbody td {
	width: calc(100%/7);
	border-right: 1px #111111 solid;
	border-bottom: 1px #111111 solid;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	}

#sto_blo.det .lis tbody td a {
	background: #111111;
	color: #ffffff;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#sto_blo.det .lis tbody td a:hover {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){

#sto_blo {
	line-height: 200%;
	}

#sto_blo.top {
	width: 100%;
	background: #f6f6f6;
	padding: 30px 0px;
	}

#sto_blo.top ul {
	width : 90%;
	margin: 5% 5% -5% 5%;
	overflow: hidden;
  	}

#sto_blo.top ul a {
	margin: 0px 0px 5.55% 0px;
	text-align: center;
	display: block;
	position: relative;
	}

#sto_blo.top ul a img {
	width: 100%;
	height: auto;
	}

#sto_blo.top ul a p {
	width: 94%;
	height: 50px;
	background: #ffffff;
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 3%;
	}

#sto_blo.top ul a span {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0px;
	display: block;
	}

#sto_blo.top ul a font {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 7px;
	}

#sto_blo.top ul a .pla {
	width: 60px;
	height: 60px;
	border: 3px #ffffff solid;
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}

#sto_blo.top ul a .pla:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}

#sto_blo.det {
	width: 90%;
	margin: 50px auto;
	overflow: hidden;
	}

#sto_blo.det .main {
	margin: 0px 0px 50px 0px;
	}

#sto_blo.det .main h3 {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	}

#sto_blo.det .main h2 {
	width: 100%;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	}

#sto_blo.det .main img {
	max-width: 100%;
	height: auto;
	}

#sto_blo.det .main iframe {
	width: 100%;
	}

#sto_blo.det #comments {
	width: 100%;
	margin: 50px 0px;
	overflow: hidden;
	}

#sto_blo.det #comments #comments-title {
	width: 100%;
	border-top: 1px #111111 solid;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	}

#sto_blo.det #comments #comments-title em {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	}

#sto_blo.det #comments .commentlist li {
	width: 100%;
	border-top: 1px #111111 solid;
	margin: 0px 0px 15px 0px;
	padding: 15px 0px 0px 0px;
	float: left;
	}

#sto_blo.det #comments .commentlist .comment-author .fn {
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 10px;
	}

#sto_blo.det #comments .commentlist .comment-meta {
	width: 100%;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#sto_blo.det #comments .commentlist .children {
	width: 90%;
	margin: 15px 0px 0px 0px;
	float: right;
	}

#sto_blo.det #comments .commentlist .children li:last-child {
	margin: 0px 0px 0px 0px;
	}

#sto_blo.det #comments #respond {
	width: 100%;
	border-bottom: 1px #111111 solid;
	padding: 20px 0px 10px 0px;
	}

#sto_blo.det #comments #respond #reply-title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#sto_blo.det #comments #respond .comment-notes {
	display: none;
	}

#sto_blo.det #comments #respond .comment-form-author {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	}

#sto_blo.det #comments #respond label {
	width: 100%;
	float: left;
	}

#sto_blo.det #comments #respond .comment-form-email {
	display: none;
	}

#sto_blo.det #comments #respond .comment-form-url {
	display: none;
	}

#sto_blo.det #comments #respond .form-allowed-tags {
	display: none;
	}

#sto_blo.det #comments #respond .form-submit {
	width: 100%;
	text-align: center;
	}

#sto_blo.det #comments #respond input[type="text"] {
	width: 100%;
	padding: 10px;
	}

#sto_blo.det #comments #respond textarea {
	width: 100%;
	padding: 10px;
	}

#sto_blo.det #comments #respond input[type="submit"] {
	width: 160px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	overflow: hidden;
	cursor: pointer;
	}

#sto_blo.det .arc {
	margin: 0px 0px 50px 0px;
	}

#sto_blo.det .arc h3 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	}

#sto_blo.det .arc a {
	margin: 0px 0px 10px 0px;
	color: #111111;
	display: block;
	}

#sto_blo.det .arc:nth-child(2) a {
	font-weight: bold;
	}

#sto_blo.det .lis h3 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	}

#sto_blo.det .lis #cat_calendar {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	}

#sto_blo.det .lis table {
	width: 100%;
	border-collapse: collapse;
	}

#sto_blo.det .lis caption {
	width: 100%;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	}

#sto_blo.det .lis thead {
	width: 100%;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	border-left: 1px #111111 solid;
	line-height: 40px;
	}

#sto_blo.det .lis #prev {
	padding: 0px 0px 0px 10px;
	text-align: left;
	}

#sto_blo.det .lis #next {
	padding: 0px 10px 0px 0px;
	text-align: right;
	}

#sto_blo.det .lis thead th {
	width: calc(100%/7);
	background: #f6f6f6;
	border-top: 1px #111111 solid;
	border-right: 1px #111111 solid;
	border-bottom: 1px #111111 solid;
	line-height: 40px;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	}

#sto_blo.det .lis thead th:nth-last-child(7) {
	color: #cc0000;
	}

#sto_blo.det .lis thead th:last-child {
	color: #4E9CE4;
	}

#sto_blo.det .lis td#Sun {
	color: #cc0000;
	}

#sto_blo.det .lis td#Sat {
	color: #4E9CE4;
	}

#sto_blo.det .lis tbody {
	border-left: 1px #111111 solid;
	}

#sto_blo.det .lis tbody td {
	width: calc(100%/7);
	border-right: 1px #111111 solid;
	border-bottom: 1px #111111 solid;
	line-height: 40px;
	padding: 0px;
	text-align: center;
	}

#sto_blo.det .lis tbody td a {
	background: #111111;
	color: #ffffff;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

#sto_blo.det .lis tbody td a:hover {
	opacity: 0.6;
	}

}


