@charset "UTF-8";

/*
Theme Name: 2021mj_yoshioka-gomin
Description: 2021mj_yoshioka-gomin
Theme URI: https://majestic.tokyo
Author: MAJESTIC
Author URI: https://majestic.tokyo
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, two-columns
*/

@font-face {
	font-family: 'Shippori Mincho';
	font-weight: 400;
	src: url('fonts/Shippori_Mincho/ShipporiMincho-Regular.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	src: url('fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format('opentype');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	src: url('fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format('opentype');
	font-weight: 700;
	font-display: swap;
}
/*Black*/
@font-face {
	font-family: 'Noto Sans JP';
	src: url('fonts/Noto_Sans_JP/NotoSansJP-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #917D5E;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.8;
	background: url(images/common/bg.png) repeat;
	background-size: 200px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
p {
	color: #1E1609;
	line-height: 1.8;
	margin:0 0 1.5em 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}
@media screen and (max-width: 480px) {
	body {
		font-size: 18px;
	}
	p {
		margin: 0 0 3% 0;
	}
}

/****************************************
 * リンク
*****************************************/

a,
a p {
	color: #917d5e;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #6d4c37;
}
a img {
	-webkit-transition: all .3s linear;
}
a img:hover {
	opacity:.7;
}
a.linkarrow {
	position: relative;
	padding-left: 18px;
	display: block;
	font-size: .9em;
	font-family: "Noto Sans JP";
	font-weight: 700;
}
a.linkarrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: .5em;
	background: url(images/common/icon_linkarrow.png) no-repeat;
	background-size: 100%;
	background-position: center left;
	width: 16px;
	height: 16px;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	a.linkarrow {
		display: inline-block;
		margin-right: 15px;
	}
}

/****************************************
 * h要素
*****************************************/

h1, h2, h3, h4, h5, h6 {
	color: #917D5E;
	font-family: "Noto Sans JP";
	font-weight: 900;
	line-height: 1;
	padding: 0;
	margin: 0 0 60px;
}
h2 {
	font-size: 2em;
	text-align: center;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/****************************************
 * 見出し
*****************************************/

.img_title {
	margin: 0;
}
.main_title {
	line-height: 1.3;
}
.main_in_title {
	line-height: 1.3;
	margin-bottom: 30px;
}
.normal_title {
	line-height: 1.3;
}
.normal_title span {
	display: block;
	font-size: .8em;
}

.works_title {
	line-height: 1;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.works_title span {
	display: inline-block;
	background: #f29603;
	color: #FFF;
	padding: 12px 30px;
	border-radius: 6px;
}
.works_title span:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f29603;
}
.flow_title {
	margin: 0;
	line-height: 1.3;
}
.flow_title span {
	display: block;
	color: #f29603;
}
.news_title {
	margin: 0 0 15px;
}
.news_title span {
	font-size: .6em;
	display: block;
	margin-top: 12px;
	color: #f29603;
}

.page_title {
	text-align: center;
	margin-top: 30px;
	padding: 0 60px;
	font-size: 2em;
}
.page_title span {
	display: block;
	margin-bottom: 15px;
	font-size: .5em;
}

#privacy-policy h2 {
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 568px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 45px;
		line-height: 1.3;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
	.works_title span {
		padding: 12px 15px;
		margin: 0 20px;
	}
	.page_title {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 480px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 430px) {
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 20px;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
	.page_title {
		font-size: 1.4em;
		padding: 0 30px;
	}
}
@media screen and (max-width: 320px) {
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1em;
	}
	.main_in_title {
		margin-bottom: 20px;
	}
	.page_title {
		font-size: 1.2em;
		padding: 0;
	}
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
ul,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

/* レスポンシブ */
@media screen and (min-width: 769px) {/*769px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:768px) {/*768px以下で*/
	.tb {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {/*480px以下で*/
	.pc {
		display: none !important;
	}
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/****************************************
 * 上部固定ヘッダー
*****************************************/

.fix_header {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;/* 上に隠す高さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
	opacity:0;/* 最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
	/* opacity: 0; */
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.fix_header_contents{
	width:1000px;
	margin: 0 auto;
}
.fix_header ul {
	width: 480px;
	list-style-type: none;
	float: right;
	text-align: right;
	font-size: .8em;
	margin: 30px 10px 0 0;
	padding: 0;
}
.fix_header ul li {
	display: inline-block;
	text-align: left;
	margin-right: 20px;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.fix_header li a,
.fix_header li a:visited {
	display: block;
	color: #917D5E;
}
.fix_header li:last-child{
	margin-right:0;
}
.fix_header .contact_box {
	float: right;
	width: 327px;
	margin-top: 23px;
}
.fix_header .contact_box a.fix_mail {
	display: inline-block;
}
#fix_header_logo {
	float: left;
	padding-top: 18px;
}

@media screen and (max-width: 1024px) {
	.fix_header_contents {
		width: 94%;
	}
}
@media screen and (max-width: 768px) {
	.fix_header_contents {
		width: 90%;
	}
	#fix_header_logo {
		display: none;
	}
	.fix_header .contact_box {
		width: 45%;
	}
	.fix_header ul {
		text-align: left;
		width: 53%;
		margin: 30px 0 0 0;
	}
	.fix_header ul li {
		font-size: .8em;
		margin-right: 10px;
	}
	
}
@media screen and (max-width: 568px) {
	.fix_header {
		display: none;
	}
}

/****************************************
ヘッダー
*****************************************/

#logo {
	line-height: 1;
	margin: 0;
	font-size: 1em;
}
header {
	overflow: hidden;
	padding: 30px 0;
	background: url(images/common/bg.png) repeat;
	background-size: 200px;
}
header .logo {
	float: left;
}
header .logo img {
	width: 180px;
}
header .information {
	overflow: hidden;
	float: right;
}
header .information img.phone {
	display: block;
	margin: 0 auto 8px;
}
header .information p.hours {
	background: #f29603;
	color: #FFF;
	font-size: .8em;
	margin: 0;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	padding: 3px 8px;
	border-radius: 5px;
}
header .information p.address {
	font-size: .8em;
	margin: 3px 0 0;
	text-align: center;
}
header .information span {
	display: block;
}
header .information span.closed {
	display: inline;
	font-size: 1em;
	margin: 0 8px;
}
header #description {
	margin: 5px 0 0 0;
	font-size: .8em;
}
header #header {
	overflow: hidden;
	position: relative;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
}
header #header .logo-area {
	float: left;
	max-width: 440px;
	width: 100%;
}
header #header .header-contact {
	float: right;
	max-width: 600px;
	width: 100%;
}
header #header .header-contact a {
	color: #FFF;
}
header #header .header-contact ul.top-fixed {
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #FFB000, #FF9A16);
	border-radius: 0 0 5px 5px;
	font-weight: 400;
}
header #header .header-contact ul.top-fixed li {
	display: inline-block;
	color: #FFF;
	padding: 5px 20px;
	line-height: 1.3;
}
header #header .header-contact ul.top-fixed li span {
	margin-left: 5px;
}
header #header .header-contact ul.top-fixed li span.mail-small {
	font-size: .7em;
    font-weight: bold;
}
header #header .header-contact ul.top-fixed li.tel {
	font-size: 1.3em;
	font-family: 'Lato', sans-serif;
}
header #header .header-contact ul.top-fixed li.mail {
	font-size: 1.1em;
}
header #header .header-contact .information {
	position: absolute;
	bottom: 15px;
	font-size: .8em;
	font-weight: bold;
}
header #header .header-contact .information span {
	margin-right: 5px;
	font-weight: normal;
}
header #header .header-contact .information span:before {
	content: "《";
}
header #header .header-contact .information span:after {
	content: "》";
}
header #header .header-contact .information a.pin {
	color: #FFB000;
}


@media screen and (max-width: 1200px) {
	header #header {
		max-width: 96%;
	}
	header #header .logo-area {
		max-width: auto;
		width: 38%;
	}
	header #header .header-contact {
		max-width: auto;
		width: 60%;
	}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	header .logo {
		width: 280px;
	}
}
@media screen and (max-width: 568px) {
	header .logo {
		width: 100%;
		margin-bottom: 15px;
	}
	header .logo img {
		width: 120px;
	}
	#logo {
		display: inline-block;
		width: 120px;
		vertical-align: top;
	}
	header #description {
		display: inline-block;
		max-width: 65%;
		line-height: 1.3;
		margin: 0;
		padding-left: 15px;
		vertical-align: top;
	}
	header .information {
		float: none;
		width: 100%;
	}
	header .information p.hours {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	header #header .logo-area img {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	header #description {
		max-width: 55%;
	}
}
@media screen and (max-width: 380px) {
	header {
		padding: 20px 0;
	}
	#logo,
	header .logo img {
		width: 100px;
	}
	header .information p.hours {
		font-size: .77em;
	}
	header .information span.closed {
		margin: 0 5px;
	}
	header .information p.address {
		font-size: .73em;
		margin: 4px 0 0;
	}
}
@media screen and (max-width: 320px) {
	header #description {
		display: none;
	}
	header .information p.hours {
		font-size: .63em;
	}
	header .information p.address {
		font-size: .63em;
	}
}

/****************************************
リスト
*****************************************/
table {
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}
li {
	line-height: 1;
	display: list-item;
}

/****************************************
 * レスポンシブ
*****************************************/

@media screen and (min-width: 769px) {
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 430px) {
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/****************************************
 * レイアウト
*****************************************/

.inner {
	width: 1000px;
	margin: 0 auto;
}
.inner_wide {
	width: 90%;
	margin: 0 auto;
}
article {
	background: #FFF;
	margin-top: -260px;
	padding: 150px 0 90px;
}
article#front-page {
	background: #FFF;
	margin-top: -60px;
	padding: 0;
}
article#page-wide {
	float: none;
	width: 900px;
	margin: 0 auto 50px;
}
section {
	padding: 90px 0;
}
section.contents {
	padding: 150px 0 0;
}

@media screen and (max-width: 1200px) {
	.inner {
		width: 94%;
	}
	article#page-wide {
		width: 94%;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.inner {
		width: 90%;
	}
	.inner_wide {
		width: 100%;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 559px) {
	article {
		padding: 150px 0 45px;
	}
	section {
		padding: 45px 0;
	}
	section.contents {
		padding: 120px 0 0;
	}
}
@media screen and (max-width: 480px) {
	.inner {
		width: 88%;
	}
	article {
		padding: 150px 0 30px;
	}
}
@media screen and (max-width: 430px) {
	.inner {
		width: 86%;
	}
}

/****************************************
スマホ時最下部の問い合わせ
*****************************************/
/*ul.contact_fixed {
	overflow: hidden;
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #126e44;
	z-index: 9999;
}
ul.contact_fixed li.tel,
ul.contact_fixed li.mail {
	float: left;
	text-align: center;
	font-size: 180%;
	padding: 8px 0;
}
ul.contact_fixed li.tel {
	width: 80%;
}
ul.contact_fixed li.mail {
	background-color: #6d4c37;
	width: 20%;
}
ul.contact_fixed li.tel span {
	margin-left: 15px;
}
ul.contact_fixed a {
	color: #FFFFFF;
	display: block;
}
ul.contact_fixed p.msg {
	margin: 0;
	color: #FFF;
}*/

/****************************************
 * ナビゲーション
*****************************************/

.header_nav {
	padding: 0 0;
}
.header_general {
	background: #FE8781;
	padding: 15px 0;
	position: relative;
}
.header_general:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/common/deco_outline.jpg") repeat-x;
	width: 100%;
	height: 3px;
}
.header_general:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("images/common/deco_outline.jpg") repeat-x;
	width: 100%;
	height: 3px;
}
nav#general ul.menu {
	list-style: none;
	padding: 0 0 8px;
	margin: 0 auto;
	width: 960px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
nav#general ul.menu > li {
	width: calc(100%/6);
	text-align: center;
	position: relative;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}
nav#general ul.menu > li:first-child {
	
}
nav#general ul.menu > li:first-child img {
	width: 72px !important;
}
nav#general ul.menu > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border-left: 1px solid;
	-o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
	border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 100%;
	border-image-slice: 1;
	height: 25px;
}
nav#general ul.menu > li:last-child:after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	border-left: 1px solid;
	-o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
	border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.5)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 100%;
	border-image-slice: 1;
	height: 25px;
}
nav#general ul.menu > li > a {
	display: block;
	position: relative;
	padding: 0 9px;
	color: #917D5E;
}
nav#general ul.menu > li > a span {
	display: block;
	font-size: .7em;
	position: absolute;
	bottom: 0;
}
nav#general ul.menu > li > a:hover {
	opacity: 1;
	color: #251E1F;
}

@media screen and (max-width: 960px) {
	nav#general ul.menu {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	nav#general ul.menu > li > a {
		font-size: .9em;
	}
}
@media screen and (max-width: 568px) {
	nav#general ul.menu {
		display: flex;
		flex-wrap: wrap;
		margin-top: -12px;
	}
	nav#general ul.menu > li {
		display: inline-block;
		width: calc(100%/3);
		margin-top: 12px;
		font-size: .9em;
	}
}
@media screen and (max-width: 430px) {
	nav#general ul.menu > li > a {
		padding: 5px 9px;
	}
}

/****************************************
 * スマホナビゲーション
*****************************************/

#few_nav {
	display: none;
}

@media screen and (max-width: 568px) {
	#few_nav {
		display: block;
	}
	#few_nav a {
		display: block;
		color: #FFF;
		padding: 15px 0;
		font-size: 1.1em;
	}
	#few_nav_body_area {
		background: #917D5E;
		box-sizing: border-box;
		height: 100%;
		padding: 30px 45px;
		position: fixed;
		right: -280px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 280px;
		z-index: 1000;
	}
	#few_nav_background {
		background: #000;
		display: block;
		height: 100%;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s linear 0s;
		width: 100%;
		z-index: -1;
	}
	#few_nav_icon {
		background: #f29603;
		border-radius: 0 0 0 12px;
		color: #FFF;
		cursor: pointer;
		display: block;
		height: 60px;
		line-height: 60px;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
		transition: all 0.3s linear 0s;
		z-index: 1000;
	}
	#few_nav_icon span.few_nav_button {
		display: block;
		font-size: 12px;
		font-family: 'Noto Sans JP';
		font-weight: 700;
		position: relative;
		padding-top: 3px;
	}
	#few_nav_icon span.few_nav_button:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 16px;
		left: 0;
		right: 0;
		margin: auto;
		background: #FFF;
		width: 15px;
		height: 3px;
		border-radius: 5px;
	}
	input#switching {
		display: none;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		color: #FFF;
		background: #917D5E;
		transform: translate(-280px);
	}
	input#switching:checked ~ #few_nav_background {
		opacity: .7;
		z-index: 999;
	}
	
	#few_nav a.phone {
		padding: 0;
		margin-top: 15px;
	}
	p.few_nav_phone {
		margin-top: 8px;
		color: #FFF;
		text-align: center;
		font-family: 'Noto Sans JP';
		font-weight: 700;
	}
	p.few_nav_phone span {
		display: block;
		font-size: .8em;
	}
}
@media screen and (max-width: 430px) {
	#few_nav_body_area {
		padding: 30px;
	}
}
@media screen and (max-width: 380px) {
	#few_nav a {
		padding: 12px 0;
	}
	#few_nav_body_area {
		padding: 20px;
		right: -220px;
		width: 220px;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-220px);
	}
}
@media screen and (max-width: 320px) {
	#few_nav a {
		font-size: 1em;
	}
}

/****************************************
 * ページナビゲーション・前へ次へ
*****************************************/

nav.prev-next_navigation {
	margin-top: 60px;
	text-align: right;
}
nav.prev-next_navigation {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
nav.prev-next_navigation a {
	display: block;
	color: #917D5E;
	border: none;
	text-decoration: none;
	font-size: .9em;
}
nav.prev-next_navigation a.prev-link {
	padding: 0 20px 0 0;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 1;
}
nav.prev-next_navigation a.prev-link:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	right: -3px;
	background: #917D5E;
	width: 1px;
	height: 17px;
}
nav.prev-next_navigation a.next-link {
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	z-index: 1;
}

/****************************************
 * ページナビゲーション
 * <?php the_posts_pagination( array( 'prev_text' => '前へ','next_text' => '次へ',) );?>
*****************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	margin: 45px 0 0;
}
nav.navigation a {
	text-decoration: none;
	color: #917d5e;
	padding: 0 15px;
}
nav.navigation .nav-links {
	width: 100%;
	display: block;
	text-align: right;
	font-size: .8em;
}
nav.navigation .nav-links span.current {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 15px;
	position: relative;
	color: #f29603;
}
nav.navigation .nav-links a.page-numbers {
	display: inline-block;
	vertical-align: middle;
	text-align:center;
	position: relative;
}
nav.navigation .nav-links a:hover {
	display: inline-block;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links span.current:after,
nav.navigation .nav-links a.page-numbers:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0;
	background: #000;
	width: 1px;
	height: 15px;
}
nav.navigation .nav-links span.dots {
	margin-left: 15px;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}
nav.navigation .nav-links a.prev:hover,
nav.navigation .nav-links a.next:hover {
	background: #FFF;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	nav.navigation {
		margin: 30px 0 0;
	}
	nav.navigation .nav-links span.current:after,
	nav.navigation .nav-links a.page-numbers:after {
		top: 3px;
	}
}
@media screen and (max-width: 430px) {
	nav.navigation {
		margin: 20px 0 0;
	}
}

/****************************************
WPネイティブCSS
*****************************************/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-block-image {
	
}
.wp-block-image figcaption {
	
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
	margin: 50px;
	border-left: 1px solid #ededed;
	padding-left: 30px;
}
cite {
	font-size: .8em;
}
cite a {
	display: inline;
}

/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 480px) {
	blockquote {
		margin: 30px;
	}
}

/****************************************
パンくず
*****************************************/

#breadcrumbs_area {
	margin-top: 15px;
	text-align: left;
	font-family: "Noto Sans JP";
}
#breadcrumbs_area .breadcrumbs {
	padding: 0 30px;
	font-size: .7em;
}
#breadcrumbs_area .breadcrumbs a.home {
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#breadcrumbs_area .breadcrumbs {
		padding: 0;
	}
}


/****************************************
 * p-products.php
*****************************************/

#products {
	overflow: hidden;
	background: #fefae8;
}
#products .products_box_top {
	display: flex;
	flex-wrap: wrap;
}
#products .products_box_bottom {
	overflow: hidden;
	margin-top: 60px;
}
#products .products_box_top .items {
	overflow: hidden;
	width: 500px;
	margin: 30px 30px 0;
}
#products .products_box_bottom .items {
	overflow: hidden;
	width: 500px;
	margin: 30px 30px 0;
	float: right;
}
#products .items img {
	border-radius: 12px;
}
#products .items_text {
	margin: 30px 30px 0;
}

@media screen and (max-width: 1260px) {
	#products .products_box_top .items,
	#products .products_box_bottom .items {
		width: calc(100%/2 - 60px);
	}
}
@media screen and (max-width: 568px) {
	#products .products_box_bottom {
		margin-top: 0;
	}
	#products .products_box_top .items,
	#products .products_box_bottom .items {
		float: none;
		width: 90%;
		margin: 30px auto 0;
	}
	#products .products_box_top .items,
	#products .products_box_bottom .items {
		float: none;
		width: 90%;
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 430px) {
	#products .items .button_box {
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
	
}


/****************************************
 * p-contact.php
*****************************************/

.p-contact {
	padding: 0;
	background: #FFF;
}
.p-contact .p-contact_box {
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {
	.p-contact-bg {
		background: url(images/p-contact/p-contact_bg_tb.jpg) no-repeat;
		background-position: center;
		background-size: cover;
	}
	.p-contact .box:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -60px;
		right: 0;
		left: 0;
		margin: auto;
		background: url(images/p-contact/title.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
	}
	.p-contact img.operator {
		width: 23%;
	}
	.p-contact img.title {
		width: 95%;
	}
	.p-contact .box dl {
		margin: 0 0 0 110px;
	}
}
@media screen and (max-width: 480px) {
	.p-contact .box {
		padding: 10px 10px 50px 10px;
		margin-top: 40px;
	}
	.p-contact .box:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -50px;
		right: 0;
		left: 0;
		margin: auto;
		background: url(images/p-contact/title_sp.png) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 63px;
	}
	.p-contact .box .tel-box-sp {
		display: block;
		text-align: center;
		margin: 10px 0;
		font-weight: bold;
		color: #FFB000;
		font-size: 1.4em;
		line-height: 1.5;
	}
	.p-contact .box .tel-box-sp span {
		display: block;
		font-size: .8em;
	}
	.p-contact .box .contact-btn {
		left: 0;
		right: 0;
		margin: auto;
		width: 13em;
		bottom: 10px;
	}
	.p-contact img.operator {
		width: 30%;
	}
}
@media screen and (max-width: 420px) {
	.p-contact {
		height: 300px;
	}
}
@media screen and (max-width: 380px) {
	.p-contact {
		height: 310px;
		right: 0;
		left: 0;
		margin: -140px auto;
	}
	.p-contact img.operator {
		display: none;
	}
	.p-contact .box {
		width: 90%;
		margin: 40px auto 0;
	}
	.p-contact .box:before {
		top: -50px;
		height: 45px;
}
	.p-contact .box dl {
		margin: 0 auto;
		width: 80%;
	}
	.p-contact .box .contact-btn {
		float: none;
		width: 12em;
		margin: 0 auto;
	}
	.p-contact .box .number {
		text-align: center;
		margin: -25px 0 0 0;
	}
}
@media screen and (max-width: 320px) {
	.p-contact {
		height: 285px;
	}
	.p-contact .box dl {
		width: 100%;
		margin: 5px 5px;
	}
}

/****************************************
 * p-backbutton.php
*****************************************/

#p-backbutton {
	padding: 5px 0;
	text-align: right;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	background: #FFF;
}
#p-backbutton a.backbutton {
	font-size: .8em;
	font-family: 'Noto Sans JP';
	font-weight: 400;
}

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

/****************************************
 * トップイメージ・タイトルイメージ
*****************************************/

#topimage,
#title_topimage {
	text-align: center;
	padding: 0;
	position: relative;
}
#topimage img.header_bottom,
#title_topimage img.header_bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#topimage img.topimage_pc,
#title_topimage img.topimage_pc {
	display: block;
	margin: 0 auto;
	border-radius: 0 0 12px 12px;
}
#topimage img.topimage_sp,
#title_topimage img.topimage_sp {
	display: none;
}

@media screen and (max-width: 568px) {
	#topimage img.topimage_pc,
	#title_topimage img.topimage_pc {
		display: none;
	}
	#topimage img.topimage_sp,
	#title_topimage img.topimage_sp {
		display: block;
	}
}

/****************************************
 * トップページ
*****************************************/

/* ごあいさつ */
.greeting {
	background: #FFF;
	margin-top: -60px;
	padding: 150px 0 120px;
}
.greeting .greeting_box {
	overflow: hidden;
}
.greeting img {
	border-radius: 12px;
}
.greeting .greeting_text {
	float: right;
	width: 47%;
}

/* 吉岡ゴム印店のはんこ */
.products {
	overflow: hidden;
	background: #fefae8;
}
	
/* こだわり */
.quality {
	background: url(images/common/bg.png) repeat;
}
.quality ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -45px;
}
.quality ul li {
	width: calc(100%/2 - 30px);
	text-align: center;
	margin-top: 45px;
}
.quality ul li:nth-child(odd) {
	margin-right: 30px;
}
.quality ul li:nth-child(even) {
	margin-left: 30px;
}
.quality ul li img {
	border-radius: 12px;
}
.quality .quality_text {
	text-align: left;
	margin: 30px 30px 0;
}

/* おまかせ */
.works {
	background: url(images/common/bg.png) repeat;
	position: relative;
}
.works .works_box {
	background: #FFF;
	padding: 60px;
	margin-top: -5px;
	border-radius: 12px;
}
.works .works_box dl {
	display: table;
	padding: 12px 30px;
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #ededed;
}
.works .works_box dt {
	display: table-cell;
	width: 240px;
}
.works .works_box dt span {
	font-size: .8em;
	margin-left: 3px;
}
.works .works_box dd {
	display: table-cell;
}
.works .works_text {
	margin-top: 30px;
	text-align: center;
}
.works .works_images {
	margin: 30px 0 0;
}
.works .works_images ul {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works .works_images ul li {
	width: calc(100%/4 - 15px);
	text-align: center;
}

/* ご注文の流れ */
.flow {
	overflow: hidden;
	background: #fefae8;
}
.flow .flow_box {
}
.flow .flow_box ul {
	
}
.flow .flow_box ul li {
	width: 100%;
	margin-top: 30px;
}
.flow .flow_item {
	overflow: hidden;
	background: #FFF;
	border-radius: 12px;
	padding: 60px;
}
.flow .flow_item .flow_title_box {
	float: left;
	width: 32%;
}
.flow .flow_item .flow_inbox {
	border-left: solid 1px #f29603;
	float: left;
	padding-left: 45px;
	width: 68%;
}
.flow .flow_item .flow_inbox .supplement {
	background: #fefae8;
	padding: 20px;
	font-size: .8em;
	border-radius: 12px;
}
.flow .flow_item .flow_inbox dl {
	width: 100%;
	display: table;
	background: #fefae8;
	padding: 15px 0;
	font-size: .8em;
	border-radius: 12px;
}
.flow .flow_item .flow_inbox dt {
	display: table-cell;
	width: 170px;
	text-align: center;
}
.flow .flow_item .flow_inbox dd {
	display: table-cell;
}

/*よくある質問*/

.faq {
	background: #FFF;
}
.faq .faq_box {
	text-align: center;
}
.faq .set {
	position: relative;
	margin-top: 30px;
}
.faq .set label.set-q {
	display: block;
	text-align: left;
	width: 100%;
	background: #fefae8;
	border-bottom: 1px solid #f29603;
	color: #333;
	margin: 0;
	padding: 15px 60px 15px 30px;
	cursor: pointer;
}
.faq .set .set-a {
	position: relative;
	overflow: hidden;
	text-align: left;
	height: 0;
	padding: 0 30px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	opacity: 0;
}
.faq .set input[type=checkbox]:checked ~ .set-a {
	height: auto;
	padding: 20px 30px;
	opacity: 1;
}
.faq .set .set-plus {
	color: #f29603;
	font-size: 1.6em;
	line-height: 100%;
	position: absolute;
	right: 30px;
	top: 14px;
}
.faq .set input[type=checkbox] {
  display: none;
}

/* 思い */
.hope {
	background: url(images/front-page/hope_bg.png) repeat;
	background-size: 400px;
}
.hope .hope_box {
	background: #FFF;
	text-align: center;
	padding: 90px;
	border-radius: 12px;
}
.hope .hope_store {
	overflow: hidden;
	margin-top: 60px;
	padding: 30px;
	border-radius: 12px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(254, 250, 232, 1) 6px, rgba(254, 250, 232, 1) 12px );
}
.hope .hope_store img.hope_store_image {
	float: left;
	border-radius: 12px;
}
.hope .hope_store .hope_store_text {
	padding-left: 380px;
	padding-top: 15px;
	text-align: left;
}
.hope .hope_store .hope_store_text .button_box {
	margin-top: 15px;
	padding-left: 15px;
	text-align: left;
}

/* お知らせ */
.news {
	background: #fefae8;
}
.news .news_box {
	overflow: hidden;
}
.news .title {
	float: left;
	width: 160px;
}
.news ul.news_list {
	border-left: solid 1px #f29603;
	float: left;
	padding-left: 45px;
	max-width: 820px;
	margin-top: -30px;
}
.news ul.news_list li {
	margin-top: 30px;
	border: none;
	padding: 0;
}
.news ul.news_list li:first-child {
	border: none;
}
.news ul.news_list li span.date {
	display: inline-block;
	margin-right: 45px;
}

@media screen and (max-width: 960px) {
	.hope .hope_box {
		padding: 60px 30px;
	}
}
@media screen and (max-width: 768px) {
	.greeting img {
		width: 320px;
	}
	.greeting .greeting_text {
		width: 50%;
	}
	.works .works_box {
		padding: 45px 30px;
	}
	.works .works_box dl {
		width: 100%;
	}
	.works .works_box dt {
		width: 220px;
	}
	.works .works_images ul {
		width: 100%;
	}
	.hope .hope_store img.hope_store_image {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.hope .hope_store .hope_store_text {
		padding: 30px 0;
		text-align: center;
	}
	.hope .hope_store .hope_store_text .button_box {
		text-align: center;
	}
	.news .title {
		float: none;
		width: 100%;
		position: relative;
	}
	.news .title .link {
		position: absolute;
		top: 0;
		right: 0;
	}
	.news ul.news_list {
		margin-top: 15px;
	}
}
@media screen and (max-width: 568px) {
	.greeting {
		padding: 120px 0 60px;
	}
	.greeting img {
		width: 100%;
	}
	.greeting .greeting_text {
		width: 100%;
		margin-top: 30px;
	}
	.items_text {
		margin: 30px 30px 0;
	}
	.quality ul {
		margin-top: -15px;
	}
	.quality ul li {
		width: 100%;
		margin: 45px 0 0 0 !important;
	}
	.works {
		padding: 90px 0 60px;
	}
	.works .works_box dl {
		display: block;
		width: 100%;
	}
	.works .works_box dt {
		display: block;
		width: 100%;
		font-weight: bold;
	}
	.works .works_box dd {
		display: block;
		width: 100%;
	}
	.works .works_images ul {
		width: 100%;
		margin-top: -15px;
	}
	.works .works_images ul li {
		width: calc(100%/2 - 15px);
		margin-top: 15px;
	}
	.flow .flow_item {
		padding: 45px;
	}
	.flow .flow_item .flow_title_box {
		float: none;
		width: 100%;
	}
	.flow_title span {
		vertical-align: middle;
		display: inline-block;
		font-size: .8em;
		margin-left: 15px;
	}
	.flow .flow_item .flow_inbox {
		float: none;
		width: 100%;
		margin-top: 20px;
		padding-left: 30px;
	}
	.hope .hope_box {
		text-align: left;
	}
	.hope .hope_store {
		margin-top: 45px;
	}
	.news ul.news_list {
		padding-left: 30px;
	}
	.news ul.news_list li {
		margin-top: 20px;
	}
	.news ul.news_list li:first-child {
		margin-top: 0;
	}
	.news ul.news_list li span.date {
		display: block;
		margin: 0 0 5px;
	}
}
@media screen and (max-width: 480px) {
	.greeting {
		padding: 105px 0 60px;
	}
	.works .works_box {
		padding: 30px;
	}
	.flow .flow_item {
		padding: 30px;
	}
	.hope .hope_box {
		padding: 30px;
	}
	.hope .hope_store {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.greeting {
		padding: 105px 0 45px;
	}
	.items_text {
		margin: 15px 15px ;
	}
	.quality ul li {
		margin: 30px 0 0 0 !important;
	}
	.works .works_box {
		padding: 20px;
	}
	.works .works_box dl {
		padding: 8px;
	}
	.flow .flow_item .flow_inbox {
		padding-left: 0;
		border-left: none;
	}
	.flow .flow_item .flow_inbox .supplement {
		font-size: .9em;
		padding: 15px;
	}
	.faq .faq_box {
		text-align: left;
	}
}
@media screen and (max-width: 320px) {
	.items_text {
		margin: 15px 0;
	}
	.quality .quality_text {
		margin: 20px 0 0;
	}
}

/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-group {
	margin-top: 60px;
}

@media screen and (max-width: 559px) {
	.wp-block-group {
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	.wp-block-group {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	.wp-block-media-text__content {
		margin-top: 20px;
	}
}

/****************************************
 * 共通
*****************************************/

.button_box {
	text-align: center;
	margin-top: 45px;
}
.marker {
	font-size: 1em !important;
	background: linear-gradient(transparent 60%, rgb(252,237,169,.4) 0%);
}


/* 画像 */
figure {
	display: block;
	margin: 2em;
}
@media screen and (max-width: 768px) {
	figure {
		display: block;
		margin: 1em;
	}
}
@media screen and (max-width: 480px) {
	figure {
		display: block;
		margin: 1em;
	}
}

.link-box {
	clear: both;
	overflow: hidden;
	text-align: center;
}
.link-box ul {
	width: 100%;
	letter-spacing: -.4em;
}
.link-box ul li {
	display: inline-block;
    width: 20%;
	letter-spacing: normal;
}
.link-box ul li a {
    float: none !important;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.green {
	color: green;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
.blue {
	color: blue;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.mg10 {
	margin-bottom: 10px;
}
.mg20 {
	margin-bottom: 20px;
}

/* 別ウィンドウリンク */
a.tab {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	text-decoration: underline;
	line-height: 1;
}
a.tab:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 3px;
	background: url(images/common/icon-mini_tab.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 18px;
	height: 18px;
}
@media screen and (max-width: 430px) {
	 a.window:after {
		font-size: .6em;
	}
}

/****************************************
 * 固定ページ
 * 取扱商品
*****************************************/

#page #products {
	background: #FFF;
}
#products_child {
	background: #FFF;
	margin-bottom: -90px;
}
#products_child h2 {
	position: relative;
	color: #917D5E;
	text-align: left;
	font-size: 1em;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
#products_child h2:before,
#products_child h2:after {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #999;
	top: 28%;
	left: 3px;
	transform: rotate(45deg);
}
#products_child h2:after {
	top: 28%;
	left: 9px;
	height: 14px;
	width: 14px;
	transform: rotate(45deg);
	border: none;
	background: rgba(244,210,159,.3);
}
#products_child .products_box_top {
	margin-top: -30px;
}

#products_child .products_box {
	overflow: hidden;
	width: 1000px;
}
#products_child .featured_image {
	overflow: hidden;
	float: left;
	width: 400px;
	border-radius: 12px;
}
#products_child .description {
	float: left;
	width: 600px;
	padding-left: 60px;
}
#products_child .description ul {
	list-style: inside;
	margin: 45px 0 0 0;
	padding: 0;
}
#products_child .description ul li {
	line-height: 1.3;
	margin-top: 15px;
	text-indent: -27px;
	padding-left: 30px;
}

#products_child .products_images {
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-around;
	align-content: space-around;
	flex-wrap: nowrap;
}
#products_child .products_images img {
	width: 420px;
	border-radius: 12px;
}

#products_child .products_lineup {
	margin-top: 90px;
	padding: 60px 0;
	background: url(images/products/products_lineup_bg.png) repeat;
}
#products_child .products_lineup_box {
	width: 1000px;
	margin: 0 auto;
}
#products_child .products_lineup_box ul {
	text-align: center;
}
#products_child .products_lineup_box ul li {
	display: inline-block;
	width: calc(100%/4 - 5px);
}
#products_child .products_lineup_box ul li img {
	filter: grayscale(100%);
	transition-duration: .3s;
	border-radius: 12px;
}
#products_child .products_lineup_box ul li img:hover {
	filter: grayscale(0);
	transition-duration: .3s;
	opacity: 1;
}
#products_child .products_lineup_box ul li span {
	display: block;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 1200px) {
	#products_child .products_box,
	#products_child .products_lineup_box {
		width: 94%;
	}
	#products_child .description {
		width: 560px;
	}
	#products_child .products_images img {
		width: 370px;
	}
}
@media screen and (max-width: 1024px) {
	#products_child .products_images img {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	#products_child .products_box,
	#products_child .products_lineup_box {
		width: 90%;
	}
	#products_child .featured_image {
		float: none;
		width: 100%;
	}
	#products_child .description {
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	#products_child .products_images {
		display: block;
		margin-top: 30px;
	}
	#products_child .products_images img {
		width: calc(50% - 20px);
		margin-top: 30px;
	}
	#products_child .products_images img:first-child {
		margin-right: 30px;
	}
}
@media screen and (max-width: 568px) {
	#products_child {
		margin-bottom: -45px;
	}
	#products_child .products_lineup {
		margin-top: 45px;
		padding: 45px 0;
	}
	#products_child .products_lineup_box ul li {
		width: calc(100%/2 - 5px);
	}
	#products_child .products_lineup_box ul li:nth-child(odd) {
		padding-right: 10px;
	}
	#products_child .products_lineup_box ul li:nth-child(even) {
		padding-left: 10px;
	}
}
@media screen and (max-width: 430px) {
	#products_child .products_images img {
		width: 100%;
	}
	#products_child .products_images img:first-child {
		margin-right: 0;
	}
	
}

/****************************************
 * 固定ページ
 * 地図・アクセス
*****************************************/

#access .place_box {
	padding: 0 60px 60px;
}
#access .address {
	padding: 30px;
	text-align: center;
	background: #fefae8 url(images/page/mapping.png) no-repeat;
	background-size: 200px;
	background-position: left 160px center;
	font-size: 1.3em;
	border-radius: 12px;
}
#access .address span {
	display: block;
	font-size: .8em;
}
#access .address a.tomap {
	font-size: .8em;
}
#access .route_car,
#access .route_train {
	margin-top: 60px;
}
#access .route_train img {
	border-radius: 12px;
}
#access .route_train dl {
	display: table;
	margin-top: 60px;
}
#access .route_train dt {
	display: table-cell;
	width: 480px;
}
#access .route_train dd {
	display: table-cell;
	padding: 60px 0 0 60px;
	vertical-align: top;
}
#access #map {
	line-height: 0;
	margin-top: 60px;
	margin-bottom: -90px; /* articleの調整分*/
	height: 0;
	overflow: hidden;
	padding-bottom: 38.25%;
	position: relative;
}
#access #map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 960px) {
	#access .route_train dt {
		width: 380px;
	}
}
@media screen and (max-width: 768px) {
	#access .place_box {
		padding: 0 45px 60px;
	}
	#access .address {
		background-position: left 30px center;
	}
	#access .route_train dt {
		width: 320px;
	}
	#access .route_train dd {
		padding: 45px 0 0 45px;
	}
}
@media screen and (max-width: 568px) {
	#access .place_box {
		padding: 0 30px 60px;
	}
	#access .address {
		background-position: left 0 center;
	}
	#access .route_car,
	#access .route_train {
		margin-top: 45px;
	}
	#access .route_train dl,
	#access .route_train dt,
	#access .route_train dd {
		display: block;
		width: 100%;
	}
	#access .route_train dl {
		margin-top: 45px;
	}
	#access .route_train dd {
		padding: 30px 30px 0;
	}
	#access .map {
		margin-top: 30px;
		padding-bottom: 64%;
	}
}
@media screen and (max-width: 480px) {
	#access .place_box {
		padding: 0 0 30px;
	}
	#access .route_car,
	#access .route_train {
		margin-top: 30px;
	}
	#access .route_train dl {
		margin-top: 30px;
	}
	#access #map {
		margin-bottom: -60px;
	}
}
@media screen and (max-width: 430px) {
	#access .address {
		padding: 20px;
		font-size: 1.1em;
	}
	#access .route_train dl {
		margin-top: 20px;
	}
	#access .route_train dd {
		padding: 15px 15px;
	}
	#access #map {
		padding-bottom: 90%;
	}
}
@media screen and (max-width: 320px) {
	#access .address {
		padding: 15px;
		font-size: 1em;
	}
}

/****************************************
 * 固定ページ
 * 店舗情報
*****************************************/

#store .store_box {
	padding: 0 60px 60px;
	background: #FFF;
	border-radius: 12px;
}
#store .store_box table.store_table {
	width: 100%;
	border-collapse:collapse
}
#store .store_box table.store_table tr {
	border-bottom: 1px solid #fefae8;
}
#store .store_box table.store_table th {
	width: 240px;
	padding: 30px;
}
#store .store_box table.store_table td {
	padding: 30px;
}
#store .store_box table.store_table td span {
	margin-right: 15px;
}
#store .store_box .ivory {
	overflow: hidden;
	margin-top: 90px;
	color: #1E1609;
	font-size: .8em;
}
#store .store_box table.ivory_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#store .store_box table.ivory_table,
#store .store_box table.ivory_table th,
#store .store_box table.ivory_table td {
	border-collapse: collapse;
	border:1px solid #ededed;
}
#store .store_box table.ivory_table th {
	width: 480px;
	padding: 5px;
}
#store .store_box table.ivory_table td {
	padding: 5px;
}

@media screen and (max-width: 768px) {
	#store .store_box {
		padding: 0 45px 60px;
	}
	#store .store_box table.ivory_table th {
		width: 230px;
	}
}
@media screen and (max-width: 568px) {
	#store .store_box {
		padding: 0 30px;
	}
	#store .store_box table.store_table th {
		display: block;
		width: 100%;
		padding: 15px 0 0 30px;
		text-align: left;
	}
	#store .store_box table.store_table td {
		display: block;
		width: 100%;
		padding: 8px 0 15px;
	}
	#store .store_box .ivory {
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	#store .store_box {
		padding: 0 0 30px;
	}
	#store .store_box .ivory {
		margin-top: 30px;
	}
	#store .store_box table.ivory_table th {
		width: 200px;
	}
}
@media screen and (max-width: 430px) {
	#store .store_box table.ivory_table tbody,
	#store .store_box table.ivory_table th,
	#store .store_box table.ivory_table td {
		display: block;
		width: 100%;
	}
	#store .store_box table.ivory_table th {
		padding: 5px 5px 5px 30px;
		text-align: left;
	}
}

/****************************************
 * 固定ページ
 * お問い合わせ
*****************************************/

#contact .contact_box {
	padding: 60px;
	border-radius: 12px;
	background: url(images/common/bg.png) repeat;
}
#contact .contact_text {
	border-radius: 12px;
}
#contact .contact_text .number {
	text-align: center;
	margin-bottom: 30px;
}
#contact .contact_text .number img.phone {
	margin-right: 30px;
}
#contact .contact_form {
	margin-top: 60px;
	background: #FFF;
	border-radius: 12px;
	padding-bottom: 60px;
}

/* フォーム */
#contact table.form {
	width: 100%;
}
#contact table.form tr {
	width: 100%;
	padding: 30px 60px;
	display: table;
	border-bottom: 1px solid #ededed;
}
#contact table.form th,
#contact table.form td {
	display: table-cell;
	text-align: left;
}
#contact table.form th {
	width: 280px;
	font-weight: normal;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}
#contact table.form th.hissu {
	position: relative;
}
#contact table.form th span {
	font-size: .8em;
    display: block;
    color: #f29603;
    line-height: 1;
    padding-left: 20px;
    position: relative;
}
#contact table.form th span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(242, 150, 3, 1) 2px, rgba(242, 150, 3, 1) 4px );
	width: 13px;
	height: 14px;
}
#contact table.form td {
	font-family: 'Noto Sans JP';
}
#contact table.form td.hissu {
}
#contact table.form td p.memo {
	font-size: .8em;
}
#contact input.name,
#contact input.company,
#contact input.mail,
#contact input.mail-check,
#contact input.tel {
	width: 70%;
}
#contact input.contact {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
#contact textarea.consultation {
	width: 100%;
	height: 200px;
}
#contact .send_check {
	text-align: center;
}


@media screen and (max-width: 768px) {
	#contact .contact_box {
		padding: 45px;
	}
	#contact table.form tr {
		padding: 30px;
	}
	#contact table.form th {
		width: 240px;
	}
	#contact input.name,
	#contact input.company,
	#contact input.mail,
	#contact input.mail-check,
	#contact input.tel {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	#contact .contact_text .number img.phone {
		margin: 0 0 8px;
	}
	#contact .contact_form {
		margin-top: 45px;
		padding-bottom: 45px;
	}
	#contact table.form tr,
	#contact table.form th,
	#contact table.form td {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#contact .contact_box {
		padding: 30px;
	}
	#contact .contact_form {
		margin-top: 30px;
		padding-bottom: 30px;
	}
	#contact table.form tr {
		padding: 15px 0;
	}
	#contact table.form th {
		padding-bottom: 15px;
	}
	#contact table.form td {
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	#contact .contact_text .number img.phone {
		margin: 0 0 12px;
	}
	#contact .contact_box {
		padding: 20px;
	}
	#contact .contact_form {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	#contact .contact_form {
		margin-top: 20px;
	}
}

/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: 10px;
	max-width: 100%;
	outline: none;
	color: #000;
	vertical-align: bottom;
	transition: 0.3s;
	letter-spacing: 1px;
	border: none;
	border: 1px solid #ededed;
	background: #fefae8;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #fefae8 !important;
	border: 1px solid #f29603;
	outline: none;
	transition: all .3s;
}

select {
	position: relative;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background: #fff url(images/contact/select_arrow.jpg) no-repeat;
	background-position: right 2% center;
	background-size: 20px, 100%;
	font-size: 1em;
	border-radius: 0;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-size: 1em;
	width: 260px;
	height: 50px;
	line-height: 50px;
	margin: 0 10px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: 0;
	overflow: hidden;
	color: #fff;
	background: #f29603;
	border-radius: 4px;
	box-shadow: 0 0 0 5px #f29603;
	border: 1px dashed #fff;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	opacity: .7;
	color: #FFF;
}

@media screen and (max-width: 430px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 240px;
		height: 45px;
		line-height: 45px;
	}
}

/****************************************
 * 固定ページ
 * プライバシーポリシー
*****************************************/

#privacy-policy ul {
	list-style: inside;
	margin-bottom: 30px;
	margin-left: .6em;
	color: #1a1a1a;
}
#privacy-policy ul li {
	padding-left: 1em;
	text-indent: -1.4em;
	margin-bottom: 10px;
}

/****************************************
 * 固定ページ
 * サイトマップ
*****************************************/

#sitemap .sitemap_box {
	padding: 0 60px 60px;
}
#sitemap .sitemap_box a {
	display: block;
	padding: 15px 30px 15px 60px;
	position: relative;
}
#sitemap .sitemap_box a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 46%;
	left: 30px;
	background: #917d5e;
	width: 12px;
	height: 5px;
	border-radius: 15px;
}
#sitemap .sitemap_box ul {
	
}
#sitemap .sitemap_box ul li {
	border-bottom: 1px dotted;
}
#sitemap .sitemap_box ul.children li:first-child {
	border-top: 1px dotted;
}
#sitemap .sitemap_box ul.children li:last-child {
	border-bottom: none !important;
}
#sitemap .sitemap_pages {
	
}

@media screen and (max-width: 568px) {
	#sitemap .sitemap_box {
		padding: 0 0 45px;
	}
}
@media screen and (max-width: 480px) {
	#sitemap .sitemap_box {
		padding: 0 0 30px;
	}
}

/****************************************
 * 投稿
*****************************************/

#home_archive {
	
}
#home_archive .home_archive_box {
	background: #FFF;
	padding: 60px;
	border-radius: 12px;
}


/****************************************
 * home.php
*****************************************/

.home_box {
	padding: 0 60px;
}
ul.news_list {
	
}
ul.news_list li {
	padding: 30px;
	border-bottom: 1px solid #f29603;
}
ul.news_list li:first-child {
	border-top: 1px solid #f29603;
}
ul.news_list li a {
	padding: 30px;
}
ul.news_list li span.date {
	display: inline-block;
}
ul.news_list li span.new {
	display: inline-block;
	background: #f29603;
	color: #FFF;
	padding: 4px 6px;
	margin-left: 12px;
	border-radius: 3px;
	font-size: .8em;
	font-family: 'Noto Sans JP';
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.home_box {
		padding: 0 45px;
	}
}
@media screen and (max-width: 568px) {
	.home_box {
		padding: 0 30px;
	}
	ul.news_list li span.date {
		font-size: .8em;
	}
	ul.news_list li a {
		display: block;
		padding: 0;
		margin-top: 12px;
	}
}
@media screen and (max-width: 480px) {
	.home_box {
		padding: 0;
	}
	ul.news_list li {
		padding: 15px;
	}
}

/****************************************
 * single.php
*****************************************/

.single_box {
	padding: 0 60px;
}
.single_box .meta {
	overflow: hidden;
	font-size: .9em;
	border-top: 1px solid;
	padding: 30px 30px 0 30px;
	margin-top: 60px;
}
.single_box .meta .author {
	float: left;
	font-family: 'Noto Sans JP';
	font-weight: 400;
}
.single_box .meta .posts_nav {
	float: right;
}


/*関連記事*/
.related {
	margin-top: 60px;
	margin-bottom: -90px; /* article の調整分 */
	padding: 60px 0;
	background: #fefae8;
}
.related .related_box {
	padding: 0 60px 60px;
}

@media screen and (max-width: 768px) {
	.single_box {
		padding: 0 45px 60px;
	}
}
@media screen and (max-width: 568px) {
	.single_box {
		padding: 0 30px 60px;
	}
	.single_box .meta {
		padding: 30px 0 0 0;
		margin-top: 45px;
	}
	.related {
		margin: 45px 0 -45px 0; 
		padding: 60px 0 0;
	}
	.related .related_box {
		padding: 0 30px 45px;
	}
}
@media screen and (max-width: 480px) {
	.single_box {
		padding: 0 0 30px;
	}
	.single_box .meta {
		margin-top: 30px;
	}
	.related {
		margin: 30px 0 -30px 0;
		padding: 45px 0 0;
	}
	.related .related_box {
		padding: 0 0 30px;
	}
}
@media screen and (max-width: 430px) {
	.related {
		margin: 0 0 -30px 0;
	}
}

/****************************************
home.phpとsingle.phpとarchive.php(アーカイブ)共通
*****************************************/
#page #articles .summary,
#single #article-contents .summary,
#category #category-contents .summary {
	width: 100%;
	background: #FFFCF9;
	font-size: .9em;
	border-bottom: 1px solid #F98D00;
	margin-bottom: 50px;
}
#page #articles .summary .box,
#single #article-contents .summary .box,
#category #category-contents .summary .box {
	position: relative;
	background: url(images/articles/summary_bg.jpg) no-repeat;
	background-size: 140px;
	background-position: left 12px top 20px;
	padding: 40px 30px 30px 170px;
	margin-top: -40px;
}
#page #articles .summary img,
#single #article-contents .summary img,
#category #category-contents .summary img{
	position: absolute;
	right: 20px;
	top: -28px;
	z-index: 333;
}
#category #category-contents .preface {
	margin-bottom: 30px;
}
#category #category-contents .preface h3 {
	font-size: 1em;
	background: #FFB000;
	color: #FFF;
    display: inline-block;
    margin: 0 0 10px;
	padding: 3px 10px;
}
#category #category-contents .content dl {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 15px;
}
#category #category-contents .content dt {
	width: 100%;
	font-weight: 400;
}
#category #category-contents .content dt span.new {
	background: #FFB000;
	color: #FFF;
	font-size: .8em;
}
#category #category-contents .content dd {
	position: relative;
}
a.more {
	position: absolute;
	right: 0;
	bottom: 0;
}
a.more:after {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#page #articles .summary .box,
	#single #article-contents .summary .box,
	#category #category-contents .summary .box {
		background-position: left 12px top 30px;
		padding: 50px 30px 30px 170px;
	}
	#category #category-contents .content dd {
		margin: 0;
	}
}
@media screen and (max-width: 480px) {
	#page #articles .summary,
	#single #article-contents .summary,
	#category #category-contents .summary {
		margin-bottom: 30px;
	}
	#page #articles .summary .box,
	#single #article-contents .summary .box,
	#category #category-contents .summary .box {
		background: none;
		padding: 15px 100px 10px 15px;
	}
	#page #articles .summary img,
	#single #article-contents .summary img,
	#category #category-contents .summary img{
		width: 110px;
		right: 0;
		top: -11px;
	}
	#category #category-contents .content dd {
		margin: 0;
	}
}


/****************************************
 * 404
 * error
*****************************************/

#error {
	text-align: center;
}

/****************************************
 * フッター
*****************************************/

footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	background: #fff6a3;
	padding: 60px 0 0;
}
footer a {
	color: #917d5e;
}
footer .totop img.icon {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
footer .footer_box {
	overflow: hidden;
	padding-bottom: 60px;
}
footer .footer_top {
	width: 100%;
}
footer .footer_top a.store_name {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 1.2em;
}
footer .footer_information {
	width: 100%;
	margin-top: 30px;
}
footer .footer_information img.phone {
	margin-right: 15px;
}
footer .footer_information p.hours {
	display: inline-block;
	margin-top: 8px;
	background: #f29603;
	color: #FFF;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	border-radius: 5px;
	padding: 1px 12px;
}
.nav_footer-nav {
	margin-top: 30px;
}
ul#menu-footer-nav {
	font-family: 'Noto Sans JP';
	font-weight: 400;
}
ul#menu-footer-nav li {
	display: inline-block;
	line-height: 1;
}
ul#menu-footer-nav li:before {
	content: "";
	display: inline-block;
	background: #917d5e;
	width: 1px;
	height: 15px;
}
ul#menu-footer-nav li:last-child:after {
	content: "";
	display: inline-block;
	background: #917d5e;
	width: 1px;
	height: 16px;
}
ul#menu-footer-nav a {
	padding: 0 15px;
}
.nav_footer-must {
	margin-top: 5px;
}
ul#menu-footer-must {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-size: .8em;
}
ul#menu-footer-must li {
	display: inline-block;
}
ul#menu-footer-must li:first-child {
	margin-right: 15px;
}

#copyright {
	background: #FFF;
	padding: 30px 0;
	text-align: left;
	font-size: .8em;
}
#copyright a {
	display: inline;
	color: #1a1a1a;
}

@media screen and (max-width: 568px) {
	footer {
		padding: 45px 0 0;
	}
	footer .totop img.icon {
		width: 60px;
		height: 60px;
	}
	footer .footer_box {
		padding-bottom: 45px;
	}
	footer .footer_information img.phone {
		margin: 0 0 12px 0;
	}
	footer .footer_information p.hours {
		margin-top: 12px;
	}
}
@media screen and (max-width: 480px) {
	footer .totop img.icon {
		bottom: 20px;
		right: 20px;
	}
	footer {
		padding: 30px 0 0;
	}
	footer .footer_box {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 430px) {
	footer .footer_information p.hours {
		font-size: .8em;
	}
	.nav_footer-nav {
		display: none;
	}
	ul#menu-footer-must {
		margin-top: 30px;
	}
}
@media screen and (max-width: 380px) {
	footer .footer_information p.hours {
		font-size: .7em;
	}
}
@media screen and (max-width: 320px) {
	footer .totop img.icon {
		bottom: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
	}
	footer .footer_information p.hours {
		font-size: .63em;
	}
}

/****************************************
プラグイン
*****************************************/
/* MW WP Form */
.mw_wp_form .error {
	text-align: left !important;
	font-weight: bold !important;
	font-size: 1em !important;
	color: #f29603 !important;
	padding-left: 30px !important;
	line-height: 1 !important;
	margin-top: 15px !important;
	position: relative;
}
.mw_wp_form .error:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/common/icon-mini_bang.png) no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 22px;
}
.mwform-checkbox-field input,
.mwform-radio-field input {
	vertical-align: middle;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 559px) {
	.mw_wp_form .vertical-item {
		width: 100% !important;
	}
}

