/*
Theme Name: Byblos
Theme URI: https://www.smartcatdesign.net/preview/byblos
Description: Byblos is a fully responsive portfolio style theme. It features a full width slider, and a vertical menu layout, and masonry grid tiles for the blog. Byblos is easily customizable, built with SEO in mind, and utilizes modern and appealing CSS3 aminations.
Version: 3.2.2
Author: SmartCat
Author URI: https://smartcatdesign.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: byblos
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-logo, featured-image-header, featured-images, footer-widgets, theme-options, translation-ready, blog, photography, portfolio

Copyright 2017 Smartcat

This theme, like WordPress, is licensed under the GPL.
Use it to make ©something cool, have fun, and share what you've learned with others.

Tasty is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*
Document : Avenue Stylesheet
Created on : May 14, 2014, 8:23:39 PM
Author	 : Bilal
Description:
Purpose of the stylesheet follows.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
5.1 - Links
5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
10.1 - Posts and pages
10.2 - Asides
10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
12.1 - Captions
12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none !important;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #000 !important;
	font-family: 'Kosugi', "游明朝", "ＭＳ 明朝", "HGS教科書体", Abel, sans-serif !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
	outline: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	/* margin-bottom: 1.5em; */
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*input[type="search"]::-webkit-search-decoration { */
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
/*-webkit-appearance: none;*/
/*}*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {}

a:hover,
a:focus,
a:active {
	color: midnightblue;
	text-decoration: none !important;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding: 0 20px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #191919;
	width: 250px;

}

.main-navigation ul ul li a {
	font-size: 12px !important;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	padding: 10px 30px 10px 10px !important;

}

.main-navigation ul ul li {
	font-size: 12px;
}

.main-navigation li:hover>a {}

.main-navigation ul ul :hover>a {}

.main-navigation ul ul a:hover {}

.main-navigation ul ul ul.sub-menu {
	display: none;
}

.main-navigation ul li:hover>ul {}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {}

#menu-item-1362 {
	display: none;
}



.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.3 Accordion
--------------------------------------------------------------*/
.ac_content {
	display: none;
}

.sub_page-content .ac_open {
	padding: 15px;
	color: #fff;
	font-size: 20px;
	background: #fc9242;
	position: relative;
}

.ac_open::before {
	/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 20px;
}

.ac_open.active::before {
	/* 開いている時 */
	content: "－";
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

iframe {
	padding-top: 20px;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}


root {
	display: block;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 auto;
}

h1 {
	font-size: 30px;
	line-height: 34px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
}

h3 {
	font-size: 22px;
	line-height: 26px;
}

.margin0auto {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.row {
	margin: 0 auto;
}

.col4 {
	width: 32%;
	box-sizing: border-box;
	float: left;
}


.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mt20 {
	margin-top: 20px;
}

.scale125 {
	transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
}

.scale11 {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.transition {
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

.transform {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}

.slider-transition {
	transition: 4s all ease;
	-moz-transition: 4s all ease;
	-webkit-transition: 4s all ease;
}

a.button-primary {
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	color: #fff;
}

.button {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 17px;
	/*	box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;*/
}

input[type="submit"] {
	font-size: 14px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 17px;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

/*-- Logo --*/
#sc_logo {
	width: 100%;
	text-align: center;
}

/*-- Toolbar --*/
#site-toolbar {
	background: #fff;
	color: rgb(208, 208, 208);
}

#site-toolbar .contact-bar {
	padding-top: 20px;
	border-bottom: 1px dashed #464646;
}

#site-toolbar .contact-bar a {
	display: block;
	text-align: center;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
}

.mail_img {
	margin-bottom: 15px !important;
}

.mail_img img {
	width: 80%;
}

#site-toolbar .contact-bar a:hover {}

#site-toolbar .contact-bar a .fa {
	margin-right: 5px;
	font-size: 16px;
}

#site-toolbar .contact-bar a span {
	color: #666;
	padding-right: 10px;
}

#site-toolbar .social-bar a {
	width: 30px;
	height: 30px;
	margin: 2px;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	/*border: 1px solid #e0e0e0;*/
	color: #e0e0e0;
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	/*background: #666;*/
	color: #E8E8E8;
	border-radius: 100%;
}

#site-toolbar .social-bar a:hover {
	background: #000;
}

#site-toolbar .row .social-bar {
	text-align: center;
}

.site-branding {

	width: 300px;
	height: 100vh;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;

}

.site-branding::-webkit-scrollbar {
	display: none;
}

.site-branding.dark,
.site-branding-mobile.dark {
	background: #fff;
	/* border-right: 1px solid #138dc8; */
}

.site-branding.dark a,
.site-branding.dark,
.site-branding.dark .site-description {
	color: rgb(0, 0, 0);
}

.site-branding.dark .search-bar .search-field {
	background: transparent;
	color: #fff;
	outline: none;
	font-size: 14px;
}

.site-branding.dark .search-bar .search-field:focus {
	color: #fff;
}

.site-branding #site-toolbar {
	text-align: center;
	padding: 0;
	border-bottom: 1px dashed rgb(70, 70, 70);
}

.site-branding #site-toolbar .contact-bar {
	padding: 30px 30px 10px 30px;
}

.site-branding.dark #site-toolbar {
	background: transparent;
}

.site-branding.dark #site-toolbar .social-bar a {
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

/*
.site-branding.dark #site-toolbar .social-bar a .fa {
transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-webkit-transition: 0.2s all ease;
}*/

.site-branding.dark #site-toolbar .social-bar a.icon-facebook,
.site-branding.dark #site-toolbar .social-bar a.icon-twitter,
.site-branding.dark #site-toolbar .social-bar a.icon-linkedin,
.site-branding.dark #site-toolbar .social-bar a.icon-gplus,
.site-branding.dark #site-toolbar .social-bar a.icon-soundcloud,
.site-branding.dark #site-toolbar .social-bar a.icon-pinterest,
.site-branding.dark #site-toolbar .social-bar a.icon-instagram {
	/*color: rgb(130, 130, 130 );*/
	border-color: rgb(10, 10, 10);
}

.site-branding.dark #site-navigation.main-navigation li a {
	color: rgb(0, 0, 0);
	text-align: center;
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	text-align: left;
}

.site-branding.dark #site-navigation.main-navigation li a:after {
	color: #000;
	font-weight: bold;
	content: '\f105';
	font-family: "FontAwesome";
	padding-right: 15px;
	float: right;
}

.site-branding .row {
	height: 100%;
	line-height: 80px;
	overflow: initial;
}

.site-branding .row [class*="col-"],
.site-title {
	height: 100%;
}

h1.row.center {
	width: fit-content;
    font-size: 26px;
    margin: 0 auto;
}

h1.entry-title {
    line-height: normal;
	font-size: 26px; 
}

.site-branding .search-bar {
	text-align: center;
	padding: 0;
	/*margin-bottom: 20px;*/
	/*display: none;*/
}

.site-branding .search-bar .widget-area {
	padding: 20px 30px 10px 30px;
}

.site-branding .search-bar .search-form {
	margin-top: 20px;
	line-height: 20px;

}

.site-branding .search-bar .search-field {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	outline-color: #fff;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.site-branding .search-bar .search-field:focus {
	padding-right: 20px;
	color: #222;
}

.site-branding .col-sm-6 {
	min-height: 70px;
	line-height: 70px;
}


#site-navigation.main-navigation>.row {
	overflow: visible;
}

#site-navigation .menu li:first-child a {
	/*border-top: 1px solid rgb(235, 235, 235);*/
}

#site-navigation ul>li.menu-item-has-children:before {

	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	color: rgb(255, 255, 255);
	top: 12px;
	font-weight: 100;
	color: #fff;
	font-size: 16px;

}

#site-navigation.main-navigation li {
	float: none;

}

#site-navigation.main-navigation li a {
	font-size: 16px;
	margin-right: 0;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	text-align: left;
	/*border-bottom: 1px solid #464646;*/
	font-size: 16px;
	border-top: 1px dashed #464646;
	padding: 10px 30px;
}

#site-navigation.main-navigation li:first-child a {
	border-top: none;
}

#site-navigation.main-navigation li a:hover {}

#site-navigation.main-navigation li:last-child a {
	border-bottom: 1px dashed #464646;
}

#site-navigation.main-navigation li.menu-item-has-children {}

.main-navigation ul ul li {
	line-height: initial;
	/*height: 30px;*/
	line-height: 27px;
}

@media (max-width: 1169px) {
	.main-navigation ul ul li {
		line-height: 19px;
	}

	#site-navigation ul>li.menu-item-has-children:before {
		top: 9px;
	}
}

/*-- Social --*/

#site-toolbar .social-bar {

	text-align: center;
	padding: 30px 30px 20px 30px;
}

#site-toolbar .social-bar h3 {
	margin-bottom: 10px;
}



#site-toolbar .social-bar a.icon-twitter {
	/*color: #00abdc;*/
	border-color: #00abdc;
}

#site-toolbar .social-bar a.icon-twitter:hover {
	color: #00abdc;
}

#site-toolbar .social-bar a.icon-facebook {
	/*color: #3b5998;*/
	border-color: #3b5998;

}

#site-toolbar .social-bar a.icon-facebook:hover {
	color: #3b5998;
}

#site-toolbar .social-bar a.icon-pinterest:hover {
	color: #C92228;
}

#site-toolbar .social-bar a.icon-instagram:hover {
	color: #125688;
}

#site-toolbar .social-bar a.icon-soundcloud:hover {
	color: #ff7700;
}

#site-toolbar .social-bar a.icon-linkedin {
	/*color: #007bb6;*/
	border-color: #007bb6;

}

#site-toolbar .social-bar a.icon-linkedin:hover {
	color: #007bb6;
}

#site-toolbar .social-bar a.icon-gplus {
	/*color: #dd4b39;*/
	border-color: #dd4b39;

}

#site-toolbar .social-bar a.icon-gplus:hover {
	color: #dd4b39;
}

/*-- 404 --*/
.icon404 {
	font-size: 54px;
	line-height: 90px;
}

.error404-content {
	margin: 0;
	padding: 60px 0;
}

/*-- Homepage --*/
.site-content-wrapper .col-md-9.sidebar-off {
	width: 100%;
}

.item-home {
	/*	padding: 0;
	float: none;
	margin: 0 20px;*/
	margin-top: 20px;
}

.item-home article {
	margin-bottom: 20px !important;
}

.home .byblos-sidebar {
	margin-top: 20px;
}

/*-- Header --*/
div#branding-wrap {
	padding: 20px 0 20px 0;
}

.site-header {
	width: 100%;
}

.site-title {
	font-size: 40px;
	border-radius: 100%;
	margin: 0 auto;
	line-height: normal;
	padding: 0 5px;
}

.site-branding .site-title a {
	color: #ff6600;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
}

.site-description {
	color: rgb(68, 68, 68);
	font-size: 14px;
	margin-top: 15px;
	padding: 0 15px;
}

/*-- Slider --*/
.camera_wrap {
	z-index: 1 !important;
	margin-bottom: 0 !important;
}

.sc-slider-wrapper {
	margin: 0 auto 20px auto;
	overflow: hidden;
	position: relative;
	height: 2000px;
	/*	overflow: hidden;
	position: absolute;
	top: 0;
	left: 15%;
	height: 100%;
	width: 85%;*/
}

.sc-slider-wrapper .camera_caption {
	text-transform: uppercase;
	max-width: 500px;
	right: 0 !important;
	bottom: 245px;
	background: #fff;
	opacity: 1;
	color: #313131;
	padding: 15px 30px;
}

.sc-slider-wrapper .camera_caption>div {

	background: transparent;

}

.sc-slider-wrapper .camera_caption>div span {
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;

}

.sc-slider-wrapper .cameraContent {}

.camera_bar span.camera_bar_cont {
	background-color: rgba(34, 34, 34, 0) !important;
}

#sc-slider-banner {
	position: absolute;
	color: rgb(255, 255, 255);
	z-index: 9;
	margin: 0;
	text-align: center;
	background: rgb(25, 25, 25);
	background: url('../../images/overlay-pattern.png') repeat rgba(25, 25, 25, 0.5);
	padding: 30px 35px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230px;

}

#sc-slider-banner .sc-slider-banner .widget {
	vertical-align: top;
}

#sc-slider-banner ul {
	list-style-type: none;
	margin: 20px 0;
}

#sc-slider-banner .sc-slider-banner {

	margin: 0 auto;


}

#sc-slider-banner h2 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 30px;
	font-weight: 300;
}

#sc-slider-banner p {
	font-size: 26px;
	font-weight: 300;
}

#sc-slider-banner .button-primary {
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#sc-slider-banner .button-primary:hover {
	text-decoration: none;
}

.camera_pag {
	top: 0;
	right: 15px;
	position: absolute;
}

.sc-slider-wrapper .camera_wrap .camera_pag .camera_pag_ul li {
	background: none;
	border: 2px solid #fff;
}

.sc-slider-wrapper .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent>span {
	background-color: #ffffff;
	top: 2px;
	left: 2px;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover>span {
	left: 2px;
	top: 2px;
}

.camera_pie {
	position: absolute;
	bottom: 45px;
	right: 10px;
}

.cameraCont,
.cameraContents {
	/*	background: url('../../images/overlay-pattern.png') repeat;
	background: url('../../images/pattern-dotted.png') repeat;*/
	/*background-size: 2px;*/
	/*background: rgba( 50,50,50,0.1);*/
}

/*-- Menu --*/

/*-- CTA boxes --*/
#site-cta {
	margin: 0 auto;
	position: relative;
	z-index: 9;
	margin: 0px 15px 30px 15px;
}

#site-cta.no-slider {
	top: 0;
	width: 100%;
	margin-bottom: 0;
}

#site-cta .callout-title {
	padding: 30px 0;
	font-size: 32px;
	text-transform: uppercase;
}

#site-cta .underline {
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #D2D2D2;
	width: 300px;
	margin-top: 20px;

}

#site-cta .col4.mid {
	margin: 0 2% 0 2%;
}

#site-cta .first-heading {
	color: rgb(170, 170, 170);
	line-height: 27px;
	font-size: 25px;
	font-style: italic;
	text-align: center;
}

#site-cta .main-heading {
	color: rgb(82, 82, 82);
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 800;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: uk-fade;
	-webkit-animation-timing-function: linear;
	-webkit-font-smoothing: antialiased;

}

.site-cta {
	position: relative;
	min-height: 230px;
	opacity: 0;
	transition: 0.8s all ease-in-out;
	-moz-transition: 0.8s all ease-in-out;
	-webkit-transition: 0.8s all ease-in-out;

	transform: scale(0.5);
	overflow: hidden;
}

.site-cta.full-size {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.site-cta .overlay {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.site-cta:hover .overlay {
	background: rgba(0, 0, 0, 0.3);
}

.site-cta:hover>div {
	/*	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);*/
}

.site-cta>div {
	background: rgba(0, 0, 0, 0.5);
	background: rgb(255, 255, 255);
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	padding: 35px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;

}


.site-cta .desc {
	opacity: 0;
	transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}

.site-cta:hover .desc {
	opacity: 1;

}

#site-cta .col-sm-4:first-child {
	padding-left: 0;
}

#site-cta .col-sm-4:nth-child(3) {
	padding-right: 0;
}

.byblos-underline {
	display: block;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('../images/border_striped_horizontal.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

.site-cta .fa {}

.site-cta h3 {
	font-size: 20px;
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	position: relative;
	font-weight: 600;
	text-shadow: 1px 1px rgb(70, 70, 70);
	text-transform: uppercase;
	height: 40px;
}

/*-- Top Banner --*/
#top-banner {
	padding: 15px 0 0 0;
	background: #fff;
	min-height: 100px;
	margin: 20px 0;
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	padding: 20px;
}

#top-banner .textwidget {
	font-weight: 400;
}

#top-banner .top-banner-text {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 200;
}

#top-banner .date,
#top-banner .author {
	font-size: 16px;
}

#top-banner .top-banner-text h2 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;

}

#top-banner #sc_byblos_recent_posts>div {
	margin-bottom: 30px;

}

#top-banner #sc_byblos_recent_posts img {
	width: 100%;
}

#top-banner #sc_byblos_recent_posts img:hover {}

#top-banner #sc_byblos_recent_posts .col-sm-3 {
	overflow: hidden;

}

#top-banner #sc_byblos_recent_posts .col-sm-3>div {
	position: relative;

	/*	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;*/
	/*overflow: hidden;*/
}

#top-banner #sc_byblos_recent_posts .col-sm-3>div:hover {
	/*	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); */
}

#top-banner #sc_byblos_recent_posts .col-sm-3>div img {
	/*height: 100%;*/
}

#top-banner #sc_byblos_recent_posts .col-sm-3>div img:hover {}

#top-banner .top-banner-text .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

#top-banner .top-banner-text .overlay:hover {
	background: rgba(0, 0, 0, 0);
}

/*-- site content --*/
article {
	background: rgb(255, 255, 255);
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	padding: 20px;
}

#content {
	/*padding-top: 30px;*/
}

.site-content-wrapper {
	margin-left: 300px;
	background: #fff;
	position: relative;
}

.site-content-wrapper .header_banner {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
}

.site-content-wrapper .header_banner .footer_inquiry_top {}

.site-content-wrapper .header_banner .footer_inquiry_top .link_btn_top {
	width: 100%;
	background: #fc9242;
	padding: 10px;
	border-radius: 0 0 20px 20px;
	border-bottom: 1px solid #aaa;
}

.site-content-wrapper .header_banner .footer_inquiry_top .link_btn_top a {
	color: #fff;
}


.site-content-wrapper .page-content {
	padding-left: 15px;
	padding-right: 15px;
}

/*-- sidebar recent posts --*/
#secondary .widget_sc_recent_posts_widget #sc_byblos_recent_posts .col-sm-3 {
	width: 100%;
}

#secondary .widget_sc_recent_posts_widget #sc_byblos_recent_posts .col-sm-3 img {
	float: left;
	width: 75px;
}

#secondary #sc_byblos_recent_posts .date,
#secondary #sc_byblos_recent_posts .author {
	display: none;
}

#secondary #sc_byblos_recent_posts .overlay {
	padding-left: 80px;
}

#secondary #sc_byblos_recent_posts .col-sm-3 {
	margin-bottom: 10px;
}

/*#top-banner #sc_byblos_recent_posts*/
/*-- Site Footer --*/
@media only screen and (min-height: 762px) {
	.sc_footer {
		/* padding: 30px 30px 10px 30px; */
		text-align: center;
		font-size: 12px;
		color: #666;
		position: absolute !important;
		bottom: 0;
	}
}

.sc_footer {
	margin: 0 auto;
	text-align: center;
	color: #666;
	display: contents;
}

.sc_footer h1 {
	font-size: 22px;
	margin: 20px 0 5px 0;
}

.sc_footer p {
	font-size: 16px;
	margin-bottom: 1.5em;
}

.padding-bottom {
	padding-bottom: 75px;
}


.site-footer {

	background: rgb(245, 245, 214);

}

.site-footer .site-info {
	background: rgb(245, 245, 245);
	border-top: 2px solid rgb(230, 230, 230);
}

.site-footer .footer-boxes {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.site-footer .footer-boxes .textwidget {
	margin-top: 15px;
}

.site-footer .footer-boxes .widget:first-child {
	padding-left: 0;
}

.site-footer .footer-boxes .widget .inner {
	background: rgb(255, 255, 255);
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	padding: 20px;
}

.site-footer .col-md-6 {
	padding: 20px 10px 20px 0;
}

.scroll-top {
	/*font-size: 26px;*/
	width: 30px;
	height: 30px;
	margin: 7px 5px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border: 1px solid #e0e0e0;
	color: #e0e0e0;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.scroll-top:hover {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

/*-- page --*/
.page-content {
	padding-bottom: 20px;
}

.page-title {
	background: #222222 url('../images/left-cross.png');
	margin-left: 300px;
	margin-right: -15px;
	font-size: 32px;
	color: #e0e0e0;
	padding: 30px 0;
}

.col-md-12 .row {
	width: fit-content;
    margin: 0 auto;
}

.page .entry-content {}

.blog-content {
	padding-top: 20px;
}

.blog .blog-content {
	padding-top: 15px;
}

.item-page {
	padding-top: 10px;
	margin-bottom: 15px;
}

.item-page.col1 {
	width: 100%;
}

.page-content .col-md-9 {
	overflow: hidden;
}

@media(max-width: 991px) {

	.page-title {
		margin-left: -15px;
		margin-top: 95px;
	}
}

@media(max-width: 767px) {

	.page-title {
		margin-top: 60px;
	}
}


/*-- Blog --*/
.blogroll {
	margin-top: 20px;
}

.item-post {
	overflow: hidden;
	color: rgb(82, 82, 82);
	width: 32%;
	/*	margin-left: 1%;*/
	margin-bottom: 15px;
	float: left;
	position: relative;
	transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	opacity: 0;
}

.item-home .inner .item-post {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.item-post.full-size {
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

.item-post:hover .wp-post-image {
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

.item-post:hover .post-title {}

.item-post .wp-post-image {
	width: 100%;
	transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}

.item-post .col-sm-8.featured_none {
	width: 100%;
}

.item-post .post-title {
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	position: absolute;
	bottom: -50px;
	right: 5px;
	width: auto;
	background: #fff;
	padding: 3px 10px 5px 10px !important;
	display: none;

}

.item-post .post-thumb {
	padding-top: 15px;

}

.item-post .post-thumb img {
	width: 100%;
	width: 100%;
}

.single-title {}

.single-title>div.row {
	padding-left: 30px;
}

.single .wp-post-image {
	padding: 0 0px 20px 20px;
	width: 50%;
	float: right
}

.single .post-title,
.item-page .post-title {
	margin-top: 0;
	font-weight: 400;
	margin-top: 5px;
	text-transform: uppercase;
	padding: 0;
}

.nav-next .meta-nav,
.nav-previous .meta-nav {
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.meta-nav .fa {
	font-size: 17px;
}

.wp-post-image {
	float: left;
}



/*-- sidebar --*/
.byblos-sidebar .widget {
	overflow: hidden;
	background: rgb(255, 255, 255);
	color: rgb(82, 82, 82);
	border: 1px solid rgb(234, 234, 234);
	margin-bottom: 20px;
	padding: 0 15px 15px 15px;
}

.byblos-sidebar .widget .textwidget {}

.byblos-sidebar .widget .widget-title {
	padding: 10px 0 0px 0;
}

.byblos-sidebar .widget_search {
	padding: 20px;
}

.widget-area .search-field {
	width: 100%;
	padding-left: 5px;
}

.widget-title {
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 5px;
	text-transform: uppercase;
}

.widget-area ul {
	margin: 0;
}

.widget-area ul li {
	list-style-type: none;
	padding-left: 0;
	/* border-bottom: 1px solid #E6E6E6; */
	font-size: 16px;
	width: 49%;
	float: left;
}

.widget-area ul li a {
	font-size: 16px;
	padding: 7px 0;
	transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	/*display: block;*/
}

.widget-area ul li a:hover {}

#tasty-mobile-toggle {
	display: none;
}

#tasty-mobile-toggle .fa_position {
	position: relative;
	top: 9px;
}

#tasty-mobile-toggle .fa-bars p {
	position: absolute;
	top: -27px;
	left: 9px;
	font-size: 19px;
}

br.view_pc {
	display: block;
}

br.view_sp {
	display: none;
}



/*-- Responsive --*/
@media(min-width: 1170px) {
	.row {
		width: 1170px;
	}

	#sc-slider-banner {}

	#sc-slider-banner .sc-slider-banner {}
}

@media(max-width: 1169px) {

	/*	.site-branding .row [class*="col-"], .site-title{
	line-height: initial;
	}*/
	#comments {
		padding: 0 15px;
	}

	#sc-slider-banner {
		/*top: 15%;*/

	}

	#sc-slider-banner .sc-slider-banner {
		width: 100%;
	}

}

@media(min-width: 992px) {
	.site-branding-mobile {
		display: none;
	}
}

@media(max-width: 991px) {

	header#masthead {
		position: fixed;
		top: 0;
		z-index: 9999;
	}

	.item-page {
		/*margin-left: 15px;*/
		/*margin-right: 15px;*/
		margin-bottom: 15px;
	}

	.item-post .post-title {
		display: initial;
		bottom: 0;
		right: 0;
		line-height: 16px;
	}

	.site-branding {
		display: none;
	}

	.site-content-wrapper {
		margin-left: 0;
		margin-top: 95px;
	}

	.site-footer {
		margin-left: 0;
		width: 100%;
	}

	#tasty-mobile-toggle {
		display: inline-block;
		float: left;
		cursor: pointer;
		/*border: 1px solid rgba(0, 0, 0, 0);*/
		/*width: 80px;*/
		line-height: 60px;
		font-size: 28px;
		position: relative;
		text-align: center;
		height: 60px;
	}

	#tasty-mobile-toggle .menu {
		display: none;
		background-color: #f5f5d6;
		margin-left: 0;
		position: fixed;
		width: 100%;
		/* box-shadow: 0 0 3px rgb(51, 51, 51); */
		/* -moz-box-shadow: 0 0 3px rgb(51, 51, 51); */
		/* -webkit-box-shadow: 0 0 3px rgb(51, 51, 51); */
		z-index: 99;
		padding-left: 0px;
		list-style: none;
		top: 60px !important;
	}

	#tasty-mobile-toggle .menu>ul {
		margin: 0;
	}

	#tasty-mobile-toggle .menu li {
		width: auto;
		list-style: none;
		list-style-type: none;
		line-height: 30px;
	}

	#tasty-mobile-toggle .menu li a {
		font-size: 14px;
		text-align: left;
		padding: 3px 5px;
		display: block;
		line-height: 30px;
		color: #000;
		padding-left: 28px;

	}

	#tasty-mobile-toggle .menu li a:hover,
	#tasty-mobile-toggle .menu li.current-menu-item a {
		background-color: #fc9242;
		color: #fff;
	}

	#menu-item-1362 {
		display: block;
	}

	#tasty-mobile-toggle .menu .menu-item-1362 a:hover {
		background-color: #f5f5d6 !important;
	}

	#tasty-mobile-toggle:hover {}

	#tasty-mobile-toggle .fa {
		line-height: 60px;
		height: 60px;
		width: 60px;
		font-size: 35px;
	}

	#tasty-mobile-toggle .fa.active {
		color: #fff;
	}

	#tasty-mobile-toggle ul.sub-menu li ul.sub-menu {
		background-color: rgba(0, 0, 0, 0.15);
	}

	#tasty-mobile-toggle ul.sub-menu li a {
		padding-left: 45px;
	}

	#tasty-mobile-toggle ul.sub-menu li ul.sub-menu li a {
		padding-left: 60px;
	}

	#tasty-mobile-toggle ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
		padding-left: 75px;
	}

	.site-branding-mobile .col-xs-2 {
		padding-left: 0;
		float: inherit !important;
	}

	.site-branding-mobile .col-xs-10 {
		float: inherit !important;
	}

	#sc-slider-banner {

		/*top: 20%;*/
		width: 100%;
	}

	.site-branding-mobile {
		/*display: block;*/
		overflow: hidden;
		height: 95px;
	}

	.site-branding-mobile .site-title-mobile {
		line-height: 60px;
		height: 60px;
		text-align: center;
		padding-right: 16.66666667%;
		display: inline-block;
	}

	.site-title-mobile img#sc_logo {
		height: 70px;
		width: auto;
	}

	.site-branding-mobile.dark #tasty-mobile-toggle .fa {
		color: #fc9242;
	}

	#tasty-mobile-toggle .sub-menu {
		margin-left: 0;
	}

	#tasty-mobile-toggle .sub-menu li a {
		padding-left: 28px;
	}

	#tasty-mobile-toggle .sub-menu .sub-menu li a {
		padding-left: 40px;
	}

	.site-footer .footer-boxes .widget:first-child {
		padding-left: 15px;
	}

}

@media(min-width: 801px) and (max-width: 1169px) {
	#site-navigation.main-navigation li a {
		font-size: 13px;
	}
}

@media(max-width : 801px) {
	.site-title {
		margin-left: 0;
	}

	#site-cta {
		position: initial;
		top: 0;
		margin-bottom: 0;
		width: 100%;
	}

	.site-content-wrapper {}

	#site-navigation {
		display: none;
	}

	#site-toolbar {
		display: none;
	}

	.site-branding {
		top: 0;
	}

	.site-branding .col-xs-3 {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.site-branding .menu-bar,
	.site-branding .search-bar {
		display: none;
	}

	.col4 {
		width: 100%;
	}

	.site-cta {
		margin-bottom: 15px;
	}

	#site-cta .col4.mid {
		margin-left: 0;
		margin-right: 0;
	}

	#site-cta .col4.mid {
		margin-bottom: 15px;
	}

	#site-cta {
		margin: 0px;
	}
}

@media (min-width: 601px) and (max-width: 800px) {}

@media (max-width: 601px) {
	#site-cta .main-heading {
		font-size: 28px;
		line-height: 30px;
	}

	.sc-slider-wrapper .camera_caption {
		font-size: 14px;
		line-height: 14px;
	}

	/*	.item-post{
	width: 49%;
	}*/
	#sc-slider-banner {}

	#sc-slider-banner .sc-slider-banner {}

	#sc-slider-banner h2 {
		font-size: 22px;
		line-height: 28px;
	}

	#sc-slider-banner p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#sc-slider-banner h2 {
		font-size: 22px;
		line-height: 24px;
	}

	#sc-slider-banner {
		max-height: 150px;
		padding: 10px;
	}

	#sc-slider-banner .button-primary {
		font-size: 12px;
		padding: 0px 5px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.sc-slider-wrapper .camera_caption {
		bottom: 84px;
		bottom: 150px;
	}

	.sc-slider-wrapper .camera_caption>div span {
		font-size: 18px;
		line-height: 20px;
	}

	.camera_pag {
		display: none
	}
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-bottom: 20px;
}

.bs_nopad {
	padding: 0px !important
}

#byblos-page-jumbotron {
	width: 100%;
	background-size: cover;
	height: 300px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.15);
	/* box-shadow: 1px 1px 5px #000; */
	/* -moz-box-shadow: 1px 1px 5px #000; */
	/* -webkit-box-shadow: 1px 1px 5px #000; */
	position: relative;
	z-index: 2;
	display: table;
}

div#byblos-page-jumbotron header.entry-header {
	display: table-cell;
	vertical-align: middle;
}

#byblos-page-jumbotron .entry-title {
	text-align: center;
	color: #fff;
	font-size: 46px;
	z-index: 999;
	position: relative;
	/*	text-shadow: 1px 2px rgb(51, 51, 51);*/
	line-height: normal;
}

.parallax-window {}

.parallax-mirror {
	z-index: 1 !important;
}

.grid-sizer,
.item-home .inner .item-post {
	width: 32%;
	margin-left: 0;
}

.gutter-sizer {
	width: 2%;
}

.error404 .page-content {
	margin-top: 15px;
	padding-bottom: 0;
}

.error404 .item-page {
	text-align: center;
	margin-bottom: 0;
}

.error404 .item-page i.fa {
	margin-top: 50px;
	font-size: 70px;
	margin-bottom: 30px;
}

.error404 .item-page h2 {
	font-size: 50px;
	margin-bottom: 30px;
}

.error404 .item-page h3.page-subtitle {
	margin-bottom: 50px;
}

.sc_team_single_member .wp-post-image {
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

.sc_team_single_member .sc_single_side .name {
	line-height: 24px;
	margin-bottom: 0;
}

.sc_team_single_member .sc_single_side .social {
	text-align: center;
}


.sc_team_single_member .sc_single_main,
.sc_team_single_member .inner {
	background: #fff;
	border: 1px solid rgb(234, 234, 234);
}


.view_pc {
	display: block;
}

.view_sp {
	display: none !important;
}

h2.back_slanting {
	background-color: #138dc830;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 10px 0;
	text-shadow: 0 1px #fff, 1px 0 #fff, 0 0 15px #138dc8;
	letter-spacing: 8px;
}


/* -------------------------------------------------------------------
Header Area
------------------------------------------------------------------- */
.header_area {
	width: 100%;
	height: 300px;
	position: relative;
}

.header_area .header_image {}

.header_area .header_image img {
	width: 100vw;
	height: 300px;
	object-fit: cover;
	object-position: bottom center;
}

.header_area .entry-header {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.header_area .entry-header h1 {
	color: #fff;
	letter-spacing: 10px;
	text-shadow: 0 1px #000, 1px 0 #000, 0 0 15px #000;
}

/* -------------------------------------------------------------------
Sub Page content
------------------------------------------------------------------- */
.sub_page-content {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

.sub_-page-content-single {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: table;
}

.sub_page-content_margin {
	margin-top: 40px;
	margin-bottom: 40px;
}

.sub_page-content h1 {
	text-align: center;
	line-height: unset;
	font-size: 36px;
}

.sub_page-content h2 {
	text-align: center;
	line-height: unset;
}

.sub_page-content h2.small {
	font-size: 16px;
	text-align: center;
	line-height: unset;
}

.sub_page-content p {
	/*	font-size:16px; */
	text-align: center;
	line-height: unset;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.sub_page-content p.top_info {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	margin: 0;
	margin-top: 0;
}

.sub_page-content p.top_sub_info {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}


.alliance_bottom {
	margin: 50px auto;
}

.alliance h2 {
	line-height: 1.4;
	font-size: 26px;
	color: #ff6600;
	font-weight: bold;
}

.sub_page-content .alliance_area {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
	text-align: center;
}

.alliance_area .alliance_item {
	width: 18%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
}

.alliance_item a {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.alliance_item img {
	height: 115px;
	margin: 0 auto;
	object-fit: scale-down;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.alliance_item img.alliance_img {
	height: 180px;
}

.alliance_item a:hover img {
	opacity: 0.6;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.55));
}

.alliance_box {
	display: flex;
}

.alliance_box>div {
	width: 45%;
	margin: 0 auto;
}

.alliance_box .alliance_area .alliance_item {
	width: 100%;
}

.alliance_box img {
	height: 121px;
}

.about_area .outer_sub_info,
.sub_page-content .outer_sub_info {
	text-align: center;
}

.about_area .inner_sub_info_90,
.sub_page-content .inner_sub_info_90 {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	display: inline-block;
	width: 95%;
}

.about_area .inner_sub_info,
.sub_page-content .inner_sub_info {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	display: inline-block;
}

.sub_page-content .top_sub_info_zeirishi_main {
	width: 100%;
	height: 100%;
	display: inline-block;
	margin: 20px 0;
}

.sub_page-content .top_sub_info_zeirishi {
	width: 49%;
	height: 150px;
	display: inline-flex;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	color: #555;
	font-weight: normal;
	background-color: #138dc8;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
}

.sub_page-content .top_sub_info_zeirishi .top_sub_info_zeirishi_inner {
	background: #fff;
	padding: 15px;
	height: 130px;
	width: 100%;
}

.sub_page-content .top_sub_info_daikou {
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	color: #555;
	font-weight: normal;
	background-color: #138dc8;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
}

.sub_page-content .top_sub_info_daikou_small {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	color: #555;
	font-weight: normal;
	background-color: #138dc8;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255)), color-stop(.75, rgba(255, 255, 255)), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
}

.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner,
.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner {
	background: #fff;
	padding: 15px;
	width: 100%;
	margin: 0 auto;
}

.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner th {
	padding: 5px;
}

.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner th {
	padding: 5px;
	width: 35px;
}

.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner td,
.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner td {
	padding: 5px 10px 5px 5px;
	color: #000;
}


.sub_page-content .daikou_link_area {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.sub_page-content .daikou_link_area::before,
.sub_page-content .daikou_link_area::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.sub_page-content .daikou_link_area,
.sub_page-content .daikou_link_area::before,
.sub_page-content .daikou_link_area::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.sub_page-content .daikou_link_area a {
	color: #fff;
	width: 100%;
	display: table;
}

.sub_page-content .daikou_link_area {
	position: relative;
	z-index: 2;
	background-color: #fc9242;
	border: 2px solid #fc9242;
	color: #fff;
	line-height: 50px;
	text-align: center;
	display: table;
	margin: 20px 0;
	margin: 0 auto;
	margin-top: 20px;
	height: 100%;
}

.sub_page-content .daikou_link_area:hover {
	background-color: #fff;
	border-color: #b6dcee;
	color: #b6dcee;
}

.sub_page-content .daikou_link_area:hover a {
	color: #b6dcee;
}

.sub_page-content .daikou_link_area::before,
.sub_page-content .daikou_link_area::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fc9242;
}

.sub_page-content .daikou_link_area::before {
	top: 0;
}

.sub_page-content .daikou_link_area::after {
	bottom: 0;
}

.sub_page-content .daikou_link_area:hover::before,
.sub_page-content .daikou_link_area:hover::after {
	height: 0;
	background-color: #b6dcee;
}


.top_merit {
	width: 100%;
	margin: 10px 0;
}

.top_merit h3 {
	color: #138dc8;
	font-size: 22px;
	text-align: center;
}

.top_merit p {
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 20px;
}

.sub_page-content .content_area {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.sub_page-content .content_area h3 {
	text-align: center;
	padding: 10px 0;
}

.sub_page-content .content_area .service_image_area {
	width: 50%;
}

.sub_page-content .content_area .service_text_area {
	width: 50%;
}

.sub_page-content .content_area .service_text_area_center {
	width: 100%;
}

.sub_page-content .content_area .service_text_area_center h3,
.sub_page-content .content_area .service_image_area h3,
.sub_page-content .content_area .service_text_area h3 {
	text-align: left;
}

.sub_page-content .content_area .service_text_area_center ul,
.sub_page-content .content_area .service_image_area ul,
.sub_page-content .content_area .service_text_area ul {
	list-style: none;
	margin: 0 0 0 20px;
}

.sub_page-content .content_area .service_text_area_center ul li,
.sub_page-content .content_area .service_image_area ul li,
.sub_page-content .content_area .service_text_area ul li {
	font-size: 18px;
}

.sub_page-content table.company_info {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #aaa;
	margin-top: 20px;
}

.sub_page-content table.company_info th {
	text-align: left;
	font-weight: normal;
	padding: 15px 10px;
	vertical-align: middle;
	background: #b5c8e1;
	color: #345887;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	min-width: 250px;

}

.sub_page-content table.company_info td {
	text-align: left;
	font-weight: normal;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 100%;
}

.sub_page-content table.company_info td span.small {
	font-size: 14px;
}


.sub_page-content table.company_access {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.sub_page-content table.access_sendai {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}


table.company_access th.sub_title {
	margin: 0;
	width: 100%;
}

table.company_access th {
	display: inline-block;
	width: 48%;
	margin: 1%;
	margin-bottom: 5%;
}

table.company_access td {
	vertical-align: middle;
	padding-bottom: 5%;
	padding-left: 20px;
}

.sub_page-content .access_table_wrap p {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}

div.access_table_wrap h3 {
	margin: 0 auto;
}

div.ac_sendai_wrap {
	width: 90%;
	margin: 20px auto 0;
}

h4.ac_txt_floor {
	padding: 8px 12px;
	background: #f70;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin: 10px auto;
}

table.company_access p {
	text-align: left;
	font-weight: bold;
}

div.access_sendai_branch_contain {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}

div.access_sendai1f {
	margin-right: 10px;
}

div.access_sendai_branch_contain div.box {
	margin: 0 auto;
}


div.access_sendai_branch_contain div.box p {
	margin: 20px auto;
	height: 100px;
}

div.access_sendai_branch_contain div.box p.ac_sendai_txt_bottom {
	height: 30px;
	font-weight: normal;
}

div.access_sendai_branch_contain div.box_arrow::after {
	color: #7ABFE0;
	font-weight: bold;
	content: '\f078';
	font-family: "FontAwesome";
	display: block;
	text-align: center;
	margin: 20px;
	font-size: 30px;
}

div.access_table_wrap p.ac_sendai_txt {
	font-weight: normal;
}

.access_arrow {
	width: 350px;
	height: auto;
	margin: 30px auto;
}

table.company_access.access_sendai th {
	width: 100%;
}

table.company_access.access_sendai td {
	width: 60%;
}

table.company_access th.img_large {
	width: 100%;
	margin: 3% 5px 5%;
}

.top_sub_info_kityou {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	color: #555;
	font-weight: normal;
}

.top_sub_info_kityou table.top_sub_info_kityou_inner {
	padding: 15px;
	width: 100%;
	margin: 0 auto;
}

.top_sub_info_kityou table.top_sub_info_kityou_inner img {
	width: 100%;
	padding-right: 5%;
}

.top_sub_info_kityou table.top_sub_info_kityou_inner tr.sub_title th {
	padding-bottom: 1%;
}

.top_sub_info_kityou table.top_sub_info_kityou_inner th {
	width: 65%;
}

.top_sub_info_kityou table.top_sub_info_kityou_inner td {
	vertical-align: top;
}

.widh100 {
	margin-top: 10px;
	width: 100% !important;
	float: none !important;
}

/* -------------------------------------------------------------------
Text Area
------------------------------------------------------------------- */
.text_area {
	margin: 10px 0;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	display: table;
}

.text_area .sub_text_area {
	width: 33.3%;
	float: left;
	padding: 0 10px;
}

.text_area .sub_text_area img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.text_area .sub_text_area p {}

span.new-mark {
	position: absolute;
	left: 0;
	color: #fff;
	background: #f00;
	padding: 1px 3px;
	font-weight: bold;
}

span.news_space {
	margin-left: 40px;
}

.hover_effect {
	position: relative;
	float: left;
	margin: 10px 1%;
	width: 100%;
	color: #ffffff;
	text-align: left;
	background-color: #000000;
	font-size: 16px;
}

.hover_effect * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.hover_effect img {
	position: relative;
	max-width: 100%;
	vertical-align: top;
}

.hover_effect figcaption {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	padding: 20px 30px;
}

.hover_effect figcaption:before,
.hover_effect figcaption:after {
	width: 4px;
	height: 0;
}

.hover_effect figcaption:before {
	right: 0;
	top: 0;
}

.hover_effect figcaption:after {
	left: 0;
	bottom: 0;
}

.hover_effect h3,
.hover_effect p {
	line-height: 1.5em;
}

.hover_effect h3 {
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.hover_effect p {
	font-size: 15px;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
}

.hover_effect a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.hover_effect:before,
.hover_effect:after,
.hover_effect figcaption:before,
.hover_effect figcaption:after {
	position: absolute;
	content: '';
	background-color: #ed7d31;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0.8;
}

.hover_effect:before,
.hover_effect:after {
	height: 4px;
	width: 0%;
}

.hover_effect:before {
	top: 0;
	left: 0;
}

.hover_effect:after {
	bottom: 0;
	right: 0;
}

.hover_effect:hover img,
.hover_effect.hover img {
	opacity: 0.4;
}

.hover_effect:hover figcaption,
.hover_effect.hover figcaption {
	opacity: 1;
}

.hover_effect:hover figcaption:before,
.hover_effect.hover figcaption:before,
.hover_effect:hover figcaption:after,
.hover_effect.hover figcaption:after {
	height: 100%;
}

.hover_effect:hover:before,
.hover_effect.hover:before,
.hover_effect:hover:after,
.hover_effect.hover:after {
	width: 100%;
}

.hover_effect:hover:before,
.hover_effect.hover:before,
.hover_effect:hover:after,
.hover_effect.hover:after,
.hover_effect:hover figcaption:before,
.hover_effect.hover figcaption:before,
.hover_effect:hover figcaption:after,
.hover_effect.hover figcaption:after {
	opacity: 0.1;
}



.map-content {
	width: 100%;
	margin: 0 auto;
	display: table;
}

.map-content h2 {
	text-align: center;
	line-height: unset;
}

.map-content h2.small {
	font-size: 16px;
	text-align: center;
	line-height: unset;
}

.map-content .harf_content {
	width: 100%;
	height: 100%;
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

.map-content .harf_content .map_area {
	width: 50%;
}

.map-content .harf_content .map_area iframe {
	padding: 0 10px;
}

.map-content .harf_content .map_text_area {
	width: 50%;
}

.map-content .harf_content .map_text_area h3 {}

.map-content .harf_content .map_text_area p {
	text-align: left;
	padding-left: 20px;
}

.main-navigation {
	float: none !important;
}

.sub_menu_area {
	width: 100%;
	height: 100%;
}

.social-bar {
	padding: 20px 0 0 0;
}

.contact-bar {
	padding: 20px 10px 0 10px;
}

.contact-bar p {
	margin: 0 auto;
	line-height: 30px;
}

img.sns_icon {
	width: 15%;
}

.clear_flex {
	clear: both;
}

.link_btn {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.link_btn a {
	padding: 10px 40px;
	background: rgba(237, 125, 49);
	border: 1px solid rgba(237, 125, 49);
	color: #fff !important;
	transition: background-color 0.5s linear;
}

.link_btn a:hover {
	background: #fff;
	color: rgba(237, 125, 49) !important;
	transition: background-color 0.5s linear;
}

hr.dotted_under {
	border: 1px solid #138dc8;
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0;
	background: #fff;
}

hr.dotted_under_service {
	border: 1px solid #aaa;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0;
	background: #fff;
	overflow: hidden;
	box-sizing: inherit;
}

/* .access_link {
	display: inline-block;
	font-size: 1.4rem;
	color: inherit;
	margin-top: 10px;
	padding: 8px 17px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 20px;
}

.access_link:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.access_link:hover,
.access_link:hover a {
	color: #fff;
	text-decoration: none;
}

.access_link p {
	margin: 0;
	position: relative;
	padding-left: 20px;
} */

i.fas.fa-angle-double-right {
	position: absolute;
	top: 20%;
	right: 12.5em;
}

/* .access_link:hover i.fas.fa-angle-double-right {
	animation: arrow .4s;
} */

.access_link_company {
	margin-left: 0;
	margin-bottom: 10px;
}

/* -------------------------------------------------------------------
Gift Area
------------------------------------------------------------------- */
h3.gift_box {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4.gift_box {
	text-align: center;
	padding: 0;
	margin: 0;
}

h5.gift_box {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
}

.gift_box_area {
	width: 100%;
	height: 100%;
	display: table;
	margin-bottom: 20px;
}

.gift_box_area .gift_img_area {
	width: 40%;
	float: left;
	height: 100%;
}

.gift_box_area .gift_img_area img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.gift_box_area .gift_text_area {
	width: 60%;
	float: right;
	padding: 0 10px;
}

.gift_box_area .gift_text_area p {
	text-align: left;
	margin: 0 auto;
}

.gift_wrap {
	margin: 10px 0;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	display: table;
}

.gift_wrap .gift_area {
	width: 33.3%;
	float: left;
	padding: 0 10px;
}

.gift_wrap .gift_area img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.gift_wrap .gift_area p {}

/* -------------------------------------------------------------------
Cake & Sweets
------------------------------------------------------------------- */
.cake_sweets {
	width: 100%;
	height: 100%;
	display: table;
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------
Side Menu Mail Magazine
------------------------------------------------------------------- */
p.s2email_small,
p.s2_message {
	font-size: 16px;
	margin-bottom: 10px;
}

p.s2email_small input[type="email"] {
	width: 100%;
}

input[type="submit"].s2email_small {
	font-size: 16px !important;
}

#s2_form_widget-2 {
	margin: 0 auto;
}

/* -------------------------------------------------------------------
Meta Slider
------------------------------------------------------------------- */
.metaslider .caption-wrap {
	top: 50%;
	left: 50% !important;
	width: 100% !important;
	background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.0)) !important;
	opacity: 1 !important;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.metaslider .caption {
	padding: 0 !important;
	word-wrap: break-word;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.metaslider .caption h1 {
	font-size: 40px;
	color: #138dc8;
}

.metaslider .caption h1 span {
	font-size: 50px;
	padding: 0 5px;
	color: #ed9405;
}

.metaslider .caption h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 45px;
}


/* -------------------------------------------------------------------
News posts loop
------------------------------------------------------------------- */
.su-posts-news-loop {}

.su-posts-news-loop .su-post {
	margin-bottom: 15px;
	line-height: 1.5;
	width: 25%;
	float: left;
	padding: 0 10px;
}

.su-posts-news-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}

.su-posts-news-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	margin-right: 1em;
}

.su-posts-news-loop .su-post-thumbnail img {
	width: 95%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

.su-posts-news-loop h2.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 20px;
	font-weight: bold;
}

.su-posts-news-loop h2.su-post-title a {
	color: #000;
}

.su-posts-news-loop .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.su-posts-news-loop .su-post-excerpt {
	margin-bottom: 0.5em;
}

.su-posts-news-loop .su-post-excerpt p {
	font-size: 14px;
}

.su-posts-news-loop .su-post-excerpt p:last-child {
	margin-bottom: 0;
}

.su-posts-news-loop .su-post-comments-link {
	font-size: 0.9em;
}

.su-posts-teaser-loop {}

.su-posts-teaser-loop .su-post {
	margin-bottom: 1.5em;
	line-height: 1.2;
}

.su-posts-cake-loop {}

.su-posts-cake-loop>ul {
	width: 100%;
	list-style: none;
	margin: 0;
	height: 100%;
	display: table;
}

.su-posts-cake-loop>ul>li {}

.su-posts-cake-loop .su-post {
	margin-bottom: 15px;
	line-height: 1.5;
	width: 25%;
	float: left;
	padding: 0 10px;
}

.su-posts-cake-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}

.su-posts-cake-loop .image_area {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	margin-right: 1em;
}

.su-posts-cake-loop .image_area img {
	width: 95%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

.su-posts-cake-loop h2.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 20px;
	font-weight: bold;
}

.su-posts-cake-loop h2.su-post-title a {
	color: #000;
	font-size: 16px;
}


.su-posts-cake-loop-sub {
	padding: 20px;
	background: #eee;
}

.su-posts-cake-loop-sub .main-title {
	padding: 5px 0;
}

.su-posts-cake-loop-sub .main-title h2 {
	color: #ff6600;
}

.su-posts-cake-loop-sub>ul {
	width: 100%;
	list-style: none;
	margin: 0;
	height: 100%;
	display: table;
}

.su-posts-cake-loop-sub>ul>li {}

.su-posts-cake-loop-sub .su-post {
	line-height: 1.5;
	width: 33.3%;
	float: left;
	padding: 0 2px;
}

.su-posts-cake-loop-sub .su-post:after {
	content: '';
	display: table;
	clear: both;
}

.su-posts-cake-loop-sub .image_area {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}

.su-posts-cake-loop-sub .image_area img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center center;
	padding: 0;
}

.su-posts-cake-loop-sub h2.su-post-title {
	clear: none;
	margin: 0 0 0.3em 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.su-posts-cake-loop-sub h2.su-post-title a {
	color: #000;
	font-size: 16px;
}

/* -------------------------------------------------------------------
News posts All loop
------------------------------------------------------------------- */
.su-posts-news-all-loop {}

.su-posts-news-all-loop .su-post {
	margin-bottom: 15px;
	line-height: 1.5;
	width: 80%;
	padding: 0 10px;
	margin: 0 auto;
}

.su-posts-news-all-loop .su-post:after {
	content: '';
	display: table;
	clear: both;
}

.su-posts-news-all-loop .su-post .image_area {
	width: 40%;
	float: left;
	position: relative;
}

.su-posts-news-all-loop .su-post .image_area .ribbon_area {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.su-posts-news-all-loop .su-post .image_area .shop_name_box {
	display: inline-block;
	position: absolute;
	padding: 15px 0;
	left: 0;
	top: 10px;
	width: 150px;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	background: linear-gradient(to right, #f5f5d6 0%, #f5f5d6cc 100%);
	color: #000;
	text-shadow: 0 2px 2px #f0f001;
	font-weight: bold;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.su-posts-news-all-loop .su-post-thumbnail {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}

.su-posts-news-all-loop .su-post-thumbnail img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center center;
}

.su-posts-news-all-loop .text_area {
	width: 100%;
	padding: 0 10px;
}

.su-posts-news-all-loop .text_area h4 {
	text-align: center;
}

.su-posts-news-all-loop h2.su-post-title {
	clear: none;
	margin: 0.3em 0;
	font-size: 20px;
	font-weight: bold;
	text-align: left !important;
}

.su-posts-news-all-loop h2.su-post-title a {
	color: #000;
}

.su-posts-news-all-loop .su-post-meta {
	margin-bottom: 0.7em;
	font-size: 0.8em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.su-posts-news-all-loop .su-post-excerpt {
	margin-bottom: 0.5em;
}

.su-posts-news-all-loop .su-post-excerpt p {
	font-size: 14px;
	text-align: left !important;
}

.su-posts-news-all-loop .su-post-excerpt p:last-child {
	margin-bottom: 0;
}

.su-posts-news-all-loop .su-post-comments-link {
	font-size: 0.9em;
}

.su-posts-news-all-loop table.news_all_loop {
	margin: 0;
}

.su-posts-news-all-loop table.news_all_loop th {
	position: relative;
	width: 20%;
	min-width: 150px;
	font-weight: normal;
	border-bottom: 2px dotted #aaa;
	white-space: nowrap;
	padding-left: 40px;
}

.su-posts-news-all-loop table.news_all_loop td {
	font-weight: normal;
	border-bottom: 2px dotted #aaa;
	padding: 0 5px;
}

.su-posts-news-all-loop table.news_all_loop td a {
	font-weight: normal;
}

/* -------------------------------------------------------------------
Performance Ultimate
------------------------------------------------------------------- */
.su-posts-performance {}

.su-posts-performance .main_performance {
	width: 100%;
	height: 100%;
	display: table;
	margin: 20px 0;
	border-bottom: 3px solid #aaa;
}

.su-posts-performance .main_performance .text_area_performance {
	width: 60%;
}

.su-posts-performance .main_performance .text_area_performance h2 {
	text-align: left !important;
}

.su-posts-performance .main_performance .text_area_performance h3 {
	font-size: 18px;
	padding: 10px 0;
}

.su-posts-performance .main_performance .text_area_performance p {
	text-align: left;
	padding-left: 15px;
	margin: 10px 0;
}

.su-posts-performance .main_performance .company_area_performance {
	width: 40%;
	text-align: center;
}

.su-posts-performance .main_performance .company_area_performance img {}

.su-posts-performance .main_performance .company_area_performance table.company_table {
	width: 90%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.su-posts-performance .main_performance .company_area_performance table.company_table th {
	width: 100%;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background-color: #138dc8;
}

.su-posts-performance .main_performance .company_area_performance table.company_table td {
	width: 100%;
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
}

.su-posts-performance .main_performance .performance_btn_area {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.su-posts-performance .main_performance .performance_btn_area a.performance_btn {
	border: 1px solid #000;
	padding: 5px 20px;
	margin-top: 10px;
	display: table;
	font-size: 16px;
	color: #138dc8;
	width: 100%;
}

.su-posts-performance .main_performance .performance_btn_area a.performance_btn:after {
	color: #138dc8;
	font-weight: bold;
	content: '\f105';
	font-family: "FontAwesome";
	padding-left: 15px;
}

.sub_performance {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	display: table;
	border: 2px solid #ddd;
}

.sub_performance .sub_performance_text_area {
	width: 70%;
	margin: 0 auto;
	display: table;
	padding: 20px;
}

.sub_performance .sub_performance_text_area h2 {
	padding: 10px;
}

.sub_performance .sub_performance_text_area p {
	margin: 0 auto;
	margin-top: 10px;
	font-size: 18px;
}

.sub_performance .sub_performance_text_area a.sub_performance_btn {
	border: 1px solid #000;
	padding: 5px 20px;
	margin-top: 10px;
	display: table;
	font-size: 16px;
	color: #138dc8;
}

.sub_performance .sub_performance_text_area a.sub_performance_btn:after {
	color: #138dc8;
	font-weight: bold;
	content: '\f105';
	font-family: "FontAwesome";
	padding-left: 15px;
	float: right;
}


.sub_performance .sub_performance_image_area {
	width: 30%;
	margin: 0 auto;
	display: table;
	padding: 20px;
}

.sub_performance .sub_performance_image_area img {
	width: 100%;
	height: 150px;
	text-align: right;
	object-position: center;
	object-fit: cover;
}


/* -------------------------------------------------------------------
Shortcodes Ultimate
------------------------------------------------------------------- */
.su-carousel {
	height: 250px;
	margin-top: 20px !important;
}

.su-carousel .su-carousel-slide a {
	padding: 0 !important;
}

.su-carousel-responsive-yes .su-carousel-slide>a>img {
	height: 250px !important;
	object-fit: cover;
	object-position: center center;
	border: none;
	padding: 0;
	border-radius: unset;
}

/* -------------------------------------------------------------------
Contact Form
------------------------------------------------------------------- */
.form_unit {
	margin-bottom: 20px;
}

p.footnote {
	text-align: left;
}

.form_unit table.form_list {
	margin-top: 20px;
}

.form_unit table.form_list th {
	border: 1px solid;
	padding: 10px;
	font-size: 18px;
	max-width: 230px;
}

.form_unit table.form_list th.-required::after,
.form_unit table.form_list span.mendan_place::after {
	content: '※';
	display: inline-block;
	margin-left: 0.25em;
	font-size: 18px;
	color: #f00;
}

.form_unit table.form_list td {
	border: 1px solid;
	padding: 10px;
	font-size: 18px;
}

.btn_unit {
	display: inline-block;
	padding: 0 10px;
}

input[type="submit"],
button {
	border: none;
	border-radius: unset;
	box-shadow: unset !important;
	padding: 5px 20px;
	background: #f60;
	color: #fff !important;
	text-shadow: unset !important;
	font-family: inherit !important;
	font-size: 16px !important;
	height: auto;
	line-height: 1;
	font: unset !important;
}

/* -------------------------------------------------------------------
Breadcrumbs
------------------------------------------------------------------- */
.breadcrumbs {
	background: #e0e0e0;
	padding: 10px;
}

.breadcrumbs a.home,
.breadcrumbs a.home:hover,
.breadcrumbs a.visited {
	color: #000;
}


.breadcrumbs a.post-page,
.breadcrumbs a.post-page:hover,
.breadcrumbs a.post-page:visited {
	color: #000;
}

/* -------------------------------------------------------------------
Blog Header Area
------------------------------------------------------------------- */
.blog-img {
	width: 100%;
	height: 300px;
}

.blog-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
	filter: blur(5px);
}

.blog-entry-header {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

/* -------------------------------------------------------------------
Post Single
------------------------------------------------------------------- */
.post-single-title {
	margin-bottom: 30px;
}

h2.post-single-title {
	margin-bottom: 5px;
}

p.post-single-title {
	margin-bottom: 10px;
}

.post-single-title p {
	margin-bottom: 10px;
}

.sub_-page-content-single iframe {
	padding: 0;
}

/* -------------------------------------------------------------------
Footer Inquiry
------------------------------------------------------------------- */
.footer_inquiry_area {
	margin: 0 auto;
	margin-bottom: 50px;
}

.footer_inquiry_area .link_btn_inq {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer_inquiry_area .link_btn_inq a {
	padding: 10px 20px;
	background: rgba(237, 125, 49);
	border: 1px solid rgba(237, 125, 49);
	color: #fff !important;
	transition: background-color 0.5s linear;
}

.footer_inquiry_area .link_btn_inq a:hover {
	background: #fff;
	color: rgba(237, 125, 49) !important;
	transition: background-color 0.5s linear;
}


/* -------------------------------------------------------------------
Price List
------------------------------------------------------------------- */
.price_list {}

.price_space {
	margin-top: 45px;
}

.price_list table.price {
	margin: 20px 0;
}

.price_list table.price th {
	width: 20%;
	padding: 10px 0;
	background: #138dc890;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #aaa;
}

.price_list table.price td {
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
	border: 1px solid #aaa;
}

.price_list table.price th span.strong-color,
.price_list table.price td span.strong-color {
	color: #138dc8;
	font-weight: bold;
}

.price_list table.price th span.note {
	font-size: 11px;
}

.price_list_half {
	/*
	display: -webkit-flex;
	display: flex;
	*/
	width: 49%;
	font-size: 0;
	float: left;
	padding: 0 5px;
}

table.price_half {
	margin: 20px 0;
}

table.price_half th {
	width: 30%;
	padding: 10px;
	background: #138dc890;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #aaa;
	font-size: 18px;
}

table.price_half td {
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #aaa;
	font-size: 18px;
}

table.price_half th span.strong-color,
table.price_half td span.strong-color {
	color: #138dc8;
	font-weight: bold;
}

.space_price_area {
	margin-bottom: 20px;
}

.su-accordion {
	margin-bottom: 0px !important;
}

.su-spoiler {
	margin-bottom: 5px !important;
}

/* -------------------------------------------------------------------
Company Area
------------------------------------------------------------------- */
.company_area {}

.company_area h3.company_h3 {
	padding: 20px 0 10px 0;
}

.company_area p.company_p {
	text-align: left;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10%;
}

.company_area p.comapny_p_right {
	text-align: right;
	font-size: 18px;
	padding-right: 10%;
}

.company_area p.comapny_p_right img {
	width: 300px;
}


.company_area p.company_p span {
	color: #138dc8;
	font-weight: normal;
	font-size: 20px;
	padding: 0 2px;
}

.company_area .ceo_image_area {
	float: left;
	width: 30%;
	padding: 15px 20px;
}

.company_area .ceo_image_area img {}

.sub_page-content p.access_sub_title {
	margin-top: 5%;
}



.ac_open.ac_sendai {
	background-color: #138dc890;
}

.ac_open span {
	display: block;
	font-size: 16px;
	color: #f9fc42;
	margin-left: 4%;
}

.ac_open img {
	margin-right: 1%;
	width: 3%;
	height: 3%;
	object-fit: contain;
}

/* -------------------------------------------------------------------
Recruit Area
------------------------------------------------------------------- */
.recruit_area {}

.recruit_area h3.recruit_h3 {
	padding: 20px 0 10px 0;
}

.recruit_area h3.recruit_h3 .fa-check-circle {
	color: #eb8f04;
}

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

.recruit_area .link_btn_box a.link_btn {
	background-color: #138dc830;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 10px 40px;
	border: 1px solid #b6dcee;
}

.recruit_area .link_btn_box a.link_btn:hover {
	color: #000;
}

.recruit_area table.recruit {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recruit_area table.recruit th {
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ddd;
	background: #138dc84f;
	font-size: 18px;
	width: 17%;
}

.recruit_area table.recruit td {
	padding: 10px;
	border: 1px solid #ddd;
	background: #eee;
	font-size: 18px;
	line-height: 30px;
}

/* -------------------------------------------------------------------
Paging
------------------------------------------------------------------- */
.paging {}

.paging ul {
	list-style: none;
	margin: 0;
	font-size: 0px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.paging ul>li {
	width: 50%;
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px;
}

.paging ul>li.next {
	text-align: right;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}

.paging ul>li.prev {
	text-align: left;
	/*
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	*/
}

p.info {
	margin-bottom: 0;
	font-size: 18px;
}

.fa-check-square-o {
	color: #138dc8;
	padding-right: 5px;
}

.head-bar {
	background-color: #138dc8;
	height: 5px;
	margin-bottom: 0px;
	width: 90%;
}

.head-bar-black {
	background: linear-gradient(#595757, #fff, #fff);
	width: 65%;
	height: 6px;
	overflow: hidden;
	float: right;
	margin-right: -1px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 0px !important;
}

/* -------------------------------------------------------------------
Top merit Area
------------------------------------------------------------------- */
.merit_aera {
	width: 100%;
	height: 100%;
	display: table;
	margin: 20px 0;
}

figure.snip {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 auto;
	width: calc(100% / 3);
	background: #6ec1e8;
	color: #ffffff;
	text-align: center;
	border: 1px solid #fff;
}

figure.snip img {
	max-width: 100%;
	position: relative;
	opacity: 0.9;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

figure.snip.hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.snip1229 {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 auto;
	width: calc(100% / 3);
	background: #6ec1e8;
	color: #ffffff;
	text-align: center;
	border: 1px solid #fff;
}

figure.snip1229 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

figure.snip1229 img {
	max-width: 100%;
	position: relative;
	opacity: 0.9;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

figure.snip1229 figcaption {
	position: absolute;
	top: 15%;
	left: 7%;
	right: 7%;
	bottom: 70%;
	border: 1px solid white;
	border-width: 0 1px 1px;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

figure.snip1229 .heading {
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

figure.snip1229 h3 {
	display: table;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: center;
	width: auto;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 1px #000, 1px 0 #000, 0 0 10px #000;
	font-size: 20px;
}

figure.snip1229 h3 span {
	font-weight: 800;
}

figure.snip1229 h3:before,
figure.snip1229 h3:after {
	position: absolute;
	display: block;
	width: 1000%;
	height: 1px;
	content: '';
	background: white;
	top: 50%;
}

figure.snip1229 h3:before {
	left: -1000%;
}

figure.snip1229 h3:after {
	right: -1000%;
}

figure.snip1229 p {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	padding: 0 5px;
	margin: 0;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff !important;
	font-size: 16px;
	height: auto;
	display: table;
	text-shadow: 0 0 10px #000;
}


figure.snip1229 p>a.mf_link {
	text-align: center;
}

figure.snip1229 p>a.freee_link {
	text-align: center;
}

figure.snip1229 p>a>img {
	width: 43%;
	height: 40px;
	object-fit: contain;
	object-position: center;
	opacity: 1;
	z-index: 2;
	margin: 5px 5px;
}

figure.snip1229:hover p>a>img {
	opacity: 1;
}

figure.snip1229 a {
	/*
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	*/
	z-index: 1;
}

figure.snip1229:hover img,
figure.snip1229.hover img {
	opacity: 0.15;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.snip1229:hover figcaption,
figure.snip1229.hover figcaption {
	top: 15%;
	bottom: 9%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.snip1229:hover p,
figure.snip1229.hover p {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}


.contact_recruit_area {
	height: auto;
	padding: 40px 0;
	background-color: rgba(19, 141, 200, 0.19);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255)), color-stop(.75, rgba(255, 255, 255)), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
}


.contact_recruit_area .footer_link_area {
	display: flex;
	justify-content: center;
}

.contact_recruit_area .link_btn_box {
	width: 32%;
	margin: 0 auto;
	text-align: center;
}

.contact_recruit_area .link_btn_box h3 {
	margin-bottom: 1.5em;
}

.contact_recruit_area .link_btn_box a.link_btn {
	padding: 10px 40px;
	border: 3px solid #b6dcee;
	background: #fff;
}

.contact_recruit_area .link_btn_box a.link_btn:hover {
	color: #fff;
	background: #D85904;
}

.text_center {
	text-align: center;
}

.su-spoiler-style-default>.su-spoiler-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
}

@media screen and (max-width: 1125px) {
	.contact_recruit_area .link_btn_box h3 {
		font-size: 20px;
	}

	.contact_recruit_area .link_btn_box a.link_btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.contact_recruit_area {
		margin-left: 0;
		padding: 10px 16px;
	}
}

/* -------------------------------------------------------------------
Service Area
------------------------------------------------------------------- */
.service_area {
	width: 100%;
	height: 100%;
	display: table;
	margin-top: 20px;
}

.service_area img {
	width: 50%;
	float: left;
}

.service_area img.img_right {
	width: 50%;
	float: right;
}

.service_area .service_text_area {
	width: 50%;
	float: left;
}

.service_area .service_text_area p {
	text-align: left;
	padding: 0 20px;
}


.service_area .service_area_inner {
	width: 95%;
	margin: 0 auto;
}

.space-top {
	margin-top: 40px !important;
}

.service_area .service_area_inner h4 {
	background: linear-gradient(225deg, #fff, #138dc8);
	padding: 5px;
	color: #fff;
}

.service_area_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
}

.service_area_section .service_area_section_inner {
	width: 33%;
	padding: 15px;
	text-align: center;
}

.service_area .service_area_inner .section_inner img {}

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

	.service_area_section {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		margin-top: 20px;
	}

	.service_area_section .service_area_section_inner {
		width: 50%;
		padding: 5px;
		font-size: 16px;
	}

}

/* -------------------------------------------------------------------
	Customer Area
	------------------------------------------------------------------- */

.customer_area {}

.customer_area h3.customer_h3 {
	padding: 20px 0 10px 0;
	display: inline-block;
	text-align: left;
	line-height: unset;
}

.customer_wrap {
	text-align: center;
}

.swpm-login-widget-form {
	justify-content: center;
	align-items: center;
	display: flex;
	margin-bottom: 40px;
}

.swpm-login-action-msg {
	text-align: left;
}

.swpm-username-input {
	height: 0;
}

.swpm-password-label {
	text-align: left;
	margin-bottom: 5px;
}

.swpm-password-label {
	text-align: left;
}

.swpm-login-submit {
	text-align: left;
	margin: 20px 0px;
}

input[type="password"] {
	width: 26em;
}

.customer_link {
	display: inline-block;
	font-size: 20px;
	color: inherit;
	margin: 10px 0 20px 0;
	padding: 8px 17px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.customer_link:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.customer_link:hover,
.customer_link:hover a {
	color: #fff;
	text-decoration: none;
}

.customer_link p {
	margin: 0;
	position: relative;
	padding-left: 20px;
}

p.customer_attn {
	max-width: fit-content;
	font-size: 16px;
	color: #f00;
	text-align: left;
	margin: 0 auto;
}

.customer_link i.fas.fa-angle-double-right {
	position: absolute;
	top: 20%;
	right: 12.5em;
}

.customer_link:hover i.fas.fa-angle-double-right {
	animation: arrow .4s;
}

.swpm-logged-logout-link {
	margin-bottom: 20px;
	text-align: center;
}

.customer_document {
	text-align: center;
	max-width: fit-content;
	margin: 0 auto;
}

ul.customer_list {
	text-align: center;
	max-width: fit-content;
	line-height: inherit;
	margin: 0 auto;
}

ul.customer_list li {
	text-align: left;
}


/* -------------------------------------------------------------------
	Customer_only Area
	------------------------------------------------------------------- */

.customer_only_area {}

.customer_only_area h3.customer_only_h3 {
	padding: 20px 0 10px 0;
	display: inline-block;
	text-align: left;
}

.customer_only_wrap {
	text-align: center;
}

.customer_only_contain {
	margin-top: 40px;
}

.customer_only_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.customer_only_sub-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.customer_only_sub-box_icon img {
	width: 50px;
	height: auto;
}

p.customer_only_sub-box_txt {
	margin-left: 10px;
}

p.customer_only_sub-box_label_txt {
	color: #ff6600;
	font-size: 16px;
	margin-right: 20px;
}

.customer_only_sub-box_label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.customer_only_sub-box_link {
	display: inline-block;
	font-size: 1.4rem;
	color: #ff6600;
	margin-top: 10px;
	padding: 8px 17px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-left: 20px;
}

.customer_only_sub-box_link:hover {
	background-color: #ff6600;
	border: 1px solid #ff6600;
	color: white;
}

hr.dotted_under_service {
	border: 1px solid #aaa;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	overflow: hidden;
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# swiper Code
--------------------------------------------------------------*/
.about_area {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.about_area h2 {
	text-align: center;
	line-height: unset;
}

.about_area p {
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px !important;
}

.swiper-container-sp {
	display: none;
}

.swiper-container-style {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px !important;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	height: 250px;
}

.tel_contact_form {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: table;
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(252, 145, 66, 0.8);
	z-index: 9999;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	padding: 17px 0 11px 0;
}

.tel_contact_form a {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 45px;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 20px;
}

.tel_contact_form a:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

/* -------------------------------------------------------------------
Page Navi
------------------------------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	font-size: 26px;
	padding: 5px 10px;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border: 2px solid #b6dcee;
	color: #b6dcee;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #b6dcee;
}

/* -------------------------------------------------------------------
Smart Phone
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	.view_pc {
		display: none;
	}

	.view_sp {
		display: block !important;
	}

	br.view_pc {
		display: none;
	}

	br.view_sp {
		display: block;
	}

	p.left_sp {
		text-align: left;
	}

	.search-bar_sp {}

	hr.dotted_under {
		margin-top: 10px;
	}

	.col-xs-10,
	.col-xs-2 {
		padding: 0 !important;
	}

	ul.bogo-language-switcher {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	ul.bogo-language-switcher li {
		display: inline-block;
		font-size: 12px;
	}

	#byblos-page-jumbotron {
		height: 300px;
	}

	.site-content-wrapper .page-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.site-content-wrapper .header_banner {
		position: fixed;
		z-index: 1000;
		width: 85%;
		top: 55px;
		right: 5px;
	}

	.site-content-wrapper .header_banner .footer_inquiry_top .link_btn_top {
		width: 100%;
		text-align: center;
		padding: 5px;
		margin: 0 auto;
	}

	.site-content-wrapper .header_banner .footer_inquiry_top .link_btn_top a {
		font-size: 14px;
	}

	.site-content-wrapper .header_banner .footer_inquiry_top .link_btn_top a .small {
		font-size: 14px;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		width: 100%;
	}

	.head-bar {
		width: 100%;
	}

	/* -------------------------------------------------------------------
	Header Area
	------------------------------------------------------------------- */
	.header_area .entry-header h1 {
		font-size: 24px;
	}

	.site-content-wrapper {
		/*height:60px;*/
		margin-top: 60px;
	}

	.site-branding-mobile.dark {
		display: flex;
		border-right: none;
		border-bottom: 1px solid #138dc8;
	}

	.site-branding-mobile {
		height: 60px;
	}

	.site-branding-mobile .site-title-mobile {
		padding-right: 0%;
	}

	.site-branding-mobile h2.site-title-mobile {}

	.site-branding-mobile h2.site-title-mobile>a {
		height: 60px;
		display: table-cell;
	}

	.site-branding-mobile h2.site-title-mobile>a>img {}

	.site-title-mobile img#sc_logo {
		width: 100%;
		height: 60px;
		display: block;
		object-fit: contain;
	}

	/* -------------------------------------------------------------------
	Site Footer
	------------------------------------------------------------------- */
	.site-footer .footer-boxes {
		font-size: 14px;
	}

	.site-footer .footer-boxes h2.site-title {
		font-size: 18px;
	}

	/* -------------------------------------------------------------------
	Sub Page content
	------------------------------------------------------------------- */
	.sub_page-content {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.sub_-page-content-single {
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.sub_page-content_margin {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.sub_page-content h1 {
		font-size: 22px;
	}

	.sub_page-content p.top_info {
		font-size: 14px;
		line-height: 30px;
		text-align: left;
	}

	.sub_page-content .alliance_area {
		flex-wrap: wrap;
	}

	.alliance_area .alliance_item {
		width: 31%;
	}

	.alliance_item img.alliance_img {
		height: auto;
	}

	.alliance_area .alliance_item_margin {
		margin: 20px auto;
	}

	.alliance_box {
		flex-wrap: wrap;
	}

	.alliance_box>div {
		width: 100%;
	}

	.alliance_box>div:nth-child(2) {
		margin-top: 50px;
	}

	.sub_page-content h2 {
		font-size: 20px;
	}

	.sub_page-content h2.small {
		font-size: 14px;
	}

	.sub_page-content p {
		font-size: 14px;
		/*	max-width: 10em; */
	}

	.sub_page-content .top_merit {
		width: 95%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.sub_page-content table.top_merit th,
	.sub_page-content table.top_merit td {
		text-align: center;
		font-weight: normal;
		width: 100%;
		display: inline-block;
		padding: 10px 0;
	}

	.sub_page-content table.top_merit th h3,
	.sub_page-content table.top_merit td h3 {
		font-size: 18px;
		color: #138dc8;
	}

	.sub_page-content table.top_merit {
		width: 100%;
		margin: 10px 0;
	}

	.sub_page-content table.top_merit th {
		text-align: center;
		font-weight: normal;
	}

	.sub_page-content table.top_merit td {
		text-align: center;
		font-weight: normal;
	}

	.sub_page-content table.top_merit th h3,
	.sub_page-content table.top_merit td h3 {
		color: #138dc8;
	}

	.sub_page-content .content_area {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: table;
		margin-top: 20px;
	}

	.sub_page-content .content_area h3 {
		text-align: center;
		padding: 10px 0;
		font-size: 16px;
	}

	.sub_page-content .content_area .service_image_area {
		width: 100%;
	}

	.sub_page-content .content_area .service_text_area {
		width: 100%;
	}

	.sub_page-content .content_area .service_text_area_center {
		width: 100%;
	}

	.sub_page-content .content_area .service_text_area_center h3,
	.sub_page-content .content_area .service_image_area h3,
	.sub_page-content .content_area .service_text_area h3 {
		text-align: left;
		font-size: 16px;
	}

	.sub_page-content .content_area .service_text_area_center ul,
	.sub_page-content .content_area .service_image_area ul,
	.sub_page-content .content_area .service_text_area ul {
		list-style: none;
		margin: 10px 0;
		font-size: 16px;
		text-align: left;
	}

	.sub_page-content .content_area .service_text_area_center ul li,
	.sub_page-content .content_area .service_image_area ul li,
	.sub_page-content .content_area .service_text_area ul li {
		font-size: 14px;
	}

	.sub_page-content table.company_info {
		width: 90%;
		margin: 0 auto;
		border-top: 1px solid #aaa;
	}

	.sub_page-content table.company_info th {
		width: 100%;
		display: inline-block;
		text-align: left;
		font-weight: normal;
		padding: 10px 5px;
		vertical-align: middle;
		background: #b5c8e1;
		color: #345887;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		font-size: 14px;
		min-width: unset;
	}

	.sub_page-content table.company_info td {
		width: 100%;
		display: inline-block;
		text-align: left;
		font-weight: normal;
		padding: 10px 5px;
		vertical-align: middle;
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		font-size: 14px;
	}

	.sub_page-content table.company_info td span.small {
		font-size: 12px;
	}

	.sub_page-content p.top_sub_info {
		font-size: 14px;
		line-height: 22px;
	}

	.about_area .inner_sub_info_90,
	.sub_page-content .inner_sub_info_90 {
		font-size: 14px;
		line-height: 22px;
		width: 100%;
	}

	.about_area .inner_sub_info,
	.sub_page-content .inner_sub_info {
		font-size: 14px;
		line-height: 22px;
	}

	.sub_page-content ul.top_sub_info_left {
		width: 95%;
		font-size: 14px;
	}

	.sub_page-content p.top_sub_info {
		font-size: 14px;
		text-align: left;
		line-height: 30px;
		padding: 0;
		margin: 0;
		margin-top: 20px;
	}

	.sub_page-content .top_sub_info_zeirishi_main {
		width: 100%;
		height: 100%;
		display: inline-block;
		margin: 10px 0;
	}

	.sub_page-content .top_sub_info_zeirishi {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-top: 10px;
		padding: 10px;
		color: #555;
	}

	.sub_page-content .top_sub_info_zeirishi .top_sub_info_zeirishi_inner {
		padding: 10px;
		height: auto;
		font-size: 16px;
	}

	.sub_page-content table.company_access {
		margin-top: 0;
	}

	.sub_page-content table.company_access th {
		width: 100%;
		display: inline-block;
		text-align: left;
		font-weight: normal;
		padding: 10px 5px;
		vertical-align: middle;
		min-width: unset;
	}

	table.company_access td {
		width: 100%;
		display: inline-block;
		text-align: left;
		font-weight: normal;
		padding: 10px 5px;
		vertical-align: middle;
		font-size: 14px;
	}

	th.sub_title p,
	.sub_page-content .access_table_wrap p {
		font-size: 20px;
	}


	/* -------------------------------------------------------------------
	Meta Slider
	------------------------------------------------------------------- */
	.metaslider .caption-wrap {
		width: 100% !important;
	}

	.metaslider .caption {
		width: 95%;
	}

	.metaslider .caption h1 {
		font-size: 20px;
	}

	.metaslider .caption h1 span {
		font-size: 24px;
	}

	.metaslider .caption h2 {
		font-size: 18px;
		line-height: unset;
	}

	.metaslider .slides img {
		height: 300px !important;
		object-fit: cover;
		object-position: center center;
	}

	/* -------------------------------------------------------------------
	Top merit Area
	------------------------------------------------------------------- */
	figure.snip1229 {
		width: 100%;
	}

	figure.snip {
		display: none;
	}

	figure.snip1229 p>a>img {
		width: 45%;
		height: 50px;

	}

	/* -------------------------------------------------------------------
	News posts loop
	------------------------------------------------------------------- */
	.su-posts-news-loop {
		margin-bottom: 30px;
	}

	.su-posts-news-loop .su-post {
		margin-bottom: 15px;
		line-height: 1.5;
		width: 100%;
		float: none;
		padding: 0 10px;
	}

	.su-posts-news-loop .su-post:after {
		content: '';
		display: table;
		clear: both;
	}

	.su-posts-news-loop .image_area {
		width: 40%;
		float: left;
	}

	.su-posts-news-loop .image_area .su-post-thumbnail {
		float: left;
		display: block;
		width: 100%;
		height: 100%;
		margin-right: 1em;
	}

	.su-posts-news-loop .image_area .su-post-thumbnail img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		object-position: center center;
	}

	.su-posts-news-loop .text_area {
		width: 60%;
		float: right;
	}

	.su-posts-news-loop h2.su-post-title {
		clear: none;
		margin: 0 0 0.3em 0;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		padding-left: 5px;
	}

	.su-posts-news-loop h2.su-post-title a {
		color: #000;
	}

	.su-posts-news-loop .su-post-meta {
		margin-bottom: 0.7em;
		font-size: 0.8em;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	.su-posts-news-loop .su-post-excerpt {
		margin-bottom: 0.5em;
	}

	.su-posts-news-loop .su-post-excerpt p {
		font-size: 14px;
		text-align: left;
		padding-left: 5px;
	}

	.su-posts-news-loop .su-post-excerpt p:last-child {
		margin-bottom: 0;
	}

	.su-posts-news-loop .su-post-comments-link {
		font-size: 0.9em;
	}

	.su-posts-teaser-loop {}

	.su-posts-teaser-loop .su-post {
		margin-bottom: 1.5em;
		line-height: 1.2;
	}

	/* -------------------------------------------------------------------
	News posts ALl loop
	------------------------------------------------------------------- */
	.su-posts-news-all-loop {
		margin-bottom: 0px;
	}

	.su-posts-news-all-loop .su-post {
		margin-bottom: 0px;
		line-height: 1.5;
		width: 100%;
		float: none;
		padding: 0 10px;
	}

	.su-posts-news-all-loop .su-post:after {
		content: '';
		display: table;
		clear: both;
	}

	.su-posts-news-all-loop .image_area {
		width: 40% !important;
		float: left;
	}

	.su-posts-news-all-loop .image_area .su-post-thumbnail {
		float: left;
		display: block;
		width: 100%;
		height: 100%;
		margin-right: 1em;
	}

	.su-posts-news-all-loop .image_area .su-post-thumbnail img {
		width: 100%;
		height: 130px;
		object-fit: cover;
		object-position: center center;
	}

	.su-posts-news-all-loop .text_area {
		width: 100%;
		float: none;
		margin: 10px 0 0 0;
	}

	.su-posts-news-all-loop h2.su-post-title {
		clear: none;
		margin: 0 0 0.3em 0;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		padding-left: 5px;
	}

	.su-posts-news-all-loop h2.su-post-title a {
		color: #000;
	}

	.su-posts-news-all-loop .text_area h4 {
		text-align: center;
		font-size: 16px;
	}

	.su-posts-news-all-loop .su-post-meta {
		margin-bottom: 0.7em;
		font-size: 0.8em;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

	.su-posts-news-all-loop .su-post-excerpt {
		margin-bottom: 0.5em;
	}

	.su-posts-news-all-loop .su-post-excerpt p {
		font-size: 14px;
		text-align: left;
		padding-left: 5px;
	}

	.su-posts-news-all-loop .su-post-excerpt p:last-child {
		margin-bottom: 0;
	}

	.su-posts-news-all-loop .su-post-comments-link {
		font-size: 0.9em;
	}

	.su-posts-news-all-loop table.news_all_loop {
		margin: 0;
	}

	.su-posts-news-all-loop table.news_all_loop th {
		width: 100%;
		display: inline-block;
		max-width: unset;
		font-size: 14px;
		border-bottom: none;
	}

	.su-posts-news-all-loop table.news_all_loop td {
		width: 100%;
		display: inline-block;
		font-size: 14px;
	}

	.su-posts-news-all-loop table.news_all_loop td a {
		font-size: 14px;
		width: 100%;
		display: table;
	}


	/* -------------------------------------------------------------------
	Shortcodes Ultimate
	------------------------------------------------------------------- */
	.su-carousel {
		height: 100px !important;
		margin-top: 20px !important;
	}

	.su-carousel-responsive-yes .su-carousel-slide>a>img {
		height: 100px !important;
	}

	/* -------------------------------------------------------------------
	Sweets Area
	------------------------------------------------------------------- */
	.text_area {
		margin: 10px 0;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.text_area .sub_text_area {
		width: 100%;
		height: 200px;
		float: none;
		margin: 10px 0;
		position: relative;
		background-color: #000000;
		padding: 0;
	}

	.text_area .sub_text_area img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center center;
		opacity: 0.8;
	}

	.text_area .sub_text_area p {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-weight: bold;
		text-shadow: 1px 1px 1px #000;
		color: #fff;
	}

	.hover_effect {
		margin: 0 auto;
	}

	.hover_effect figcaption {
		opacity: 1;
	}


	/* -------------------------------------------------------------------
	Contact Form
	------------------------------------------------------------------- */
	.form_unit {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	p.footnote {
		text-align: left;
	}

	.form_unit table.form_list {
		margin-top: 20px;
		display: block;
		border: 1px solid #ddd;
	}

	.form_unit table.form_list tbody {
		display: block;
	}

	.form_unit table.form_list tr {
		display: block;
	}

	.form_unit table.form_list th {
		border: none;
		padding: 10px;
		font-size: 16px;
		width: 100%;
		max-width: unset;
		display: inline-block;
		border-bottom: 1px solid #ddd;
	}

	.form_unit table.form_list th.-required::after {
		content: '※';
		display: inline-block;
		margin-left: 0.25em;
		font-size: 18px;
		color: #f00;
	}

	.form_unit table.form_list td {
		border: none;
		padding: 10px;
		font-size: 16px;
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #ddd;
	}

	input[type="submit"],
	button {
		border: none;
		border-radius: unset;
		box-shadow: unset !important;
		padding: 5px 20px;
		background: #f60;
		color: #fff !important;
		text-shadow: unset !important;
		font-family: inherit !important;
		font-size: 16px !important;
		height: auto;
		line-height: 1;
		font: unset !important;
	}

	/* -------------------------------------------------------------------
	Gift Area
	------------------------------------------------------------------- */
	h3.gift_box {
		text-align: center;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	h4.gift_box {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	h5.gift_box {
		text-align: center;
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.gift_box_area {
		width: 100%;
		height: 100%;
		display: table;
		margin-bottom: 20px;
	}

	.gift_box_area .gift_img_area {
		width: 100%;
		float: none;
		height: 100%;
	}

	.gift_box_area .gift_img_area img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center center;
	}

	.gift_box_area .gift_text_area {
		width: 100%;
		float: none;
		padding: 0 10px;
	}

	.gift_box_area .gift_text_area p {
		text-align: left;
		margin: 0 auto;
	}

	.gift_wrap {
		margin: 10px 0;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
		display: table;
	}

	.gift_wrap .gift_area {
		width: 100%;
		float: left;
		padding: 10px;
	}

	.gift_wrap .gift_area img {
		width: 40%;
		height: 150px;
		object-fit: cover;
		object-position: center center;
	}

	.gift_wrap .gift_area p {
		width: 60%;
		float: right;
	}

	/* -------------------------------------------------------------------
	Cake posts loop
	------------------------------------------------------------------- */
	.su-posts-cake-loop .su-post {
		margin-bottom: 15px;
		line-height: 1.5;
		width: 50%;
		float: left;
		padding: 0 10px;
	}

	.su-posts-cake-loop .image_area img {
		width: 100%;
		height: 125px;
	}

	.su-posts-cake-loop-sub .main-title h2 {
		text-align: center;
		padding: 10px 0;
	}

	.su-posts-cake-loop-sub>ul>li {
		display: table;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px dotted #000;
	}

	.su-posts-cake-loop-sub .su-post {
		line-height: 1.5;
		width: 100%;
		float: left;
		padding: 0 2px;
	}

	.su-posts-cake-loop-sub .image_area {
		float: left;
		display: block;
		width: 15%;
		height: 100%;
	}

	.su-posts-cake-loop-sub .image_area img {
		width: 100%;
		height: 50px;
		object-fit: cover;
		object-position: center center;
		padding: 0;
	}

	.su-posts-cake-loop-sub .text_area {
		display: table-cell;
		width: 80%;
		height: 50px;
		padding: 0 10px;
		vertical-align: middle;
	}

	.su-posts-cake-loop-sub h2.su-post-title {
		clear: none;
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}

	/* -------------------------------------------------------------------
	Blog Header Area
	------------------------------------------------------------------- */
	.blog-img {
		width: 100%;
		height: 100%;
	}

	.blog-img img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center center;
		filter: blur(5px);
	}

	.blog-entry-header {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}

	.blog-entry-header h1.entry-title {
		padding: 0 5px;
		font-size: 24px !important;
	}

	/* -------------------------------------------------------------------
	Breadcrumbs
	------------------------------------------------------------------- */
	.breadcrumbs {
		background: #e0e0e0;
		padding: 10px;
		font-size: 12px;
	}

	/* -------------------------------------------------------------------
	Footer Inquiry
	------------------------------------------------------------------- */
	.footer_inquiry_area {
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.footer_inquiry_area .link_btn_inq {
		width: 85%;
		margin: 0 auto;
		text-align: center;
		background: rgba(237, 125, 49);
		border: 1px solid rgba(237, 125, 49);
		margin-bottom: 10px;
	}

	.footer_inquiry_area .link_btn_inq a {
		padding: 10px 5px;
		background: unset;
		border: none;
		color: #fff !important;
		transition: background-color 0.5s linear;
		font-size: 16px;
		display: table;
		text-align: center;
		margin: 0 auto;
	}

	.footer_inquiry_area .link_btn_inq a .small {
		font-size: 12px;
	}

	.footer_inquiry_area .link_btn_inq a:hover {
		background: #fff;
		color: rgba(237, 125, 49) !important;
		transition: background-color 0.5s linear;
	}

	/* -------------------------------------------------------------------
	Performance Ultimate
	------------------------------------------------------------------- */
	.su-posts-performance {
		border-top: 3px solid #aaa;
	}

	.su-posts-performance .main_performance {
		width: 100%;
		height: 100%;
		display: table;
		margin: 20px 0;
		border-bottom: 3px solid #aaa;
	}

	.su-posts-performance .main_performance .text_area_performance {
		width: 100%;
	}

	.su-posts-performance .main_performance .text_area_performance p {
		text-align: left;
		padding-left: 15px;
		margin: 10px 0;
	}

	.su-posts-performance .main_performance .company_area_performance {
		width: 100%;
		text-align: center;
	}

	.su-posts-performance .main_performance .company_area_performance img {}

	.su-posts-performance .main_performance .company_area_performance table.company_table {
		width: 100%;
		margin: 5px 0;
	}

	.su-posts-performance .main_performance .company_area_performance table.company_table th {
		width: 100%;
		display: inline-block;
		font-weight: normal;
		font-size: 16px;
		background-color: #138dc8;
	}

	.su-posts-performance .main_performance .company_area_performance table.company_table td {
		width: 100%;
		display: inline-block;
		font-weight: normal;
		font-size: 16px;
	}


	/* -------------------------------------------------------------------
	Price List
	------------------------------------------------------------------- */
	.price_list {}

	.price_list table.price {
		margin: 5px 0;
		border: 1px solid #aaa;
	}

	.price_list table.price th {
		width: 100%;
		display: inline-block;
		padding: 5px 0;
		background: #138dc890;
		text-align: center;
		vertical-align: middle;
		border: none;
		font-size: 14px;
	}

	.price_list table.price td {
		text-align: center;
		padding: 5px 0;
		vertical-align: middle;
		border: none;
		width: 100%;
		display: inline-block;
		font-size: 14px;
	}

	.price_list table.price th span.strong-color,
	.price_list table.price td span.strong-color {
		color: #138dc8;
		font-weight: bold;
	}

	table.price_half {
		margin: 20px 0;
	}

	table.price_half th {
		width: 50%;
		padding: 10px;
		background: #138dc890;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #aaa;
		font-size: 14px;
		width: 100%;
		display: inline-block;
	}

	table.price_half td {
		text-align: left;
		padding: 10px;
		vertical-align: middle;
		border: 1px solid #aaa;
		font-size: 14px;
		width: 100%;
		display: inline-block;
	}

	table.price_half th span.strong-color,
	table.price_half td span.strong-color {
		color: #138dc8;
		font-weight: bold;
	}

	p.price_info {
		font-size: 18px;
	}


	/* -------------------------------------------------------------------
	Top Map Content
	------------------------------------------------------------------- */
	.map-content .harf_content {
		width: 95%;
		height: 100%;
		display: table;
		margin: 0 auto;
		margin-top: 15px;
	}

	.map-content .harf_content .map_area {
		width: 100%;
	}

	.map-content .harf_content .map_area iframe {
		padding: 0 10px;
	}

	.map-content .harf_content .map_text_area {
		width: 100%;
	}

	.map-content .harf_content .map_text_area h3 {
		font-size: 18px;
		padding-left: 5px;
		border-left: 4px solid #138dc8;
		border-bottom: 2px solid #138dc8;
	}

	.map-content .harf_content .map_text_area h4 {
		font-size: 16px;
	}


	.map-content .harf_content .map_text_area p {
		text-align: left;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	p.info {
		margin-bottom: 0;
		font-size: 14px;
	}

	.access_link {
		margin-bottom: 10px;
	}

	.map_text_area.float_right .access_link p {
		padding: 0;
		white-space: nowrap;
		padding-left: 20px;
	}

	.access_link_company {
		white-space: nowrap;
		padding-left: 20px;
	}

	/* -------------------------------------------------------------------
	Company Area
	------------------------------------------------------------------- */
	.company_area {}

	.company_area h3.company_h3 {
		padding: 20px 0 10px 0;
		font-size: 18px;
	}

	.company_area p.company_p {
		text-align: left;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 0;
	}

	.company_area p.comapny_p_right {
		text-align: right;
		font-size: 14px;
		padding-right: 0;
	}

	.company_area p.comapny_p_right img {
		width: 200px;
	}


	.company_area p.company_p span {
		color: #138dc8;
		font-weight: normal;
		font-size: 16px;
		padding: 0 2px;
	}

	.company_area .ceo_image_area {
		float: left;
		width: 100%;
		padding: 5px 0;
	}

	.company_area .ceo_image_area img {}

	.sub_page-content p.access_sub_title {
		font-size: 20px;
	}

	.ac_open img {
		margin-right: 3%;
		width: 10%;
		height: 10%;
		object-fit: contain;
	}

	table.company_access.access_sendai td {
		width: 100%;
	}

	div.access_sendai_branch_contain div.box p {
		height: 150px;
	}

	div.access_sendai_branch_contain div.box p.ac_sendai_txt_bottom {
		height: 80px;
	}

	.access_arrow {
		width: 200px;
		margin: 80px auto 20px;
	}

	/* -------------------------------------------------------------------
	Recruit Area
	------------------------------------------------------------------- */
	.recruit_area {}

	.recruit_area h3.recruit_h3 {
		padding: 20px 0 10px 0;
		font-size: 18px;
	}

	.recruit_area h3.recruit_h3 .fa-check-circle {
		color: #eb8f04;
	}

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

	.recruit_area .link_btn_box a.link_btn {
		background-color: #138dc830;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
		-webkit-background-size: 7px 7px;
		padding: 10px 40px;
		border: 1px solid #b6dcee;
	}

	.recruit_area table.recruit {
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.recruit_area table.recruit td,
	.recruit_area table.recruit th {
		font-size: 16px;
		width: 100%;
		display: inline-block;
	}

	.recruit_area table.recruit td {
		background: #fff;
	}

	.contact_recruit_area {
		padding: 0;
		background-color: unset;
		background-image: unset;
	}

	.contact_recruit_area .link_btn_box {
		width: 100%;
		text-align: center;
		float: none;
		padding: 20px 0;
	}

	.sub_page-content .top_sub_info_daikou_small,
	.sub_page-content .top_sub_info_daikou {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
		padding: 10px;
		color: #555;
		font-weight: normal;
		background-color: #138dc8;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
		-webkit-background-size: 7px 7px;
	}

	.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner,
	.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner {
		background: #fff;
		padding: 15px;
		width: 100%;
		margin: 0 auto;
	}

	.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner th,
	.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner th {
		padding: 5px;
	}

	.sub_page-content .top_sub_info_daikou_small table.top_sub_info_daikou_inner td,
	.sub_page-content .top_sub_info_daikou table.top_sub_info_daikou_inner td {
		padding: 5px;
		font-size: 14px;
	}

	.sub_page-content .daikou_link_area a {
		font-size: 14px;
	}

	.su-spoiler-style-default>.su-spoiler-content {
		padding: 0 !important;
	}

	.su-accordion,
	.su-spoiler,
	.su-accordion .su-spoiler {
		margin-bottom: 0 !important;
	}

	h3.price_title,
	.su-spoiler-style-default>.su-spoiler-title {
		font-size: 18px;
		line-height: 26px;
		padding: 5px 10px;
	}

	.post-single-title {}

	.post-single-title h2 {
		font-size: 20px;
	}

	.post-single-title p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.top_sub_info_kityou {
		padding: 0;
		font-size: 14px;
	}

	.top_sub_info_kityou table.top_sub_info_kityou_inner th {
		width: 100%;
		display: block;
	}

	.top_sub_info_kityou table.top_sub_info_kityou_inner td {
		width: 100%;
		display: block;
	}

	/* -------------------------------------------------------------------
	Service Area
	------------------------------------------------------------------- */
	.service_area {
		width: 100%;
		height: 100%;
		display: table;
		margin-top: 20px;
	}

	.service_area img {
		display: none;
	}

	.service_area img.img_right {
		display: none;
	}

	.service_area .service_text_area {
		width: 100%;
		float: left;
	}

	.service_area .service_text_area p {
		text-align: left;
		padding: 0 20px;
	}

	/* -------------------------------------------------------------------
	Customer Area
	------------------------------------------------------------------- */

	.customer_area {}

	.customer_area h3.customer_h3 {
		padding: 20px 0 10px 0;
		font-size: 18px;
		text-align: left;
	}

	.customer_wrap {
		text-align: left;
	}

	.customer_area p.customer_p {
		text-align: left;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 0;
	}

	.customer_area p.customer_p_right {
		text-align: right;
		font-size: 14px;
		padding-right: 0;
	}

	.customer_area p.customer_p span {
		color: #138dc8;
		font-weight: normal;
		font-size: 16px;
		padding: 0 2px;
	}


	p.customer_attn {
		max-width: fit-content;
	}

	.swpm-login-widget-form {
		justify-content: start;
		align-items: start;
		display: flex;
	}

	.customer_link a {
		font-size: 18px;
	}

	.swpm-logged-logout-link {
		text-align: left;
	}

	.swpm-logged-logout-link a {
		font-size: 18px;
	}

	ul.customer_list {
		margin-left: 20px;
		font-size: medium;
	}


	/* -------------------------------------------------------------------
	Customer_only Area
	------------------------------------------------------------------- */

	.customer_only_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.customer_only_sub-box {
		display: flex;
		justify-content: left;
		align-items: center;
		text-align: left;
		width: 100%;
	}

	.customer_only_sub-box_link {
		margin-top: 20px;
		margin-left: 0;
	}

	.customer_only_sub-box_icon img {
		width: 40px;
		height: auto;
	}

	p.customer_only_sub-box_txt {
		text-align: left;
	}

	p.customer_only_sub-box_label_txt {
		width: fit-content;
		text-align: left;
		margin-bottom: 10px;
	}


	.customer_link:hover i.fas.fa-angle-double-right {
		animation: arrow .0s;
	}



	/*--------------------------------------------------------------
	# swiper Code
	--------------------------------------------------------------*/
	.about_area h2 {
		font-size: 20px;
	}

	.swiper-container {
		display: none;
	}

	.swiper-container-sp {
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		width: 100%;
		height: 250px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.swiper-container-style {
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.swiper-slide img {
		width: 100vw;
		height: 100%;
		object-fit: cover;
		height: 250px;
	}

}

.insta_area {
	text-align: center;
	padding: 30px 0;
}

.insta_area h2 {
	margin-bottom: 30px;
}

.insta_area a.insta_logo img {
	width: 5%;
	padding: 0;
	margin: 0 auto;
}

/**提携先企業**/
.s_01 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.s_01 .accordion_one .accordion_header {
	background-color: #ed9405;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 50px;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	width: 100%;
}

.s_01 .accordion_one .accordion_header:hover {
	opacity: .8;
}

.s_01 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}

.s_01 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}

.s_01 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.s_01 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 2px solid #ed9405;
	border-right: 2px solid #ed9405;
	border-bottom: 2px solid #ed9405;
	box-sizing: border-box;
}

.s_01 .accordion_one .accordion_inner .box_one {}

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 15px auto;
	text-align: left;
	padding-left: 35px;
}

.accordion_header {
	display: inline-block;

}

.accordion_box {
	display: flex;
	align-items: center;
}

.accordion_header img {
	margin: 0 auto;
	width: 30%;
	height: 71px;
	object-fit: cover;
}

.accordion_header p {
	width: 45%;
	margin: 0 auto;
	text-align: left;
}

.accordion_item {
	width: 45%;
	margin: 0 auto;
}

.box_one h3 {
	color: #ed9405;
}

.alliance_btn {
	text-align: center;
}

.alliance_btn a.link_btn {
	padding: 10px 40px;
	border: 3px solid #b6dcee;
	background: #fff;
}

.alliance_btn a.link_btn:hover {
	color: #fff;
	background: #D85904;
}

@media screen and (max-width: 1024px) {
	.s_01 .accordion_one .accordion_header {
		font-size: 18px;
	}

	.s_01 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.s_01 .accordion_one .accordion_header {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}

	.accordion_box {
		flex-wrap: wrap;
	}

	.accordion_item {
		width: 100%;
	}

	.accordion_header img {
		width: 250px;
	}

	.accordion_header p {
		margin-top: 15px;
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.box_one h3 {
		font-size: 18px;
	}

	.alliance_btn a.link_btn {
		font-size: 18px;
	}
}

/* -------------------------------------------------------------------
Voice Area
------------------------------------------------------------------- */
.voice_flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.voice_content {
	width: 48%;
	margin: 1%;
	border: solid 2px #fc9242;
	border-radius: 5px;
	padding: 20px 20px 15px;
	position: relative;
}

.voice_flex::after {
	content: "";
	display: block;
	width: 46%;
	padding: 20px 20px 15px;
	margin: 30px auto;
}

.voice_content .thumbnail_area {
	height: 300px;
}

.voice_content .content_area {
	margin-top: 0;
	text-align: center;
}

.thumbnail_area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-single-title {
	width: 80%;
}

.post-single-title .thumbnail_area {
	width: 50%;
	height: 300px;
}

.industry_area {
	display: inline-block;
}

.industry_area p {
	font-size: 18px;
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}

.industry_area p.new_text {
	font-size: 22px;
	padding: 3px 8px;
	background: #f00;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}

.industry_area p span {
	padding: 8px 12px;
	background: #f70;
	color: #fff;
	border-radius: 5px;
}



a.voice_sub-box_link {
	display: inline-block;
	font-size: 1.4rem;
	color: white !important;
	background: #ff6600;
	margin: 20px 0 10px;
	padding: 8px 17px;
	border: 1px solid #ff6600;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.voice_sub-box_link:hover {
	background-color: white;
	border: 1px solid #ccc;
	color: #ff6600 !important;
}

.voice_area>div:nth-child(2) {
	margin-top: 10px;
}

.voice_area p {
	text-align: left;
}

.voice_area h3 {
	background-color: #138dc830;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ffffff), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #ffffff), color-stop(.75, #ffffff), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 10px 0;
	text-shadow: 0 1px #fff, 1px 0 #fff, 0 0 15px #138dc8;
	letter-spacing: 8px;
}

h3.voice_ttl {
	padding: 20px 0 10px 0;
	line-height: inherit;
}

.voice_wrapper .head-bar {
	width: 100%;
}

.voice_wrap_img {
	margin-top: 20px;
}

.voice_wrap_txt {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	font-size: 16px;
	line-height: 1.75;
	margin-top: 30px;
	padding: 50px 30px;
	text-align: left;
}

p.voice_txt {
	margin-bottom: 30px;
}

p.voice_sign {
	text-align: right;
}


@media screen and (max-width: 767px) {
	.voice_flex {
		display: block;
	}

	.voice_content {
		width: 100%;
	}

	.post-single-title {
		width: 100%;
	}

	.item-page .back_btn {
		font-size: 14px;
	}

	.industry_area p {
		font-size: 14px;
	}

	.voice_area p {
		font-size: 14px;
	}

	.voice_area h3 {
		font-size: 16px;
	}
}

/**2021スライダー追加**/
.main_slider li>img {
	height: 600px !important;
	object-fit: cover;
	object-position: top;
	filter: brightness(0.9);
}

.main_slider .caption-wrap {
	background: none !important;
	height: 600px !important;
}

.main_slider .caption-wrap .caption {
	height: 600px !important;
}

.main_slider .slider_pt2 {
	position: absolute;
	top: 30%;
	left: 2%;
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.main_slider .slider_pt2 h1 {
	font-size: 6vw;
	line-height: 75px;
	text-align: left;
	text-shadow: 0 0 21px rgb(255 255 255 / 98%), 0 0 21px rgb(255 255 255 / 98%);
}

.main_slider .slider_pt2 h1 span {
	padding-left: 0;
}

.main_slider .slider_pt2 p {
	text-align: left;
	text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.main_slider .slider_pt2logo {
	position: absolute;
	right: 5%;
	bottom: 5%;
	display: flex;
	align-items: center;
}

.main_slider .slider_pt2logo>div {
	width: 45%;
	margin: 0 auto;
}

.main_slider .slider_pt2logo>div img {
	width: 185px !important;
	margin: 0 auto !important;
}

@media screen and (max-width: 1200px) {
	.main_slider .slider_pt2logo {
		bottom: 3%
	}

	.main_slider .slider_pt2logo>div img {
		width: 175px !important;
		object-fit: contain;
	}
}

@media screen and (max-width: 767px) {
	.main_slider .slider_pt2 {
		top: 42%;
	}

	.main_slider .slider_pt2 h1 {
		font-size: 35px;
		line-height: 33px;
		margin-bottom: 10px;
	}

	.metaslider .caption h1 span {
		font-size: 20px;
	}

	.main_slider .slider_pt2 p {
		font-size: 12px;
	}

	.main_slider .slider_pt2logo {
		bottom: 8%;
	}

	.main_slider .slider_pt2logo>div img {
		width: 70px !important;
		object-fit: contain;
	}
}

/*――――――――――――――――2021/11 TOP-PAGE―――――――――――――――――――*/
.outer_sub_info>h2 {
	font-weight: bold;
}

.column_title,
.news_title,
.top_access_title {
	width: 80%;
	font-size: 70px !important;
	font-weight: bold;
	margin: 40px auto 20px;
	line-height: 35px !important;
}

.column_title span,
.news_title span,
.top_access_title span {
	font-size: 26px !important;
}

.setting_area {}

.setting_area h2 {
	font-weight: bold;
}

.setting_area p {
	text-align: center;
	margin-top: 25px;
}

.setting_content {
	display: flex;
	list-style: none;
	justify-content: center;
	margin-top: 25px;
	margin-left: 0;
}

.setting_content li {
	width: 30%;
	margin: 0 auto;
	padding: 15px;
	background: #bae8ff;
	border-radius: 10px;
}

.setting_content li img {
	height: 250px;
	width: 100%;
	object-fit: contain;
}

.setting_content li h3 {
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.setting_content li p {
	text-align: center;
}

.top_service_title {
	font-size: 70px !important;
	font-weight: bold;
	margin: 40px 0;
	line-height: 35px !important;
}

.top_service_title span {
	font-size: 26px;
}

.top_service_text {
	text-align: center;
}

.top_service_content {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 20px;
	margin-left: 0;
}

.top_service_content .blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}

.top_service_content li {
	position: relative;
	width: 30%;
	margin: 0 auto;
}

.top_service_content li:nth-child(n+4) {
	margin-top: 15px;
}

.top_service_content li .top_service_balloon {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 10px;
	height: 50px;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background: #f9fc42;
	border-radius: 10px;
	box-sizing: border-box;
	filter: drop-shadow(7px 7px 0 #000);
	border: solid 3px #000;
}

.top_service_content li .top_service_balloon::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 40%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #f9fc42;
	z-index: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.top_service_content li .top_service_balloon_gr {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 10px;
	height: 50px;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background: #42fc70;
	border-radius: 10px;
	box-sizing: border-box;
	filter: drop-shadow(7px 7px 0 #000);
	border: solid 3px #000;
}

.top_service_content li .top_service_balloon_gr::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 40%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #42fc70;
	z-index: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.top_service_content li .top_service_balloon_bl {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 10px;
	height: 50px;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background: #7042fc;
	border-radius: 10px;
	box-sizing: border-box;
	filter: drop-shadow(7px 7px 0 #000);
	border: solid 3px #000;
}

.top_service_content li .top_service_balloon_bl::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 40%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #7042fc;
	z-index: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


.top_service_content li img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.top_service_content li:first-child img {
	border: solid 5px #ff0000;
}

.top_service_content li:nth-child(2) img {
	border: solid 5px #f9fc42;
}

.top_service_content li:first-child h3 {
	width: 96%;
}

.top_service_content li:nth-child(2) h3 {
	width: 96%;
}


.top_service_content li h3 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgb(19 141 200 / 70%);
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
	text-shadow: 0 0 4px rgb(0 0 0 / 40%);
}

.top_service_content li:first-child h3 {
	top: calc(50% + 65px / 2);
}

.top_service_content li:nth-child(2) h3 {
	top: calc(50% + 65px / 2);
}

.top_service_content li:nth-child(3) h3 {
	top: calc(50% + 65px / 2);
}

.top_youtube_title {
	font-size: 70px !important;
	font-weight: bold;
	margin: 40px 0;
	line-height: 35px !important;
}

.top_youtube_title span {
	font-size: 26px;
}

.top_youtube_area ul {
	/* display: flex; */
	/* justify-content: space-between; */
	list-style: none !important;
	margin: 0;
}

.top_youtube_area ul li {
	/* width: 45%; */
	text-align: center;
}

.top_youtube_area ul li p {
	font-weight: bold;
	margin-bottom: 15px;
}

.top_youtube_area ul li p span {
	position: relative;
	padding-left: 50px;
}

.top_youtube_area ul li p span::before {
	position: absolute;
	content: '';
	top: -12px;
	left: 0;
	background: url(https://www.ban103.co.jp/wp-content/uploads/2021/12/youtube.png)no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}

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

.channel_btn p {
	margin-bottom: 10px;
}

iframe {
	padding-top: 0px !important;
}

.channel_btn iframe {
	padding-top: 0px !important;
}



.top_voice_title {
	font-size: 70px !important;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 35px !important;
}

.top_voice_title span {
	font-size: 26px;
}

.top_voice_text {
	text-align: center;
}



.top_voice_flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 10px;
}

.top_voice_content {
	width: 32%;
	margin: 0.5%;
	border: solid 2px #fc9242;
	border-radius: 5px;
	padding: 20px 20px 15px;
	position: relative;
}

.top_voice_content .customer_pic {
	height: 300px;
}

.top_voice_content .content_area {
	margin-top: 0;
	text-align: center;
}

.customer_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voice_new {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 13px;
    background: #fc9242;
    color : #fff;
}


a.top_voice_sub-box_link {
	display: inline-block;
	font-size: 1.4rem;
	color: white !important;
	background: #ff6600;
	margin: 20px 0 10px;
	padding: 8px 17px;
	border: 1px solid #ff6600;
	border-radius: 6px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.top_voice_sub-box_link:hover {
	background-color: white;
	border: 1px solid #ccc;
	color: #ff6600 !important;
}

.sub_page-content .daikou_link_area a.top_voice_btn {
	width: max-content;
	padding: 0 10px;
}


.top_column_list,
.top_news_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
	margin-left: 0;
}

.top_column_list li,
.top_news_list li {
	width: 25%;
	margin: 0 auto;
}

.top_column_list li .column_photo,
.top_news_list li .news_photo {
	text-align: center;
}

.top_column_list .top_column_photo img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.top_column_text>p:nth-child(1) {
	text-align: left;
}

.top_column_text>p {
	margin-top: 8px !important;
}

.top_column_text .new-txt {
	display: inline-block;
	color: #fff;
	background: #f00;
	padding: 1px 3px;
	font-weight: bold;
}

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

	.column_title,
	.news_title,
	.top_access_title {
		font-size: 40px !important;
		line-height: 20px !important;
	}

	.column_title span,
	.news_title span,
	.top_access_title span {
		font-size: 20px !important;
	}

	.top_column_list li,
	.top_news_list li {
		width: 90%;
	}

	.top_column_list li:nth-child(n+2),
	.top_news_list li:nth-child(n+2) {
		margin-top: 15px;
	}

	.top_column_photo img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.setting_content {
		flex-wrap: wrap;
	}

	.setting_content li {
		width: 90%;
	}

	.setting_content li:nth-child(n+2) {
		margin-top: 15px;
	}

	.setting_content li img {
		height: 180px;
	}

	.setting_content li h3 {
		font-size: 20px
	}

	.top_service_title {
		flex-wrap: wrap;
		justify-content: left;
		width: 90%;
		margin: 0 auto;
	}

	.top_service_title {
		font-size: 40px !important;
		line-height: 20px !important
	}

	.top_service_title span {
		font-size: 20px !important;
	}

	.top_service_content {
		flex-wrap: wrap;
	}

	.top_service_content li {
		width: 90%;
		margin: 0 auto;
	}

	.top_service_content li:nth-child(n+2) {
		margin-top: 15px;
	}

	.top_service_content li img {
		height: 200px;
	}

	.top_youtube_title {
		font-size: 40px !important;
		line-height: 20px !important
	}

	.top_youtube_title span {
		font-size: 20px !important;
	}

	.top_youtube_area ul li p span {
		padding-left: 35px;

	}

	.top_youtube_area ul li p span::before {
		top: -8px;
		width: 30px;
		height: 30px;
	}

	.top_youtube_area ul li iframe {
		width: 320px !important;
		height: 250px !important;
	}

	.top_voice_title {
		font-size: 40px !important;
	}

	.top_voice_title span {
		font-size: 20px !important;
	}

	.top_voice_flex {
		display: block;
	}

	.top_voice_content {
		width: 90%;
		margin: 10px auto;
	}
}

.video_content {
	width: 70%;
	margin: 40px auto;
	text-align: center;
}

.video_content video {
	width: 600px;
}

@media screen and (max-width: 767px) {
	.video_content {
		width: 95%;
	}

	.video_content video {
		width: 350px;
	}
}

/*-------------------------------------------------
scroll_effect
-------------------------------------------------*/
.ef {
	visibility: hidden;
}

.is_visible {
	visibility: visible !important;
}

/* box1 */
.ef1_1.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: ef1;
	animation-name: ef1;
	will-change: transform;

}

.ef1_2.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-name: ef1;
	animation-name: ef1;
	will-change: transform;

}


/* box2 */
.ef2_1.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: ef2;
	animation-name: ef2;
	will-change: transform;

}

.ef2_2.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-name: ef2;
	animation-name: ef2;
	will-change: transform;

}


/* box3 */
.ef3.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-name: ef3;
	animation-name: ef3;
	will-change: transform;

}

/* box4 */
.ef4.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-name: ef4;
	animation-name: ef4;
	will-change: transform;

}


/* box5 */
.ef5.is_visible {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: ef5;
	animation-name: ef5;
	will-change: transform;

}

/* box6 */
.ef6 {
	position: relative;
	overflow: hidden;
}

.ef6_cover_1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
}

.ef6_cover_2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
}

.is_visible .ef6_cover_1 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: ef6;
	animation-name: ef6;
	will-change: transform;

}

.is_visible .ef6_cover_2 {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: ef6;
	animation-name: ef6;
	will-change: transform;

}

.contact_btn_area {
	margin-top: 15px !important;
	text-align: left !important;
}

.contact_btn {
	text-decoration: none;
	padding: 10px;
	color: #fff !important;
	font-weight: bold;
	background: #ffd0b0;
	animation-name: fadeInAnime;
	animation-fill-mode: backwards;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-delay: 0.5s;
	animation-direction: normal;
}

@keyframes fadeInAnime {
	0% {
		background: #ffd0b0;
	}

	50% {
		background: #D85904;
	}

	100% {
		background: #ffd0b0;
	}
}