@charset "UTF-8";
/*
Theme Name: tregion
Theme URI: https://lotas_tregion
Version: 1.0.0
Author: raylab hiradate
Author URI: https://raylab-llc.com/
*/

/*-- common --*/
body {
	margin: 0;
  padding: 0;
  color: #202020;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: .5px;
  font-size: 15px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
 
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  font-weight: normal;
  letter-spacing: 0.07em;
  color: #202020;
}
h1 {
	font-size: 18px;
}
h2 {
  font-size: 16px;
  line-height: 1.7;
}
h3 {
  font-size: 16px;
  line-height: 1.7;
}
h4 {
  font-size: 15px;
  line-height: 1.5;
}
h5 {
  font-size: 15px;
  line-height: 1.5;
}
p {
	margin-bottom: 1.8em;
	line-height: 2;
	letter-spacing: 1px;
}
a, a:visited {
	color: #603813;
	-webkit-tap-highlight-color: none;
	transition: all 0.3s ease-in-out;
}
div,article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
figure {
	margin: 0;
	text-align: center;
}
.wrap {
	max-width: 1090px;
  margin: 0 auto;
}
a.links, a.links:visited {
	padding-left: 1.1em;
	color: #2e2e2e;
	text-decoration: none;
}
a.links:hover {
	color: #55789f;
}
.accent {
	font-family: "Paytone One", "Noto Sans JP", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}
.external {
	padding: 0 1.2em 0 0;
}
.external:after {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	top: 0;
	right: 0.1em;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_external_w.svg);
}
.btn.external {
	 padding: 11px 56px 10px 30px;
}
.btn.external:after {
	background-position: top 7px center;
	background-size: 14px;
	background-image: url(./images/icon_btn_external_w.svg);
}
.block_btn, .wp-block-buttons>.wp-block-button {
	margin: 0 auto 20px;
	text-align: center;
}
a.btn, a.wp-block-button__link {
	position: relative;
	display: inline-block;
	padding: 11px 56px 10px 30px;
	color: #202020;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
}
a.btn:hover, a.wp-block-button__link:hover {
	transform: translate(2px, 2px);
}
a.btn_deco {
	font-size: 14px;
	overflow: hidden;
}
a.btn_deco:after {
	position: absolute;
	content: "";
	width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 10px;
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_w.svg);
  border-radius: 18px;
}
a.btn_deco:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left top;
	background: #333;
	z-index: -1;
}
a.btn_deco:hover {
	color: #fff;
	background: none;
}
a.btn_deco:hover:before {
	transform: scaleX(1);
	transform-origin: left top;
}
a.btn_tel:after {
	background-image: url(./images/icon_btn_tel.svg);
}
a.btn_mail:after {
	background-image: url(./images/icon_btn_mail.svg);
}
a.btn_mail:after {
	background-image: url(./images/icon_btn_mail.svg);
}
a.btn.btn-sns-i:after {
	background-image: url(./images/sns_icon_insta_w.png);
	background-position: center;
  background-size: 20px;
}
a.btn.btn-sns-f:after {
	background-image: url(./images/sns_icon_fb_w.png);
	background-position: center;
  background-size: 20px;
}

a.btn_pdf {
	border-radius: 16px;
}
a.btn_pdf:after {
	width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 8px;
	background-image: url(./images/icon_btn_pdf.svg);
	border-radius: 8px;
}

#container #content {
	margin-top: 120px;
}
.home #container #content, .single-shop #container #content {
	margin-top: 80px;
}
#container #inner-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  align-content: flex-start;
	padding: 10px 35px 80px;
	margin-top: 0;
	min-height: calc(100vh - 480px);
	-webkit-box-shadow: none;
	box-shadow: none;
}
#page_top {
	position:fixed;
	bottom: 0;
	right: 50px;
	-webkit-transform: translateY(55px);
  transform: translateY(55px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	z-index: 999;
}
#page_top.pt_active {
	right: 50px;
	transform: translateY(-50px);
}
.pt_button {
	position: relative;
	display: block;
	padding: 0;
	width: 46px;
	height: 46px;
	background-color: #565656;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .8;
}
.pt_button:after {
	position: absolute;
	content: "";
	width: 25px;
  height: 25px;
  top: calc((100% - 25px) / 2);
  left: calc((100% - 25px) / 2);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url(./images/icon_btn_w.svg);
	transform: rotate(-90deg);
}
#main {
  width: 740px;
  max-width: 740px;
  min-width: 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.page-full #main {
	max-width: 920px;
  width: 100%;
  margin: auto;
}
#sidebar {
	-webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 240px;
	max-width: 35%;
  margin: 0 0 0 auto;
}

.m_bottom {
	margin-bottom: 80px;
}
.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}
.text_small {
	font-size: 13px;
}

@media screen and (max-width:1080px) {
	#main {
		width: calc(100% - 230px);
		padding: 20px 10px;
	}
	#sidebar {
		width: 210px;
	}
}
@media screen and (max-width:992px) {
	.wrap {
		width: 100%;
	}
}
@media screen and (max-width:820px) {
	#container #inner-content {
		padding: 10px 10px 40px;
	}
	#page-top {
		right: 35px;
	}
	#page-top.pt-active {
		right: 35px;
	}
	#main {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
	#sidebar {
		margin: 40px auto 0;
		width: 90%;
		max-width: 100%;
	}
	.accent {
		font-size: 24px;
	}
}
@media screen and (min-width:782px) and (max-width:820px) {
	.info-template-default #main, .event-template-default #main {
		padding: 20px 30px;
	}
}
@media screen and (max-width:781px) {
	#main {
		padding: 40px 20px;
	}
}
@media screen and (max-width:480px) {
	body {
		font-size: 0.9em;
	}
	#container #inner-content {
		padding: 30px 6px;
		margin-bottom: 30px;
		min-height: calc(100vh - 200px);
	}
	#page_top {
		right: 16px;
	}
	#page_top.pt_active {
		right: 16px;
		transform: translateY(-95px);
	}
	#sidebar {
		width: 100%;
	}
	.m_bottom {
		margin-bottom: 50px;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
	.accent {
		font-size: 20px;
	}
}

/*-- navi --*/
#header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
#inner-header {
	display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  margin: 0 auto;
}
#site__logo {
	margin: 10px 0 0 40px;
}
#site__logo .h1 {
	margin: 0;
}
#site__logo .h1 .custom-logo {
	max-height: 30px;
	width: auto;
}
#g_nav nav {
	display: flex;
}

#ul__g_nav .shop .sub_nav {
	width: 400px;
}
#ul__g_nav li.sub_nav_link_item {
	padding: 4px 0;
	border-bottom: 1px solid #f3ece6;
}
#ul__g_nav li.sub_nav_link_item:last-child {
	border: none;
}
#ul__g_nav li.sub_nav_link_item a {
	display: flex;
	padding: 0;
	text-align: left;
}
#ul__g_nav li.sub_nav_link_item a:hover {
	background-color: #fbf7f4;
}

#h_links {
  width: 400px;
	height: 100%;
}
#h_links a {
	text-decoration: none;
}
#h_links ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
}
#ul__h_links {
	display: flex;
  flex-wrap: wrap;
}
#ul__h_links li.link_item {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 100%;
	cursor: pointer;
}
#ul__h_links li.link_item a {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	color: #fff;
	background-color: #4f453c;
}
#ul__h_links li.online a {
	background-color: #000;
}
#ul__g_nav .menu_item a .text, #ul__h_links li.link_item a .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1.5px;
}
#ul__g_nav .menu_item a .text span, #ul__h_links li.link_item a .text span {
	font-weight: bold;
	font-size: 12px;
}
#ul__h_links li.link_item a .text span.accent {
	margin: 0 0 2px 0;
	font-size: 13px;
	letter-spacing: 1.5px;
}
#ul__h_links li.link_item a.btn_deco_icon {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 10px 0 66px;
	transition: all 0.3s ease-in-out;
}
#ul__h_links li.link_item a.btn_deco_icon:before {
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	top: 25px;
	left: 30px;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
	border-radius: 20px;
	background-image: url(./images/icon_btn_reserve.svg);
	background-color: #fff;
}
#ul__h_links li.online a.btn_deco_icon:before {
	left: 24px;
	background-image: url(./images/icon_btn_online.svg);
}
#ul__h_links li.reserve a.btn_deco_icon {
	border-radius: 0 0 0 40px;
}
#ul__h_links li.reserve:hover a.btn_deco_icon, #ul__h_links li.reserve:focus a.btn_deco_icon {
	border-radius: 0;
}
#ul__h_links li.link_item a.btn_deco_icon .text {
	text-align: center;
}
#ul__h_links li.link_item ul {
	display: flex;
	flex-direction: column;
}
.sub_nav {
	display: none;
	position: absolute;
  top: 80px;
  left: 0;
  width: 200%;
  padding: 6px 10px;
  border-radius: 0 0 15px 15px;
  background-color: #4f453c;
  z-index: 10;
  opacity: .9;
}
#ul__g_nav .sub_nav {
	top: calc(100% + 3px);
	left: -150px;
	width: 400px;
	background-color: #fff;
	border: 4px solid #efe6e0;
	border-radius: 15px;
	opacity: 1;
}
#ul__g_nav .sub_nav .sub_nav_links {
	padding: 0;
	list-style-type: none;
}
#ul__g_nav li.shop:hover .sub_nav, #ul__h_links li.link_item:hover .sub_nav, #ul__h_links li.link_item:focus .sub_nav {
	display: block;
}
#ul__h_links .online .sub_nav {
	left: -200px;
	background-color: #000;
	border-radius: 15px 0 15px 15px;
	z-index: -1;
}
#ul__h_links li.link_item .sub_nav li.sub_nav_link_item {
	padding: 4px 0;
}
#ul__h_links li.link_item a.btn_logo {
 	justify-content: start;
 	padding: 0;
}
#ul__h_links .reserve a.btn_logo:hover {
	background-color: #463526;
}
#ul__h_links .online a.btn_logo:hover {
	background-color: #202020;
}
#ul__g_nav li.sub_nav_link_item a .trim, #ul__h_links li.link_item a.btn_logo .trim {
	position: relative;
	margin: auto 16px auto 0;
 	width: 70px;
 	height: 50px;
 	overflow: hidden;
}
#ul__g_nav li.sub_nav_link_item a .trim img, #ul__h_links li.link_item a.btn_logo .trim img {
	position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ul__h_links li.link_item .sub_nav a.btn_deco_icon {
	padding: 0 0 0 80px;
}
#ul__h_links li.link_item .sub_nav a.btn_deco_icon:before {
	width: 70px;
	height: 50px;
	top: 0;
	left: 0;
}
#ul__h_links .reserve a .text span {

}
.sub_nav ul.sub_nav_links {
	position: relative;
}
.sub_nav ul.sub_nav_links li.sub_nav_link_item {
	height: 50px;
	border-bottom: 1px solid #757575;
}
.sub_nav ul.sub_nav_links li.sub_nav_link_item:last-child {
	border: none;
}
.sub_nav ul.sub_nav_links li.sub_nav_link_item a {
	
}

#g_nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 auto;
	height: 100%;
}
#ul__g_nav {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 40px 0 0;
  padding: 0;
  height: 100%;
}
#ul__g_nav .menu_item {
	position: relative;
	margin: 0 3px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .12em;
	list-style-type: none;
}
#ul__g_nav .menu_item a, #ul__g_nav .menu_item .current {
	position: relative;
	display: block;
	padding: 1em 1.5em;
	color: #202020;
	text-decoration: none;
}
#ul__g_nav > .menu_item > a::after {
	position: absolute;
	content: "";
  display: block;
  width: 0;
  height: 5px;
  left: 50%;
  bottom: -3px;
	border-radius: 3px;
  background-color: #82745e;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}
#ul__g_nav > .menu_item > a:hover::after {
	width: 80%;
	left: 10%;
}
#ul__g_nav .menu_item a:hover {
	opacity: 1;
}
#ul__g_nav .menu_item .current:after {
	position: absolute;
	content: "";
	display: block;
	width: 80%;
	height: 5px;
	left: 10%;
	bottom: -3px;
	border-radius: 3px;
	background-color: #82745e;
}

#stk_menu_btn::before {
	display: none;
}
.nav_btn {
	display: none;
	width: 80px;
	padding: 24px 0 23px;
	top: 0;
  right: 0;
	border: none;
  color: #fff;
  text-align: center;
  background-color: #333;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}
.nav_btn:visited {
	color: #fff;
}
.nav_btn div {
	position: relative;
	width: 50px;
	height: 18px;
}
.nav_btn .menu_icon {
	position: absolute;
	display: block;
	width: 16px;
	height: 2px;
	left: 16px;
	background: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	border-radius: 2px;
}
.nav_btn .menu_icon:first-child {
	top: 2px;
}
.nav_btn .menu_icon:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
.nav_btn .menu_icon:nth-child(3) {
	bottom: 2px;
}
.active .menu_icon:first-child {
	top: 8px;
  transform: rotate(45deg);
  transition: .2s ease-in-out;
}
.active .menu_icon:nth-child(2) {
	background: transparent;
}
.active .menu_icon:nth-child(3) {
	bottom: 8px;
  transform: rotate(-45deg);
  transition: .2s ease-in-out;
}
.search_open .menu_icon:first-child {
	top: 0;
	-webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.search_open .menu_icon:nth-child(2) {
	opacity: 0;
}
.search_open .menu_icon:nth-child(3) {
	bottom: 0;
	-webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.search_btn {
	display: flex;
	right: 0;
}
.search_btn div {
	width: 50px;
  height: 18px;
  background-image: url(./images/icon_search.svg);
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search_btn div .menu_icon {
	display: none;
}
.search_open {
	background-color: #ebf1f5;
}
.search_open div {
	background-image:none;
}
.search_open div .menu_icon {
	    display: block;
}
.nav_btn .text {
	display: block;
	margin-top: 6px;
	font-size: 9px;
	-webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width:1080px) {
	#site__logo {
		margin: 10px 20px 0 20px;
	}
	#site__logo .h1 .custom-logo {
		max-height: 24px;
	}
	#ul__g_nav {
		margin: 0 10px 0 0;
	}
	#ul__g_nav .menu_item a, #ul__g_nav .menu_item .current {
		padding: 1em;
	}
}
@media screen and (max-width:930px) {
	#site__logo {
		margin: auto auto auto 0;
	}
	#site__logo .h1 {
		margin: 16px 0 0 40px;
	}
	#inner-header {
		width: 100%;
		z-index: 100;
	}
	.nav_btn {
		position: absolute;
		display: flex;
    top: 0;
	}
	.is_scroll .nav_btn, .is_scroll .active {
		display: flex;
		-webkit-box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
    box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
	}
	#g_nav {
		position: absolute;
		flex-direction: column;
		margin: 0 auto;
		width: 100%;
		height: auto;
		top: 80px;
		padding: 10px;
		background: #333;
		border-radius: 0 0 20px 20px;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
    box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
  }
	.is_scroll #g_nav {
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
		box-shadow: 0 4px 6px rgb(102 102 102 / 8%);
	}
	#ul__g_nav {
		display: flex;
		flex-direction: row;
		align-items: start;
		margin: 0;
		padding: 10px 0;
		height: auto;
	}
	#ul__g_nav:after {
		display: none;
	}
	#ul__g_nav .menu_item {
		margin: 0 0 10px 0;
		width: 49%;
		font-size: 14px;
	}
	#ul__g_nav .menu_item:nth-of-type(2n) {
		border-left: 1px solid #757575;
	}
	#ul__g_nav .menu_item a, #ul__g_nav .menu_item .current {
		box-sizing: border-box;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	#ul__g_nav .shop .sub_nav {
		width: 200%;
		left: -100%;
		margin: 10px 0 0;
		border: none;
	}
	#ul__g_nav .sub_nav .sub_nav_links {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	#ul__g_nav li.sub_nav_link_item {
		width: 49%;
	}
	#ul__g_nav li.sub_nav_link_item a {
		color: #202020;
	}
	#inner-header .nav_btn.search_btn {
		margin-right: 0;
		right: 0;
		left: auto;
	}
	#h_links {
		width: 100%;
		height: auto;
	}
	#ul__h_links {
		flex-direction: column;
	}
	#ul__h_links li.link_item {
		margin: 0 0 10px 0;
		width: 100%;
		height: auto;
	}
	#ul__h_links li.reserve a.btn_deco_icon, #ul__h_links li.online a.btn_deco_icon {
		height: auto;
		padding: 10px;
		border-radius: 15px 15px 0 0;
	}
	#ul__h_links li.link_item a.btn_deco_icon:before {
		top: 20px;
		width: 26px;
    height: 26px;
	}
	#ul__h_links li.link_item a.btn_deco_icon .text {
		flex-direction: row;
		align-items: center;
		padding: 10px 0 10px 20px;
	}
	#ul__h_links li.link_item a.btn_deco_icon .text span.accent {
		margin: 0 10px 0 0;
		font-size: 15px;
	}
	.sub_nav {
		position: relative;
		display: block;
		top: 0;
		padding: 10px;
		width: 100%;
		opacity: 1;
	}
	#ul__h_links .online .sub_nav {
		padding: 10px;
		left: auto;
		border-radius: 0 0 15px 15px;
		z-index: 1;
	}
	#ul__h_links li.link_item ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#ul__h_links li.link_item .sub_nav li.sub_nav_link_item {
		width: 49%;
	}
	.sub_nav ul.sub_nav_links li.sub_nav_link_item:last-child {
		border-bottom: 1px solid #757575;
	}
}
@media screen and (max-width:770px) {
	#ul__h_links li.link_item .sub_nav li.sub_nav_link_item {
		height: 60px;
	}
}
@media screen and (max-width:480px) {
	#container #header {
		top: 0;
	}
	#site__logo .h1 .custom-logo {
		max-height: 30px;
	}
	#g_nav {
		flex-direction: row;
		height: 75vh;
		overflow-y: scroll;
	}
	#ul__g_nav {
		width: 100%;
	}
	#ul__g_nav li.sub_nav_link_item {
		width: 100%;
	}
	#ul__h_links li.link_item .sub_nav li.sub_nav_link_item {
		width: 100%;
	}
}

/*-- mainimagae slider & Message --*/

#top_mainimage {
	position: relative;
	width: 100vw;
	height: auto;
	z-index: 1;
}
#top_mainimage #center_logo {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	z-index: 1;
}
#top_mainimage #main_slick {
	width: 100%;
}

@media screen and (max-width:480px) {
	#top_mainimage #center_logo img {
		width: 250px;
    height: auto;
	}
}

/*-- slick --*/
#top_content #top_slick {
	position: relative;
	width: 820px;
}
.main_slick {
  opacity: 0;
  transition: opacity 1s linear;
}
.main_slick.slick-initialized {
  opacity: 1;
}
#top_slick .slick-slide a:hover img {
	max-width: none;
	width: 115%;
	opacity: 1;
}
#top_slick .slick-prev {
	left: -40px;
}
#top_slick .slick-next {
	right: -40px;
}
#top_slick .slick-prev:before, #top_slick .slick-next:before {
	font-size: 20px;
}
#top_slick .slick-prev:hover:before, #top_slick .slick-prev:focus:before, #top_slick .slick-next:hover:before, #top_slick .slick-next:focus:before {
	color: #55789f;
}


/*-- top text --*/

#top_text {
	position: relative;
}
#top_text p {
	text-align: center;
	line-height: 2;
	letter-spacing: 1.2px;
}


/*---- top_content ----*/

#top_content section {
	margin-bottom: 100px;
}
#top_content .top_title {
	position: relative;
	margin: 0 0 40px;
	text-align: center;
	font-weight: bold;
	z-index: 1;
}
#top_content .top_title:before {
	position: absolute;
	content: "";
  width: 100%;
  height: 100%;
  top: -35%;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/title_bg.png);
  z-index: -1;
}
#top_content #top_shop .top_title:before {
	transform: scale(-1, 1);
}
#top_content .top_title .accent {
	margin: 0 auto 16px;
	font-size: 60px;
	line-height: 1;
}
#top_content .top_title h2 {
	font-size: 15px;
	font-weight: bold;
}

#top_news, #top_shop, #top_service {
	padding: 100px 0 0;
}
#top_news {
	margin-top: 40px;
}
#top_shop {
	padding: 100px 0 70px;
}
#top_service {
	padding: 30px 0 0;
}

section#top_news .news_list, #top_shop .shop_list, #top_service .service_list, #top_ad .ad_list {
	width: calc(100% - 20px);
	padding: 60px 0 40px;
	margin: 0 auto;
}
section#top_news .news_list {
	width: calc(100% - 40px);
}

@media screen and (max-width:820px) {
	#top_shop .shop_list, #top_service .service_list {
		width: calc(100% - 40px);
	}
	#top_news {
		padding: 100px 0 50px;
	}
	#top_shop {
		padding: 50px 0 60px;
	}
}
@media screen and (max-width:480px) {
	#top_content .top_title:before {
		width: 90%;
		left: 5%;
	}
	#top_content .top_title .accent {
		font-size: 50px;
	}
	#top_news {
		padding: 100px 0 70px;
	}
	#top_shop {
		padding: 30px 0 60px;
	}
}


/* top news */

section#top_news .news_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#top_news .news_list article {
	margin-bottom: 60px;
	width: calc(33% - 20px);
}
section#top_news .news_list article .trim {
	width: 100%;
	max-width: none;
	height: 200px;
}

@media screen and (max-width:1000px) {
	section#top_news .news_list article .trim {
		height: 190px;
	}
}
@media screen and (max-width:960px) {
	section#top_news .news_list article .trim {
		height: 170px;
	}
}
@media screen and (max-width:820px) {
	section#top_news .news_list {
		width: calc(100% - 60px);
	}
	section#top_news .news_list article {
		width: 48%;
	}
	section#top_news .news_list article .trim {
		height: 230px;
	}
}
@media screen and (max-width:480px) {
	section#top_news .news_list {
		justify-content: center;
	}
	section#top_news .news_list article {
		width: 100%;
	}
	section#top_news .news_list article .trim {
		height: calc(( 100vw - 60px ) * 0.66);
	}
}


/* top shop */

#top_shop {
	position: relative;
}
#top_shop:before, #top_shop:after, #top_service:before {
	position: absolute;
	content: "";
	width: 100vw;
	z-index: -1;
}
#top_shop:before, #top_service:before {
	height: 200px;
	top: 0;
	left: calc(50% - 50vw);
	background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(./images/bg_wave.png);
  z-index: 1;
}
#top_service:before {
	width: 100vw;
	top: -20px;
	transform: scale(1, -1);
}
#top_shop:after {
	padding: 90px 0;
	height: 100%;
	top: 0;
	left: calc(50% - 50vw);
	background: #faf4ee;
}
.shop_list {
	display: flex;
	flex-wrap: wrap;
}
.shop_list article {
	width: calc(25% - 20px);;
	margin: 0 10px 20px;
	text-align: center;
}
.shop_list .shop_btn {
	padding: 0;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 25px;
  overflow: hidden;
}
.shop_list .shop_btn .trim {
	position: relative;
  margin: 16px auto 12px;
  width: 100%;
  height: 150px;
}
.shop_list .shop_btn .trim img {
	position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop_list .shop_btn h3 {
	margin: 0 0 12px;
  font-weight: bold;
}
.shop_list span.lable, .shop_info span.lable {
	display: inline-block;
	width: calc( 100% - 20px );
	padding: 5px 10px 7px;
	font-weight: normal;
	letter-spacing: .1px;
	z-index: 0;
}

@media screen and (max-width:820px) {
	.shop_list article {
		width: calc(33.3% - 20px);
	}
}
@media screen and (max-width:620px) {
	#top_shop .shop_list, .top_shop_list {
		flex-direction: row;
	}
	.shop_list article, .top_shop_list article {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width:480px) {
	#top_shop:before, #top_service:before {
		background-size: cover;
	}
	#top_shop:before {
		top: -70px;
	}
	.shop_list {
		justify-content: center;
	}
	.shop_list article {
		margin: 0 auto 20px;
		width: 100%;
	}
}


/* service */

#top_service {
	position: relative;
}
#top_service .service_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_service .service {
	position: relative;
	display: block;
	margin: 0 auto;
	width: calc(50% - 20px);
	text-align: right;
}
#top_service .service:nth-of-type(2n) {
	margin: 100px auto 0 auto;
}
#top_service a.service_link {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 210px;
	padding: 0;
	margin: 0 auto 0 0;
	border: 0;
	border-radius: 50px 0;
	background-color: #94342f;
}
#top_service .service2 {
	top: 0;
}
#top_service .service2 a.service_link {
	background-color: #62462d;
}
#top_service .service3 {
	top: 0;
}
#top_service .service3 a.service_link {
	background-color: #353885;
}
#top_service .service4 {
	top: 0;
}
#top_service .service4 a.service_link {
	background-color: #7d395f;
}
#top_service .service_list a.service_link {
	text-align: left;
	color: #fff;
	overflow: hidden;
}
#top_service .service a.service_link:before {
	position: absolute;
  content: "";
  width: 38%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./images/service_img_1.png);
}
#top_service .service2 a.service_link:before {
  background-image: url(./images/service_img_2.png);
}
#top_service .service3 a.service_link:before {
  background-image: url(./images/service_img_3.png);
}
#top_service .service4 a.service_link:before {
  background-image: url(./images/service_img_4.png);
}
.service_list a.service_link .text_area {
	padding: 76px 20px 0;
	margin: 0 0 0 auto;
	width: 65%;
}
#top_service .service_list a.service_link h3 {
	position: relative;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#top_service .service_list a.service_link p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
#top_service .service .online {
	padding: 0 50px 0 0;
	border: none;
}
#top_service .service .online:after, .page-template-page-service .btn.online:after {
	position: absolute;
	content: "";
	width: 34px;
  height: 34px;
  top: calc(50% - 18px);
  right: 0;
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_online_w.svg);
  border-radius: 18px;
}

@media screen and (max-width:820px) {
	#top_service:before {
		top: -70px;
	}
	#top_service .service {
		margin: 0 auto 0 0;
		width: 80%;
	}
	#top_service .service:nth-of-type(2n) {
		margin: 0 0 30px auto;
	}
}
@media screen and (max-width:480px) {
	#top_service:before {
		top: -20px;
	}
	#top_service .service {
		width: 100%;
	}
	#top_service a.service_link {
		height: 200px;
	}
	.service_list a.service_link .text_area {
		padding: 56px 20px 0;
	}
	#top_service .service_list a.service_link h3 {
		font-size: 18px;
	}
}


/*-- top ad --*/

#top_ad .ad_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ad_list .btn {
	padding: 0;
	border: 1px solid #c5c5c5;
	border-radius: 20px;
  overflow: hidden;
}


/*-- footer --*/

#footer {
	position: relative;
	padding: 0;
	color: #fff;
	background-color: #443f3a;
}
#footer a {
	color: #cecece;
	text-decoration: none;
}
#footer a:hover {
	opacity: .5;
}
#inner_footer {
  padding: 80px 20px 10px;
  text-align: center;
  font-size: 13px;
}
#footer #inner_footer a {
	font-size: 13px;
}
#footer #inner_footer img {
	width: 136px;
	height: auto;
}
#footer .footer_nav {
	margin: 30px 0 40px;
}
#footer .footer_nav ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer .footer_nav ul.list li {
	position: relative;
	margin: 1em 3em;
	line-height: 1.2;
}
#footer .footer_nav ul.list li:after {
	position: absolute;
	content: "";
	top: 0;
	right: -2.5em;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
#footer .footer_nav ul.list li:last-child:after {
	content: none;
}
#footer .footer_nav ul li a {
	color: #fff;
	font-weight: bold;
}
#footer .footer_sns, #footer .footer_service, #footer .footer_shop, #footer .footer_news {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 30px 0;
}
#footer .footer_sns {
	align-items: flex-end;
}
#footer .footer_sns .list {
	margin: 0 0 0 auto;
}
#footer #inner_footer .footer_sns ul.list li {
	margin: 0 1.5em 1em;
}
#footer #inner_footer .footer_sns ul.list li img {
	width: auto;
  height: 32px;
}
#footer p.list_title {
	position: relative;
	display: inline-block;
	width: 7em;
	padding: 0 0 2px 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	border-right: 1px solid #fff;
}
#footer ul.list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 2em;
	padding: 0;
	top: -3px;
	list-style-type: none;
}
#footer ul.list li {
	margin: 0 2em 1em;
}
#footer ul.list li a {
	line-height: 1;
}
.footer_shop .shop_list, .footer_service .service_list {
	width: calc(100% - 8em);
	padding: 0;
  margin: 0;
}
.footer_shop .shop_list article {
	width: calc(25% - 10px);
	margin: 0 5px 20px;
}
.footer_shop .shop_list article .trim {
	position: relative;
  margin: 0 auto 10px;
  width: 100%;
  height: 100px;
}
#footer #inner_footer .footer_shop .shop_list article .trim img {
	width: auto;
	height: 100%;
}
.footer_shop .shop_list article p {
	margin: 0 auto 6px;
	font-size: 12px;
	font-weight: bold;
}
.footer_shop .shop_list article span {
	font-size: 10px;
}
.footer_bottom {
	padding: 10px 0;
	font-size: 11px;
}
.footer_bottom p {
	margin-bottom: 1em;
}

@media screen and (max-width:740px) {
	#footer ul.list {

	}
	.footer_shop .shop_list article {
		width: calc(33% - 10px);
	}
}
@media screen and (max-width:620px) {
	.footer_shop .shop_list {
		flex-direction: row;
	}
}
@media screen and (max-width:600px) {
	.footer_shop .shop_list article {
		width: calc(33% - 10px);
	}
}
@media screen and (max-width:480px) {
	#footer ul.list {
		margin: 0;
	}
	#footer .footer_sns, #footer .footer_service, #footer .footer_shop, #footer .footer_news {
		flex-direction: column;
		margin: 30px 0 40px;
	}
	#footer p.list_title {
		padding: 0 0 10px 0;
		margin: 0 auto 26px;
		width: auto;
		font-weight: normal;
		border-right: 0;
		border-bottom: 1px solid #666;
	}
	.footer_shop .shop_list, .footer_service .service_list, .footer_news .news_list {
		width: 100%;
	}
	.footer_shop .shop_list .list, .footer_service .service_list .list, .footer_news .news_list .list {
		justify-content: center;
	}
	.footer_shop .shop_list {
		flex-direction: row;
	}
	.footer_shop .shop_list article {
		width: calc(50% - 10px);
	}
}


/*-- breadcrumb --*/

#breadcrumb {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
  font-size: 12px;
}
#breadcrumb ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#breadcrumb ul li {
	list-style-type: none;
}
#breadcrumb ul li:not(:first-child) {
	margin-left: 0.5em;
}
#breadcrumb ul li:not(:last-child):after {
	content: '/';
  margin-left: 0.5em;
}
#breadcrumb ul li:first-child:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
  display: inline-block;
  margin-bottom: 0.1em;
  margin-right: 0.3em;
  color: #4f453c;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#breadcrumb ul a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#breadcrumb ul a:hover {
	opacity: .5;
}

@media screen and (max-width:781px) {

}
@media screen and (max-width:480px) {

}

/*-- pop up --*/
body #cookie-law-info-again { 
	-webkit-box-shadow: 2px 0px 5px rgb(102 102 102 / 20%);
	box-shadow: 2px 0px 5px rgb(102 102 102 / 20%);
}
body #cookie-law-info-bar {
	-webkit-box-shadow: 0px 0px 8px rgb(102 102 102 / 20%);
	box-shadow: 0px 0px 8px rgb(102 102 102 / 20%);
}
body #cookie-law-info-bar .cookie_action_close_header_reject {
	background-color: #3E3E3E;
}

/*-- content --*/


/*-- pages --*/

/* eyecatch */

#main .eyecatch {
	position: relative;
	padding: 0;
	width: 100%;
	height: 500px;
	margin-bottom: 40px;
  overflow: hidden;
}
#main article.type-news .eyecatch img {
	position: absolute;
	height: auto;
  width: 100%;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* postlinks */

.post_links {
	margin: 50px 0;
	border-top: 1px solid #dcdcdc;
}
.post_links .post_list {
	margin: 40px 0;
}
.post_links .prev a.news_btn, .post_links .next a.news_btn {
	padding: 10px 50px 10px 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.post_links .prev a.news_btn {
	padding: 10px 20px 10px 50px;
}
.post_links .prev a.news_btn:after {
	left: 14px;
	transform: rotate(180deg);
}
.post_links .next {
	text-align: right;
}

/* pagination */

.pagination, .page-links {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 60px auto 40px;
  padding: 0;
	font-size: 90%;
  text-align: center; 
}
.pagination .page-numbers, .page-links .post-page-numbers {
	min-width: 2.8em;
	padding: 11px 6px;
	margin: 0 4px 4px;
	color: #202020;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 1px solid #202020;
	border-radius: 999px;
}
.pagination .page-numbers.current, .page-links .post-page-numbers.current, 
.pagination .page-numbers:hover,.page-links .post-page-numbers:hover,
.pagination .page-numbers:focus, .page-links .post-page-numbers:focus,
.pagination .page-numbers:active, .page-links .post-page-numbers:active {
	color: #fff;
	background-color: #202020;
}


/*-- page title --*/

.page_title {
	position: relative;
	width: 100%;
	padding: 50px 0 30px;
	margin: 0 auto;
	text-align: center;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/pg_title_bg.png);
}
.page_title:before {
	position: absolute;
  content: "";
  width: 100vw;
	height: 200px;
  top: -20px;
  left: calc(50% - 50vw);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(./images/bg_wave.png);
  z-index: -1;
}
.page_title h1.title {
	font-size: 15px;
    font-weight: bold;
}
.page_title .accent {
	margin: 0 auto 16px;
  font-size: 60px;
  line-height: 1;
}

.ttl_w100 {
	width: 100%;
}
.newline {
	display: none;
}

@media screen and (max-width:820px) {
	.page_title {
		background-position: top 6px center;
	}
}
@media screen and (max-width:480px) {
	.page_title {
		background-position: top 10px center;
		background-image: url(./images/pg_title_bg_sp.png);
	}
	.page_title:before {
		top: -50px;
		background-size: cover;
	}
	.page_title .title {
		font-size: 22px;
	}
	.page_title .accent {
		font-size: 46px;
	}
}


/*-- common --*/

body:not(.home, .single-shop, .page-template-page-service) {
	position: relative;
	background-color: #fbf7f3;
}
body:not(.home, .single-shop, .page-template-page-service):before {
	position: absolute;
	content: "";
	top: -200px;
	left: 0;
	width: 100%;
	height: 200px;
	background: #fff;
	z-index: -1;
}
article header.article_header .ctg {
	margin: 2px 10px 0 0;
	width: 10rem;
}
.category-gasstation header.article_header .ctg {
	width: 14rem;
	padding: 2px 0 2px;
	font-size: 10px;
}
.entry-content h2, .h2 {
	padding: 0;
	margin: 40px 0 20px;
	font-size: 20px;
}
.entry-content h2, #sidebar h2, .h2 {
	position: relative;
  margin: 0 0 30px;
  font-weight: bold;
}
.page-full h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.entry-content h3, .page-full h3, .h3 {
	margin: 30px 0 16px;
	font-size: 18px;
  font-weight: bold;
}
.page-full h3 {
	text-align: center;
}
.entry-content h4 {
	margin: 30px 0 16px;
	font-size: 16px;
	font-weight: bold;
}
.entry-content h5 {
	margin: 30px 0 16px;
	font-size: 16px;
	font-weight: bold;
}
.entry-content ul, .entry-content ol {
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
}
.entry-content ul li, .entry-content ol li {
	position: relative;
	padding-left: 1.5em;
	margin: 10px 0 16px;
	line-height: 1.8;
}
.entry-content ul li:before {
	position: absolute;
	display: block;
	font-family: "Font Awesome 5 Free";
  font-weight: bold;
	content: "\f111";
	top: 1px;
	left: 2px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #603813;
  background: none;
}
.entry-content ol {
	counter-reset: listnum;
}
.entry-content ol li {
	padding-left: 1.8em;
}
.entry-content ol li:before {
  content: counter(listnum);
  counter-increment: listnum;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4rem;
  width: 1.4rem;
  top: 0.2em;
  left: 0;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.8;
  background-color: #603813;
  border: 1px solid;
  border-radius: 50%;
}
.entry-content table {
	width: 100%;
  margin-bottom: 1.5em;
  line-height: 1.8;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content th, .entry-content td {
	box-sizing: border-box;
	padding: 1em;
	border: none;
	border-bottom: 1px solid #faecdf;
}
.entry-content th {
	font-weight: bold;
	background: none;
}
.entry-content a:hover {
	text-decoration: none;
}
.entry-content img {
	margin: 0 auto 24px;
}
.box {
	padding: 0.2em 1em 0;
	background: #fff;
  border: 1px solid #f1edf3;
  -webkit-box-shadow: 1px 0 5px #f7f1ea;
  box-shadow: 1px 0 5px #f7f1ea;
}
.entry-content a.wp-block-button__link {
	padding: 10px 60px 10px 30px;
	border-radius: 999px;
}
.entry-content a.wp-block-button__link:after {
	position: absolute;
	content: "";
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 10px;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_w.svg);
  border-radius: 18px;
}
.page-full img, .twocolumn img {
	max-width: 100%;
}


#content #category .pickup, #content .summary .pickup {
	display: none;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	.entry-content h2, .entry_title {
		font-size: 17px;
	}
	.ttl {
		padding: 0.7em 0 1.2em;
	}
	.entry-content h3 {
		font-size: 16px;
	}
	.entry-content h4 {
		font-size: 15px;
	}
	.entry-content th, .entry-content td {
		display: block;
		width: 100%;
	}
	.entry-content th {
		padding-bottom: 0;
		border: none;
	}
}


/*-- fixed page --*/

.content_title, .primary h2 {
	position: relative;
	padding: 0;
	margin: 10px 0 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
.content_title {
	font-size: 26px;
}
.primary h2 {
	margin: 10px 0 20px;
}
.primary h2:first-of-type {
	margin-top: 0;
}
.primary h2:before {
	left: calc(50% - 80px);
}
.primary h3 {
	font-size: 20px;
}
.page-id-11 .entry-content th, .page-id-11 .entry-content td {
	padding: 1.5em;
}
.page-id-11 .entry-content th {
	width: 10em;
}

@media screen and (max-width:781px) {
	.content_title, .primary h2 {
		font-size: 24px;
	}
	.page-id-11 .entry-content th {
		width: 100%;
		padding-bottom: 0;
	}
}


/* news */

.news_list article a {
	position: relative;
	display: block;
	color: #202020;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.news_list article a:hover {
	transform: translate(2px, 2px);
}
.news_list article p.news_type {
	position: absolute;
	top: -12px;
	left: -6px;
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  z-index: 10;
}
.news_list article .trim {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
}
.news_list article .trim img {
	position: absolute;
	height: auto;
	width: 100%;
	max-width: none;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
span.lable {
	position: relative;
	color: #fff;
	font-size: 12px;
	background: #777;
}
.news_list span.lable, .lable_wrap span.lable {
	position: relative;
	display: inline-block;
	padding: 4px 1px 6px 10px;
	margin: 0 10px 0 0;
	letter-spacing: .1px;
	border-bottom: 2px solid #fff;
}
.news_list span.lable:after {
	position: absolute;
	content: "";
  width: 14px;
  height: 100%;
  top: 0;
  right: -14px;
  background: #777;
  z-index: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 0 999px 0;
}
.single #main .news_list span.lable:after {
	content: none;
}

/* 赤坂店 */
.news_list span.tregion-port, .news_list span.tregion-port:after, article span.tregion-port {
	background: #ca2d24;
	/*z-index: 0;*/
}
/* エスパル仙台店 */
.news_list span.spal-sendai, .news_list span.spal-sendai:after, article span.spal-sendai {
	background: #a66f01;
	/*z-index: -1;*/
}
/* 仙台空港店 */
.news_list span.galley, .news_list span.galley:after, article span.galley {
	background: #82745e;
	/*z-index: -2;*/
}
/* ダイワロイネットホテル盛岡駅前店 */
.news_list span.relier, .news_list span.relier:after, article span.relier {
	background: #b81c26;
	/*z-index: -3;*/
}
/* 一粒万倍 CAFÉ */
.news_list span.takekoma-cafe, .news_list span.takekoma-cafe:after, article span.takekoma-cafe {
	background: #006a65;
	/*z-index: -4;*/
}
/* プエドバル 北千住店 */
.news_list span.puedobar, .news_list span.puedobar:after, article span.puedobar {
	background: #3d7997;
	/*z-index: -5;*/
}
/* 東北ドリッパーズ 盛岡駅ビル フェザン店 */
.news_list span.drippers, .news_list span.drippers:after, article span.drippers {
	background: #4f453c;
	/*z-index: -6;*/
}
/* デリ 盛岡駅ビル フェザン店 */
.news_list span.deli, .news_list span.deli:after, article span.deli {
	background: #b43a14;
	/*z-index: -7;*/
}
.news_list .event_date {
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
}
.news_list .event_date:before, .single-event .event_date:before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	top: calc(50% - 0.44em);
	left: 0;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./images/icon_btn_date.svg);
}
.news_list time {
	color: #676767;
}
.news_list .up {
	font-size: 13px;
}
.news_list .event_date time {
	font-weight: bold;
	letter-spacing: .1px;
}
.news_list .text_area h3 {
	margin: 10px 0 10px 0;
	font-weight: bold;
}

@media screen and (max-width:480px) {
	
}


/* news list page */

main .news_list article {
	margin-bottom: 40px;
	width: 100%;
}
main .news_list article a {
	display: flex;
	justify-content: space-between;
}
main .news_list article a:hover, #sidebar .news_list article a:hover {
	transform: none;
	background-color: #fff8f3;
}
main .news_list article .text_area {
	width: calc( 100% - 320px );
}

@media screen and (max-width:920px) {
	.news_list article .trim {
		width: 240px;
    height: 160px;
	}
	main .news_list article .text_area {
		width: calc(100% - 260px);
	}
}
@media screen and (max-width:480px) {
	main .news_list article {
		margin-bottom: 70px;
	}
	main .news_list article a {
		flex-direction: column;
	}
	.news_list article .trim {
		width: 100%;
    height: calc((100vw - 60px)* 0.66);
	}
	main .news_list article .text_area {
		width: 100%;
	}
}


/* infomation event single page */

.single-info .content_title {
	margin: 40px 0 80px;
}
.single-event .content_title {
	margin: 60px 0 80px;
}
.single-info .content_title:after, .single-event .content_title:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	bottom: -36px;
	left: calc(50% - 3px);
	background-color: #777;
	border-radius: 3px;
}
.single-info #main, .single-event #main {
	position: relative;
}
.single-info #main .news_list, .single-event #main .news_list {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: calc(100% + 40px);
	padding: 0;
  top: -40px;
  left: -40px;
}
.single-info #main .news_list span.lable, .single-event #main .news_list span.lable  {
	padding: 14px 30px 16px 30px;
	margin: 0 auto 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-right: 2px solid #fff;
  border-radius: 0 0 36px 0;
}
.single-info #main .news_list span.lable:first-child, .single-event #main .news_list span.lable:first-child {
	margin: 0;
}
.single-event .event_date {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 10px 0;
	color: #565656;
	font-size: 20px;
	font-weight: bold;
}
.event_detail {
	margin: 70px 0 50px;
}
.event_detail .h2 {
	padding: 4px 10px 5px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #4f453c;
	border-radius: 5px;
}
.event_detail dl {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.event_detail dl:last-child {
	border: none;
}
.event_detail dl dt {
	display: inline-block;
  width: 6em;
  font-weight: bold;
}
.event_detail dl dd {
	display: inline-block;
  width: calc(100% - 7em);
  margin: 0;
  line-height: 2;
}
.event_detail dl dd p {
	margin-bottom: 1em;
}
.event_detail dl dd *:first-child {
	margin-top: 0;
}
.event_detail dl dd *:last-child {
	margin-bottom: 0;
}

.single-info .shop_info, .single-event .shop_info, .category .shop_info {
	padding: 30px 30px 20px;
	background-color: #eee;
}
.single-info .l_part, .single-event .l_part, .category .l_part {
	width: 140px;
	margin: 0 auto;
}
.single-info .l_part .trim, .single-event .l_part .trim, .category .l_part .trim {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.single-info .r_part, .single-event .r_part, .category .r_part {
	width: calc(100% - 160px);
}
.single-info .r_part .text_area, .single-event .r_part .text_area, .category .r_part .text_area {
	margin: 24px 0 0;
}
.single-info .r_part h3, .single-event .r_part h3, .category .r_part h3 {
	margin: 0;
  text-align: center;
}
.single-info .r_part > .btn, .single-event .r_part > .btn, .category .r_part > .btn {
	background: none;
}

@media screen and (max-width:1080px) {
	.single-info #main .news_list, .single-event #main .news_list {
		width: calc(100% + 10px);
		top: -20px;
    left: -10px;
	}
}
@media screen and (min-width:782px) and (max-width:820px) {
	.single-info #main .news_list, .single-event #main .news_list {
		width: calc(100% + 30px);
		top: -20px;
    left: -30px;
	}
}
@media screen and (max-width:781px) {
	.single-info #main .news_list, .single-event #main .news_list {
		width: calc(100% + 20px);
		top: -40px;
    left: -20px;
	}
}
@media screen and (max-width:620px) {
	.single-info .r_part, .single-event .r_part, .category .r_part {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	.single-info .content_title {
		margin: 20px 0 80px;
	}
	.single-info #main .news_list, .single-event #main .news_list {
		flex-direction: column;
		align-items: flex-start;
		width: calc(100% + 20px);
		top: -40px;
		left: -20px;
	}
	.news_list .up {
		margin: 10px 0 0 auto;
	}
	.event_detail dl dt {
		width: 100%;
	}
	.event_detail dl dd {
		width: 100%;
		margin: 1em 0 0 1em;
	}
}


/*-- sidebar --*/

#sidebar .sidebar_archive, #sidebar .sidebar_ctg, #sidebar .event_coming {
	margin-bottom: 40px;
}
#sidebar h2 {
	width: 100%;
	margin: 6px 0 12px;
	font-size: 18px;
	line-height: 1.5;
}
#sidebar a {
	text-decoration: none;
}
#sidebar article.type-news {
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	-webkit-animation: fadeIn 0.3s ease 0s 1 both;
  animation: fadeIn 0.3s ease 0s 1 both;
}
#sidebar article.type-news a {
	color: #202020;
}
#sidebar article.type-news a:hover {
	opacity: .8;
  text-decoration: underline;
}
#sidebar article.type-news .ctg {
	margin: 0 10px 0 0;
}
#sidebar article.type-news time {
	font-size: 14px;
}
#sidebar article.type-news h3 {
	margin: 10px 0 20px;
	font-size: 14px;
}
#sidebar #category ul {
	margin: 0;
  padding: 0;
}
#sidebar #category ul li {
	list-style-type: none;
}
#sidebar .news_ctg ul li {
	margin: 0 0 0 20px;
}
#sidebar .news_ctg ul li.news {
	margin: 0;
}
#sidebar a.ctg_btn, #sidebar a.news_btn {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	background: #4f453c;
	border: none;
	border-radius: 10px 50px 50px 10px;
}
#sidebar a.news_btn {
	padding: 8px 18px 10px 14px;
	font-size: 12px;
	font-weight: normal;
}
#sidebar a.news_btn h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
#sidebar #category .current a {
	color: #404040;
	background: #fff;
}
#sidebar #category .current a h3 {
	color: #404040;
}

#sidebar a.ctg_btn {
	padding: 6px 18px 8px 14px;	
}
#sidebar a.ctg_btn:before {
	background: #875250;
}


@media screen and (max-width:820px) {

}
@media screen and (max-width:480px) {
	#sidebar #category {
		width: 90%;
    margin: 0 auto;
	}
}

/*-- sidebar event coming list, archive  --*/
.event_coming, .sidebar_archive {
	padding: 14px;
	background-color: #fff;
	border-radius: 10px;
}
.event_coming .news_list article {
	padding: 0 0 2px;
	margin: 0 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.event_coming .news_list article:last-child {
	margin: 0;
	border: none;
}
.event_coming .news_list article .trim {
	width: 100%;
	height: 112px;
}

.event_coming .news_list article .event_date {
	margin: 10px 0 6px;
	font-size: 12px;
}
.event_coming .news_list .text_area h3 {
	margin: 6px 0 10px;
	font-size: 14px;
	line-height: 1.5;
}
.sidebar_archive .event {
	margin-bottom: 30px;
}
.sidebar_archive ul {
	padding: 0 0 0 1.5em;
}
.sidebar_archive ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

@media screen and (max-width:820px) {
	.event_coming .news_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.event_coming .news_list article {
		width: 48%;
	}
	.event_coming .news_list article .trim {
    height: 200px;
	}
}
@media screen and (max-width:680px) {
	.event_coming .news_list article .trim {
    height: 170px;
	}
}
@media screen and (max-width:480px) {
	.event_coming .news_list {
		flex-direction: column;
	}
	.event_coming .news_list article {
		width: 100%;
	}
	.event_coming .news_list article .trim {
		width: 100%;
    height: calc((100vw - 60px)* 0.66);
	}
}


/*-- shop page --*/

.inpage_links article {
	width: calc(25% - 10px);
  margin: 0 5px 5px;
}
.inpage_links {
	display: flex;
  flex-wrap: wrap;
	margin: 20px 0 0;
}
.inpage_links .btn_deco {
	padding: 11px 34px 10px 6px;
	width: calc(100% - 40px);
	font-size: 13px;
	border: 1px solid #bbb;
	border-radius: 10px;
}
.inpage_links .btn_deco:after {
	width: 24px;
  height: 24px;
  right: 6px;
  transform: rotate(90deg);
}
.inpage_links .tregion-port:after {
	background-color: #ca2d24;
}
.inpage_links .spal-sendai:after {
	background-color: #a66f01;
}
.inpage_links .galley:after {
	background-color: #82745e;
}
.inpage_links .relier:after {
	background-color: #b81c26;
}
.inpage_links .takekoma-cafe:after {
	background-color: #006a65;
}
.inpage_links .puedobar:after {
	background-color: #3d7997;
}
.inpage_links .drippers:after {
	background-color: #4f453c;
}
.inpage_links .deli:after {
	background-color: #b43a14;
}
    
.post-type-archive-shop .primary article {
	padding: 100px 0 60px;
	margin: -100px 0 60px;
	border-bottom: 1px solid #ddd;
}
.shop_list, .shop_info {
	max-width: 100%;
}
.shop_info {
	padding: 20px;
	margin: 0 auto 10px;
  flex-direction: column;
}
.single-shop .shop_info article {
	padding: 100px 0 60px;
  margin: -100px 0 100px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.shop_info article:first-of-type {
	margin-top: 20px;
}
.shop_info article:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.shop_list, .shop_info .info {
	display: flex;
  flex-wrap: wrap;
}
.shop_info .info {
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
}
.l_part {
	width: 200px;
}
.l_part .trim {
	position: relative;
	margin-bottom: 30px;
	width: 200px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.l_part .trim a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.l_part .trim a:hover {
	transform: translate(2px, 2px);
}
.l_part .trim img {
	position: absolute;
	height: auto;
  width: 100%;
  max-width: none;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lable_wrap {
	padding: 0 46px 0 0;
	text-align: center;
}
.shop_info span.lable {
  display: inline;
  padding: 2px 10px 4px;
  border: none;
  border-radius: 4px;
}

.r_part {
	width: calc(100% - 260px);
}
.r_part > .btn {
	display: block;
	margin-bottom: 16px;
	padding: 0 46px 0 0;
	border: none;
	overflow: visible;
}
.r_part > .btn_deco:before {
	content: none;
}
.shop_info .r_part h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
.single-shop .shop_info .r_part h2 {
	margin: 0 0 20px;
}
.shop_list .r_part h2:before, .shop_info .r_part h2:before {
	content: none;
}
.r_part .text_area {
	margin: 24px 0 30px;
}
.r_part dl {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0;
	line-height: 2;
}
.r_part dl:first-of-type {
	margin-top: 0;
}
.r_part dl dt {
	display: inline-block;
	width: 5em;
	font-weight: bold;
}
.r_part dl dd {
	display: inline-block;
	width: calc(100% - 6em);
	margin-inline-start: 1em;
}
.r_part span {
	display: inline-block;
	padding: 0 4px;
  margin: 0 4px 8px 0;
	background: #ffe7b9;
	border-radius: 3px;
}

.r_part .inquiry {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-weight: bold;
}
.r_part .inquiry .block_btn {
	margin: 10px 0 0 20px;
}
.r_part p span {
	display: inline-block;
	padding: 2px 4px 3px;
	margin: 0 4px 0 0;
	line-height: 1;
	border: 1px solid #4f453c;
	border-radius: 3px;
}

.shop_sns {
	text-align: right;
	margin: 0 0 20px;
}
.shop_sns .external:after {
	content: none;
}
.shop_sns .btn_sns {
	padding: 0;
	margin: 0 12px;
}

@media screen and (max-width:820px) {
	.shop_info {
		padding: 10px;
	}
	.l_part {
		width: 160px;
	}
	.l_part .trim {
		width: 160px;
		height: 160px;
	}
	.r_part {
		width: calc(100% - 220px);
	}
}
@media screen and (max-width:780px) {
	.inpage_links article {
		width: calc(33% - 10px);
	}
}
@media screen and (max-width:620px) {
	.inpage_links article {
		width: calc(50% - 10px);
	}
	.shop_list, .shop_info .info {
		flex-direction: column;
	}
	.l_part {
		width: 100%;
	}
	.l_part .trim {
		margin: 0 auto 20px;
		margin-bottom: 20px;
	}
	.r_part {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width:480px) {
	.inpage_links  {
		flex-direction: row;
		justify-content: space-between;
	}
	.inpage_links article {
		width: 49%;
    margin: 0 0 5px;
	}
	.shop_info {
     padding: 20px 10px;
	}
	.shop_info h2 {
		text-align: center;
	}
	.l_part .trim {
		width: 200px;
    height: 200px;
	}
	.r_part > .btn {
		padding: 0 30px 0 0;
	}
	.r_part > .btn:after {
		right: 0;
	}
	.r_part dl {
		flex-direction: column;
	}
	.r_part dl dd {
		width: 100%;
	}
	.block_btn .btn_deco {
		margin: 4px;
	}
	.shop_sns {
		text-align: center;
	}
}
@media screen and (max-width:460px) {
	.inpage_links .btn_deco {
		padding: 11px 0 40px 0;
    width: 100%;
	}
	.inpage_links .btn_deco:after {
		bottom: 8px;
    top: auto;
    left: calc(50% - 12px);
	}
}


/*-- shop single page --*/

.single-shop .page_title {
	background: none;
}
.single-shop .page_title:before {
	content: none;
}
.shop_kv {
	padding: 0;
	height: 260px;
	overflow: hidden;
}
.shop_kv .kv {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: brightness(60%);
  z-index: -100;
}
.shop_kv .page_title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 920px;
	height: 100%;
	margin: auto;
}
.page_title_wrap .trim {
	position: relative;
	margin: auto auto auto 0;
  width: 200px;
  height: 200px;
}
.page_title_wrap .trim img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title_wrap h1.title {
	margin: 0;
	color: #fff;
	font-size: 28px;
}
.single-shop .section_h2 {
	margin: 0 0 60px;
	font-size: 2.5rem;
	line-height: 1.3;
}
.single-shop section.news, .single-shop section.body, .single-shop section.menu, .single-shop section.interior {
	margin-bottom: 50px;
  padding: 80px 0 60px;
}
.single-shop section.news {
	display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}
.single-shop .news .news_list {
	width: calc(100% - 200px);
}
.single-shop .news .news_list article {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.single-shop .news .news_list article:last-child {
	border: none;
}
.single-shop .news .news_list article a {
	margin: 20px 0;
}
.single-shop .news .news_list article .accent {
	-webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}
.single-shop .news .news_list article .trim {
	width: 160px;
  height: 100px;
}
.single-shop .news .news_list article .text_area {
	display: flex;
  flex-direction: column;
  justify-content: space-between;
	width: calc(100% - 180px);
}
.single-shop .news .news_list .text_area h3 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.single-shop .news .news_list .text_area .time {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.single-shop .news .news_list .text_area .time .event_date {
	margin: 0;
}
section.body, section.interior {
	position: relative;
	z-index: 1;
}
section.body:after, section.interior:after {
	position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background-color: #fbf7f3;
	z-index: -1;
}
section.body h2 {
	position: relative;
	padding: 10px 10px 12px;
	margin: 0 auto -20px;
	color: #fff;
	font-size: 26px;
  border-radius: 2px;
  z-index: 1;
}
section.body h2:before {
	position: absolute;
	content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 3px;
  left: 3px;
  border-radius: 3px;
  border: 1px solid #897d73;
}
section.body h2:after {
	position: absolute;
	content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 6px;
  opacity: .8;
  z-index: -1;
}
section.body .wp-block-columns {
	align-items: center !important;
	margin: 0;
}
section.body .wp-block-columns:last-of-type {
	margin-bottom: 20px;
}

section.body p {
	font-size: 15.5px;
	line-height: 2.5;
}

.menu_list, .interior .image_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}
.menu_list .cell {
	margin: 0 0.5% 5px 0;
	width: 24.6%;
}
.menu_list .trim, .interior .image_list .trim {
	position: relative;
	overflow: hidden;
}
.menu_list .trim {
	height: 210px;
}
.menu_list .cell:nth-child(4n) {
	margin: 0 0 5px 0;
}
.menu_list .cell:last-child {
	margin: 0 auto 5px 0;
}
.menu_list .trim img, .interior .image_list .trim img {
	position: absolute;
  height: 102%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu .menu_pdf {
	text-align: center;
}
.menu .menu_pdf .btn {
	margin: 10px 5px;
}
.interior .image_list .cell {
	flex-basis: 48%;
	margin: 0 auto 5px;
}
.interior .image_list .cell p {
	margin: 0.25em 0 1.5em;
}
.interior .image_list .trim {
	width: 100%;
	height: 260px;
}
.interior .image_list .trim img {
	height: auto;
  width: 100%;
}
.interior .text .text_column {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.interior .text .text_column p {
	margin: 0.5em auto 1em;
	flex-basis: 48%;
}
.single-shop .info .l_part {
	width: 50%;
}
.single-shop .info .l_part iframe {
	width: 100%;
	height: 100%;
}
.single-shop .info .r_part {
	width: 46%;
}
.single-shop .info .r_part h3 {
	margin-top: 0;
}
.single-shop .lable_wrap {
	padding: 0;
}
.info .block_btn { 
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
	width: 100%;
	margin: 30px auto 30px;
}
.info .block_btn .btn {
	margin: 10px;
}
.info .block_btn .reserve {
	margin: 0 30% 10px;
}

.shop_sns {
	width: 100%;
	text-align: center;
}

@media screen and (max-width:940px) {
	.shop_kv .page_title_wrap {
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (max-width:820px) {
	.shop_kv .page_title_wrap {
		flex-direction: column;
		justify-content: center;
	}
	.page_title_wrap .trim {
		margin: 0 auto 16px auto;
    width: 140px;
    height: 140px;
	}
	.single-shop .news {
		flex-direction: column;
	}
	.menu_list .cell {
		height: 190px;
	}
	.single-shop .news .news_list {
		width: 100%;
	}
	.interior .image_list .trim {
		height: 230px;
	}
}
@media screen and (max-width:781px) {
	.single-shop .news .news_list .text_area .time {
		flex-direction: column-reverse;
	}
	.single-shop .news .news_list .text_area .time .event_date {
		margin: 4px 0;
	}
	section.body .wp-block-columns {
		flex-direction: column;
	}
	section.body .wp-block-columns:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	section.body .wp-block-columns:nth-of-type(2n) img {
		width: 80%;
	}
}
@media screen and (max-width:480px) {
	.page_title_wrap h1.title {
		font-size: 22px;
	}
	.single-shop .news .news_list article {
		padding: 1px 0;
		margin: 0 0 20px;
	}
	.single-shop .news .news_list article:last-child {
		margin: 0;
	}
	.single-shop .news .news_list article .accent {
		-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	}
	.single-shop .news .news_list article .trim {
		width: 100%;
    height: calc((100vw - 60px)* 0.66);
	}
	.single-shop .news .news_list article .text_area {
		width: 100%;
	}
	
	section.body h2 {
		font-size: 20px;
	}
	.menu_list .cell {
		width: 32.9%;
		height: 110px;
		margin: 0 0.5% 2px 0;
	}
	.menu_list .cell:nth-child(4n) {
		margin: 0 0.5% 2px 0;
	}
	.menu_list .cell:nth-child(3n) {
		margin: 0 0 2px 0;
	}
	.menu_list .cell:last-child {
		margin: 0 auto 2px 0;
	}
	.interior .image_list .cell {
		width: 100%;
		margin: 0 0 5px;
	}
	.interior .image_list .trim img {
		height: 102%;
    width: auto;
	}
	.single-shop .info .l_part {
		width: 100%;
	}
	.single-shop .info .l_part iframe {
		height: 300px;
	}
	.single-shop .info .r_part {
		width: 100%;
	}
}



/*-- inquiry page --*/

.page-full .shop_inquiry {
	width: 710px;
	max-width: 100%;
	margin: 0 auto;
}
.shop_inquiry article {
  padding: 36px 20px 10px;
  margin: 0 auto 30px;
  background: #fff8f0;
  border-radius: 10px;
}
.shop_inquiry h2 {
	margin-bottom: 24px;
	font-weight: bold;
}
.shop_inquiry h2 span {
	margin-right: 6px;
	font-size: 20px;
}


/*-- category page --*/

.category .news_list {
	margin-bottom: 60px;
}
.category .shop_inquiry h2 {
	margin-bottom: 30px;
	text-align: center;
}


/*-- search form --*/
.search {
	width: 100%;
}
#head_search {
	position: absolute;
	max-width: 1166px;
	margin-left: calc((100% - 1166px) /2);
}
.search .search_area {
	max-width: 500px;
	padding: 16px 20px;
	margin: 0 auto;
  background: #ebf1f5;
}
#head_search .search_area {
	display: none;
	margin: 0 0 0 auto;
  -webkit-box-shadow: 0 2px 4px rgb(102 102 102 / 10%);
  box-shadow: 0 2px 4px rgb(102 102 102 / 10%);
}
.search .search_from {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.search .search_from .search_from_input {
	position: relative;
	padding: 6px 34px 5px 10px;
	width: calc(100% - 46px);
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d5e4ef;
	border-radius: 4px;
}
.search .search_from .search_from_btn {
	position: absolute;
	padding: 6px 5px 4px;
	right: 4px;
	background: none;
	border: none;
	cursor: pointer;
}
.search .search_from .search_from_btn img {
	width: 18px;
}
@media screen and (max-width:1166px) {
	.search {
		margin: 0;
		right: 0;
	}
}



/*-- service --*/

.page-template-page-service main section {
	padding-top: 100px;
	margin: -100px 0 120px;
}

.inpage_links article {
	text-align: center;
}
.page-template-page-service .inpage_links .btn_deco:after {
	background-color: #94342f;
}
.page-template-page-service .inpage_links article:nth-child(2) .btn_deco:after {
	background-color: #62462d;
}
.page-template-page-service .inpage_links article:nth-child(3) .btn_deco:after {
	background-color: #353885;
}
.page-template-page-service .inpage_links article:nth-child(4) .btn_deco:after {
	background-color: #7d395f;
}

.dvs_ttl {
	position: relative;
	margin: 0 0 100px;
	text-align: center;
	z-index: 1;
}
.dvs_ttl:after {
	position: absolute;
	content: "";
  width: 100vw;
  height: 200px;
  top: 2em;
  left: calc(50% - 50vw);
  background-color: #94342f;
  z-index: -1;
}
#coffee_division .dvs_ttl:after {
	background-color: #62462d;
}
#regional_division .dvs_ttl:after {
	background-color: #353885;
}
#haretemari_division .dvs_ttl:after {
	background-color: #7d395f;
}
.dvs_ttl h2 {
	position: relative;
	display: inline-block;
	width: 12em;
	padding: 0 0 3.5em;
	margin: 0;
	font-size: 24px;
	overflow: hidden;
	z-index: 1;
}
.dvs_ttl h2:after {
	position: absolute;
	content: "";
  width: 12em;
	height: 12em;
	top: -7.5em;
	left: 0;
	background: #fff;
	border-radius: 999px;
  z-index: -1;
}
.dvs_ttl p {
	color: #fff;
	font-weight: bold;
}
.dvs_tag_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0;
}
.dvs_tag_wrap .dvs_tag {
	padding: 4px 10px 5px;
	margin: 5px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #94342f;
	border-radius: 4px;
}
#coffee_division .dvs_tag_wrap .dvs_tag {
	background-color: #62462d;
}
#regional_division .dvs_tag_wrap .dvs_tag {
	background-color: #353885;
}
#haretemari_division .dvs_tag_wrap .dvs_tag {
	background-color: #7d395f;
}
.detail {
	text-align: center;
}
.detail h3 {
	margin: 50px 0 30px;
	font-size: 22px;
}
.detail h3.accent {
	font-size: 26px;
}
.detail p {
	width: 80%;
	margin: 0 auto 40px;
}
.detail img {
	margin: 0 30px;
}
.column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.flex-column {
	flex-direction: column;
}
.column * {
	width: 40%;
}
.column img {
	height: 300px;
  width: auto;
  margin: 0 10px 10px;
}
.column .btn {
	width: auto;
	margin: 10px;
}
.column p {
	margin: 10px 0 0;
}
.column.margin-n {
	margin: 0;
}

#food_division .shop_list {
	margin-bottom: 30px;
}
#food_division .shop_list .shop_btn {
	border: 1px solid #ddd;
}
#food_division .shop_list .shop_btn h3 {
	font-size: 14px;
}

.page-template-page-service .btn.online {
	padding: 11px 60px 11px 30px;
}
.page-template-page-service .btn.online:after {
	top: calc(50% - 17px);
	right: 10px;
}

@media screen and (max-width:820px) {
	.shop_list .shop_btn .trim {
		width: 80%;
		height: 120px;
	}
	.column img {
		height: 240px;
	}
}
@media screen and (max-width:620px) {
	#food_division .shop_list {
		flex-direction: row;
	}
}
@media screen and (max-width:480px) {
	.detail p {
		width: 100%; 
	}
	.detail img {
		margin: 0 auto 10px;;
	}
	.column {
		flex-direction: column;
	}
	.column * {
		width: 80%;
		margin-bottom: 10px;
	}
	.column p {
		text-align: left;
	}
	.column .btn {
		margin: 10px 2px;
	}
	#food_division .shop_list {
		flex-direction: row;
	}
	#food_division .shop_list article {
		width: calc(50% - 8px);
	}
}
@media screen and (max-width:420px) {
	#food_division .shop_list article {
		width: 100%;
		margin: 0 auto 10px;
	}
}


/*-- company --*/

.h2_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.h2_column .accent {
	font-size: 32px;
}
.h2_column .text_small {
	position: relative;
	padding: 6px 0 0 50px;
}
.h2_column .text_small:before {
	position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 0;
  left: 25px;
  background-color: #202020;
  transform: rotate(40deg);
}
.page-template-page-company section {
	margin: 0 0 120px;
}
.page-template-page-company section p {
	width: 80%;
  margin: 0 auto 40px;
  line-height: 2.5;
}
.page-template-page-company section dl {
	display: flex;
  flex-wrap: wrap;
	width: 60%;
  margin: 0 auto 40px;
  line-height: 2;
}
.page-template-page-company section dt {
	display: inline-block;
  width: 6em;
  font-weight: bold;
}
.page-template-page-company section dd {
	display: inline-block;
  width: calc(100% - 7em);
  margin: 0 0 1.5em 1em;
}
.page-template-page-company section.purpose dl {
	margin-top: 30px;
	width: 80%;
}
.page-template-page-company section.purpose dt {
	width: 100%;
}
.page-template-page-company section.purpose dt .accent {
	padding: 0 30px 0 0;
	font-size: 18px;
}
.page-template-page-company section.purpose dd {
	width: 100%;
}
.page-template-page-company .column {
	width: 80%;
	margin: 0 auto 40px;
}

@media screen and (max-width:480px) {
	.h2_column .accent {
		letter-spacing: 1px;
	}
	.page-template-page-company section p {
		width: 90%;
	}
	.page-template-page-company section dl {
		width: 90%;
	}
	.page-template-page-company section dd {
		width: 100%;
    margin: 0 0 1.5em 1em;
	}
	.page-template-page-company section.purpose dl {
		width: 100%;
	}
	.page-template-page-company .column {
		width: 100%;
	}
}



/*-- inquiry --*/

.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-steps .forminator-step .forminator-step-dot {
	width: 30px;
  height:30px;
  flex: 0 0 30px;
}
.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-pagination-steps .forminator-break {
	margin: 15px 10px;
	height: 2px;
	background-color: #ddd;
}
.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-label {
	color:  #2e3191;
}
.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-pagination-steps .forminator-break:before {
	color:  #2e3191;
	background-color: #2e3191;
}

.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-label {
	margin-bottom: 10px;
}
.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
	border-color: #ddd;
}
.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
	border-color: #ddd;
  background-color: #f6f6f6;
}
.page .forminator-ui.forminator-custom-form[data-design=default] .forminator-textarea {
	border-color: #ddd;
}

.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-pagination-steps .forminator-step .forminator-step-dot {
	background-color: #2e3191;
	border: 4px solid #fff;
}
.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-dot {
	border: 4px solid #fff;
}

.page .forminator-button-next, .page .forminator-button-submit {
	background-color: #2e3191;
  color: #fff;
}

.page .forminator-ui#forminator-module-226.forminator-design--default .forminator-response-message.forminator-success {
	background-color: #f3f4ff;
  box-shadow: inset 2px 0 0 0 #2e3191;
  -moz-box-shadow: inset 2px 0 0 0 #2e3191;
  -webkit-box-shadow: inset 2px 0 0 0 #2e3191;
}
.forminator-field dl {
	margin: 2em 0;
}
.forminator-field dl dt {
	font-weight: bold;
}
.forminator-field dl dd {
	margin: 0.5em 0 1em 2em;
}


@media screen and (max-width:480px) {

}


/*-- search --*/

.search-list .summary p {
	margin: 0;
	color: #6b6b6b;
	font-size: 0.9em;
	line-height: 1.8;
}
.search-highlight {
	font-weight: bold;
	background: linear-gradient(transparent 50%, #d9e4f4 60%);
}


/*-- privacy-policy socialmedia-policy sitemap --*/

.privacy-policy #main,
.page-id-210 #main,
.page-template-page-sitemap-php #main {
	padding: 40px;
}

.privacy-policy .entry-content,
.page-id-210 .entry-content,
.page-template-page-sitemap-php .entry-content {
  width: 80%;
  margin: auto;
}
.privacy-policy .entry-content h2,
.page-id-210 .entry-content h2,
.page-template-page-sitemap-php .entry-content h2 {
	margin: 60px 0 20px;
}

@media screen and (max-width:480px) {
	.privacy-policy .entry-content,
	.page-id-210 .entry-content,
	.page-template-page-sitemap-php .entry-content {
		width: 100%;
		margin: auto;
	}
}



