/*
Theme Name: R整体
Theme URI: https://r-seitai.jp/
Author: Next
Author URI: https://next.gr.jp
Description: R-SEITAI Only Custom themes
Requires at least: 0.1
Tested up to: 0.1
Requires PHP: 7.2
Version: 0.12
Text Domain: r-seitai
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.logomark {
    width: 50%;
    max-width: 240px;
    margin-left: 2em;
    display: inline-block;
	position: relative;
	top: 0.5em;
}
.head-address {
	float: right;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 900;
	color: #004c78;
	text-align: right;
	margin-right: 2em;
	position: relative;
	z-index: 10;
	padding-top: 0.5em;
}
.head-address a {
	text-decoration: none;
	color: #004c78;
}
h1{}
h2{
	position: relative;
	text-align:center;
	padding: 0.5em;
	margin-top: 0.5em;
	font-weight: 900;
}
h3{
	font-size: 1.25em;
	font-weight: 700;
	position: relative;
}
h4{}
h5{}
.h2_page {
	font-size: 1.75em;
    font-weight: 700;
    color: darkgreen;
	position: relative;
	display: table;
	margin: 0.5em auto;
}
.h2_page::before {
	content: "";
	position: absolute;
	top: 0.35em;
	left: -2em;
	height: 1.5em;
	width: 1.5em;
	background-image: url(/wp-content/themes/r-seitai/images/h2bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #333399;
  text-decoration: none;
  color: #fff;
  width: 60px;
	height: 60px;
  padding: 24px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
header {
	position: relative;
}
.header-nav-wrap {
	display: inline-flex;
    position: absolute;
    bottom: 1em;
    left: 15em;
}
.head-menu li {
	list-style: none;
	width: 12em;
	height: 3em;
	font-size: 0.8em;
	font-weight: 900;
	color:white;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	float: left;
	background-repeat: no-repeat;
    background-position: center;
}
.head-menu li a {
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-shadow: 1px 1px 1px #333399, -1px -1px 1px #333399, -1px 1px 1px #333399, 1px -1px 1px #333399, 1px 0px 1px #333399, -1px 0px 1px #333399, 0px 1px 1px #333399, 0px -1px 1px #333399;
}
.head-menu li a:hover {
	color: yellow;
}
.h-home {
	background-image: url("/wp-content/themes/poruto/images/home.svg");
}
.h-shop {
	background-image: url("/wp-content/themes/poruto/images/osusume.svg");
}
.h-menu {
	background-image: url("/wp-content/themes/poruto/images/menu.svg");
}
main {
	margin: 0 auto 4em;
	width: 96%;
	max-width: 1000px;
}
.ichioshi {
	background-color: #fff0c2;
}
.ichioshi::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/osusume.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 8.5em);

}
.s_menuh2 {
	margin-top: 0;
}
.s_menuh2::before {
	left: calc(50% - 3.5em);
}
.omona {
	background-color: #eee6ff;
}
.omona::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/menu.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 7.5em);
}
.shopp {
	position: relative;
	background-color: #eedbd5;
}
.shopp::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/osusume.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 13em);
}
.shop-wrap {
	width: 96%;
	max-width: 800px;
	margin: 1em auto;
	display: table;
}
.newsp {
	position: relative;
	background-color: #eeffd5;
}
.newsp::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/news.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 5em);
}
.news-wrap {
	width: 96%;
	max-width: 1000px;
	margin: 1em auto;
}
.news-wrap li {
	width: 90%;
	margin: 2em auto;
	display: inline-block;
	border: 2px solid #257e28;
	padding: 0 0 2em;
	border-radius: 1em;
	overflow: hidden;
}
.news-wrap figure img {
	width: 300px;
	float: right;
	margin: 1em;
}
.post_list figure img {
	width: 150px;
	float: right;
	margin: 1em;
}
.newsp_title {
	display: block;
	background-color: #257e28;
	color: white;
	padding: 1em 2em;
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 1.5em;
}
.newsp_date {
	display: inline-block;
	float: right;
	font-size: 0.8em;
}
.newsp_content {
	padding: 0 2em;
}
.t_news {
	background-color: #aaefff;
}
.t_news::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/news.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 6.5em);
}
.top_shop {
	background-color: #c6ffc5;
}
.top_shop::before {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/poruto/images/access.svg");
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	top: 0.35em;
	left: calc(50% - 5.5em);
}
.top-shop {
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	padding: 2em;
}
.top-shop-wrap {
	display: inline-block;

}
.shop-name {
	font-size: 2em;
}
.cafe_photo {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin-left: 1em;
}
.h2sub {
	position: relative;
	display: inline-block;
	float: right;
	font-size: 0.6em;
	border-radius: 1em;
	border: none;
	background-color: #b60000;
	color: white;
	font-weight: 700;
	padding: 0.1em 0.3em;
}
.h2sub a {
	color: white;
	text-decoration: none;
}

.front-waku1 {
	margin-bottom: -0.5em;
}
.post_list {
    width: 96%;
    max-width: 600px;
    margin: 1em auto;
    border: 2px solid darkblue;
    border-radius: 0.5em;
    padding: 1em 2em;
}
.post_list li {
	list-style: none;
	padding-top: 1em;
	border-bottom: 1px solid darkblue;
	display: flow-root;
}
.news_date {
	font-weight: 700;
	display: block;
	width: 10em;
	margin-right: 2em;
}
.post_cat {
	display: inline-block;
	border-radius: 2em;
	clear: both;
}
.news_content {
	font-size: 1.3em;
	font-weight:900;
}
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
/* footer */
footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	font-weight: 500;
	width: 100%;
    height: 2em;
	background-color: white;
}
/* front-page */
.front-waku1 {
	width: 100%;
	background-image: url(/wp-content/themes/poruto/images/window.webp);
	background-position: 30% 50%;
	background-size: 400%;
	background-repeat: no-repeat;
	background-color: white;
	height: auto;
	position: relative;
	animation: bgscroll 240s linear infinite;
}
.home-pic {
	width: 100%;
	position: relative;
	z-index: 9;
}

@-webkit-keyframes bgscroll {
  0% {background-position: 0 35%;}
  100% {background-position: 100% 35%;}
 }

 @keyframes bgscroll {
  0% {background-position: 0 35%;}
  100% {background-position: 100% 35%;}
 }
.swiper-slide img{
	width: 100%;
}
.swiper-container {
	overflow: hidden;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto!important;
    top: auto!important;
}
.p-wrap {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	min-height: 80%;
}
.prev_link {
	display: inline-block;
}
.next_link {
	float: right;
}
.menusingle_photo {
	display: inline-block;
	float: left;
	margin:right:1em;
}
.s_price {
	font-size: 1.3em;
	text-align: right;
	font-weight: 700;
	color: #9b0000;
	display: block;
}
/* メニュー一覧 */
.menu_photo {
	width: 150px;
}
.menu-cat {
	border-bottom: 2px;
	padding: 0.4em 3em;
	position: relative;
}
.menu1 {
	display: table;
	max-width: 700px;
	min-width: 400px;
	width: 100%;
	margin: 0 auto;
    font-size: 1.2em;
    font-weight: 500;
	clear: both;
}
.menu1_photo {
	float: right;
	margin-left: 1em;
	margin-top: -2em;
}
.menu-title, .menu1 a {
	text-decoration: none;
	color: indigo;
}
.food {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.food::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/food.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.drink {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.drink::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/drink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.alcohol {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.alcohol::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/drink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.sweets {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.sweets::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/sweets.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.takeout {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.takeout::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/takeout.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.breakfast {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.breakfast::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/breakfast.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.brunch {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.brunch::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/brunch.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.lunch {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.lunch::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/lunch.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.dinner {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.dinner::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/dinner.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.lunchset {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.lunchset::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/lunch.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.dinnerset {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.dinnerset::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/dinnerset.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
.etc {
	border-left: 0.7em solid #0090ff;
	border-bottom: 0.1em solid #0090ff;
	background-color: #ecf6ff;
}
.etc::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/etc.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.25em;
	left: 1em;
}
/* メニューシングル */
.s_cat {
	font-size: 0.8em;
	font-weight: 500;
	margin-left: 1.5em;
	display: inline-block;
	padding: 0.2em 0.3em;
	border-radius: 1em;
}
.s_cat_lunchset {
	background-color: #ffff00;
}
.h3_menus {
	background-color: #e3ebff;
	border-left: 1.5em solid #5f4270;
	border-bottom: 1px solid #5f4270;
	padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.h3_page_lunchset {
	padding-left: 2.25em;
}
.h3_page_lunchset::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/lunch.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.3em;
	left:0.3em;
}
.h3_page_sweets {
	padding-left: 2.25em;
	background-color: #ffe0ff;
	border-left: 1.5em solid #ff3ec5;
	border-bottom: 1px solid #ff3ec5;
	color: #ff3ec5;
}
.h3_page_sweets::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/sweets.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.3em;
	left:0.3em;
}
.sweets-icon {
	color: #ff3ec5;
}
.s_cat_sweets {
	background-color: #ff3ec5;
	color: white;
}
.h3_page_drink {
	padding-left: 2.25em;
	background-color: #f5dcb8;
	border-left: 1.5em solid #851400;
	border-bottom: 1px solid #851400;
	color: #851400;
}
.h3_page_drink::before {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	content: "";
	background-image: url(/wp-content/themes/poruto/images/drink.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 0.3em;
	left:0.3em;
}
.s_cat_drink {
	background-color: #851400;
	color: white;
}
