/*
 Theme Name:	swd_1811-1
 Template:		wp-bootstrap-starter
*/

@media (min-width: 768px){
.navbar-header {
	float: none;
}
.navbar-nav {
	float: right;
}

.dropdown:hover > .dropdown-menu{
	display: block;
	height: auto;
}
}

body {
	/*font-family: 'Nunito Sans', "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'Source Sans Pro', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
color: #000;
background: #000;
font-weight: 400;
letter-spacing: 0.02em;
font-size: 14px;
line-height: 1.5;
	-webkit-font-smoothing: antialiased;
		text-align: justify;
}
.l_ja {
		font-feature-settings: "palt" !important;
		letter-spacing: 0.05em;
line-height: 2;

	font-variant-ligatures: no-common-ligatures;
	-moz-font-feature-settings: "liga" 0, "clig" 0;
	-webkit-font-feature-settings: "liga" 0, "clig" 0;
	font-feature-settings: "liga" 0, "clig" 0;
}
.l_ja #cont_wrap	p {
	font-family: 'Noto Serif JP', serif;
}
.l_ja #cont_wrap table p {
	font-family: 'Source Sans Pro', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


@media (max-width: 767px) {
body {
		font-size: 11px;
}
}


body.home {
	background: #000;
}

body {
		animation: fadeIn 2s ease 0s 1 normal;
		-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
		0% {opacity: 0}
		100% {opacity: 1}
}






.row {
/*		margin-right: -10px;
	margin-left: -10px;*/
}

/* no-gutters Class Rules */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.flex {
		display: flex;
		flex-wrap: wrap;
}

.row.flex:before {
	display: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
/*		padding-right: 10px;
	padding-left: 10px;*/
}

.container,
.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
}

@media screen and (min-width: 768px) {
.container-fluid {
	padding-right: 60px;
	padding-left: 60px;
		width: 100%;
}
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
		line-height: 1.5;
		letter-spacing: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-align: left;
}


.h1, h1 {
		font-size: 36px;
}
.h2, h2 {
	font-size: 36px;
}
.h3, h3 {
	font-size: 28px;
}
.h4, h4 {
		font-size: 22px;
margin: 0 0 15px;
	font-weight: 600;
}
.h5, h5 {
margin: 0 0 15px;
		color: #e81f19;
	font-weight: 600;
}
p {
	margin: 0 0 30px;
}


@media (max-width: 767px){
.h1, h1 {
		font-size: 28px;
}
.h2, h2 {
	font-size: 24px;
}
.h3, h3 {
	font-size: 20px;
}
.h4, h4 {
		font-size: 18px;
}
}

.home .h3, .home h3 {
	text-align: center;
}


a {
	color: #333;
	text-decoration: none;
	transition: .2s;
}
a:hover,
a:focus {
	color: #999;
	text-decoration: underline;
}

a,
a img,
label,
button,
input {
transition: .2s;
}
a:hover img,
label:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

p a {
	text-decoration: underline;
}

ol, ul {
		margin-top: 0;
		margin-bottom: 30px;
}


blockquote {
		padding: 30px 30px;
		margin: 0 0 30px;
		font-size: inherit;
		border: 3px solid #eee;
}
blockquote .table {
	margin-bottom: 0;
}

hr {
		margin-top: 60px;
		margin-bottom: 60px;
		border: 0;
		border-top: 1px solid #eee;
}



table .fas {
	margin-right: .3em;
}



.gallery {
		margin-bottom: 60px;
}

.gallery-item .gallery-icon {
}

.gallery-item a {
	display: block;
	position: relative;
	overflow: hidden;
		margin: 15px;
}
.gallery-item a:before {
		content: "\f00e";
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		font-size: 30px;
		transition: all 0.2s linear 0s;
		opacity: 0;
		z-index: 1;
}
.gallery-item a:hover:before {
		opacity: 1;
		color: #fff;
}


.gallery-item a img {
		width: 100%;
	transition: .6s;
}

.gallery-item a:hover img {
	transform: scale(1.1);
	transition: .2s;
}

@media (max-width: 767px) {
.gallery-item a {
		margin: 1px;
}
}





#content {
	background: #fff;
	padding-top: 120px;
	padding-bottom: 90px;
    /* overflow: hidden; */
}
.home #content {
	padding-top: 0px;
	padding-bottom: 90px;
}
.p_products #content {
    overflow: hidden;
}


header#masthead {
position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	/*background: rgba(255,255,255,0.9);*/
	border: none;
	box-shadow: none;
	padding: 0 15px;
}
/*
@media screen and (min-width: 768px) {
.home header#masthead {
	background: transparent;
}
}
*/
.l_ja header#masthead {
		letter-spacing: 0;
}

#cont_wrap {
		position: relative;
	margin-top: 60px;
	min-height: 500px;
	/*background: #fff;*/
}
/*.home #cont_wrap {
	margin-top: 0px;
	min-height: 0px;
}*/
@media (max-width: 767px){
header#masthead {
	padding: 0;
}
#content {
	padding-top: 60px;
}
#cont_wrap {
	margin-top: 50px;
}
.home #cont_wrap {
	/*margin-top: 50px;*/
}
.home #cont_wrap h1 {
		font-size: 24px;
}
.home #cont_wrap h3 {
	font-size: 18px;
}
}




.slider_wrap {
	overflow: hidden;
	background: rgba(0,0,0,0.2);

		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 90vh;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-shadow: 0px 0px 60px #000;
		pointer-events: none;
}
.slider_wrap img#home_head_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 222px;
	max-width: 40%;
	z-index: 500;
}

.slider_wrap .inner {
		padding: 3em 0 0px;
}
.slider_wrap h1 {
		font-size: 28px;
}
.slider_wrap h3 {
		font-size: 14px;
		text-align: left;
}
.l_ja .slider_wrap h3 {
		font-size: 16px;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

@media (max-width: 767px){
.slider_wrap {
	background: #fff;
		position: static;
		color: #000;
		text-shadow: none;
		height: auto !important;
}
.slider_wrap h1 {
		font-size: 24px;
		margin-bottom: 15px;
}
.slider_wrap h3 {
		font-size: 14px !important;
}
.l_en .slider_wrap h3 br {
	display: none;
}
}



.slider_wrap .arr {
		position: absolute;
		bottom: 30px;
		text-align: center;
		width: 40px;
		display: block;
		/* justify-content: center; */
		/* align-items: center; */
		/* cursor: pointer; */
		height: 40px;
		pointer-events: visible;
}
.slider_wrap .arr::before {
		display: block;
		content: "";
		width: 1px;
		height: 0px;
		background: #fff;
		transition: .2s;
		position: absolute;
		bottom: 5px;
		left: 19px;
}
.slider_wrap .arr::after {
		display: block;
		content: "";
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		transition: .2s;
		position: absolute;
		width: 15px;
		height: 15px;
		bottom: 9px;
		left: 12px;
}


.slider_wrap .arr:hover::before {
		height: 40px;
		bottom: 0;
}

.slider_wrap .arr:hover::after {
		bottom: 3px;
}






footer#colophon {
	background: #000;
	background: rgba(0,0,0,0.7);
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 120px 0;
	text-align: left;
}
.l_ja footer#colophon {
	line-height: 1.5;
}
/*
.home footer#colophon {
	bottom: 0;
	left: 0;
	width: 100%;
}*/
footer#colophon a {
	color: #fff;
}
footer#colophon ul {
	padding-left: 0px;
	margin-left: 0;
	list-style-type: none;
}
footer#colophon ul li {
	margin-bottom: 15px;
}
footer#colophon ul ul {
	padding-left: 1em;
}
footer#colophon ul ul li {
	margin-bottom: 0;
}
footer#colophon ul a {
	display: block;
}

footer#colophon .info_box {
	text-align: right;
}
footer#colophon .info_box h3 {
	text-align: right;
}
footer#colophon .info_box h4 {
		font-size: 14px;
		margin-bottom: 5px;
}


@media screen and (max-width: 768px) {
footer#colophon {
	font-size: 12px;
	padding: 60px 0;
}
footer#colophon .info_box,
footer#colophon .info_box h3 {
	text-align: center;
}
}





div#page-sub-header {
	color: #fff;
	text-shadow: none;
	background: #111;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	transition: opacity 1s;
	opacity: 1;
}
div#page-sub-header .inner {
	background: rgba(0,0,0,0.5);
		padding-top: 40vh;
		padding-bottom: 40vh;
}
div#page-sub-header h1 {
	color: #fff;
		font-size: 36px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	text-align: center;
}
div#page-sub-header p {
		padding-top: 20px;
	font-size: 16px;
		font-weight: 600;
}

/*.l_ja div#page-sub-header h1 {
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
}*/

@media screen and (min-width: 992px) {
div#page-sub-header p {
	max-width: 100%;
}
}
@media screen and (max-width: 768px) {
div#page-sub-header {
		background-attachment: scroll !important;
		background-position: center center !important;
}
div#page-sub-header h1 {
	font-size: 28px;
}
div#page-sub-header .inner {
	margin-bottom: 0;
		padding-top: 20vh;
		padding-bottom: 20vh;
	/*padding: 60px 0;*/
}
div#page-sub-header p {
		padding-top: 5px;
}
}







.mbt_sns {
	font-size: 18px;
}

.navbar-brand {
		padding: 10px 15px 15px;
		font-size: 18px;
		line-height: 1;
		letter-spacing: 0.1em;
		height: 60px;
}
.navbar-brand > a {
	color: #fff;
	font-weight: 300;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
	color: #fff;
}

#masthead .navbar-nav > li > a {
		color: #fff;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-top: 20px;
		/*text-transform: uppercase;*/
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background: #f5f5f5;
	background: rgba(0,0,0,0.05);
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
		color: #999 !important;
/*		background: #f5f5f5;
	background: rgba(0,0,0,0.05);*/
	background: transparent;
	/*text-decoration: underline;*/
}

/*
.home header#masthead.follow {
	background: transparent;
}
#masthead.follow .navbar-brand > a {
	color: #fff;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

#masthead.follow .navbar-toggle .icon-bar {
	background: #fff;
}
@media (min-width: 768px){
#masthead.follow .navbar-nav > li > a {
	color: #fff;
}
}
*/

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.15);
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
		color: #fff;
		background-color: #666;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222;
	outline: 0;
}

#secondary .nav>li>a {
	display: inline;
}


.navbar-nav {
	/*margin: 0 -15px;*/
}

@media (max-width: 767px) {
.navbar-brand {
	padding: 10px 15px 10px;
	height: 50px;
}

.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.navbar-offcanvas.navbar-offcanvas-right {
	right: -100%;
		padding-top: 15px;
}
.navbar-offcanvas {
	margin-top: 50px;
	box-shadow: none !important;
	max-width: 100%;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.dropdown-menu {
	text-align: center;
}
}
.navbar-default {
	background-color: #000;
}


@media screen and (max-width: 768px) {
.navbar-default {
	background-color: #111;
}
}


/*
@media (min-width: 768px) {
.navbar-toggle {
	display: block;
}
}


.navbar-offcanvas {
	position: fixed;
	width: 33.3%;
	max-width: 33.3%;
	left: -33.3%;
	top: 0;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 999;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	margin-top: 88px;
}
.navbar-offcanvas.navbar-offcanvas-right {
	left: auto;
	right: -33.3%;
	opacity: 0;
}
.navbar-offcanvas.in {
	box-shadow: none;
}
.navbar-offcanvas.offcanvas-transform.in {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 1;
}
.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 15px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: transparent;
	background-image: none;
	border-radius: 0px;
	border: none;
	margin-right: 0px;
}
.navbar-toggle .icon-bar {
	background: #000;
}
.navbar-toggle.is-open .icon-bar {
	opacity: 1;
}
.navbar-offcanvas .navbar-nav,
.navbar-offcanvas .navbar-nav>li {
	text-align: center;
float: none;
font-size: 18px;
}


*/

.navbar-toggle {
	border: none;
}

@media screen and (max-width: 768px) {
.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
}


.navbar-toggle .icon-bar {
	width: 30px;
	border-radius: 0;
	background: #fff none repeat scroll 0 0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}
.offcanvas-toggle.is-open .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	transform: rotate(45deg) translate(7px, 7px);
}
.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	transform: rotate(-45deg) translate(7px, -7px);
}


@media screen and (max-width: 767px) {
.navbar-offcanvas {
	width: 100%;
	max-width: 100%;
	left: -100%;
	margin-top: 50px;
}
.navbar-offcanvas.navbar-offcanvas-right {
	right: -100%;
}
.navbar-offcanvas .navbar-nav,
.navbar-offcanvas .navbar-nav>li {
font-size: 16px;
}
#masthead .navbar-nav > li > a {
	padding: 10px 15px;
}
}




.site-logo img {
		height: 35px;
}
@media (max-width: 767px) {
.site-logo img {
	height: 30px;
}
}

label {
	font-weight: 400;
}

.table {
	margin-bottom: 60px;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
}

@media (max-width: 767px) {
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	display: block;
}
.table>tbody>tr>th {
	background: #f5f5f5;
}
}

.wpcf7-form input[type=submit] {
	padding: 10px 60px;
		background: #fff;
		border: 2px solid #000;
	margin: 0 auto 30px;
	display: inherit;
	font-size: 16px;
	transition: .2s;
	border-radius: 2em;
	color: #333;
}
.wpcf7-form input[type=submit]:hover {
	background: #000;
	color: #fff;
}
.wpcf7-form input[type=submit][disabled],
.wpcf7-form input[type=submit][disabled]:hover {
		background: #fff;
	color: #ccc;
		border: 2px solid #ccc;
	cursor:not-allowed;
}

.thumb_list p {
	margin-bottom: 20px;
}



ul.category-posts-internal {
	padding-left: 0;
}
.cat-post-item {
	border-bottom: 1px solid #eee !important;
	margin: 0px 0 !important;
	padding: 15px 0 10px !important;
	line-height: 1.3;
}
.cat-post-thumbnail {
	margin: 0px 10px 5px 0 !important;
	float: left;
}
.cat-post-date {
	font-style: normal !important;
	text-align: right;
	margin-bottom: 0 !important;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.entry-meta {
	margin-bottom: 20px;
	opacity: 0.6;
}

.hentry {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
.page .hentry {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.hentry .entry-title {
	margin-bottom: 5px;
}

.l_ja .hentry .entry-title {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
		font-size: 28px;
		font-weight: bold;
}

.hentry .post-thumbnail {
	margin-bottom: 30px;
}
.entry-footer {
	border-top: 1px dotted #ccc;
	padding-top: 15px;
	margin-top: 15px;
}


@media (max-width: 767px){
.hentry .entry-title {
font-size: 20px;
}
.l_ja .hentry .entry-title {
font-size: 20px;
}
}





.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
}

.nav-previous,
.nav-next {
	width: 48% !important;
	text-align: left !important;
}
.nav-previous a,
.nav-next a {
	display: block;
	color: #666;
	border: 1px solid #666;
	padding: 15px;
	display: block;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 30px;
		border-radius: 2em;
		-moz-border-radius: 2em;
		-webkit-border-radius: 2em;
}
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: none;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}


.nav-next a:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
		content: "\f104";
		float: left;
		margin-right: 10px;
}
.nav-previous a:before{
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
		content: "\f105";
		float: right;
		margin-left: 10px;
}






/*wp-pagenavi */
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
color: #888;
background-color: #fff;
border: 1px solid #888;
padding: 8px 15px;
margin: 0 2px;
white-space: nowrap;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration: none;
}
.wp-pagenavi a:hover{
color: #FFF;
background-color: #000;
border-color: #000;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #888;
border-color: #888;
font-weight: bold;
}







.tos-wrapper .tos-caption {
	color: #fff;
	text-shadow: none;
}
.tos-wrapper.tos-fixed {
	/*background-color: rgba(255,255,255,.85);*/
	background-color: #000 !important;
		z-index: 20000;
}

.tos-close span:after, .tos-close span:before, .tos-next span, .tos-prev span {
	width: 20px;
	height: 20px;
}

.tos-close span:after, .tos-close span:before {
	width: 40%;
	height: 40%;
	margin-top: -8px;
}

.tos-close, .tos-next, .tos-prev {
	background: transparent;
	border-radius: 0px;
}
.tos-close span:before, .tos-prev span {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	left: 54%;
}
.tos-close span:after, .tos-next span {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 58%;
}

.tos-pagination a:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


.tos-close {
	top: 0;
}
.tos-close,
.tos-next{
	right: 0;
}
.tos-prev{
	left: 0;
}


.vegas-slide-inner {
	/*margin: 50px 0 0;*/
	/*background-size: auto 100%;*/
	background-size: cover;
}





.sec_title {
	text-align: center;
	margin-bottom: 90px;
	padding: 0 30px;
}
.ja_txt {
	font-size: 50%;
	display: block;
	font-weight: 400;
	padding-top: 2em;
}

.s_txt {
	font-size: 75% !important;
}


.red_txt {
	padding: 0 1em;
	font-size: 75%;
	color: #f00;
}
.grey_txt {
	padding: 0 1em;
	font-size: 75%;
	color: #999;
}


a.list_item {
display: block;
position: relative;
}
a.list_item:hover {
	text-decoration: none;
}

a.list_item img {
	margin-bottom: 15px;
}


a.list_item > span {
	display: block;
}
a.list_item .post_title {
font-size: 16px;
line-height: 1.3;
margin-bottom: 0.3em;
}
a.list_item .post_date {
font-size: 12px;
}






#map {
	width: 100%;
	height: 300px; }

@media (min-width: 992px) {
	.content-section {
	padding-top: 200px;
	padding-bottom: 200px; }
	#map {
	height: 400px; } }





.video_embed{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom: 60px;
}
.video_embed iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}












.fade-in {
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	opacity: 0;
	transform: translateY(50px);
}
.fade-in.fade-active {
	opacity: 1;
	transform: translateY(0px);
}




.subnav {
	text-align: right;
	/*font-size: 13px;*/
		padding: 10px;
	color: #fff;
		float: right;
}

.subnav a {
	color: #fff;
}
.subnav a:hover {
	text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
}

.subnav_lang {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	color: #888;
}
.subnav_lang a {
	color: #fff;
}
.subnav_lang a.link_ch {
		font-size: 12px;
}
.subnav_contact {
	display: inline-block;
	/*font-size: 16px;*/
	vertical-align: middle;
}
.subnav_contact a {
		background: #fff;
		color: #000;
		display: block;
		padding: 11px 10px;
		border-radius: 2em;
		-moz-border-radius: 2em;
		-webkit-border-radius: 2em;
		font-size: 12px;
		line-height: 1;
		border: 2px solid #fff;
}
.subnav_contact a:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5em;
}
.subnav_contact a:hover {
	background: #000;
		color: #fff;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
}





@media (max-width: 767px){
.subnav {
	text-align: center;
		float: none;
		font-size: 14px;
}
.subnav_lang {
		display: block;
		margin: 0 0 25px;
}
}




.master-slider-parent {
	overflow: hidden;
		max-height: 90vh;
}
.master-slider-parent img {
	max-width: none;
}




.item_box {
	margin-bottom: 30px;
	/*text-transform: uppercase;*/
	text-align: left;
}
.item_box a {
	display: block;
		position: relative;
}
.item_box a:hover {
text-decoration: none;
color: inherit;
}
.item_box .item_img > img {
	transition: .6s;
	width: 100%;
}

.item_box .item_img {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	background: #fff;
}
.item_box a:hover .item_img > img {
	transform: scale(1.1);
	transition: .2s;
}

.item_box .item_logo {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.item_box a .item_logo > img {
	transform: scale(1.1);
	opacity: 0;
}
.item_box a:hover .item_logo > img {
	transform: scale(1);
	opacity: 1;
	transition: .2s;
}


.item_box.cominsoon .item_img {
	background: transparent;
}
.item_box.cominsoon .item_img > img {
	opacity: 0.25;
}


.item_box .item_name {
	display: block;
	font-size: 18px;
}

.l_ja .item_box .item_name {
	font-weight: 600;
}

.item_box .item_name_sub {
		font-size: 12px;
		display: block;
		line-height: 1;
		margin-bottom: 10px;
		color: #888;
}

.item_box .item_desc {
font-size: 12px;
line-height: 1.5;
	display: block;
	padding-top: 5px;
		text-align: justify;
}

.item_box a:hover .item_name {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
}


@media screen and (max-width: 768px) {
.item_box .item_name {
	display: block;
		font-size: 14px;
		line-height: 1.3;
}
.l_ja .item_box .item_name {
		font-size: 12px;
}
.grey_txt {
		padding: 0;
		display: block;
}
}











.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}

.entry-content ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	border-top: 1px solid #ccc;
	margin: 20px 0 30px;
	text-align: left;
}

.entry-content ol li {
	margin-bottom: 0;
    padding-left: 2.5em;
	position: relative;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
}
.entry-content ol li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #e81f19;
		color: #fff;
		display: block;
		float: left;
		line-height: 1.5;
		margin-left: -2em;
		text-align: center;
		height: 1.5em;
		width: 1.5em;
		border-radius: 50%;
		margin-top: -0.05em;
		font-weight: bold;
}
.entry-content ol li:hover {
	background: #f5f5f5;
}


@media (min-width: 767px) {
.entry-content .table>tbody>tr>th,
.entry-content .table>tfoot>tr>th,
.entry-content .table>thead>tr>th {
	width: 15em;
}
.n_shop .entry-content .table>tbody>tr>th,
.n_shop .entry-content .table>tfoot>tr>th,
.n_shop .entry-content .table>thead>tr>th {
	width: 30%;
}
.n_about .entry-content .table>tbody>tr>th,
.n_about .entry-content .table>tfoot>tr>th,
.n_about .entry-content .table>thead>tr>th {
	width: auto;
}
}


/*.n_maintenance .entry-content ol {
		font-size: 18px;
}*/
.n_maintenance .entry-content ol {
	margin-top: 0;
}
.n_maintenance .entry-content blockquote {
	font-size: 120%;
}
.n_maintenance .entry-content blockquote p {
    font-family: inherit !important;
    margin: 0 0 10px;
}






.breadcrumbs {
	background: transparent;
	padding: 5px 0;
		position: absolute;
	color: #999;
	font-size: 12px;
		z-index: 10;
}
.breadcrumbs a {
	color: #999;
}



@media (max-width: 767px){
.breadcrumbs {
	/*display: none;*/
}
}








a.bt_link {
	display: inline-block;
	color: #000;
	border: 2px solid #000;
	padding: 15px 60px;
	text-decoration: none;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	position: relative;
	line-height: 1;
	margin-bottom: 30px;
		text-align: center;
		font-size: 110%;
}
.l_ja a.bt_link {
	font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a.bt_link:hover {
	/*padding: 15px 70px;*/
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background: #000;
color: #fff;
}
a.bt_link::before {
	position: absolute;
	right: 18px;
	/* top: 28px; */
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	background: #000;
	bottom: 23px;
	transition: .2s;
}
a.bt_link::after {
	position: absolute;
	right: 18px;
	/* top: 17px; */
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	bottom: 20px;
	transition: .2s;
}
a.bt_link:hover::before {
	right: 12px;
	background: #fff;
	width: 25px;
}
a.bt_link:hover::after {
	right: 12px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}


@media (max-width: 767px){
a.bt_link {
	display: block;
}
}



a.bt_link.bt_white {
	color: #fff;
	border: 2px solid #fff;
}
a.bt_link.bt_white:hover {
background: #fff;
color: #000;
}
a.bt_link.bt_white::before {
	background: #fff;
}
a.bt_link.bt_white::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
a.bt_link.bt_white:hover::before {
	background: #000;
}
a.bt_link.bt_white:hover::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}



a.bt_link.more-link {
		font-size: 12px;
		padding: 10px 60px;
		float: right;
}
a.bt_link.more-link::before {
		bottom: 16px;
}
a.bt_link.more-link::after {
		bottom: 13px;
}





a.bt_link.bt_anchor {
		padding: 10px 40px;
		margin-right: 10px;
}
a.bt_link.bt_anchor::after {
		transform: rotate(135deg);
		bottom: 15px;
}
a.bt_link.bt_anchor::before {
		display: none;
}
a.bt_link.bt_anchor::after {
		transform: rotate(135deg);
		bottom: 15px;
}
a.bt_link.bt_anchor:hover::after {
		right: 18px;
}

















a.bt_pick {
    height: 20vw;
	background: #000;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.bt_pick:hover {
	text-decoration: none;
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

a.bt_pick .inner {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.4);
}

.l_ja a.bt_pick .inner {
		font-size: 28px;
		line-height: 1.5;
}
.l_ja a.bt_pick .inner .ja_txt {
		font-size: 14px;
		font-weight: 600;
		padding-top: 0;
		padding-bottom: 10px;
}
@media (max-width: 767px){
.l_ja a.bt_pick .inner {
		font-size: 18px;
}
.l_ja a.bt_pick .inner .ja_txt {
		font-size: 11px;
		padding-bottom: 0px;
}
}

a.bt_pick .txt {
}
a.bt_pick .txt .l_txt {
	display: block;
	font-weight: 700;
	margin-bottom: .7em;
    font-size: 1.1em;
}
a.bt_pick .arr {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	display: block;
	margin: 5px auto 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: .2s;
}
a.bt_pick .arr::before {
	position: absolute;
	right: 14px;
	/* top: 28px; */
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	background: #fff;
	bottom: 17px;
	transition: .2s;
}
a.bt_pick .arr::after {
	position: absolute;
	right: 16px;
	/* top: 17px; */
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	bottom: 14px;
	transition: .2s;
}
a.bt_pick:hover .arr {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
a.bt_pick:hover .arr::before {
	right: 15px;
	background: #000;
	width: 20px;
	bottom: 23px;
}
a.bt_pick:hover .arr::after {
	right: 15px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	bottom: 20px;
}


a.bt_pick.pick1 {
	background: url(img/home/pick1.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick2 {
	background: url(img/home/pick2.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick3 {
	background: url(img/home/pick3.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick4 {
	background: url(img/home/pick4.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick4_202210_1 {
	background: url(img/home/pick4_202210_1.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick5 {
	background: url(img/home/pick5.jpg) no-repeat center center;
	background-size: cover;
}
a.bt_pick.pick_rest {
	background: url(img/home/pick_rest1.jpg) no-repeat center center;
	background-size: cover;
}



@media (max-width: 767px){
a.bt_pick {
    height: 50vw;
	margin-bottom: 20px;
	font-size: 18px;
}
}




.panel {
		margin-bottom: 30px;
		border: 2px solid #999;
		-webkit-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
		transition: .2s;
}
.panel:hover {
		border: 2px solid #000;
}
.panel-group .panel {
		/*border-radius: 2em;*/
}
.panel-group .panel+.panel {
		margin-top: 15px;
}
.panel-group a {
	text-decoration: none !important;
}
.panel-heading {
		padding: 0;
}
.panel-title {
		font-size: 18px;
		font-weight: 400;
}
.panel-title>a {
	display: block;
		color: #fff;
		padding: 0.3em 1em 0.3em 1.5em;
		background: #000;
		position: relative;
}
.panel-title>a.collapsed {
	color: #999;
		background: #fff;
}
.panel-title>a.collapsed:hover {
		color: #000;
}


.panel-title>a::before {
	position: absolute;
	left: 12px;
	/* top: 28px; */
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	background: #fff;
	bottom: 23px;
	transition: .2s;
}
.panel-title>a::after {
	position: absolute;
		left: 10px;
	/* top: 17px; */
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(135deg);
		bottom: 15px;
	transition: .2s;
}
.panel-title>a:hover::before {
/*		left: 8px;
		background: #fff;
		width: 20px;*/
}
.panel-title>a:hover::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
		left: 10px;
		transform: rotate(135deg);
}


.panel-title>a.collapsed::before {
	background: #000;
}
.panel-title>a.collapsed::after {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
		left: 8px;
}
.panel-title>a.collapsed:hover::before {
/*		left: 8px;
		background: #000;
		width: 20px;*/
}
.panel-title>a.collapsed:hover::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
		transform: rotate(135deg);
		left: 10px;
}



.panel-group .table {
		margin-bottom: 0;
}


@media (max-width: 767px){
.panel-title {
		font-size: 18px;
}
.panel-title>a::after {
		bottom: 15px;
}
.panel-title>a::after {
		left: 10px;
}
.panel-title>a:hover::after {
		left: 10px;
}
.panel-title>a.collapsed::after {
		left: 8px;
}
.panel-title>a.collapsed:hover::after {
		left: 10px;
}
}





.panel-body table a {
		display: block;
}
.panel-body table a.external:after {
		font-family: "Font Awesome 5 Free";
		content: "\f35d";
		font-size: 70%;
		position: relative;
		top: -0.1em;
		left: 0.5em;
		opacity: 0.5;
		font-weight: bold;
}



.area_name {
	padding-top: 50px;
}


.full_width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}







#topics_box {
		text-align: center;
}
#topics_box h3 {
		margin-bottom: 15px;
}
#topics_box ul {
		text-align: left;
	list-style-type: none;
	padding: 0;
		border-top: 2px solid #000;
		margin-bottom: 90px;
}
#topics_box ul li a {
		position: relative;
		display: block;
		padding: 15px 40px 15px 15px;
		border-bottom: 1px solid #ccc;
}
#topics_box ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

#topics_box ul li a::before {
	position: absolute;
	right: 18px;
	/* top: 28px; */
	display: block;
	content: "";
	width: 0px;
	height: 1px;
	background: #000;
	bottom: 28px;
	transition: .2s;
}
#topics_box ul li a::after {
	position: absolute;
	right: 18px;
	/* top: 17px; */
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
		bottom: 25px;
	transition: .2s;
}
#topics_box ul li a:hover::before {
	right: 12px;
	background: #fff;
	width: 25px;
}
#topics_box ul li a:hover::after {
	right: 12px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}


/*
#topics_box .sns_box {
	font-size: 48px;
}
#topics_box .sns_box a {
	padding: 15px;
}
*/


.sns_box a {
}
/*.sns_box a:hover i {
	transform: scale(1.1);
}*/

.sns_box a .fab {
transition: .2s;
}

.sns_box a .fa-youtube {
color: #cd201f;
}
.sns_box a .fa-soundcloud {
color: #ff8800;
}
.sns_box a .fa-instagram {
color: #D93177;
}
.sns_box a .fa-twitter {
color: #55acee;
}
.sns_box a .fa-facebook {
color: #3B5998;
}
.sns_box a .fa-line {
color: #00c300;
}


.sns_box a:hover .fa-youtube,
.sns_box a:hover .fa-soundcloud,
.sns_box a:hover .fa-instagram,
.sns_box a:hover .fa-twitter,
.sns_box a:hover .fa-facebook,
.sns_box a:hover .fa-line {
color: #fff;
}



.sns_box a.bt_link {
	display: block;
	padding: 15px 60px;
}
.sns_box a.bt_link:hover {
	padding: 15px 60px;
}


.movie-wrap {
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
}

.movie-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}





#products_box {
	text-align: center;
		/*padding-top: 0;*/
		background: #000;
		color: #fff;
		padding-bottom: 60px;
}

@media (min-width: 767px) {
#products_box .row {
		display: flex;
		/*align-items: center;*/
		justify-content: center;
}
}

#products_box .item_box a {
	color: #fff;
}
/*
#products_box .item_box a img {
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
#products_box .item_box a:hover {
}
#products_box .item_box a:hover img {
-webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#products_box .item_box img {
}
*/



a .arrower {
position: relative;
		padding: 0 15px 0 0;
color: #fff;
vertical-align: middle;
text-decoration: none;
}
a .arrower::before,
a .arrower::after {
position: absolute;
top: 0;
bottom: 0;
		right: 0;
margin: auto;
content: "";
vertical-align: middle;
		transition: .2s;
}
a .arrower::before {
right: 8px;
width: 0px;
height: 1px;
background: #fff;
}
a .arrower::after {
right: 8px;
		width: 8px;
		height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


a:hover .arrower::before {
right: 3px;
		width: 20px;
}
a:hover .arrower::after {
right: 3px;
}









#pick_box {
		background: #f2f2f2;
		padding: 60px 0 60px;
}





.p_news div#page-sub-header {
	background: url(img/slide/s4.jpg) no-repeat center center;
	background-size: cover;
}
.p_contact div#page-sub-header {
		background: #333;
}
.p_shop div#page-sub-header {
	background: url(img/slide/s5.jpg) no-repeat center center;
	background-size: cover;
}
.p_about div#page-sub-header {
	background: url(img/about/s2.jpg) no-repeat center center;
	background-size: cover;
}
.n_about div#page-sub-header {
	background: url(img/about/rt-2245.jpg) no-repeat center center;
	background-size: cover;
}
.n_company div#page-sub-header {
		background: #333;
}


.p_products div#page-sub-header {
		display: none;
}
.n_products div#page-sub-header {
	display: block;
		background: #000;
}

.n_factory div#page-sub-header {
	background: url(img/factory/suwada_of_p4.jpg) no-repeat center center;
	background-size: cover;
}
.n_restaurant div#page-sub-header {
	background: url(img/restaurant/rest1.jpg) no-repeat center center;
	background-size: cover;
}
.n_craftsmanship div#page-sub-header {
	background: url(img/craftsmanship/st1.jpg) no-repeat center center;
	background-size: cover;
}
.n_maintenance div#page-sub-header {
	background: url(img/maintenance/st1.jpg) no-repeat center center;
	background-size: cover;
}

.p_recruit div#page-sub-header {
	background: url(img/recruit/recruit1.jpg) no-repeat center center;
	background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 37.5vw;
		overflow: hidden;
}

.p_recruit div#page-sub-header .inner {
		padding-top: 50vh;
		padding-bottom: 50vh;
		width: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.5+50,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.p_news div#page-sub-header .inner,
.p_shop div#page-sub-header .inner,
.p_contact div#page-sub-header .inner,
.n_company div#page-sub-header .inner {
		padding-top: 15vh;
		padding-bottom: 15vh;
}

.p_products div#page-sub-header .inner {
		padding-top: 10vh;
		padding-bottom: 10vh;
}








button.slick-prev,
button.slick-next {
		z-index:2;
		width: 44px;
		height: 44px;
		transition: .2s;
		mix-blend-mode: difference;
}
.slick-slider .slick-prev{
	left: 15px;
}
.slick-slider .slick-next{
	right: 15px;
}
button.slick-prev:hover,
button.slick-next:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
		content: '';
		width: 20px;
		height: 20px;
		border: 0px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 12px;
		right: 0px;
		/* margin-top: -4px; */
}
.slick-slider .slick-prev:before {
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: 0;
}

.slick-slider .slick-dots {
		bottom: -30px;
}

.slick-dotted.slick-slider {
		margin-bottom: 90px;
}

@media (max-width: 767px) {
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
		width: 15px;
		height: 15px;
		top: 14px;
		left: 4px;
}
.slick-slider .slick-next:before {
		left: auto;
		right: 4px;
}
}









.n_about #content,
.n_online #content {
		padding-top: 0;
		padding-bottom: 0;
}





.sec_box {
		padding: 0;
	overflow: hidden;
}


.home .sec_box {
	padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
.home .sec_box {
		padding: 60px 0;
}
}

.sec_box .img_box {
		min-height: 31.25vw;
}
.sec_box .txt_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec_box .txt_box .inner {
		padding: 60px 0;
}

.l_ja .sec_box .txt_box {
font-size: 110%;
}


@media screen and (max-width: 768px) {
.sec_box .img_box {
		min-height: 62.5vw;
}
.sec_box .txt_box .inner {
		padding: 30px 0;
}
}





.home #about_box {
	padding: 30px 0;
}
.home #about_box .img_box {
	background: url(img/home/sec1_bg2.jpg) no-repeat left center;
		background-size: contain;
		min-height: 30vh;
}


@media screen and (max-width: 768px) {
.home #about_box .img_box {
	background: url(img/home/sec1_bg2.jpg) no-repeat center center;
		background-size: contain;
		min-height: 35vw;
}
}





#about1 .img_box {	background: url(img/craftsmanship/st1.jpg) no-repeat right center;	background-size: cover;	}
#about2 .img_box {	background: url(img/about/s2.jpg) no-repeat left center;	background-size: cover;	}
#about3 .img_box {	background: url(img/ogp_logo1.png) no-repeat center center;	background-size: contain;	}
#about4 .img_box {	background: url(img/about/rt-2245.jpg) no-repeat fixed center center;	background-size: cover;
		min-height: 60vh;	}

#about2 {
	background: #000;
	color: #fff;
}

#about_history {	background: url(img/bg_logobrush1.png) no-repeat fixed -16vw center;	background-size: auto 90%;	}

@media (max-width: 767px) {
.home #about_box {
	padding: 0px 0 30px;
}
#about4 .img_box {	background: url(img/about/rt-2245.jpg) no-repeat center center;	background-size: cover;	}
#about_history {	background: url(img/bg_logobrush1.png) no-repeat top center;	background-size: 150% auto;	}
}




.n_factory #content,
.n_restaurant #content {
		padding-top: 0;
		background: #000;
		color: #fff;
}

.n_factory #content hr,
.n_restaurant #content hr {
		border-top: 1px solid #222;
}

.n_factory #content .wpcf7,
.n_restaurant #content .wpcf7 {
		background: #fff;
color: #000;
		padding: 15px 30px;
}

@media (max-width: 767px) {
.n_factory #content .table>tbody>tr>th,
.n_restaurant #content .table>tbody>tr>th {
	background: #222;
}
.n_factory #content .wpcf7,
.n_restaurant #content .wpcf7 {
padding: 0 15px 15px;
}
.n_factory #content .wpcf7 .table>tbody>tr>th,
.n_restaurant #content .wpcf7 .table>tbody>tr>th {
		background: inherit;
}
}

.n_factory .sec_box .img_box,
.n_restaurant .sec_box .img_box {
		min-height: 60vh;
}
.n_restaurant .sec_box h2 {
	margin-bottom: 60px;
    text-align: center;
    padding: 0 30px;
}

#factory1 .img_box {	background: url(img/slide/s3.jpg) no-repeat center center;	background-size: cover;	}
#factory2 .img_box {	background: url(img/other/p3.jpg) no-repeat center center;	background-size: cover;	}

#factory1_2021 .img_box {	background: url(img/factory/suwada_of_p1.jpg) no-repeat center center;	background-size: cover;	}

#restaurant1 .img_box {	background: url(img/restaurant/rest2.jpg) no-repeat center center;	background-size: contain;	}
#restaurant2 .img_box {	background: url(img/restaurant/rest3.jpg) no-repeat center center;	background-size: contain;	}

.n_about .entry-content,
.n_factory .entry-content,
.n_restaurant .entry-content {
	padding-top: 90px;
}


.n_factory .xo-event-calendar {
	background: #fff;
	color: #000;
		padding: 15px;
}


/*
Calendar Year
*/
.n_factory .xo-months {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
	row-gap: 5px;
}
.n_factory .month-event,
.n_factory .month-event-space {
	display: none;
}
.n_factory .other-month {
	display:none;
}
.n_factory table.xo-month .month-dayname td div,
.n_factory table.xo-month .month-week,
.n_factory table.xo-month thead {
	line-height: 1.5em;
	height: 1.5em;
}
.n_factory table.xo-month .month-dayname td div {
	padding: 0;
	text-align: center;
	font-size: 1em;
}
.n_factory .xo-event-calendar table.xo-month .month-dayname td div,
.n_factory .xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #333;
	font-weight: normal;
		background: #bef;
}
.n_factory .xo-event-calendar table.xo-month > caption {
		padding-top: 0;
		padding-bottom: 0;
		color: #333;
}

@media (max-width: 767px) {
	.n_factory .xo-months {
		grid-template-columns: repeat(1, 1fr);
	}
}





.n_craftsmanship #content {
		background: #000;
		color: #fff;
}

.n_craftsmanship #content hr {
		border-top: 1px solid #222;
}


.n_craftsmanship .sec_box .img_box {
		min-height: 60vh;
}

#craft1 .img_box {	background: url(img/craftsmanship/p2.jpg) no-repeat center center;	background-size: cover;	}
#craft2 .img_box {	background: url(img/craftsmanship/IMG_7251.JPG) no-repeat center center;	background-size: cover;	}
#craft3 .img_box {	background: url(img/craftsmanship/c14.jpg) no-repeat center center;	background-size: cover;	}

#craft4 .img_box {	background: url(img/craftsmanship/rt-2257_d.jpg) no-repeat center center;	background-size: cover;
		min-height: 60vw;
}

.n_craftsmanship .movie-wrap {
	margin-top: 60px;
}


#process_slide {
		width: 100%;
		margin: 0 auto 90px !important;
}


#process_slide img {
}


#process_slide .slick-prev,
#process_slide .slick-next {
		z-index: 500;
		width: 40px;
		height: 40px;
		top: auto;
		bottom: 45px;
		z-index: 10000;
}
#process_slide .slick-prev:before,
#process_slide .slick-next:before {
		z-index: 500;
		font-family: "Font Awesome 5 Free";
		font-size: 40px;
		line-height: 1;

		opacity: 1;
		color: white;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}

#process_slide .slick-prev {
		left: 45px;
}
#process_slide .slick-next {
		right: 45px;
}


#process_slide .slick-dots li button::before {
		color: #fff;
}


#process_slide .img_box {
		width: 100vw;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;

}
#process_slide .txt_box {
	font-size: 16px;
	margin-top: auto;
		width: 100vw;
		padding: 30px 90px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
#process_slide .txt_box p {
	margin-bottom: 0;
}
#process_slide .txt_box p strong {
font-size: 150%;
}
#process_slide h3 {
		margin-bottom: 5px;
		font-style: normal;
			font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		/*text-align: center;*/
		margin-right: 15px;
		margin-bottom: 0;
		font-style: italic;
}


@media (max-width: 767px) {
#process_slide .slick-prev,
#process_slide .slick-next {
		bottom: -55px;
}
#process_slide .slick-prev {
		left: 15px;
}
#process_slide .slick-next {
		right: 15px;
}
#process_slide .img_box {
		height: 63vw;
}
#process_slide .txt_box {
	font-size: 11px;
		padding: 15px 30px 0;
}
}








.p_products #content {
		padding-top: 0;
		padding-bottom: 0;
}

.p_products #content > .inner {
		padding-top: 120px;
		padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
.p_products #content > .inner {
		padding-top: 90px;
		padding-bottom: 90px;
}
}

#prod_slide.slick-slider img {
	width: 100%;
}
#prod_slide.slick-slider .slick-prev,
#prod_slide.slick-slider .slick-next {
		mix-blend-mode: none;
}
#prod_slide.slick-slider .slick-prev:before,
#prod_slide.slick-slider .slick-next:before {
		border-top: solid 1px #000;
		border-right: solid 1px #000;
}

@media (min-width: 767px) {
#prod_slide.slick-slider .slick-prev {
		left: -25px;
}
#prod_slide.slick-slider .slick-next {
		right: -25px;
}
}











.n_alstick .entry-title,
.n_alstick .entry-subtitle,
.n_rubis .entry-title,
.n_rubis .entry-subtitle,
.n_lorenzi .entry-title,
.n_lorenzi .entry-subtitle,
.n_edwin .entry-title,
.n_edwin .entry-subtitle,
.n_laguiole .entry-title,
.n_laguiole .entry-subtitle,
.n_others .models_title {
	display: none;
}



.n_faq {

}
.n_faq .entry-content p {
	margin-bottom: 15px;
	z-index: 1;
}
.n_faq .entry-content a.bt_link {
	margin-bottom: 0;
}
.n_faq .entry-content h4 {

}
.n_faq .qq {
	background: #e81f19;
	color: #fff;
	padding: 0.3em 0.5em;
border-radius: 2em;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
		margin-right: 0.3em;
}
.n_faq .a_inner {
background: #f5f5f5;
		padding: 1.5em;
		margin-bottom: 60px;
border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
position: relative;
}
.n_faq .a_inner:before {
		content: "A.";
		font-size: 600%;
		color: #000;
		position: absolute;
		top: 0;
		left: 15px;
		line-height: 1;
		z-index: 0;
		opacity: .1;
}
.n_faq .a_inner p {
	font-family: inherit !important;
}


ul.q_list {
	padding: 0;
	position: relative;
	font-size: 18px;
}

ul.q_list li {
	color: white;
	line-height: 1.5;
		padding: 0em 0.5em 0em 2.3em;
		margin-bottom: 15px;
	list-style-type: none!important;
	font-weight: bold; /*好みで太字に*/
border-radius: 2em;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
transition: .2s;
		border: 1px solid #000;
}

ul.q_list li:before {/*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f059";
	position: absolute;
		left: 0.8em;
	color: #e81f19; /*アイコン色*/
		margin: 0.5em 0;
transition: .2s;
}
ul.q_list li a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
}


ul.q_list li:hover {
	background: #e81f19;
		border: 1px solid #e81f19;
}
ul.q_list li:hover:before,
ul.q_list li:hover a {
	color: #fff;
}
ul.q_list li:hover:before {
	content: "\f0ab";
}




.n_online #pick_box {
		background: #fff;
}
.n_online a.bt_pick {
		height: 50vh;
}
.n_online a.bt_pick.pick1 {
	background: url(img/nail/rt-29190.jpg) no-repeat center center;
	background-size: cover;
}
.n_online a.bt_pick.pick2 {
	background: url(img/nail/rt-29188.jpg) no-repeat center center;
	background-size: cover;
}
.n_online a.bt_pick.pick3 {
	background: url(img/nail/rt-29176.jpg) no-repeat center center;
	background-size: cover;
}

/* .n_gift #content, */
.n_namemark #content {
		background: #f5f5f5;
}
.n_gift .entry-content table,
.n_namemark .entry-content table {
	margin-bottom: 30px;
	background: #FFF;
}
.n_gift .entry-content h4,
.n_namemark .entry-content h4 {
	border-bottom: 1px solid #e81f19;
		margin: 0 0 30px;
		padding-bottom: 5px;
}
.n_gift .entry-content h5 {
	font-size: 16px;
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 0.3em 0.8em;
	margin-right: 15px;
}
.n_namemark .entry-content h5 {
	color: inherit;
		margin-bottom: 30px;
		margin-top: 40px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		font-size: 18px;
}
@media (min-width: 767px){
.n_namemark .entry-content .table>tbody>tr>th,
.n_namemark .entry-content .table>tfoot>tr>th,
.n_namemark .entry-content .table>thead>tr>th {
		width: 10em;
}
.n_gift .entry-content .table>tbody>tr>th,
.n_gift .entry-content .table>tfoot>tr>th,
.n_gift .entry-content .table>thead>tr>th {
		width: 12em;
}
}




.ankerlink {
	position: relative;
	color: white;
	line-height: 1.5;
		padding: 0em 0.5em 0em 2.3em;
		margin-bottom: 15px;
	list-style-type: none!important;
	font-weight: bold; /*好みで太字に*/
border-radius: 2em;
-moz-border-radius: 2em;
-webkit-border-radius: 2em;
transition: .2s;
		border: 1px solid #000;
}

.ankerlink:before {/*疑似要素*/
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	position: absolute;
		left: 0.8em;
	color: #000; /*アイコン色*/
		margin: 0.5em 0;
transition: .2s;
}
.ankerlink a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
}


.ankerlink:hover {
	background: #000;
		border: 1px solid #000;
}
.ankerlink:hover:before,
.ankerlink:hover a {
	color: #fff;
}
.ankerlink:hover:before {
	content: "\f0ab";
}





.sec_sommelier {
	font-size: 16px;
}

p.ts_18 {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 60px;
}
p.ts_24 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 60px;
}
p.ts_28 {
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 60px;
}
p.ts_36 {
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 60px;
}

.border {
	border: 1px solid #ddd;
}

.sec_sommelier section {
margin-bottom: 90px;
}
.sec_sommelier .kv {
	margin-bottom: 60px;
}
.sec_sommelier .kv img {
	width: 100%;
}
.sec_sommelier h3 {
    font-style: normal;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    text-align: inherit;
}
.sec_sommelier .pagename_en {
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
}
.sec_sommelier .pagename_ja {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}

.feat_set {
	margin-bottom: 120px;
}
.feat_set a {
	text-decoration: none;
}
.feat_set h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.feat_thumb img {
border-radius: 50%;
overflow: hidden;
border: 1px solid #eee;
box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
width: 255px;
}
.feat_subject {
	font-size: 24px;
	font-weight: 700;
}

.reservesp_box {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 60px 0 90px;
}

.sec_sommelier .sv {
	background: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 30px;
}
.sec_sommelier .bv {
	background-color: #000;
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding: 120px 30px 90px;
}



@media (max-width: 768px){
	.sec_sommelier {
		font-size: 14px;
	}

	p.ts_18 {
		font-size: 14px;
	}
	p.ts_24 {
		font-size: 18px;
	}
	p.ts_28 {
		font-size: 24px;
	}
	p.ts_36 {
		font-size: 28px;
	}
	.sec_sommelier .pagename_en {
		font-size: 36px;
	}
	.sec_sommelier .pagename_ja {
		font-size: 14px;
	}
}


.s-lunch_menu {
    line-height: 1.5;
}
.s-lunch_menu .inner {
padding: 30px;
}
.s-lunch_menu .inner .row {
	margin-bottom: 30px;
}
.s-lunch_menu .inner .row > div {
padding-bottom: 15px;
}











.n_maintenance_detail {

}
.n_maintenance_detail h3 {
	font-size: 28px;
    font-family: inherit;
    font-style: inherit;
    font-weight: 700;
	position: relative;
	padding-left: 20px;
	margin-bottom: 80px;
}
.n_maintenance_detail h3:before {
	content: '';
	background: #E81F18;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 6px;
}
.n_maintenance_detail h4 {
	font-size: 18px;
}
.n_maintenance_detail h4 .num_en {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    margin-right: 30px;
}
.n_maintenance_detail h5 {
	color: inherit;
}
.n_maintenance_detail p {
	font-family: inherit !important;
	font-size: 16px;
	line-height: 2;
}
.n_maintenance_detail .s_txt {
    font-size: 12px !important;
}
.n_maintenance_detail .red_txt {
    padding: 0;
    font-size: inherit;
	font-weight: 700;
}

.n_maintenance_detail .table {
	background: #fff;
}


.n_maintenance_flow {
background: #F2F2F2;
padding: 120px 0;
}

.n_maintenance_flow dl {
	border-left: 1px solid #E81F18;
    margin-left: 6px;
}
.n_maintenance_flow dt {
    float: left;
    clear: left;
    margin-right: 30px;
    width: calc(22% + 40px);
    padding-left: 40px;
    margin-bottom: 80px;
}

.n_maintenance_flow dd {
    margin-right: 0;
    margin-left: calc(22% + 30px + 40px);
	margin-bottom: 80px;
	border-left: 1px solid #ccc;
	padding-left: 40px;
    padding-top: 2px;
}



.n_maintenance_flow .table>tbody>tr>td,
.n_maintenance_flow .table>tbody>tr>th,
.n_maintenance_flow .table>tfoot>tr>td,
.n_maintenance_flow .table>tfoot>tr>th,
.n_maintenance_flow .table>thead>tr>td,
.n_maintenance_flow .table>thead>tr>th {
    vertical-align: middle;
}













.n_maintenance_form {
	padding: 120px 0 0;
}


table.table_lform {
	font-size: 16px;
}
table.table_lform th {
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 15px;
	vertical-align: top;
    min-width: 12em;
}
table.table_lform td {
	padding-bottom: 40px;
	vertical-align: top;
}


table.table_lform input[type="text"],
table.table_lform input[type="tel"],
table.table_lform input[type="email"],
table.table_lform select,
table.table_lform textarea {
width: 100%;
font-size: 16px;
font-size: 1.6rem;
padding: 18px 25px;
border: 1px solid #eee;
line-height: 180%;
background: #eee;
outline: 0;
transition: 0.2s ease all;
border-radius: 0;
color: #000;
}
table.table_lform input[type="text"]::placeholder,
table.table_lform input[type="tel"]::placeholder,
table.table_lform input[type="email"]::placeholder,
table.table_lform select::placeholder,
table.table_lform textarea::placeholder {
	color: #999;
  }
table.table_lform input[type="text"]:focus,
table.table_lform input[type="tel"]:focus,
table.table_lform input[type="email"]:focus,
table.table_lform textarea:focus {
    background: #fff;
    border-color: #999;
}

table.table_lform .your-zip input {
    max-width: calc(8em + 50px);
}
table.table_lform sup.red_txt {
	font-size: 70%;
}

.wpcf7-form table.table_lform input[type=submit] {
	font-weight: 700;
    padding: 20px 90px;
    letter-spacing: 0.25em;
    margin-top: 60px;
}

table.table_lform input[type="checkbox"] {
    width: 30px;
    height: 30px;
    border: 0;
	margin-top: 0;
    margin-right: 10px;
	background: #eee;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
	position:relative;
}
table.table_lform input[type="checkbox"]:checked {
    background-color: #000;
}
table.table_lform input[type="checkbox"]:after {
	content: '';
	display:block;
	position:absolute;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width:16px;
	height:8px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
    left: 7px;
    top: 8px;
	opacity: 0;
}
table.table_lform input[type="checkbox"]:checked:after {
	opacity: 1;
}
table.table_lform .wpcf7-list-item {
    margin: 0 1em 0 0;
}
table.table_lform .wpcf7-list-item-label {
	vertical-align: top;
}
table.table_lform label:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
table.table_lform textarea {
    height: 12em;
}


.select_wrap select{
	position: relative;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select_wrap {
	position: relative;
    display: block;
}
.select_wrap:after {
    content: "";
    position: absolute;
    right: 24px;
    top: calc(50% - 3px);
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
}











@media (max-width: 768px){
	.n_maintenance_flow {
		padding: 80px 0;
	}
	.n_maintenance_form {
		padding: 80px 0 0;
	}
	.n_maintenance_detail h3 {
		margin-bottom: 60px;
		font-size: 24px;
	}
	.n_maintenance_detail h4 .num_en {
		margin-right: 15px;
	}
	.n_maintenance_detail p {
		font-size: 14px;
	}
	.n_maintenance_flow dt {
		float: none;
		margin-right: 0;
		width: 100%;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.n_maintenance_flow dd {
		margin-left: 0;
		margin-bottom: 80px;
		border-left: none;
		padding-left: 20px;
		padding-top: 0;
		margin-bottom: 60px;
	}
	.n_maintenance_detail .table>tbody>tr>td,
	.n_maintenance_detail .table>tbody>tr>th,
	.n_maintenance_detail .table>tfoot>tr>td,
	.n_maintenance_detail .table>tfoot>tr>th,
	.n_maintenance_detail .table>thead>tr>td,
	.n_maintenance_detail .table>thead>tr>th {
		display: revert;
	}

	table.table_lform {
		font-size: 14px;
	}
	table.table_lform th,
	table.table_lform td {
		display: block;
	}
	table.table_lform input[type="text"],
	table.table_lform input[type="tel"],
	table.table_lform input[type="email"],
	table.table_lform select,
	table.table_lform textarea {
		padding: 14px 20px;
	}
	table.table_lform th {
		font-size: 16px;
		padding-top: 0;
		padding-bottom: 10px;
	}
}

#factory-movies {
	margin-top: 60px;
}
#factory-movies .movie-box {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#factory-movies .movie-box.pc-only {
	aspect-ratio: 560 / 315;
}
#factory-movies .movie-box.sp-only {
	aspect-ratio: 370 / 658;
}
#factory-movies .movie-box iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 560px) {
	#factory-movies .movie-box.pc-only {
		display: none;
	}
}
@media screen and (min-width: 561px) {
	#factory-movies .movie-box.sp-only {
		display: none;
	}
}

.page-id-39057 .entry-content a {
	color: #fff;
}
.page-id-39057 .entry-content .mt-40 {
	margin-top: 40px;
}
.page-id-39057 .entry-content .mt-80 {
	margin-top: 80px;
}
.page-id-39057 .entry-content .mt-60 {
	margin-top: 40px;
}
.page-id-39057 .entry-content .mt-120 {
	margin-top: 120px;
}
.page-id-39057 .entry-content table tr {
	border-top: 1px solid #fff;
}
.page-id-39057 .entry-content table tr:last-child {
	border-bottom: 1px solid #fff;
}
.page-id-39057 .entry-content table td,
.page-id-39057 .entry-content table th {
	vertical-align: top;
	font-size: 18px;
	padding: 24px 12px;
}
@media screen and (max-width: 767px) {
	.page-id-39057 .entry-content table td,
	.page-id-39057 .entry-content table th {
		font-size: 14px;
	}
}