/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page.
Version: 1.55
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

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.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/



@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="plus.google.com"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="google.com/+"]::before {
	content: '\f0d5';
}
.social-menu-widget a[href*="dribbble.com"]::before {
	content: '\f17d';
}
.social-menu-widget a[href*="pinterest.com"]::before {
	content: '\f231';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="foursquare.com"]::before {
	content: '\f180';
}
.social-menu-widget a[href*="tumblr.com"]::before {
	content: '\f173';
}
.social-menu-widget a[href*="behance.net"]::before {
	content: '\f1b4';
}
.social-menu-widget a[href*="deviantart.com"]::before {
	content: '\f1bd';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}
.social-menu-widget a[href*="spotify.com"]::before {
	content: '\f1bc';
}
.social-menu-widget a[href*="weibo.com"]::before {
	content: '\f18a';
}
.social-menu-widget a[href*="xing.com"]::before {
	content: '\f168';
}
.social-menu-widget a[href*="trello.com"]::before {
	content: '\f181';
}
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;overflow:hidden;
	
}
.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-size: 0.875rem;
	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. */
}
/*--------------------------------------------------------------
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-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 30px;
}
.entry-footer {
	clear: left;
	
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 0px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
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;
}
/*--------------------------------------------------------------
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%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/


	body {
		font: 14px/1.7 '「さわらび明朝」', sans-serif;
		background: #fff;
		color: #767676;overflow-x:hidden;font-family: '「さわらび明朝」','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
	a {
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: #443f3f;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	p {
		margin-bottom: 20px;
	}
	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font: 52px/1.1 }
	h2 { font: 42px/1.1 }
	h3 { font: 32px/1.1 }
	h4 { font: 25px/1.1 }
	h5 { font: 20px/1.1 }
	h6 { font: 18px/1.1 }
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-weight: 600;
		
	}
	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		box-shadow:4px 4px 2px gray;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 34px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #000;
		
		border:none;
		height:42px;
		padding: 4px 20px;
		border-bottom:1px solid #000;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;display:none;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
table {
	
}
th,td {
	
	padding: 5px;
	text-align: left;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title {
		font-size: 32px;
		line-height: 1.2;
	}
	.site-title a,
	.site-title a:hover {
		color: #fff;
	}
	.site-logo {
		max-height: 100px;margin:5px 0;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding:  0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		background-color: rgba(0,0,0,0.9);
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
	/* navigation */
	#mainnav {
		display: block;
		float: right;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;padding-top:25px;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 14px;
	}
	#mainnav ul ul li {
		padding: 0;
	}
	#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 14px;
		
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		outline: none;padding:0 10px;
	}
	#mainnav ul li a:hover {
		color: #d65050;
	}

	#mainnav ul li a:hover {
		border-bottom:3px solid #fff;
	}


	#mainnav ul ul a {
		width: 180px;
		font-family: "Source Sans Pro", sans-serif !important;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    display: block !important;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		color: #fff;
		display: block;
		line-height: 30px;
		background: #1c1c1c;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		color: #fff;
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: Fontawesome;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
	#mainnav-mobi {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		top:28px;
		background-color: #1c1c1c;
		margin-top: 15px;
		z-index: 1000;
	}
	#mainnav-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
	}
	#mainnav-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	#mainnav-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	#mainnav-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	#mainnav-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	#mainnav-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 5px 60px;
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		     -o-transition: all 0.2s ease-out;
		        transition: all 0.2s ease-out;
	}
	#mainnav-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.btn-menu:before{
		content: "\f0c9";
	}
	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 70px;
		height: 44px;
	}
	.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}
	.btn-submenu.active:before {
		content: "\f106"
	}
	.btn-menu {
		display: none
	}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.aside-image {
		padding: 0;
		position: relative;
	}
	.aside-image .image-container {
	    height: 100%;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.aside-image .image-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		z-index: 0;
		background-position: 50% 50%;
	}
	.aside-image .content-wrap {
		padding: 70px 0 70px 50px;
	}
	.aside-image.right .image-container {
		left: auto;
		right: 0;
	}
	.aside-image.right .content-wrap {
		padding: 70px 50px 70px 0;
	}
	.error-wrap h1 {
		font-size: 35px;
		color: #ddd;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: normal;
	}
	.error-wrap h5 {
		margin-top: 60px;
		font-size: 18px;
		font-weight: normal;
	}
	.error-wrap .error-search {
		padding: 0 80px;
	}
	.error-wrap #search-form {
	    height: 50px;
	    margin-bottom: 17px;
	    position: relative;
	    width: 100%;
	}
	.error-wrap .search-input {
	    margin: 0;
	    width: 100%;
	}
	.error-wrap #search-submit {
	    height: 50px;
	    padding: 0;
	    position: absolute;
		top: 0;
		right: 0;
	    width: 120px;
	    border-radius: 0 3px 3px 0;
		background: #443f3f;
		border-color: #443f3f;
	}
	.error-wrap #search-submit:hover {
		color: #fff;
	}
	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	.page-wrap {
		padding: 0px 0 100px;
		clear: both;
	}
	.page-template-page_front-page .page-wrap,
	.projects-template-post_full .page-wrap,
	.projects-template-post_full .page-wrap .content-wrapper {
		padding: 0;
	}
	.entry-page p,
	.entry-post p {
		margin-bottom: 24px;
	}
	.entry-post img {
		margin: 10px 0 20px;
	}
	.header-slider,
	.owl-wrapper {
		direction: ltr;
	}
	.header-slider,
	.owl-carousel {
	      -webkit-transform: translate3d(0,0,0);
	}
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 50% 0;
	}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
	.header-slider {
		position: relative;
	    max-width: 100%;
	}
	.slide-text.slides {
	   padding-left: 0;
	}
	.slides-container .slide-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.sliderFix {
		display: block !important;
	}
	.text-slider-section {
		position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    z-index: 2;
	    width: 100%;
		padding-top: 5px;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
.text-slider {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}
@keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}

.slide-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-slider {
	overflow: hidden;
}
.header-slider[data-speed="0"] .slide-item {
    opacity: 1 !important;
}

/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
	.page-title {
		color: #ccc;
		padding-top: 100px;
	}
	.page-title .col-md-6 {
		float: none;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		margin: 0;
		font-size: 18px;
		color: #ccc;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}
/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 20px;
	}
	.content-area .hentry {
		position: relative;
		padding-top: 50px;
		
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		text-align: center;
		margin-bottom: 30px;
	}
	.hentry .title-post {
		font-size: 36px;
		font-weight: 600;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;display:none;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	.hentry .meta-post span:before {
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "FontAwesome";
		line-height: normal;
	}
	.hentry .meta-post span.posted-on:before {
		content:"\f073";
	}
	.hentry .meta-post span.byline:before {
		content:"\f007";
	}
	.hentry .meta-post span.comments-link:before {
		content:"\f086";
	}
	.hentry .meta-post span.cat-links:before {
		content:"\f114";
		top: 4px;
	}
	span.author.vcard {
		padding: 0;
		margin: 0;
	}
	.hentry blockquote {
	    background-color: #333;
	    color: #fff;
	    font-size: 16px;
	    font-style: italic;
	    line-height: 23px;
	    margin-bottom: 30px;
	    padding: 30px 35px;
	    position: relative;
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		color: #fff;
	}
	/* Classic alternative layout */
	.classic-alt.content-area .hentry:after {
		display: none;
	}
	.classic-alt .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.classic-alt .hentry:last-of-type {
		border-bottom: 0;
	}
	.classic-alt .entry-header {
		text-align: center;
		margin-bottom: 30px;
	}
	.classic-alt .entry-title {
		font-size: 36px;
		font-weight: 500;
	}
	.classic-alt .entry-title a {
		color: #47425d;
	}
	.classic-alt .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.classic-alt .meta-post a {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.classic-alt .posted-on,
	.classic-alt .posted-on a {
		color: #68647a;
	}
	.single .single-meta,
	.classic-alt .posted-on {
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 13px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}	
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 30px;
		padding-top: 50px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		color: #443f3f;
		font-weight: 600;
		padding-bottom: 24px;
		margin: 0;
		text-transform: uppercase;
	}
	.widget-area .widget ul li {
		padding: 5px 0;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-area,
	.widget-area  a {
		color: #767676;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
	.single-post .hentry {
		padding-bottom: 0;
	}
	.single-post .author-post {
		position: relative;
		margin-top: 50px;
		background-color: #eee;
		padding: 20px;
	}
	.single-post .author-post .author-avatar {
		float: left;
		width: 145px;
		background-color: #f5f5f5;
		padding: 3px;
	}
	.single-post .author-post .author-info {
		position: relative;
		padding: 0 20px 0 35px;
		margin-left: 140px;
		min-height: 140px;
	}
	.single-post .author-post .name {
		margin: 3px 0 17px 0;
	}
	.single-post .author-post .name h6 {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		margin: 0;
	}
	.single-post .author-post .intro {
		margin: 0;
	}
	.single-post .author-post ul.socials {
		position: absolute;
		top: 10px;
		right: 20px;
		list-style: none;
		margin: 0;
	}
	.single-post .author-post ul.socials li {
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	.single-post .author-post ul.socials li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		color: #ccc;
	}
	.tags-links a {
		display: inline-block;
		background-color: #f7f7f7;
		padding: 8px 30px;
		color: #47425d;
		margin: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.tags-links a:first-of-type {
		margin-left: 0;
	}	
	/* comment post */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #505050;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	margin-left: 80px;
	background-color: #e64e4e;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	padding: 8px 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	display: table;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
	font-size: 25px;
}
.comment-form input {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}
.comment-content {
	margin-left: 80px;
}
/*--------------------------------------------------------------
Portfolio single
--------------------------------------------------------------*/
	.portfolio-images {
		margin-bottom: 40px;
	}
	.portfolio-info {
		background-color: #f7f7f7;
		border: 1px solid #eee;
		padding: 25px 25px 40px;
		font-family: "Raleway", sans-serif;
	}
	.portfolio-info h5 {
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	.portfolio-info ul {
		list-style: none;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.portfolio-info ul li {
		padding: 10px 0;
	}
	.portfolio-info ul li span {
		float: right;
		color: #443f3f;
	}
	.portfolio-info .button-group {
		text-align: center;
	}
	.portfolio-info .button-group a {
		width: 100%;
		margin-top: 10px;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.footer-widgets {
		padding:0;
		position:relative;
		background:url(/wp-content/uploads/2022/10/contact.jpg);
		z-index:2;background-position:50% 70%;
	}

.footer-widgets:before{position:absolute;content:"";width:100%;height:100%;background: inherit;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);z-index:1;}

.footer-widgets:after{position:absolute;content:"";width:100%;height:100%;
background:rgba(255,255,255,0.6);z-index:3;top:0;left:0}


	.footer .copyr {
		color: #a8a8a8;
		margin-bottom: 0;
	}
	.footer-widgets .widget-title {
		text-transform: uppercase;
		color: #c5c5c5;
		line-height: normal;
		margin: 5px 0 0;
	}
	/* widget info */
	.widget-info .logo-footer {
		margin-bottom: 36px;
	}
	.widget-info p {
		margin-bottom: 24px;
	}
	.widget-info .infomation {
		list-style: none;
		margin: 0;
	}
	.widget-info .infomation li {
		position: relative;
		padding: 0 0 0 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.widget-info .infomation li.address:before,
	.widget-info .infomation li.phone:before,
	.widget-info .infomation li.email:before {
		position: absolute;
		left: 0;
		top: 0;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 16px;
	}
	.widget-info .infomation li.phone:before {
		content: "\f095";
	}
	.widget-info .infomation li.email:before {
		content: "\f040";
	}
	/* widget links */
	.widget-links ul {
		list-style: none;
		margin: 0;
	}
	.widget-links ul li {
		padding: 10px 0 7px;
	}
	.widget-links ul li:first-child {
		padding-top: 0;
	}
	.widget-mail-subscribe p {
		padding-bottom: 10px;
	}
	.widget-mail-subscribe .email-sub input {
		width: 205px;
		margin-bottom: 10px;
	}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
	.site-footer {
		background-color: #1c1c1c;
		line-height: 35px;
		padding: 15px 0;display:none;
	}
	.site-footer,
	.site-footer a {
		color: #666;
	}
	.site-footer .socials {
		margin: 0;
		list-style: none;
	}
	.bottom .socials li {
		display: inline-block;
		margin-left: 5px;
	}
	.site-footer .socials li a {
		display: inline-block;
		color: #666;
		font-size: 14px;
		background-color: #2e2e2e;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.site-footer .socials li:hover a {
		color: #fff;
	}
/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/

	.preloader {
	    background: none repeat scroll 0 0 #fff;
	    height: 100%;
	    opacity: 1;
	    position: fixed;
	    text-align: center;
	    transition: opacity 0.2s ease 0s;
	    width: 100%;
	    z-index: 9999;display:none;	    
	}
	.preloader .spinner {
	    height: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: relative;
	    top: 50%;
	    width: 30px;display:none;	
	}
	.preloader .pre-bounce1,
	.preloader .pre-bounce2 {
	    -webkit-animation: 2s ease 0s normal none infinite bounce;
	            animation: 2s ease 0s normal none infinite bounce;
	    background-color: #de4939;
	    border-radius: 50%;
	    height: 100%;
	    left: 0;
	    opacity: 0.6;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.preloader .pre-bounce2 {
	    -webkit-animation-delay: -0.5s;
	            animation-delay: -0.5s;
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff;
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
			 -o-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
		    -ms-transition: all 0.5s;
		     -o-transition: all 0.5s;
		        transition: all 0.5s;
	}
	.go-top:hover {
		background-color: #fff;
	}
	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
	}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
	.panel-grid-cell .widget-title {
		text-align: center;
		margin-bottom: 50px;
		position: relative;
		font-weight: 600;
		line-height: normal;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.panel-grid-cell .widget-title:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 50px;
		height: 1px;
		margin-left: -25px;
		background-color: #d65050;
	}
	.panel-grid {
		max-width: 1170px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.panel-row-style[data-hasbg="hasbg"] {
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.panel-grid .overlay {
		z-index: -1;
	}
	.no-col-padding .panel-grid-cell {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	/* SO post carousel fix */	
	.sow-carousel-thumbnail .overlay {
	    position: static;
	    height: 100% !important;
	}		
/* Counter
-------------------------------------------------------------- */
	.roll-counter {
		text-align: center;
	}
	.roll-counter i {
		font-size: 30px;
	}
	.roll-counter .name-count,
	.roll-counter .numb-count {
		font-family: "Raleway", sans-serif;
	}
	.roll-counter .name-count {
		font-size: 14px;
		font-weight: 600;
		padding: 15px 0;
	}
	.roll-counter .numb-count {
		font-size: 44px;
		padding: 0;
		font-weight: 600;
	}
/* Clients
-------------------------------------------------------------- */
	.roll-client {
	    text-align: center;
	}
	.roll-client .client-item {
	    float: none;
	    display: inline-block;
		width: 19%;
		text-align: center;
		margin: 15px 0;
	}
	.roll-client .client-item img {
		max-width: 150px;
	}

/* Spacer
-------------------------------------------------------------- */
	.roll-spacer {
		display: block;
		clear: both;
		width: 100%;
		height: 47px;
		overflow: hidden;
	}
	.roll-spacer.small {
		height: 27px;
	}
	.roll-spacer.large {
		height: 60px;
	}
/* Icon Box
-------------------------------------------------------------- */
	.service {
		margin-bottom: 30px;
	}
	.widget_sydney_services_type_b .service {
		margin-bottom: 20px;
	}
	.widget_sydney_services_type_b .service-thumb {
		float: left;
		max-width: 120px;
    	margin-right: 30px;
    	margin-top: 7px;
	}
	.service.col-md-4:nth-of-type(3n+1) {
		clear: left;
	}
	.service.col-md-6:nth-of-type(2n+1) {
		clear: left;
	}
	.roll-icon-box {
		text-align: center;
	}
	.roll-icon-box .service-thumb {
		margin: 0 auto 20px;
	}
	.roll-icon-box .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		margin: 0 auto 20px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-box.left {
		text-align: left;
	}
	.roll-icon-box.left .icon {
		float: left;
		margin-top: 7px;
		margin-right: 30px;
	}
	.roll-icon-box .icon i {
		font-size: 26px;
	}
	.roll-icon-box .content {
		overflow: hidden;
	}
	.roll-icon-box .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-box .content h3,
	.roll-icon-box .content h3 a {
		color: #443f3f;
	}
	.roll-icon-box .content p {
		margin: 0;
	}

/* Contact widget
-------------------------------------------------------------- */

.sydney_contact_info_widget span {
	color: #d65050;
	margin-right: 15px;
}
.sydney_contact_info_widget div {
	margin-bottom: 15px;
}
/* Icon List
-------------------------------------------------------------- */
	.roll-icon-list {
		padding-top: 15px;
	}
	.roll-icon-list .icon {
		text-align: center;
		width: 70px;
		height: 70px;
		line-height: 75px;
		float: left;
		margin-right: 30px;
		margin-top: 7px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-icon-list .icon i {
		font-size: 26px;
	}
	.roll-icon-list .list-item {
		margin-bottom: 30px;
	}
	.roll-icon-list .content {
		overflow: hidden;
	}
	.roll-icon-list .content h3 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		margin: 7px 0 10px;
	}
	.roll-icon-list .content h3 a {
		color: #443f3f;
	}
	.roll-icon-list .content p {
		margin-bottom: 0;
	}
/* List
-------------------------------------------------------------- */
	.roll-list {
		list-style: none;
		margin: 0 0 30px 10px;
	}
	.roll-list li {
		line-height: 32px;
		position: relative;
		padding-left: 40px;
	}
	.roll-list li:before {
		content: "\f006";
		font-family: "FontAwesome";
		font-size: 15px;
		position: absolute;
		left: 0;
		top: 0;
	}
/* Button
-------------------------------------------------------------- */
	.roll-button {
		position: relative;
		display: inline-block;
		font-family: "Raleway", sans-serif;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		padding: 12px 35px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-button:hover {
		background-color: transparent;
	}
	.roll-button.border {
		background-color: transparent;
		text-transform: uppercase;
	}
	.roll-button.border:hover {
		color: #fff;
	}
	.roll-button.border.text-white {
		color: #fff;
	}
	.roll-button.light {
		background-color: #fff;
		border: 1px solid #fff;
		color: #443f3f;
	}
	.roll-button.light:hover {
		color: #fff;
	}
	.roll-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.roll-button.light.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.roll-button.dark {
		background-color: #443f3f;
		border: 1px solid #443f3f;
	}
	.roll-button.dark:hover {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border {
		border: 1px solid #443f3f;
		background-color: transparent;
		color: #443f3f;
	}
	.roll-button.dark.border:hover {
		border: 1px solid #443f3f;
		background-color: #443f3f;
		color: #fff;
	}
	.more-button {
		display: table;
		margin: 30px auto 0;
		clear: both;
	}
/* Button Group
-------------------------------------------------------------- */
	.roll-button-group {
		text-align: center;
	}
	.roll-button-group .roll-button {
		margin-left: 8px;
	}
	.roll-button-group .roll-button:first-child {
		margin-left: 0;
	}
/* Lastest news
-------------------------------------------------------------- */
.blog-post {
	margin-bottom: 30px;
}
.blog-post .entry-title {
	margin: 15px 0;
	font-size: 16px;
}
/* Lastest Projects
-------------------------------------------------------------- */
	.project-filter {
		margin: 20px 0 50px 0;
		text-align: center;
		padding-left: 0;
	}
	.project-filter li  {
		display: inline-block;
	    position: relative;
	    text-align: center;
	    margin-left: -4px;
	    background-color: #f5f5f5;
		-webkit-transition: background 0.3s;
		   -moz-transition: background 0.3s;
		    -ms-transition: background 0.3s;
		     -o-transition: background 0.3s;
		        transition: background 0.3s;
	}
	.widget-area .widget .project-filter li {
			padding: 0;
	}
	.project-filter li a {
	    color: #767676;
	    display: block;
	    font-family: "Raleway",sans-serif;
	    font-size: 13px;
	    font-weight: 600;
	    outline: 0;
			padding: 10px;
	}
	.project-filter li a.active,
	.project-filter li a:hover,
	#secondary .project-filter li a.active,
	#secondary .project-filter li a:hover {
		color: #fff;
	}
	.roll-project {
		width: 100%;
		padding-bottom: 50px;
		margin: 0;
	}
	.roll-project .project-item {
		margin: 0 0 30px;
	}
	.roll-project.fullwidth .project-item {
		float: left;
	}
	.roll-project.fullwidth .project-item {
		width: 20%;
		margin: 0;
	}
	.roll-project .project-item .item-wrap {
		position: relative;
	}
	.roll-project .project-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
		    -ms-transition: all 1s;
		     -o-transition: all 1s;
		        transition: all 1s;
	}
	.roll-project .project-item .project-pop-wrap {
		z-index: 20;
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.roll-project .project-item .project-pop {
		color: #fff;
		text-align: center;
		z-index: 1;
		width: 100%;
		height: 100%;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		position: absolute;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-project .project-item .project-pop a {
		color: #fff;
	}
	.roll-project .project-item:hover .project-pop {
		opacity: 0.5;
	}
	.roll-project .project-item .project-pop h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 26px;
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 100%;
		margin-bottom: -4px;
	}
	.roll-project .project-item .project-cat {
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		padding-top: 20px;
		margin: 0;
	}
	.roll-project .project-item .project-cat li {
		display: inline-block;
	}
	.roll-project .project-item .project-cat li a {
		position: relative;
		font-style: italic;
		padding: 0 5px;
	}
	.roll-project .project-item .project-cat li a:before {
		position: absolute;
		content: "/";
		left: -3px;
		top: -1px;
	}
	.roll-project .project-item .project-cat li:first-child a:before {
		content: "";
	}
	.roll-project .project-item:hover .project-title-wrap,
	.roll-project .project-item:hover > .item-wrap .project-pop{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25);
	}
	.roll-project .project-item:hover > .item-wrap .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.project-title-wrap{
		position:absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 2;
	}

	.roll-project .project-item:hover > .item-wrap .project-title-wrap {
		border: 2px solid yellow;
	}

	.roll-project .project-title{
	  display: table;
	  width: 100%;
	  height: 100%;
	  text-align: center;
		color: #fff;
	}

	.roll-project .project-title span{
	  display: table-cell;
	  vertical-align: middle;
	  padding-left: 10px;
	  padding-right: 10px;
	}

/* Testimonials
-------------------------------------------------------------- */
	.roll-testimonials {
		max-width: 750px;
		margin: 0 auto 30px;
		text-align: center;
	}
	.roll-testimonials .avatar {
		width: 100px;
		margin: 7px auto 26px;
		border: 2px solid #fff;
	}
	.roll-testimonials .avatar,
	.roll-testimonials .avatar img {
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-testimonials .whisper {
		font-size: 18px;
		font-style: italic;
		line-height: 26px;
		padding: 0 0 20px;
		margin: 0;
		border: 0;
	}
	.hentry .roll-testimonials blockquote {
		background-color: transparent;
		color: inherit;
	}	
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
	}
	.roll-testimonials .name span {
		font-size: 13px;
		display: block;
		color: #767676;
	}
	.roll-testimonials .owl-controls {
		margin-top: 40px;
	}
	.hentry .roll-testimonials blockquote {
		background: transparent;
	}
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.owl-carousel{
		display: none;
		position: relative;
		-ms-touch-action: pan-y;
		-webkit-transition: all 0.3s !important;
		transition: all 0.3s !important;
	}
	.owl-carousel .owl-wrapper{
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	.owl-carousel .owl-wrapper-outer{
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.owl-carousel .owl-wrapper-outer.autoHeight{
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}
	.owl-carousel .owl-item{
		float: left;
	}
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div{
		cursor: pointer;
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.owl-carousel  .owl-wrapper,
	.owl-carousel  .owl-item{
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  -ms-transform: translate3d(0,0,0);
	}
	.owl-theme .owl-controls{
	  text-align: center;
	  margin-top: 45px;
	}
	.owl-theme .owl-controls .owl-page{
	  display: inline-block;
	  zoom: 1;
	}
	.owl-theme .owl-controls .owl-page span{
	  display: block;
	  width: 9px;
	  height: 9px;
	  margin: 4px;
	  background-color: transparent;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  filter: alpha(opacity=100);
	  opacity: 1;
	  -webkit-border-radius: 50%;
	     -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	      border-radius: 50%;
	  -webkit-transition: background 0.3s;
	     -moz-transition: background 0.3s;
	      -ms-transition: background 0.3s;
	       -o-transition: background 0.3s;
	          transition: background 0.3s;
	}
	.widget_sydney_testimonials .fa {
		display: none;
	}

/* Socials
-------------------------------------------------------------- */
	.roll-socials li {
		display: inline-block;
		text-align: center;
		margin: 2px 8px 8px 0;
	}
	.roll-socials li:last-child {
		margin-right: 0;
	}
	.roll-socials li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
		font-size: 16px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
	}
	.roll-socials li a:hover {
		color: #fff;
	}
/* Infomation
-------------------------------------------------------------- */
	.roll-infomation {
		margin-bottom: 50px;
		list-style: none;
	}
	.roll-infomation li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
		line-height: 24px;
	}
	.roll-infomation li.time span {
		color: #d91d1d;
		font-weight: 700;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		position: absolute;
		left: 0;
		top: 4px;
		content: "\f041";
		font-family: "FontAwesome";
		font-size: 20px;
	}
	.roll-infomation li.phone:before {
		content: "\f095";
	}
	.roll-infomation li.email:before {
		content: "\f040";
	}
/* Progress Bar
-------------------------------------------------------------- */
	.roll-progress {
		position: relative;
		margin-bottom: 20px;
	}
	.roll-progress .name {
		position: absolute;
		left: 0;
		top:0;
	}
	.roll-progress .name,
	.roll-progress .perc {
		font-weight: 400;
	}
	.roll-progress .progress-animate {
		height: 10px;
		width: 0;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;
	}
	.roll-progress .progress-bar {
		background: #f3f3f3;
		width: 100%;
		margin-top: 10px;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		     -o-border-radius: 2px;
		        border-radius: 2px;
	}
	.roll-progress .perc {
		width: 0;
		text-align: right;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: opacity 1s ease-in-out;
		  -moz-transition: opacity 1s ease-in-out;
		   -ms-transition: opacity 1s ease-in-out;
		    -o-transition: opacity 1s ease-in-out;
		       transition: opacity 1s ease-in-out;
	}
	.roll-progress .perc.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
/* Service Box
-------------------------------------------------------------- */
	.roll-servicebox .service-content h3 {
		font-size: 16px;
		font-weight: 500;
		margin: 10px 0 10px;
	}
/* Tabs
-------------------------------------------------------------- */
	.roll-tabs {
		margin-bottom: 20px;
	}
	.roll-tabs .menu-tab {
		overflow: hidden;
		margin: 0;
		list-style: none;
	}
	.roll-tabs .menu-tab li {
		position: relative;
		bottom: -1px;
		float: left;
		margin-right: 2px;
	}
	.roll-tabs .menu-tab li a {
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		font-weight: 500;
		display: block;
		color: #2d3340;
		padding: 12px 25px 10px;
	}
	.roll-tabs .menu-tab li a:hover {
		background-color: #f7f7f7;
		text-decoration: none;
	}
	.roll-tabs .menu-tab li.active a {
		background-color: #fff;
		border: 1px solid #dbdbdb;
		transition: none;
	}
	.roll-tabs .content-tab {
		margin-top: 50px;
		border: 1px solid #dbdbdb;
		padding: 25px 20px 10px 25px;
		margin-top: -1px;
		background-color: #fff;
	}
	.roll-tabs .content-tab p {
		margin-bottom: 20px;
	}
/* Promo Box
-------------------------------------------------------------- */
	.roll-promobox {
		text-align: center;
		padding: 20px 0;
	}
	.roll-promobox .promo-controls {
		margin-top: 25px;
	}
	.roll-promobox .title {
		font-size: 18px;
		margin-bottom: 10px;
		color: #8e8e8e;
		font-weight: 500;
	}
	.roll-promobox .promo-content p {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.roll-promobox.aside-style {
		text-align: left
	}
	.roll-promobox.aside-style .promo-content p {
		padding-bottom: 15px;
	}
	.roll-promobox.aside-style .promo-wrap {
	    display: table;
		overflow: hidden;
		width: 100%;
	}
	.roll-promobox.aside-style .promo-content {
	    display: table-cell;
	    vertical-align: middle;
		width: 70%;
	}
	.roll-promobox.aside-style .promo-content p {
		margin: 0 0 5px;
	}
	.roll-promobox.aside-style .promo-controls {
	    display: table-cell;
	    margin: 0;
	    text-align: center;
	    vertical-align: middle;
	    white-space: nowrap;
		width: 30%;
	}
/* Team
-------------------------------------------------------------- */
	.roll-team.carousel .team-item {
		padding: 0 25px;
	}
	.post-type-archive-employees .team-item {
  		margin-bottom: 30px;
	}
	.roll-team .team-inner {
		padding: 4px;
		background-color: #fff;
		position: relative;
		text-align: center;
	}
	.roll-team .team-item .team-pop .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		padding: 10px 0;
	}
	.roll-team .team-item .team-pop .pos {
		font-style: italic;
	}
	.roll-team .team-item .team-pop .team-info {
	    top: 30%;
	    position: relative;
		width: 100%;
	}
	.roll-team .team-item .pop-overlay {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
		z-index: 10;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 1s;
		   -moz-transition: all 1s;
		    -ms-transition: all 1s;
		     -o-transition: all 1s;
		        transition: all 1s;
	}
	.roll-team .team-item .team-social {
		text-align: center;
		padding: 17px 0 0;
		margin: 0;
	}
	.roll-team .team-item .team-social li {
		display: inline-block;
	}
	.roll-team .team-social li a {
		font-size: 16px;
		color: #fff;
		display: block;
		margin-left: 5px;
		height: 30px;
		width: 30px;
		line-height: 28px;
		border: 1px solid #fff;
		background-color: transparent;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
			 -o-border-radius: 50%;
				border-radius: 50%;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-team .team-item .team-social li:first-child a {
		margin-left: 0;
	}
	.roll-team .team-item .team-social li:hover a {
		background-color: #fff;
	}
	.archive .team-social li a {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-team .team-item .team-pop {
		color: #fff;
		z-index: 20;
		width: 100%;
		height: 100%;
		padding: 0 10px;
		cursor: pointer;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	.roll-team .team-item:hover > .team-inner .team-pop {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		-webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		   -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
		        animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2);
	}
	.roll-team .team-item:hover > .team-inner .pop-overlay {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.roll-team .team-content {
		text-align: center;
	}
	.roll-team .team-content .name {
		font-family: "Raleway", sans-serif;
		font-size: 16px;
		font-weight: 600;
		padding: 12px 0 2px;
	}
	.roll-team .team-content .pos {
		padding-bottom: 12px;
		color: #443f3f;
	}
	.archive .team-item:nth-of-type(3n+1) {
		clear: left;
	}
	.entry-post .roll-team .team-inner .avatar img {
	    margin: 0;
	}
/* Elements
-------------------------------------------------------------- */
	a {
		color: #d65050;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #d65050;
	}
	.text-color { color: #d65050;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
		color: #d65050;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border-bottom: 1px solid #dc143c;
		background:#f0f8ff;
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #d65050;
	}
	#mainnav ul li ul:after {
		background-color: #d65050;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #d65050;
	}
	.error-wrap #search-submit:hover {
		background-color: #d65050;
		border-color: #d65050;
	}
	.text-slider .maintitle:after {
		background-color: #d65050;
	}
	.content-area .hentry:after {
		background-color: #d65050;
	}
	.hentry .meta-post a:hover {
		color: #d65050;
	}
	.hentry blockquote {
	    border-left: 3px solid #d65050;
	}
	.blog-pagination ul li {
		border: 1px solid #d65050;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		background-color: #d65050;
	}
	.sidebar .widget:before {
		background-color: #d65050;
	}
	.widget-tags .tag-list a:hover {
		border: 1px solid #d65050;
	}
	.comment .comment-detail {
		border: 1px solid #d65050;
	}
	.bottom .socials li:hover a,
	.go-top {
		background-color: #d65050;
	}
	.go-top:hover {
		color: #d65050;
	}
	.switcher-container .switcher-icon a:focus {
		color: #d65050;
	}
	.owl-theme .owl-controls .owl-page span{
	  border: 2px solid #d65050;
	}
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span{
	  background-color: #d65050;
	}
	.roll-icon-box .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-box .icon i,
	.roll-icon-box .content h3 a:hover {
		color: #d65050;
	}
	.roll-icon-box.white .icon {
		background-color: #d65050;
	}
	.roll-icon-box.white .content h3 a {
		color: #d65050;
	}
	.roll-icon-list .icon {
		border: 1px solid #d65050;
	}
	.roll-icon-list .icon i,
	.roll-icon-list .content h3 a:hover {
		color: #d65050;
	}
	.roll-button {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button:hover {
		color: #d65050;
	}
	.roll-button.border {
		color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-button.border:hover {
		background-color: #d65050;
	}
	.roll-button.light:hover {
		border: 1px solid #d65050;
		background-color: #d65050;
	}
	.project-filter li a.active,
	.project-filter li a:hover {
		background-color: #d65050;
	}
	.roll-testimonials .name {
		font-family: "Raleway", sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #d65050;
	}
	.roll-project .project-item .project-pop {
		background-color: #d65050;
	}
	.roll-socials li a {
		border: 1px solid #d65050;
	}
	.roll-socials li a:hover {
		background-color: #d65050;
		border: 1px solid #d65050;
	}
	.roll-infomation li.address:before,
	.roll-infomation li.phone:before,
	.roll-infomation li.email:before {
		color: #d65050;
	}
	.roll-progress .progress-animate {
		background-color: #d65050;
	}
	.roll-team .team-item .team-pop .team-social li:hover a {
		color: #d65050;
	}
	.roll-team .team-item .team-pop {
		background-color: #d65050;
	}
	.roll-team .team-content .name {
		color: #d65050;
	}
/* Woocommerce basic - full styles in wc.css
-------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #d65050;
}
.cart-contents {
	position: relative;
}
.cart-contents .fa,
.header-account .fa {
	font-size: 18px;
}
.cart-amount {
    background-color: #d65050;
    font-size: 12px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    color: #fff;
    right: -18px;
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link p {
	color: #767676;
}
ol.flex-control-nav.flex-control-thumbs {
    list-style-type: none;
    padding-left: 0;
    margin: 0 -3px;
}
ol.flex-control-nav.flex-control-thumbs li img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs li {
    width: 33.333%;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
}
ol.flex-control-nav.flex-control-thumbs li img:not(.flex-active) {
    opacity: 0.6;
}
.woocommerce ul#shipping_method {
	display: table;
	margin: 0 auto;
	text-align: left;
}
.woocommerce ul#shipping_method li {
	padding: 0;
}
/* Core video
-------------------------------------------------------------- */
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}
.wp-custom-header iframe {
	vertical-align: top;
}

.wp-custom-header {
	position: relative;
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	bottom: 10%;
	left: -webkit-calc(50% - 25px);
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.70);
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.wp-custom-header .wp-custom-header-video-button:hover {
	color: #fff;
	background-color: #333;
}
.wp-custom-header .wp-custom-header-video-button:focus {
	outline: none;
}

/* Lightbox video
-------------------------------------------------------------- */
.sydney-video .video-text,
.sydney-video .toggle-popup, 
.sydney-video .close-popup {
	display: none;
}
.sydney-video.vid-lightbox .video-text {
	display: block;
	margin-bottom: 30px;
}
.sydney-video.vid-lightbox .video-text:empty {
	margin-bottom: 0;
}
.sydney-video.vid-lightbox .popup-show .close-popup {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 12;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
.sydney-video.vid-lightbox .sydney-video-inner {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sydney-video.vid-lightbox .video-overlay {
	position: fixed;
	top: 0;
	left: -9999em;
	height: 100%;
	width: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.3);
}
.sydney-video.vid-lightbox .popup-show {
	left: 0;
}
.sydney-video.vid-lightbox {
	text-align: center;
}
.sydney-video.vid-lightbox .toggle-popup {
    width: 60px;
    height: 60px;
    display: table;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(83, 85, 93, 0.3);
    border-radius: 50%;
    line-height: 60px;
    font-size: 28px;
    color: #46444c;
    transition: all 0.4s;
}
.sydney-video.vid-lightbox .toggle-popup:hover {
	background-color: #46444c;
	color: #fff;
}

/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrap .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
.panel-row-style,
.elementor-section {
	-webkit-transform: translate3d(0,0,0);
}
@-moz-document url-prefix() {
    .panel-row-style {
          background-position: center !important;
    }
}
.elementor-section,
.panel-row-style {
    -moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
    text-decoration: underline;
    margin: 0 3px;
    text-decoration-color: #bababa;	
}
/* Media Queries
-------------------------------------------------------------- */
	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.masonry-layout .hentry {
			width: 345px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
		    clear: left;
		}  				
	}
	@media only screen and (max-width: 1024px) {
		.site-header.fixed {
			position: static !important;
			border:none !important;
		}		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
			overflow: hidden;
			margin-bottom: 30px;
		}
		#mainnav {
			display: none;
		}
		.btn-menu {
			display: block;
		}		
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
  		}
		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
	}
	/* Tablet Landscape */
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnav ul li ul {
		    right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
		    left: -100%;
		}
	}

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.posts-layout {
			max-width: 100%;
		}
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.aside-image .content-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.btn-menu {
			float: none;
			margin: 15px auto 0;
		}
		.header-wrap {
			text-align: center;
		}
		#mainnav-mobi {
			top: auto;
		}
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title {
			font-size: 22px !important;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
	}

	/* Mobile Portrait Size */
	@media only screen and (max-width: 479px) {
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
    		padding: 5px 15px;
    		font-size: 11px;
		}
		
		.swiper-container {
    margin-top: -50px;
    height: 500px;
}
		
		.logowaku img{width:200px;height:auto}
		
		#pro{position:relative;top:-260px;display:block;}
		
		#ser{position:relative;top:-80px;display:block;}
		
		#com{position:relative;top:-80px;display:block;}
		
		.donden{position:fixed;bottom:0;left:0;width:50%;display:none;}
		
		.entry-footer {}
		
		.orij1{
    position:fixed;z-index:1400;padding-right:200px;top:0;
			margin-left:-10px;padding-bottom:30px;
  }	
		
		.mojimenu{font-size:12px;
		right:10px;z-index:9000;color:#000;
  	}
		
		.menulo{position: fixed;
right:20px;
  top: 60px;
color:#000;z-index:2000;font-size:12px}

		.slider img{max-height:250px;width:100%;object-fit:cover;}
		
		.conti{
  position: fixed;
right:20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #b49531;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:3000;
		
}
	
	.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  background-position:50% 50%;
  background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/lobby-346426_1920.jpg);
  transition: all .6s;
  z-index: 200;background-size:cover;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
		background-position-x:50%;
}
		.global-nav::before {
  position:absolute;
 width:100%;
			height:100%;
			background:rgba(0,0,0,0.6);z-index:210;content:"";
}
		
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;z-index:250;
	position:relative;
}
.global-nav__item a {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
	padding-left:10px;font-size:22px;z-index:250;
	position:relative;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
		
		a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
		
		
		.con0{position:relative;margin-top:-40px;height:500px}
		
		.sloiw{object-fit:cover;height:500px;}
		
		.con0kai{position:relative;margin-top:-40px;height:500px}
		
		.con0kai:before{background:rgba(0,0,0,0.6);width:100%;height:100%;
		content:"";position:absolute}
		
		.con0kai img{object-fit:cover;height:500px;}
		
		.con1xx {
    width: 100%;
    padding: 20px 30px 150px 30px;
    background: #f3f2ea;
    color: #4b4b4b;
    font-size: 17px;
    margin-bottom: -100px;
    text-align: center;
}
		
		.con1h {
    width: 100%;
    background: #f3f2ea;
    color: #4b4b4b;
    font-size: 17px;
    margin-bottom: -100px;
    text-align: center;
}
		
		.con1 {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    color: #4b4b4b;
    font-size: 16px;
    text-align: center;
}
		
		 h1{color:#000;font-family:'Gloria Hallelujah', cursive;}
		
		.con2{padding:50px 30px;color:#4b4b4b;font-size:17px;background:#fff;margin-bottom:-50px;}

	.con2 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;}
		
		.con4{padding:50px 30px;background:url(https://www.wapuru.com/wp-content/uploads/2019/10/hed.jpg);
	color:#000;display: block;}
		
	
	.con4 h1{color:#000;font-family:'Gloria Hallelujah', cursive;}
		
		.footer-widgets{margin-top:-50px;}
		
		
		
		#oneslider{}
		
		
		
		.rensa{height:100px !important;}
		
		.rensa img{
  border:2px solid #fff;
		object-fit:cover;
		width:150px;
		height:100px;
		float:left;
		}
		
		#bg{margin-top:-200px;height:1100px !important;}

.logokai{position:absolute;z-index:1000;top:30%;font-family: 'Shippori Mincho B1', serif;}
		
		.logoka{
    text-align: center;
    color: #FFF;
   left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:absolute;
			padding:20px;border-radius:10px;text-shadow:
    1px 0 0 black,
    0 1px 0 black,
    -1px 0 0 black,
    0 -1px 0 black;font-size:6vw;text-align:left;font-family: 'Shippori Mincho B1', serif;
		}
		
		.site-logo{margin-top:20px;}
	
.logoka h1 {
    background-image: url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/12/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 70px;
    line-height: .90;
    margin: 10px 0;font-family: 'Amaranth', sans-serif;
}


.background {
  display: block;
  
}
		
		.con5{background: #3C3B3F;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #605C3C, #3C3B3F);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #605C3C, #3C3B3F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */padding:50px 20px;
}
		
		.con6{background:#fff;
	padding:50px 20px;position:relative;}
	
	.con6 h2{color:#c0c0c0;}
		
	
		
		.saishu{font-size:20px;color:#fff;text-align:left;}
		
		.saishbox1{background:#fff;width:90%;margin:20px auto;color:#222;padding:3%;clear:both;}
		
		.saishbox2{background:#fff;width:90%;margin:20px auto;color:#222;padding:3%;}
		
		.saishbox1 h5{text-align:center;}
		
		.saishbox2 h5{text-align:center;}
		
		.entry-content{}
		
		button{
  background:#333;
  color:#fff;
	margin-top:50px;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
		font-size:17px;
			width:90%;
			margin:50px auto 0 auto;
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #333;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
		
		.company{color:#fff;}
		
		.company td{padding:5px 10px;}
		
		.frame {
	display: inline-block;
	position: relative;
		top:-120px;
		left:15%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;width:80%;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}
		
		.sample2 {
	width:			100%;
	height:			210px;
	overflow:		hidden;
	margin:			15px auto;
	position:		relative;
		
		box-shadow: 2px 2px 4px #222;
}
.sample2 .caption {
	font-size:		120%;
	text-align: 		left;
	color:			#fff;
	padding:0 10px;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
	display:block;
}
	
	.sample2 .normal{position:absolute;color:#fff;left:30px;top:20px;font-size:30px}
	
	.sample2:hover + .normal{color:#ff0000;}
	
	.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		10px;	/* ホバーで下にずらす */
}
		
		
	.sample2:hover .normal {
	opacity:0;	/* マスクを表示する */
	
}
	.red{color:#ff0000;}

		
		.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
		
		.kihon{position:relative;border:10px solid #000;margin-top:40px;
	box-shadow: 2px 2px 4px gray;width:80%;}
	
	.kihon1{display: inline-block;
	position: relative;
		top:-120px;
		left:15%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;width:80%;}
	
	.kihon1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(255,0, 0, 0.1); /* カラーを重ねる */
		z-index:10
			
}
		
		.under {background: linear-gradient(transparent 60%, #ffd700 50%);font-size:32px;color:#000;margin:0 auto;
margin-bottom:50px;font-weight:bold;text-align:center;}
	
	.under a{color:#000;text-align:center;}
		
		.shou33 {margin:10px auto;}
		
		.start {
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;background-size:cover;
}


.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
	}
		
		.arrowWrap {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 200px;z-index:10;display:none;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);display:none;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;display:none;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
		
		.article{margin-top:50px;}
		
		.con7{background:url(https://wapuru.heteml.net/sample7/sample7/wp-content/uploads/2020/01/office-space-1744803_1920-1.jpg);
	position:relative;height:500px;z-index:10
	
	}
	
	.con7:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.5);}
	
	.contactbox{background:rgba(0,0,0,0.7);color:#fff;padding:50px 10px;margin:0 auto;text-align:center;
	width:70%;z-index:11;position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}
	
	.contactbox:hover{background:#000;}
	
	.contactbox h4{color:#fff;text-align:center;font-size:20px;}
	
	.contactbox h5{color:#fff;text-align:center;font-size:15px;}
		
			.back1{position:relative;width:100%;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/ca072c8637a3bea1975ff983525b6f1d_m.jpg);
	background-position:50% 50%;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back1::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2{position:relative;width:100%;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/floor-plan-1474454_1920.jpg);
	background-position:50% 50%;position:sticky;width:100%;height:500px; background-size:cover;
		margin-top:40px;}
	
	.back2::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2::after{background:rgba(0,0,0,0.7);width:100%;content: "";z-index:0;height:40%;display: block;
	bottom:0%;position:absolute;}
	
	.owner{position:absolute;color:#fff;font-size:17px;bottom:10px;z-index:12;padding:0 30px;}
	
	.kazasi{position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);width:50%;}
		
		

	.back4{position:relative;width:100%;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/office-581131_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back4::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}

	.back6{position:relative;width:100%;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/agreement-3489902_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:500px; background-size:cover;margin-top:40px;}
	
	.back6::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}	
	
	.block {
  width: 100%;
  height: 100vh;object-fit:cover;
 }
p {
 
  padding: 0;
  margin: 0;
}
	
.block-one {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/architecture-1836070_1920.jpg);
  color: #fff;
  z-index: 100;
		padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
		
}
.block-two {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/kitchen-1687121_1920.jpg);
  z-index: 200;padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
	
}
	
	.block-three {
background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/villa-1209148_1920.jpg);
  z-index: 300;padding:0 30px;height:100vh;object-fit:contain;object-position:50% 80%;width:100%;
		
}
	
	.block-four {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/kitchen-2486092_1920.jpg);
  z-index: 400;padding:0 30px;height:100vh;object-fit:cover;object-position:50% 80%;
		
}
	
	.block-five {
  background: #85937A;
  z-index: 200;
}
	
	.topo1{
	margin-top:50px;
	}
	
	.topo2{
	margin-top:50px;
	}
		
		.hrafwork{position:relative;overflow:hidden;margin:20px 0;}
	
	.firstkifo{font-size:30px;}
	
	.hrafwork img{height:300px;width:100%;object-fit:cover;-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}
	
	.hrafwork img:hover{-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}
	
	.kotaitl{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;top:0;
	border-left:4px solid #fff;}
	
	.kotaitl2{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;bottom:0;
	border-right:4px solid #fff;}
		
		figure.cp_caption {
	position: relative;
	overflow: hidden;
	width: 100%;
	
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color:#fff;font-size:20px;
}
figure.cp_caption img {
	width: 100%;
	
}
figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 50%;
	padding: 3em 3em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}
figure.cp_caption:after {
	position: absolute;
	top: 7%;
	right: 10%;
	bottom: 7%;
	left: 10%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(27, 37, 56, 0.8);
}
figure.cp_caption:hover:after {
	opacity: 0.9;
}
figure.cp_caption:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}
	
	.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 4em;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 7px 14px;
	transition: 0.4s;
	
	background: transparent;
}
.ef ~ .focus_line:before,
.ef ~ .focus_line:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: 0.2s;
	transition-delay: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line:after {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	transition-delay: 0.6s;
}
.ef ~ .focus_line i:before,
.ef ~ .focus_line i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	content: '';
	transition: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line i:after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	transition-delay: 0.4s;
}
.ef:focus ~ .focus_line:before,
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:before,
.cp_iptxt.ef ~ .focus_line:after {
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:after {
	transition-delay: 0.2s;
}
.ef:focus ~ .focus_line i:before,
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:before,
.cp_iptxt.ef ~ .focus_line i:after {
	height: 100%;
	transition: 0.2s;
}
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:after {
	transition-delay: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: -35px;display:none;
	
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #000;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: px;
	top: -22px;
	left: 0;
	transition: 0.3s;
	color: #da3c41;
}
		
		.harbun2{width:90%;float:left;padding:20px 10px 20px 10px;background:rgba(0,0,0,0.6);;font-size:14px;
	color:#fff;box-shadow:4px 4px 2px #000;}
		
		.glp{color:#fff;}
		
		.harbun2 h5{font-size:30px;color:#f5f5f5;}
		
		.drem td{padding:10px;font-size:16px;color:#000;}
	
	.drem td .fot{text-align:right;}
	
	.drem th{padding:20px 40px;color:#000;font-size:12px;}
	
	.drem tr:nth-child(even) {
background: #fff;
}
 
	.drem tr:nth-child(odd) {
background:#F9F9F9;;
}
		
		.redd{color:#cc0000;}
		
		
		

			.fixed-bg {
  
		}
	
	.fixed-bg h1 {
		position:relative;
  text-align:center;
	top: 50vh;
	color:#fff;font-size:60px;text-shadow:4px 4px 2px gray;font-family: 'Archivo Black', sans-serif;
}
 
.bg01 {
  background-image: url(https://wapuru.heteml.net/sample7/wp-content/uploads/2020/01/architecture-1477041.jpg);
	width:100%;height:50vh;background-size:cover;
}
 
.bg02 {
  background-image: url(https://wapuru.heteml.net/sample7/wp-content/uploads/2020/01/large-home-389271.jpg);background-size:cover;object-fit:cover;width:100%;height:50vh;background-size:cover;
}

	
	.scroll-bg{background:rgba(255,255,255,0.2);padding:30px 2%;}
	
	svg{margin-top:20vh;}
		
		.midasi {
  position: relative;
  text-align:center;
  padding: 0 55px;font-size:25px;color:#1675A1
		
}

	.midasi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1675A1;
  border-radius: 2px;
}
		
		.menuti{background:#1675A1;color:#fff;font-size:18px ;text-align:center;
	padding:10px 20px;box-shadow:4px 4px 2px gray;margin-top:80px;}
	 
		.boirr{background:#1675A1;color:#fff;font-size:20px;padding:15px 30px;margin:30px 0;
	position:relative;top:20px;border-radius:3px}
	
	.boirr:hover{color:#FFD300}
	
		.site-info{font-size:12px;}
		
		.shef1{background:url(/wp-content/uploads/2021/10/社屋写真.jpg) ;
		background-position:center center;height:400px;width:100%;position:relative;
		background-size:cover;}
	
	.shef1:before{content:"";width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef2{background:url(/wp-content/uploads/2021/10/希望画像データ-scaled.jpg); 
		background-position:50% 30%;height:400px;width:100%;
		background-repeat:no-repeat;position:relative;background-size:cover;
			}
	
	.shef2:before{content:"";width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef3{background:url(https://bridge.wapuru.xyz/wp-content/uploads/2020/12/298495_m.jpg) ;
		height:400px;width:100%;background-position:center center;
		background-repeat:no-repeat;position:relative;background-size:cover;margin-top:90px
			}
	
	.shef3:before{content:"";width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef4{background:url(https://bridge.wapuru.xyz/wp-content/uploads/2020/12/422459_m.jpg); 
		height:400px;
		background-repeat:no-repeat;background-size:cover;position:relative;background-size:cover;margin-top:90px
		
			}
	
	.shef4:before{content:"";background:rgba(0,0,0,0.6);width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
		
		.shef5{background:url(https://bridge.wapuru.xyz/wp-content/uploads/2020/12/418202_m.jpg); 
		height:400px;
		background-repeat:no-repeat;background-size:cover;position:relative;background-size:cover;margin-top:90px
		
			}
	
	.shef5:before{content:"";background:rgba(0,0,0,0.6);width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	
	
	.sitit{position:absolute;font-size:25px;color:#fff;
		top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);text-align:center;width:90%;;margin:0 auto;
	
	}
		
		.sitit1{position:absolute;font-size:20px;color:#fff;
		top: 60%;
  left: 50%; transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);text-align:center;width:90%;;margin:0 auto;
	
	}
	
		
		.sitit2{position:absolute;font-size:25px;color:#4b4b4b;
		top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);text-align:center
	
	}
	
	.gosi{border-collapse: separate;
    border-spacing: 0px 15px;
    word-break: break-all;}
	
	.gosi th{padding:20px 10px;border-bottom:1px dotted #ccc;border-left:5px solid #009946;
	font-weight:300;font-size:17px;}
	
	.gosi td{padding:20px 10px;border-bottom:1px dotted #ccc;font-size:17px;}
	
	.fotme{font-size:15px;font-family: 'Dancing Script', cursive;}
	
	.tenpsha{width:95%;margin:100px auto;}
	
	.tenlpsha{width:48%;object-fit:cover;height:200px;float:left;background:#fff;
	border:5px solid #fff;margin:0 1%;box-shadow:4px 4px 2px;}
	
		.uttae{color:#1675A1;font-size:20px;margin-bottom:100px;}
		
			@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
	margin:100px auto;
 
  
  height: auto;
  
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height:auto;
  position: absolute;
  width: 404px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 80s linear infinite;
  display: flex;
  width: calc(400px * 8);
}
.slider .slide {
  
}
		
		.slide img{margin:0 2px;}
		
		.gallery-item{padding:1%;}
		
		.gallery-item img{border:3px solid #fff;box-shadow:4px 4px 2px gray;}
		
		.harfmatome1{width:100%x;padding:20px 0 100px 0;margin:0 auto;display:none;}
	
	.harfmatome1 ul{width:100%;}
	
	.harfmatome1 li{text-align:center;position:relative;float:left;padding:5px !important;
		border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;width:16.6%;font-size:10px;}
	
	
	
	.harfmatome1 li span{position:absolute;left: 50%;display:none;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:15px;top:35px;
	}
	
	.harfmatome1 li:before{border-bottom:3px solid #e79140;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:30px;}
	
	.harfmatome1 li:hover:before{border-bottom:3px solid #9400d3;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:30px;}
		
		.tenmei{font-size:24px;}
		
		.go-top.show{bottom:78px !important}
	
	
	.harfmatome{width:100%;padding:50px 0 30px 0;margin:0 auto;}
	
	.harffot{padding:0px;position:relative;}
	
	.hor{margin-top:30px;}
	
	.horhy{font-size:37px;font-weight:bold;}
	
	.jioi{margin-left:30px;padding:15px 50px;background:#37a34a;border:none;color:#fff;}
	
	.koisi{position:absolute;top:-100px;border-radius:50%;border:2px solid #37a34a;padding:10px;
	background:#fff;color:#2b2b2b;right:0px;;text-align:center;font-size:17px;
	letter-spacing:0.2em}
	
	.mojideka{font-size:20px;}
	
	.jikanwaku{border-top:2px solid #111;border-bottom:2px solid #111;padding:10px; }
	
	.dtj0 td{border-left:1px solid #111;}
	
	.dtj0 th{}
	
	.copyri{text-align:center;font-size:10px;margin-top:30px;}
		
		.copyri1{text-align:center;font-size:14px;margin-top:15px;margin-bottom:20px;
		position:relative;top:20px;color:#2b2b2b;}
		
		.mapcon{height:500px;width:100%;overflow:hidden;}
		
		.acces{border:1px solid #dcdcdc}
		
			.acces tr:nth-child(even) {
background: #ffc0cb;
}
 
.acces tr:nth-child(odd) {
background: #fff;
}
		
		.pc{display:none;}
		
		.harf1 img{border:5px solid #fff;box-shadow:4px 4px 2px gray;}
		
		*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {margin: 1em auto;padding: 0 1.5em;border: 1px solid #018bd4;text-align: left;font-size: 1em;line-height: 1.3;color: #444;overflow: auto;width: 100%;height: 300px;background-color: #fff;box-shadow:4px 4px 2px gray;padding:10px;}
.info dl {padding: 0.5em 0;border-bottom: 1px dotted #ccc;}
.info dt {padding-bottom: 0;width: 6em;}
		
		
	
		
		.zero{margin-top:-50px!important;}
		
		.rcm-box {
  width: 100%;
  background: #018bd4;
  position: relative;
  
		margin:20px auto;
		height:400;
}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
	border:5px solid #f5f5f5;box-shadow:4px 4px 2px gray;
	
	
}
.rcm-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: red;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
  color: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-button {
  background: red;
  padding: 5px 30px;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
	position:relative;top:20px;
}
.rcm-box:hover .rcm-button {
  background: white;color:#cc0000;
}
	
	.rcm-title{font-size:5vw}
		
		.rcm-description{font-size:3.8vw}
		
		.yokobox{
	width:100%;
	margin:50px auto;}
	
	.yokobox img{border:3px solid #fff;box-shadow:4px 4px 2px gray;width:48%;margin:10px 1%;
		float:left;}
	
	.yokobox img:hover{border:3px solid #282f5b;box-shadow:4px 4px 2px gray;opacity:1}
		
		.con1x{width:100%;padding:20px 30px 50px;background:#fff;color:#4b4b4b;font-size:17px;
	text-align:center;}
		
		.con1v{width:100%;padding:20px 30px;background:#fffaf0;color:#4b4b4b;font-size:17px;
	text-align:center;}
	
	
	.con1x h2{text-align:center;position:relative;margin-top:10px;line-height:2.2}
	
	
	.con1x a{color:#2b2b2b}
		
	
	.con1x a:hover{color:#cc0000;text-decoration:underline;}
	
	.con1x h1 {
  position: relative;
  padding: 0px;
  text-align: center;
}

.con1x h1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 90%;
  height: 2px;
  content: '';
  background: #018bd4;
	
}

.con1x h1 span {position: relative;padding: 0 10px;background: #fff;
}
	
		
	.conbox{margin-top:10px;}
		
		.jyutaku{text-align:left;margin:0 auto;font-size:16px}
	
	.jyutaku2{font-size:16px}
	
	.jyutaku3{padding;3%;float:left;text-align:left;margin:50px auto;margin-left:30%;}
		
		.con11{width:100%;padding:100px 30px;background:#fff;color:#4b4b4b;font-size:17px;margin-bottom:-100px;
	}
	
	.con11 h2{margin-top:50px;position:relative;margin-bottom:50px;text-align:center}
	
	.con11 h2:before{position:absolute;height:4px;width:30px;background:#018bd4;
	top:58px;content:"";left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);border-radius:3px;}
	
		.con11 h2:after{position:absolute;height:2px;width:30px;background:#282f5b;
	top:61px;content:"";left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);border-radius:3px;}
	
	.aisatu{text-align:right;margin-bottom:50px;font-weight:bold;content:"代表取締役　大𣘺佑介"}
	
	.compan{box-shadow:4px 4px 2px gray}
	
	.compan th{padding:20px 10px;border-bottom:1px dotted #018bd4;width:40%}
	
	.compan td{padding:20px 10px;border-bottom:1px dotted #018bd4}
	
	.compan tr:nth-child(odd)  {  
  background-color: #EAF6FD;  
}
.compan tr:nth-child(even)  {  
  background-color: #fff;  
}  
		
		#newsevent {
	height: 200px;/*スクロールの高さ*/
	overflow-y: scroll;margin:50px auto;background:#fff;padding:20px;border:2px solid #999;
			box-shadow:4px 4px 2px gray;
}
	
	#newsevent h4{font-size:17px;}
		
		.kagenone img{box-shadow:0 0 0 gray !important;font-size:16px !important;}
		
		#a,#b,#c,#d{display:block;position:relative;top:-100px}
		
		.kankyou img{object-fit:cover;width:100%;height:220px;}
		
		.hiu img{border:3px solid #fff;box-shadow:4px 4px 2px gray;
	object-fit:cover;height:250px;;}
	
	.hiu{position:relative;font-weight:bold;text-align:center;margin-bottom:30px;font-size:22px;}
		
		.menujap{list-style:none;width:100%;margin-left:-30px}
	
	.menujap li{float:left;font-size:1.1rem;color:#b49531;text-align:left;width:50%;}
	
	.menujap li a{float:left;font-size:1.2rem;color:#b49531;text-align:left;padding:0 40px;}
	
	.menujap li div{color:#2b2b2b;}
	
	.menujap li:hover{color:#b49531;}
	
	.menujap li div:hover{color:#b49531;}
		
		.topic{width:100%;height:100px;background:#fff;position:relative;margin-top:60px;margin-bottom:100px;
		border:1px solid #2b2b2b;box-shadow:4px 4px 2px gray}
		
		.topics-ttl {
    color: #b49531;
    line-height: 1;
    position: absolute;
    left: 3.67vw;
    top: 50%;
		transform: translateY(-50%);font-size:1.6rem}
		
			.concept-lead-sub {
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 3.33vw;
    font-size: 16px;
    font-size: 1.6rem;
}
	
	.concept-ttl {
    color: #b49531;
    letter-spacing: 0.5em;
    line-height: 1.2;
    margin-bottom: 3vw;
    font-size: 14px;
    font-size: 1.4rem;
}
	.concept-text {
    margin-bottom: 4.33vw;font-size:16px;
}
		
		.stay-ttl {
    color: #b49531;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 1.33vw;
    text-align: center;
    font-size: 48px;
    font-size: 3rem;margin-top:100px
}
		
		.stay-box-ttl {
    padding-right: 0.87vw;
    font-size: 20px;
			font-size: 2rem;color:#5a5129;padding-top:50px}
	
	.stay-box-text {
    color: #5a5129;font-size: 1.5rem;
}
		
		.stay-box-ttl {
    padding-right: 0.87vw;
    font-size: 20px;
			font-size: 2rem;padding-top:50px;color:#5a5129;}
	

	.tel-txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
}
	.stay-reserve-room-tel {
    border: 1px solid #5a5129;
    border-radius: 0.4vw;
    padding: 1.2vw 0.87vw 0.87vw;
    width: 90%;
    margin: 0 auto;
    text-align: center;box-shadow:4px 4px 2px gray
		
}
		.heya-box img,.resutran img,.spa-img,.banquet-img img{box-shadow:4px 4px 2px gray}
		
		
				.restaurants-ttl {
    color: #b49531;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 1.33vw;
    text-align: center;
    font-size: 48px;
    font-size: 3rem;margin-top:50px !important;
}
	
	.restaurants-lead {
    line-height: 1.2;
    margin-bottom: 3.6vw;
    text-align: left;
		font-size:15px;
}
	
	.restaurants-box-tbl-wrap {
    border-top: 1px solid #e6e6d2;
    margin-bottom: 0.53vw;
    padding-top: 1.07vw;
    padding-bottom: 1.07vw;
}
	
	.restaurants-box-contact {
    border-top: 1px solid #e6e6d2;
    text-align: right;
    padding-top: 10px;
    padding-top: 2.67vw;
}
	
	.kaibox{margin-bottom:50px}
	
	.resutran{}
	
	
	.kaede{padding:50px 5%;}
	
	.restaurants-box-contact{text-align:center;float:right}
	
	.restaurants-box-lead{text-align:left}
		
		.wedding{background:#fffaf0;padding:0 30px 50px 30px;
	position:relative;width:100%;background-position:50% 50%;margin-top:-40px}
	
	
		.weddingtt{position:relative;text-align:center;z-index:100;padding-top:50px;}
	
	.wedding-ttl-wrap.wedding-ttl-wrap {
    white-space: nowrap;
   padding:100px 30px;
   position:relative;z-index:300px
}
	
	.wedding-ttl-sub.wedding-ttl-sub {
    color: #b49531;
    font-size: 1.4vw;
    letter-spacing: 0.39em;
    margin-bottom: 1.07vw;
}
	
	.wedding-ttl.wedding-ttl {
    color: #b49531;
    font-size: 3rem;
    letter-spacing: 0.24em;
    margin-bottom: 1.8vw;
}
	
	.wedding-lead-wrap {
    position: relative;
    z-index:300px;padding:30px;
}
	
	.wedding-lead {
    
    letter-spacing: 0.16em;
}
	
	.wedding-lead-sub {
    
    letter-spacing: 0.04em;
}
		
		.spa-lead {
    color: #b49531;
    line-height: 1.75;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;margin-top:15px;
}
		
		.spa-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
    font-size: 32px;
    font-size: 3.2rem;margin-top:0;
}
		
		.banquet-lead {
    color: #b49531;
    line-height: 1.8;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;margin-top:15px;
}
}
		
		.banquet-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
    font-size: 32px;
    font-size: 3.2rem;margin-top:0
}
		
		.online-lead {
    color: #b49531;
    line-height: 1.75;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;
}
		
		.online-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
    font-size: 32px;
    font-size: 3.2rem;
}
		
	
		
		.sct-banquet {
    padding-bottom: 6.67vw;
    
}
		
		.sct-online {
    padding-bottom: 6.67vw;
    position: relative;
    background-color: #f9f9f4;
    padding-top: 9.33vw;padding-left:30px;padding-right:30px;
}
		.sct-news {
    padding: 10.67vw 0;
    background-color: #f9f9f4;
}
		.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
    
}
		
		.ttl01-wrap {
    margin-bottom: 2.67vw;
    line-height: 1.2;
    text-align: center;
}
		.sct-news .ttl01-sub {
    letter-spacing: .2em;
    font-size: 32px;
    font-size: 3.2rem;
}
 
		.sct-news .ttl01 {
    font-size: 14px;
    font-size: 1.4rem;
}
		
		.ttl01-sub {
    color: #b49531;
    font-family: "adobe-garamond-pro", serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .5em;
    margin-bottom: 1.67vw;
}

.ttl03-s{margin-top:-7px;}
		
		.news-list{list-style:none;}
		
		.center {
    text-align: center;
    line-height: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
		
		.concept-ttl .concept-copy {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 0.25em;
}
		
		.concept-ttl .concept-sub-copy {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}
		
		.slider-m{list-style:none;}
		
		.slider-m img{}

.capera{width:100% !important;padding:0 30px;}
		
	
		
		.ctop-box-lead {
    font-size: 16px;
    font-size: 1.6rem;
    position:relative !important;
    left: 0;
    bottom: 2.33vw;
    width: 100%;
}
		
		.ctop-box-text {
    position: relative;
    text-align: center;
   width:100% !important;
}
		
		.ctop-box-img {
    width: 100% !important;
    float: none !important;
}
		
	
		
		.grid .col5 {
    width: 100% !important;
    float: left;
}
		
	
		
		.con-este {
    padding: 50px 30px !important;
    background: #f3f2ea;
}
		
		.sct-feature {
    margin-bottom: 2.67vw;
    height: 350px !important;
}
		
		.feature-img01, .feature-img02 {
    
    float: left;
}
		
		.feature-inner {
    width: 60vw !important;
    float: left;
    display: flex;
    flex: 1;
    margin: 0 4px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(180, 149, 49, 0.5);
    border-right: 1px solid rgba(180, 149, 49, 0.5);
    background: url(img/bg_feature.png) no-repeat center;
    background-size: auto 97%;
}
		
		.feature-img01, .feature-img02 {
    width: 35vw;
    float: left;
}
		
		.feature-inner .ttl01-wrap {
    margin-bottom: 0;
    margin-top: 40px !important;
}
		
		.sct-hall{padding:20px 30px;}
		
		.top-concept-area .top-sct-lead {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
    text-align: left;
    font-size: 15px !important;
		}
		
		.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100% !important;
    position: relative;
}
		
		.box-inner {
    padding: 0 30px !important;
}
		
		.top-sct-img1{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/wedding-1353829_1920.jpg);
content:"";height:50vh !important;width:100%;object-fit:cover !important;background-size: cover;
}

.top-sct-img2{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/bloom-1836315_1920.jpg);
content:"";height:50vh !important;width:100%;object-fit:cover !important;background-size: cover;
}

.top-sct-img3{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/dinner-1284245_1920.jpg);
content:"";height:50vh !important;width:100%;object-fit:cover !important;background-size: cover;
}

.top-sct-img4{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/bouquet-2563485_1920.jpg);
content:"";height:50vh !important;width:100%;object-fit:cover !important;background-size: cover;
}

.top-sct-img1:before,.top-sct-img2:before,.top-sct-img3:before,.top-sct-img4:before{
	background:rgba(255,255,255,0.7);content:"";position:absolute;width:100%;height:100%;
}
		
		.top-sct {
    color: #525252;
    display: block;
    padding-bottom:0px !important;
    position: relative;
    text-decoration: none;
    z-index: 10;
    transition: opacity 0.3s ease;
}
		
		.ctop-box-img img {
    object-fit: cover;
    height: 500px;
    
}

.box-rds-s-text{margin-top:10px !important}

.goiri{}
		
		.box-rds-s-img {
    height: 100%;
    width: 90% !important;
    margin: 0 auto !important;
}
		
		.box-rds-s-text-inner {
    padding-left: 2.1vw;
}
		
		.ttl03-sub {
    color: #b49531;
    margin-bottom: 9px;
    font-size: 16px !important;
    font-size: 1.6rem !important;
}
		.topics-ttl {margin-top:0;}
		
		.topics-ttl1 {
    color: #2b2b2b;
    line-height: 1;
    position: absolute;
    left: 20vw;
    top: 50%;
		transform: translateY(-50%);font-size:1.2rem}

.logoka:before{position:absolute;
	font-size:9vw; left: 50%;top: 180%;
	transform: translate(-50%, -50%);
	content:"wapuru samplesite1";color:rgba(255,255,255,0.7)}
	
	.bokasi{position:absolute;
	font-size:9vw; left:50%;top: 150%;
	transform: translate(-50%, -50%);
	content:"wapuru samplesite4";color:rgba(255,255,255,0.5)}

/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  /* 背景色 - 変更可・削除可 */
   /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 10px 0 50px; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom:50px;
}
.loop-box, .loop-box ul {
  height: 300px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
   /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 65s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;object-fit:cover;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}

.sasie{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/couple-443600.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie:before{position:absolute;top:60%;left:40%;content:"Wedding";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie2{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/hotel-rooms-5225640_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie2:before{position:absolute;top:60%;left:40%;content:"Lodging";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie3{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/restaurant-3597677_1920-2.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie3:before{position:absolute;top:60%;left:40%;content:"RESTAURANT";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie4{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/wellness-285587_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie4:before{position:absolute;top:60%;left:40%;content:"ESTHETIC";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie5{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/gedeckter-table-3604064_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie5:before{position:absolute;top:60%;left:40%;content:"Banquet";color:rgba(255,255,255,0.4);font-size:10vw}
	
.harfsix img,.harffive{margin:10px auto}	

.con0 img .mangazo{max-width;100px}

.mangazo{position:absolute;position: absolute;
  top: 50%;
  left: 44%;
  -webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);width:200px;z-index:3}
	
		
	}
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		.header-wrap .container > .row {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-align-items: center;
			    -ms-flex-align: center;
			        align-items: center;
		}
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
	}






/**
** Gutenberg *** ADD RESPONSIVE STYLES *** CHECK PAGES+GUTENBERG
*/
.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}

@media only screen and (min-width: 481px) {
	
	.con0{position:relative;z-index:1;width:100%;margin:0 auto;overflow:hidden}
	
	.typing{position:absolute;color:#fff;font-size:1.7vw;top:55%;left:50%;transform:translate(-50%,-50%);
	background:rgba(0,0,0,0.3);width:45%;height:250px;padding:20px;}
	
	.gooi{ left: 50%;top:30px;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);margin-top:30px}
	
/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  /* 背景色 - 変更可・削除可 */
   /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 10px 0 50px; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom:50px;
}
.loop-box, .loop-box ul {
  height: 300px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
   /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 65s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;object-fit:cover;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}
	
	.cp_navi {
	position: fixed;
	overflow: hidden;
	width: 360px;
	height:100vh;top:0;z-index:4100;
}
.cp_navi #cp_sidenav a {
	font-size: 20px;
	position: absolute;
	left: -95px;
	width: 110px;
	height: 54px;
	padding: 12px 15px;
	transition: 0.3s;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0 5px 5px 0;
}
.cp_navi #cp_sidenav a:hover {
	left: -10px;
}
.cp_navi #home {
	top: 20px;
	background-color: #da3c41;
}
.cp_navi #news {
	top: 80px;
	background-color: #1b2538;
}
.cp_navi #contact {
	top: 140px;
	background-color: #2e9b72;
}
.cp_navi #about {
	top: 200px;
	background-color: #a62e7a;
}
	
	
	
	
	.top-sct-img1{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/wedding-1353829_1920.jpg);
content:"";background-attachment:fixed;height:100vh;width:100%;object-fit:cover;position:relative}

.top-sct-img2{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/bloom-1836315_1920.jpg);
content:"";background-attachment:fixed;height:100vh;width:100%;object-fit:cover;position:relative}

.top-sct-img3{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/dinner-1284245_1920.jpg);
content:"";background-attachment:fixed;height:100vh;width:100%;object-fit:cover;position:relative}

.top-sct-img4{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/bouquet-2563485_1920.jpg);
content:"";background-attachment:fixed;height:100vh;width:100%;object-fit:cover;position:relative}

	
	.top-sct-img1:before,.top-sct-img2:before,.top-sct-img3:before,.top-sct-img4:before{background:rgba(255,255,255,0.7);
	position:absolute;width:100%;height:100%;content:""}
	
	.sasie{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/couple-443600.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie:before{position:absolute;top:60%;left:60%;content:"Wedding";color:rgba(255,255,255,0.4);font-size:4vw}
	
	.sasie2{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/hotel-rooms-5225640_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie2:before{position:absolute;top:60%;left:60%;content:"Lodging";color:rgba(255,255,255,0.4);font-size:4vw}
	
	.sasie3{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/restaurant-3597677_1920-2.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie3:before{position:absolute;top:60%;left:60%;content:"RESTAURANT";color:rgba(255,255,255,0.4);font-size:4vw}
	
	.sasie4{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/wellness-285587_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie4:before{position:absolute;top:60%;left:60%;content:"ESTHETIC";color:rgba(255,255,255,0.4);font-size:4vw}
	
	.sasie5{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/gedeckter-table-3604064_1920.jpg);content:"";
	width:100%;height:80vh;background-position:50% 50%;position:relative}
	
	.sasie5:before{position:absolute;top:60%;left:60%;content:"Banquet";color:rgba(255,255,255,0.4);font-size:4vw}
	
	.harffour{width:40%;float:left;padding-top:100px}
	
	.harfsix{width:60%;float:left;}
	
	.tatesoroe{display:flex;margin:50px 0;}
	
	.harffive{width:50%;float:left;}
	
	
	
	
	
	.menulo{position:fixed;top:60px;right:15px;z-index:2000;color:#fff}
	
	#a,#b,#c,#d{display:block;position:relative;top:-100px}
	
	.toi{}
	
	.yokobox{display: flex;
	justify-content:space-between;
	width:80%;
	margin:50px auto;}
	
	.yokobox img{border:3px solid #fff;box-shadow:4px 4px 2px gray;}
	
	.yokobox img:hover{;opacity:0.7}
	
	.dfhu{width:50%;float:left;padding:30px}
	
	.rcm-box {
  width: 500px;
  background: #018bd4;
  position: relative;
 height:335px;
		margin:0 auto;
		
		
}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
	border:5px solid #f5f5f5;box-shadow:4px 4px 2px gray;
	height:335px;object-fit:cover;
	
	
}
.rcm-box:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
  padding: 0 10px 5px;
  color: red;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
}
.rcm-box:hover .rcm-contents {
  color: white;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rcm-button {
  background: red;
  padding: 5px 30px;
  text-decoration: none;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
	position:relative;top:20px;
}
.rcm-box:hover .rcm-button {
  background: white;color:#cc0000;
}
	
	.rcm-title{font-size:1.7vw}
	
	*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {margin: 70px auto 50px auto;;padding: 0 1.5em;border: 1px solid #018bd4;text-align: left;font-size: 1em;line-height: 1.3;color: #444;overflow: auto;width: 90%;height: 300px;background-color: #fff;box-shadow:4px 4px 2px gray}
.info dl {padding: 0.5em 0;border-bottom: 1px dotted #ccc;}
.info dt {padding-bottom: 0;width: 6em;}
	
	.sm{display:none;}
	
	.glo{position:relative;left:50%;transform:translate(-50%,0)}
	
	.harfmatome1{width:1200px;padding:20px 0 50px 0;margin:0 auto;display:flex;}
	
	.harfmatome1 ul{width:100%;}
	
	.harfmatome1 li{width:16.5%;float:left;text-align:center;position:relative;}
	
	.tenmei{font-size:33px;}
	
	.harfmatome1 li span{position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:15px;top:37px;
	}
	
	.harfmatome1 li:before{border-bottom:3px solid #018bd4;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:43px;}
	
	.harfmatome1 li:hover:before{border-bottom:3px solid #cc0000;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:43px;}
	
	
	.harfmatome{width:1200px;padding:50px 0 0 0;margin:0 auto;display:flex;}
	
	.harffot{padding:20px;float:left;width:50%;position:relative;}
	
	.hor{margin-top:30px;}
	
	.horhy{font-size:27px;font-weight:bold;}
	
	.jioi{margin-left:30px;padding:15px 50px;background:#37a34a;border:none;color:#fff;}
	
	.koisi{position:absolute;top:-50px;border-radius:50%;border:2px solid #37a34a;padding:20px;
	background:#fff;color:#2b2b2b;right:100px;;text-align:center;font-size:20px;
	letter-spacing:0.2em}
	
	.mojideka{font-size:25px;}
	
	.jikanwaku{border-top:2px solid #111;border-bottom:2px solid #111;padding:30px; }
	
	.dtj0 td{padding:20px 30px;border-left:1px solid #111;}
	
	.dtj0 th{padding:20px 30px;}
	
	.copyri{text-align:center;font-size:10px;margin-top:30px;}
	
	
	#bg{height:950px !important;}
	
	.con0{position:relative;}
	
	
	
	.mangazo{position:absolute;position: absolute;
  top: 55%;
  left: 48%;
  -webkit-transform : translate(-50%,-50%);
		transform : translate(-50%,-50%);width:300px;z-index:3}
	
	.con0kai{position:relative;height:70vh;overflow:hidden}
	
	.con0kai:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(0,0,0,0.7)}
	
	.con1kai{position:relative;margin-top:-200px;height:72vh;overflow:hidden}
	
	.con1kai:before{position:absolute;width:100%;height:100%;content:"";
	background:rgba(0,0,0,0.7)}
	
	.menujap{border-bottom:1px solid #e6e6d2}
	
	.topic{width:100%;height:200px;background:#fff;position:relative;margin-top:60px;margin-bottom:100px;
	box-shadow:4px 4px 2px gray;border:1px solid #2b2b2b;}
	
	.concept-lead-sub {
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 3.33vw;
    font-size: 16px;
    font-size: 1.6rem;
}
	
	.concept-ttl {
    color: #b49531;
    letter-spacing: 0.5em;
    line-height: 1.2;
    margin-bottom: 3vw;
   font-size: 4.8rem;
}
	.concept-text {
    margin-bottom: 4.33vw;
}
	.stay-ttl {
    color: #b49531;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 1.33vw;
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;margin-top:100px
}
	
	.topics-ttl {
    color: #b49531;
    line-height: 1;
    position: absolute;
    left: 2.67vw;
    top: 50%;margin-top:0px;
		transform: translateY(-50%);font-size:1.6rem}
	
	.topics-ttl1 {
    color: #2b2b2b;
    line-height: 1;
    position: absolute;left:220px;
    top: 50%;
		transform: translateY(-50%);font-size:1.6rem}
	
	.logoka{
    text-align: center;
    color: rgba(255,255,255,0.86);
   left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position:absolute;font-weight:bold;
	font-size:2vw; font-family: 'Shippori Mincho B1', serif;text-shadow:10px 10px 5px gray;
	}
	
	.logoka:before{position:absolute;
	font-size:4vw; left: 50%;top: 330%;
	transform: translate(-50%, -50%);
	content:"wapuru samplesite1";color:rgba(255,255,255,0.6)}
	
	.bokasi{position:absolute;
	font-size:4vw; left:120%;top: 150%;
	transform: translate(-50%, -50%);
	content:"wapuru samplesite4";color:rgba(180,149,49,0.2)}
	
	
.logoka h1 {
background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/12/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 120px;
    line-height: .90;
    margin: 10px 0;font-family: 'Amaranth', sans-serif;
}
	
	.menujap{list-style:none;}
	
	.menujap li{float:left;font-size:1.1rem;color:#b49531;text-align:left;padding:0px;width:16.6%}
	
	.menujap li a{float:left;font-size:1.2rem;color:#b49531;text-align:left;padding:0 40px;}
	
	.menujap li div{color:#2b2b2b;}
	
	.menujap li:hover{color:#b49531;background:#dcdcdc;}
	
	.menujap li div:hover{color:#b49531;}
	
	.image_mouseover_4 {
overflow: hidden;
width: 100%;
height: 100%;
background: #fff;position:relative;
}
	
	
.image_mouseover_4 img {
display: block;
transform: scale(1.5);
transition-duration: 3s;background-color: rgba(31, 20, 11, 0.5);

}
.image_mouseover_4 img:hover {
transform: scale(1);
transition-duration: 3s;
position:relative;
}
	
	.image_mouseover_4 img:hover::before{position:absolute;height:100%;width:100%;content:"";z-index:10
	background:rgba(0,0,0,0.7)}

	
		.start {
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;background-size:cover;
}


.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
	}
	
	.site-info{font-size:14px;text-align:center;}
	
	.hoiw{padding:0 100px;}
	
	.fottex{width:400px;position:relative;left:70%;font-family: 'Lato', sans-serif;}
	
	.content-area{margin-top:-50px;}
	
	.donden{float:right;margin-right:-15px;}
	
	.arrowWrap {
  position: fixed;
  right: 0;
  bottom: 0;
height: 250px;z-index:10;
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

	.back1{position:relative;width:100%;height:800px;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/ca072c8637a3bea1975ff983525b6f1d_m.jpg);
	background-position:50% 50%;width:100%;height:800px; background-size:cover;
	background-attachment: fixed;}
	
	.back1::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2{position:relative;width:100%;height:800px;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/floor-plan-1474454_1920.jpg);
	background-position:50% 50%;position:sticky;width:100%;height:800px; background-size:cover;
	background-attachment: fixed;}
	
	.back2::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}
	
	.back2::after{background:rgba(0,0,0,0.7);width:100%;content: "";z-index:0;height:40%;display: block;
	bottom:0%;position:absolute;}
	
	.owner{position:absolute;color:#fff;font-size:22px;margin-left:10%;bottom:120px;z-index:12}
	
	.kazasi{position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}

	.back4{position:relative;width:100%;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/office-581131_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:800px; background-size:cover;
	background-attachment: fixed;}
	
	.back4::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}

	.back6{position:relative;width:100%;height:800px;background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/agreement-3489902_1920.jpg);
	background-position:50% 50%;position:relative;width:100%;height:800px; background-size:cover;
	background-attachment: fixed;}
	
	.back6::before{background:rgba(255,255,255,0.7);width:100%;content: "";z-index:0;height:100%;display: block;}	
	
	.block {
  width: 100%;
  height: 100vh;
  display: flex;
   background-attachment: fixed;
  background-size: cover;
  background-position: center;
  top: 0;
}
p {
  
  padding: 0;
  margin: 0;
}
	
	.block-one {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/architecture-1836070_1920.jpg);
  color: #fff;
  z-index: 100;
		padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.block-two {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/kitchen-1687121_1920.jpg);
  z-index: 200;padding:0 10%;
	 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-three {
background:url(https://qh761yji.user.webaccel.jp/sample7/wp-content/uploads/2019/11/villa-1209148_1920.jpg);
  z-index: 300;padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-four {
  background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/kitchen-2486092_1920.jpg);
  z-index: 400;padding:0 10%;
		 background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.block-five {
  background: #85937A;
  z-index: 200;
}
	
	.topo1{
	position:relative;
		top:25%;
	}
	
	.topo2{
	position:relative;
		top:50%;
	}
	
figure.cp_caption {
	position: relative;
	overflow: hidden;
	width: 100%;
	
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color:#fff;font-size:20px;
}
figure.cp_caption img {
	width: 100%;
	
}
figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 50%;
	padding: 3em 3em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
}
figure.cp_caption:after {
	position: absolute;
	top: 7%;
	right: 10%;
	bottom: 7%;
	left: 10%;
	display: inline-block;
	content: '';
	transition: all 0.3s ease-out;
	opacity: 0;
	background: rgba(27, 37, 56, 0.8);
}
figure.cp_caption:hover:after {
	opacity: 0.9;
}
figure.cp_caption:hover figcaption {
	transform: translateY(-50%);
	opacity: 1;
}
	
	.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 4em;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 7px 14px;
	transition: 0.4s;
	
	background: transparent;
}
.ef ~ .focus_line:before,
.ef ~ .focus_line:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: 0.2s;
	transition-delay: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line:after {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	transition-delay: 0.6s;
}
.ef ~ .focus_line i:before,
.ef ~ .focus_line i:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	content: '';
	transition: 0.2s;
	background-color: #da3c41;
}
.ef ~ .focus_line i:after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	transition-delay: 0.4s;
}
.ef:focus ~ .focus_line:before,
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:before,
.cp_iptxt.ef ~ .focus_line:after {
	width: 100%;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.ef:focus ~ .focus_line:after,
.cp_iptxt.ef ~ .focus_line:after {
	transition-delay: 0.2s;
}
.ef:focus ~ .focus_line i:before,
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:before,
.cp_iptxt.ef ~ .focus_line i:after {
	height: 100%;
	transition: 0.2s;
}
.ef:focus ~ .focus_line i:after,
.cp_iptxt.ef ~ .focus_line i:after {
	transition-delay: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: 0;
	top: 10px;
	left: -35px;
	
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #000;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: px;
	top: -22px;
	left: 0;
	transition: 0.3s;
	color: #da3c41;
}
	
	.con8{background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/coffee-1276784_1920.jpg);
	padding:100px 10%; background-attachment: fixed;
  background-size: cover;
  background-position: center;}
	
	.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
	
	.fixed-bg h1 {
		position:relative;
  text-align:center;
	top: 50vh;
	color:#fff;font-size:60px;text-shadow:4px 4px 2px gray;font-family: 'Archivo Black', sans-serif;
}
 
.bg01 {
  background-image: url(https://wapuru.heteml.net/sample7/wp-content/uploads/2020/01/architecture-1477041.jpg);
}
 
.bg02 {
  background-image: url(https://wapuru.heteml.net/sample7/wp-content/uploads/2020/01/large-home-389271.jpg);
}
	
		
	.scroll-bg{background:rgba(255,255,255,0.2);padding:100px 10%;}
	
	svg{margin-top:30vh;}
	
	div #concept{display:block;
		position:relative;
		top:100px;
		}
	
	.midasi {
  position: relative;
  text-align:center;
  padding: 0 55px;font-size:40px;color:#1675A1
		
}

	.midasi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1675a1;
  border-radius: 2px;
}
	
	.menuti{background:#1675A1;color:#fff;font-size:22px ;text-align:center;
	padding:10px 20px;box-shadow:4px 4px 2px gray}
	
	@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
	margin:100px auto;
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: auto;
  
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height:auto;
  position: absolute;
  width: 600px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(600px * 8);
}
.slider .slide img {object-fit:cover
  
}
	.gallery-item{padding:1%;}
	
	.gallery-item img{border:3px solid #fff;box-shadow:4px 4px 2px gray;}
	
	.gallery-columns-4 .gallery-item{}
	
	.jyutaku{width:45%;padding;3%;float:left;text-align:left;margin:50px auto;margin-left:5%;}
	
	.jyutaku2{width:45%;padding;3%;float:left;text-align:left;margin:50px auto;}
	
	.jyutaku3{width:40%;padding;3%;float:left;text-align:left;margin:50px auto;margin-left:30%;}
	
	.jio{text-align:center}
	
	.sant{padding-left:10%;}
	
	.site-logo{margin:20px 0 !important;}
	
	.kankyou img{width:18%;margin:50px 1%;float:left;border:5px solid #fff;box-shadow:4px 4px 2px gray;
	height:200px;object-fit:cover;}
	
	.weddingtt{position:relative;text-align:center;z-index:100;}
	
	.orij1{
    position:fixed;z-index:1400;padding-right:200px;top:0;
			margin-left:-10px;
  }	
	
	.tira{margin-top:40px;}
	
	
	
	.con1{width:100%;padding:20px 10%;background:#fff;color:#4b4b4b;font-size:17px;text-align:center;}
	
	.con11{width:100%;padding:20px 10% 100px 10%;background:#f3f2ea;color:#4b4b4b;font-size:17px;margin-bottom:-100px;
	text-align:center;}
	
	.con1h{width:100%;padding:150px 0 0 0;background:#fffaf0;color:#4b4b4b;font-size:17px;margin-bottom:-100px;
	text-align:center;}
		
	.con1x{width:100%;padding:20px 3% 50px 3%;background:#fff;color:#4b4b4b;font-size:17px;text-align:center;}
	
	.con1x h2{text-align:center;position:relative;}
	
	.con1v{width:100%;padding:20px 3%;background:#fffaf0;color:#4b4b4b;font-size:17px;
	text-align:center;}
	
	.con1v h2{text-align:center;position:relative;margin-top:100px;}
	
	.con1xx{width:100%;padding:20px 3% 250px 3%;background:#f3f2ea;color:#4b4b4b;font-size:17px;margin-bottom:-100px;
	text-align:center;}
	
	.con1xx h2{text-align:center;position:relative;}
	
	 .concept-ttl .sub-ttl {
      color: #b49531;
      font-size: 13.5px;
      font-size: 1.35rem;
      margin-bottom: 2.2vw;
      letter-spacing: 0.6em; }
    .concept-ttl .concept-copy {
      font-size: 40px;
      font-size: 4rem;
      color: #fff;
      letter-spacing: 0.25em; }
    .concept-ttl .concept-sub-copy {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.2em; }
      .sct-concept .center .concept-ttl .concept-sub-copy:before {
        margin: 2vw auto 2.13vw;
        content: '';
        display: block;
        width: 8.6vw;
        height: 1px;
        background: white;
        background: -moz-linear-gradient(left, rgba(230, 230, 210, 0) 0%, #e6e6d2 50%, rgba(230, 230, 210, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(230, 230, 210, 0) 0%, #e6e6d2 50%, rgba(230, 230, 210, 0) 100%);
        background: linear-gradient(to right, rgba(230, 230, 210, 0) 0%, #e6e6d2 50%, rgba(230, 230, 210, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); }
	
	.center {
    text-align: center;
    line-height: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
	
	.doro{position:relative; left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
	
	.stay-box-ttl {
    padding-right: 0.87vw;
    font-size: 20px;
    font-size: 2vw;color:#5a5129;text-align:center;
}
	
	.stay-box-text {color: #5a5129;font-size: 1.5rem;text-align:center;
}
	.tel-txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
}
	
	.stay-reserve-room-tel {
    border: 1px solid #5a5129;
    padding: 1.2vw 0.87vw 0.87vw;
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
		margin-top:100px;background:#fff;box-shadow:4px 4px 2px gray;
}
	.restaurants-ttl {
    color: #b49531;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 1.33vw;
    text-align: center;
    font-size: 48px;
    font-size: 3rem;
}
	
	.restaurants-lead {
    line-height: 1.2;
    margin-bottom: 3.6vw;
    text-align: center;
}
	
	.restaurants-box-tbl-wrap {
    
    margin-bottom: 0.53vw;
    padding-top: 1.07vw;
    padding-bottom: 1.07vw;
}
	
	.restaurants-box-contact {
    border-top: 1px solid #e6e6d2;
    text-align: right;
    padding-top: 10px;
    padding-top: 2.67vw;
}
	
	.kaibox{margin-bottom:150px}
	
	.kaibox img{object-fit:cover;text-align:center;width:100%;height:45vh;object-position:50% 50%;
	box-shadow:4px 4px 2px gray}
	
	.resutran{width:50%;float:right;}
	
	.resutran img{box-shadow:4px 4px 2px gray}
	
	.kaede{padding:50px 5%;}
	
	.restaurants-box-contact{text-align:center;float:right}
	
	.restaurants-box-lead{text-align:left}
	
	.con1x a:hover{color:#cc0000;text-decoration:underline;}
	
	.wedding{background:#fffaf0;padding:20px 3% 150px 3%;
	position:relative;width:100%;background-position:50% 50%;}
	
	.wedding img{
    box-shadow: 4px 4px 2px grey;
    height: 45vh;
    object-fit: cover;
    width: 100%;}
	
	
	
	.wedding-ttl-wrap.wedding-ttl-wrap {
    white-space: nowrap;
    position: absolute;
    left: 8.27vw;
    top: 14vw;
    width: 17.13vw;
    height: 6.53vw;
}
	

	
	.wedding-ttl-sub.wedding-ttl-sub {
    color: #b49531;
    font-size: 0.8vw;
    letter-spacing: 0.39em;
    margin-bottom: 1.07vw;
}
	
	.wedding-ttl.wedding-ttl {
    color: #b49531;
    font-size: 3rem;
    letter-spacing: 0.5em;
    margin-bottom: 1.8vw;margin-top:100px;
}
	
	.wedding-lead-wrap {
    position: absolute;
    left: 71.67vw;
    top: 15.13vw;
}
	
	.wedding-lead {
    font-size: 1.87vw;
    letter-spacing: 0.16em;
}
	
	.wedding-lead-sub {
    font-size: 0.8vw;
    letter-spacing: 0.04em;padding-bottom:20px;
}
	.sct-spa {
    padding-bottom: 50px;
    position: relative;background-color: #fff;padding:0 3%; 
}
	
	.sct-online {
    padding-bottom: 6.67vw;
    position: relative;background-color: #f9f9f4; padding-top: 9.33vw;
}
	
	.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}
	
	.spa-img {
   
    margin:0 auto;
}
	
	.spa-img img{box-shadow:4px 4px 2px gray;height:45vh;object-fit:cover;width:100%}
	
	.link-more {
    display: block;
    height: 100%;
    position: relative;
}
	
	.spa-inner {
    margin:0 auto;
    text-align: center;
    display: block;
}
	
	.spa-inner-box {
    
    padding: 4.4vw 3.2vw 3.87vw;
    transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
}
	.sct-spa a:active .spa-inner-box {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
}
	
	.spa-lead {
    color: #b49531;
    line-height: 1.75;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;
}
	
	.spa-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
   font-size: 3rem;
}
	.spa-text {
    color: #5a5129;
}
	
	.spa-contact {
    color: #5a5129;
    margin-top: 2vw;
    text-align: right;
}
	
	.sct-banquet {
   background-color: #fff; padding:0 3% 80px 3%; 
}
	
	.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}
	
	.banquet-img {
    
    margin:0 auto;
}
	
	.banquet-img img{box-shadow:4px 4px 2px gray;height:45vh;object-fit:cover;width:100%}
	
	.banquet-inner {
    width: 32.2vw;
    text-align: center;margin:0 auto
    
}
	.sct-banquet a:active .banquet-inner-box {
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
}
	
	.banquet-inner-box {
    padding: 4.4vw 3.2vw 3.87vw;
    transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
}
	.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}
	.online-img {
    margin-left: auto;
    width: 51.27vw;
    height: 33.33vw;
}
	
	.link-more .more {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%) rotate(0.0001deg);
    width: 9.93vw;
    height: 3.33vw;
}
	
	.online-inner {
    position: absolute;
    top: 50%;
    left: 7.33vw;
    width: 32.2vw;
    text-align: center;
    transform: translateY(-50%);
    display: block;
}
	
	.online-inner-box {
    background-color: #fff;
    padding: 4.4vw 3.2vw 3.87vw;
    transition: box-shadow 0.5s ease, transform 0.5s ease, background-color 0.5s ease;
}
	
	.con1x h1 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.con1x h1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 40%;
  height: 2px;
  content: '';
  background: #018bd4;
	
}
	
	.banquet-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
    font-size: 32px;
    font-size: 3rem;
}
	
	.banquet-lead {
    color: #b49531;
    line-height: 1.8;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;
}
	
	.online-lead {
    color: #b49531;
    line-height: 1.75;
    margin-bottom: 0.8vw;
    font-size: 12px;
    font-size: 1.2rem;
}
	
	.online-text {
    color: #5a5129;
}
	
	.online-ttl {
    color: #b49531;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1.8vw;
   
    font-size: 4.8rem;
}
	
	.sct-news {
    padding-bottom: 8.33vw;
}
	
	.sct-news {
    padding: 10.67vw 0;background-color: #f9f9f4;
}
	
	.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}

	.ttl01-wrap {
    margin-bottom: 2.67vw;
    line-height: 1.2;
    text-align: center;
}
	
	.sct-news .ttl01-sub {
    letter-spacing: .2em;
    font-size: 32px;
    font-size: 3.2rem;
}
	.ttl01-sub {
    color: #b49531;
    font-family: "adobe-garamond-pro", serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .5em;
    margin-bottom: 1.67vw;
}
	.sct-news .ttl01 {
    font-size: 14px;
    font-size: 1.4rem;
}
	.ttl01 {
    font-weight: 300;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: .05em;
}
	.tab-btn {
    border-top: 1px solid #e6e6d2;
    border-bottom: 1px solid #e6e6d2;
    display: flex;
    justify-content: center;
}
	
	.tab-body {
    position: relative;
}
	
	.tab-body-item:nth-of-type(1) {
    display: block;
}
	
	ul {
    
}
	.news-list li {
    border-bottom: 1px dashed #e6e6d2;
}
	.news-list .news-date {
    color: #b49531;
    display: inline-block;
    letter-spacing: .13em;
    line-height: 1.2;
    position: absolute;
    left: 2.67vw;
    top: 1.33vw;
    font-size: 16px;
    font-size: 1.6rem;
}
	
	.news-list .news-item-inner {
    padding: 1.07vw 6vw 0.8vw 12vw;
    position: relative;
}
	
	.news-list .news-ttl {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
}
	
.con1x h1 span {position: relative;padding: 0 20px;background: #fff;
}
	
	
	
	.conbox{width:50%;float:left;margin-top:10px;}
	
	.con11{width:100%;padding:100px 20%;background:#fff;color:#4b4b4b;font-size:17px;margin-bottom:-100px;
	}
	
	.con11 h2{margin-top:50px;position:relative;margin-bottom:50px;text-align:center}
	
	.con11 h2:before{position:absolute;height:4px;width:30px;background:#018bd4;
	top:58px;content:"";left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);border-radius:3px;}
	
		.con11 h2:after{position:absolute;height:2px;width:30px;background:#282f5b;
	top:61px;content:"";left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);border-radius:3px;}
	
	.con11 a{color:#0000ff;text-decoration:underline;}
	
	.hiu img{border:3px solid #fff;box-shadow:4px 4px 2px gray;
	object-fit:cover;height:300px;}
	
	.hiu{position:relative;width:30%;margin:35px 1%;float:left;font-weight:bold;font-size:22px;}
	
	.hiu2{position:absolute;width:100%;padding;10px 0;text-align:center;}
	
	.aisatu{text-align:right;margin-top:50px;font-weight:bold;content:"代表取締役　大𣘺佑介"}
	
	.compan{box-shadow:4px 4px 2px gray}
	
	.compan th{padding:20px 40px;border-bottom:1px dotted #018bd4}
	
	.compan td{padding:20px 40px;border-bottom:1px dotted #018bd4}
	
	.compan tr:nth-child(odd)  {  
  background-color: #EAF6FD;  
}
.compan tr:nth-child(even)  {  
  background-color: #fff;  
}  
 
	
	.harf1{width:50%;float:left;padding:30px;margin:30px auto;font-size:20px;}
	
	.harf1 img{}
	
	.harf1q{width:50%;float:right;padding:0 30px;margin-bottom:100px;}
	
	.harf1q img{height:300px;object-fit:cover;margin:0 20px;}
	
	.shef1{background:url(/wp-content/uploads/2021/10/社屋写真.jpg) ;
		background-position:center center;height:600px;width:100%;position:relative;
		background-repeat:no-repeat;}
	
	.shef1:before{content:"";width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef2{background:url(/wp-content/uploads/2021/10/希望画像データ-scaled.jpg); 
		background-position:50% 30%;height:600px;width:100%;
		background-repeat:no-repeat;position:relative;
			}
	
	.shef2:before{content:"";width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef3{background:url(/wp-content/uploads/2023/07/IMG_2576.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;background-position:50% 60%}
	
	.shef3::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef4{background:url(https://bridge.wapuru.xyz/wp-content/uploads/2020/12/422459_m.jpg); 
		height:600px;
		background-repeat:no-repeat;background-size:cover;position:relative;
		
			}
	
	.shef4:before{content:"";background:rgba(0,0,0,0.6);width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	.shef5{background:url(https://bridge.wapuru.xyz/wp-content/uploads/2020/12/418202_m.jpg); 
		height:600px;
		background-repeat:no-repeat;background-size:cover;position:relative;
		
			}
	
	.shef5:before{content:"";background:rgba(0,0,0,0.6);width:100%;height:100%;
	position:absolute;background:rgba(1,139,212,0.7)}
	
	
	.sitit{position:absolute;font-size:45px;color:#fff;
		top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	
	.sitit1{position:absolute;font-size:45px;color:#fff;
		top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	
	
	.sitit2{position:absolute;font-size:45px;color:#4b4b4b;
		top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
	}
	
	dt{}
	
	dl{font-size:22px;padding:30px;}
	
	
	
	
	
	#newsevent {
	height: 200px;/*スクロールの高さ*/
	overflow-y: scroll;margin:50px auto;background:#fff;padding:20px;
}
	
	#newsevent h4{font-size:21px;}
	
	.heya-box{width:33.3%;float:left;margin-top:40px;text-align:left;position:relative}
	
	.ugeib{margin-top:50px;}
	
	..slider-m img{width:auto !important;height:auto !important;}
	
	.ukase{position:absolute;top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);background:rgba(255,255,255,0.8);padding:20px;border-radius:10px;z-index:100}
		
	.heya-box img{object-fit:cover;width:100%;height:750px;object-position:50% 50%;margin-top:15px;}	
	
	.gosi{margin:100px auto;}
	
	.gosi th{padding:20px 30px;border-bottom:1px dotted #ccc;border-left:5px solid #009946;
	font-weight:300;}
	
	.gosi td{padding:20px 30px;border-bottom:1px dotted #ccc;}
	
	.fotme{font-size:30px;}
	
	.tenpsha{width:60%;margin:100px auto;}
	
	.tenpsha img{width:48%;object-fit:cover;height:400px;float:left;background:#fff;
	margin:0 1%;border:5px solid #fff;box-shadow:4px 4px 2px gray;}
	
	.disp{display:flex;align-items:center}

.disp img{object-fit:cover;height:400px;border:3px solid #f5f5f5;box-shadow:3px 3px 3px gray}

.hanman{width:50%;padding:30px}

.shousaix{padding:30px;text-align:center !important;margin-top:100px}

.kamie{text-align:left}

.trunk td{padding:10px 20px}

.trunk{margin-bottom:20px}
	
	.article h1 {

padding: 12px 0px 12px 15px ;
margin: 30px 0px 20px;
}
.article h1:first-letter {
margin-right: .1em;
font-size: 1.5em;
}
	
	.zurasi{margin-top:100px !important;}
	
	.hrafwork{width:33.3%;float:left;position:relative;overflow:hidden;margin:20px 0;}
	
	.firstkifo{font-size:30px;}
	
	.hrafwork img{height:300px;width:100%;object-fit:cover;-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;}
	
	.hrafwork img:hover{-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);}
	
	.kotaitl{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;top:0;
	border-left:4px solid #fff;}
	
	.kotaitl2{position:absolute;width:100%;background:rgba(0,0,0,0.6);padding:10px;color:#fff;bottom:0;
	border-right:4px solid #fff;}
	
	 h1{color:#000;}
	
	.toposi{font-size:31px;}
	
	.con2{padding:100px 5%;background:#fff;font-size:20px;color:#4b4b4b;text-align:center;position:relative;
	margin-bottom:-100px;}

	.con2 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-left:10%}
	
	.boirr{background:#1675A1;color:#fff;font-size:20px;padding:15px 30px;margin:30px 0;
	position:relative;top:30px;border-radius:3px;}
	
	.boirr:hover{color:#FFD300}
	
	.uttae{color:#1675A1;font-size:33px;margin-bottom:100px;}
	
	.con3{background:#f5f5f5;padding:50px 10%;}
	
	.harbun1{width:50%;float:left;padding:30px 60px 30px 40px;background:#fff;font-size:14px;height:330px}
	
	.harbun1 h5{font-size:30px;color:#696969;}
	
	.harbun2 h5{font-size:30px;color:#f5f5f5;}
	
	.omosi{font-size:28px;color:#fff;}
	
	.omosi2{font-size:18px;font-weight:bold;margin-bottom:30px;}
	
	
	.rmosi{font-size:28px;color:#fff;}
	
	.rmosi2{font-size:18px;font-weight:bold;margin-bottom:30px;}
	
	.con4{background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/504b82fecfca0710387b64dfa3f5ae0f_m.jpg);
	color:#000;position:relative;background-position:50% 50%;padding:50px 10%;}
	
	.con4:before{background:rgba(0,0,0,0);width:100%;height:100%;content:"";position:absolute;}
	
	.harbun2{width:50%;float:left;padding:30px 60px 30px 40px;background:rgba(0,0,0,0.6);;font-size:14px;height:330px;
	color:#fff;box-shadow:4px 4px 2px #696969;}
	
	.con4 h1{color:#000;font-family:'Gloria Hallelujah', cursive;}
	
	.con3 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-left:10%}
	
	.con3 h4{color:#fff;font-family:'Gloria Hallelujah', cursive;margin-top:110px;}
	
	.con5{background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2019/11/d3ae72856b90e11976eb976a9c3dd7cc_m.jpg);padding:50px 10%;
		background-position:50% 50%;
}
	
	.con5 h1{color:#fff;font-family:'Gloria Hallelujah', cursive;text-align:center;}
	
	.con6{background:#fff;
	padding:50px 10%;position:relative;}
	
	.con6 h2{color:#c0c0c0;}
	
	.drem td{padding:20px 40px;font-size:16px;}
	
	.drem td .fot{text-align:right;}
	
	.drem th{padding:20px 40px;color:#000;font-size:16px;}
	
	.drem tr:nth-child(even) {
background: #fff;
}
 
	.drem tr:nth-child(odd) {
background:#F9F9F9;;
}
	
	.con7{background:url(https://wapuru.heteml.net/sample7/wp-content/uploads/2020/01/office-space-1744803_1920-1.jpg);
	position:relative;height:500px;z-index:10
	
	}
	
	.con7:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.5);}
	
	.contactbox{background:rgba(0,0,0,0.7);color:#fff;padding:50px;margin:0 auto;text-align:center;
	height:250px;z-index:11;position:absolute;left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);}
	
	.contactbox:hover{background:#000;}
	
	.contactbox h4{color:#fff;text-align:center;font-size:32px;}
	
	.contactbox h5{color:#fff;text-align:center;font-size:24px;}
	
	.migimuki{font-size:28px;float:right;margin-right:10px;}
	
	.redd{background:#cc0000;color:#fff;padding:3px 12px;border-radius:4px;margin-left:10px;}
	
	.doron{width:90%;color:#000;margin:0 auto;padding:4%;}
	
	.contoi{margin:50px 0;}
	
	.contoi td{padding:10px 30px;}
	
	.kagenone img{box-shadow:0 0 0 gray !important;}
	
	.saishbox1{width:40%;background:#fff;color:#222;margin-left:8%;padding:100px;text-align:center;
		float:left;height:410px;
	}
	
	.saishbox2{width:40%;background:#fff;color:#222;margin-left:4%;padding:100px;text-align:center;
	float:left;height:410px;}
	
	.saishu{color:#fff;text-align:center;font-size:2em;margin-bottom:100px;}
	
	.under {background: linear-gradient(transparent 60%, #ffd700 50%);font-size:32px;color:#000;width:300px;margin:0 auto;
margin-bottom:50px;font-weight:bold}
	
	.under a{color:#000;}
	
	.posit{text-align:center;position:relative;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
	
	.sage{margin-top:50px;}
	 
	button{
  background:#333;color:#2b2b2b !important;
  border:none;
  position:relative;
  height:60px;
  font-size:20px;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;margin-bottom:20px;
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #333;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
	
	.company{color:#fff;border:none;text-align:left;width:80%;margin-top:50px;}
	
	
	
	.kihon{position:relative;margin-top:100px;border:10px solid #000;
	box-shadow: 2px 2px 4px gray;}
	
	.kihon1{position:relative;left:100px;top:-300px;border:10px solid #333;
	box-shadow: 2px 2px 4px gray;display: inline-block;
	z-index:8;}
	
	.kihon1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(255,0, 0, 0.1); /* カラーを重ねる */
		z-index:10
			
}
	
	.particle {background: #16a085;
		height: 1200px;}
	
	.targe{margin-left:50%;position:relative;}
	
	.targe1{}
	
	.conti{
  position: fixed;
right:20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #b49531;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:3000;
		
}
	
	.global-nav {
  position: fixed;
  right: -52%; /* これで隠れる */
  top: 0;
  width: 50%; /* スマホに収まるくらい */
  height: 100vh;background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/lobby-346426_1920.jpg);
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: left;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 4px 0;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  color: #fff;
	padding-left:10px;font-size:22px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.logokai
{position:absolute;z-index:1000;top:30%;left:50%;height:450px;font-family: 'Shippori Mincho B1', serif;}

.background {
  display: block;
  
}
	
	.rensa img{
  
		object-fit:cover;
		width:400px;
		height:300px;
		float:left;
		
  
}
	
	.tyokunara{width:1020px;margin:0 auto;}
	
	.osilogo{text-align:left;text-decoration:underline;font-size:18px;margin-left:70px}
	
	.sample2 {
	width:			480px;
	height:			300px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
		float:left;
		box-shadow: 2px 2px 4px #222;
}
.sample2 .caption {
	font-size:		130%;
	text-align: 		left;
	color:			#fff;
	padding:0 50px;
}
.sample2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
	
	.sample2 .normal{position:absolute;color:#fff;z-index:2000;left:30px;top:20px;}
	
	.sample2:hover + .normal{color:#ff0000;}
	
	
	
.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}
	
	
	.sample2:hover .normal {
	opacity:0;	/* マスクを表示する */
	
}
	
	.osiw{text-align:left;font-size:16px;}
	
	.seiretu{float:left;}
	
	.frame {
	display: inline-block;
	position: relative;
		top:-400px;
		left:10%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}
	  
	
	

	
	

.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    max-height:400px;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
	
	}



@media screen and (max-width : 480px){
	html,
	body {
		
		width:100% !important;
		
	}
	
	
}


@media screen and (max-width: 1250px) and (min-width: 481px) {
	
	.sasie{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/couple-443600.jpg);content:"";
	width:100%;height:50vh;background-position:50% 50%;position:relative}
	
	.sasie:before{position:absolute;top:60%;left:40%;content:"Wedding";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie2{background:url(https://karisample1.wapuru.com/wp-content/uploads/2021/04/hotel-rooms-5225640_1920.jpg);content:"";
	width:100%;height:50vh;background-position:50% 50%;position:relative}
	
	.sasie2:before{position:absolute;top:60%;left:40%;content:"Lodging";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie3{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/restaurant-3597677_1920-2.jpg);content:"";
	width:100%;height:50vh;background-position:50% 50%;position:relative}
	
	.sasie3:before{position:absolute;top:60%;left:40%;content:"RESTAURANT";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie4{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/wellness-285587_1920.jpg);content:"";
	width:100%;height:50vh;background-position:50% 50%;position:relative}
	
	.sasie4:before{position:absolute;top:60%;left:40%;content:"ESTHETIC";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.sasie5{background:url(https://sample1.wapuru.com/wp-content/uploads/2021/01/gedeckter-table-3604064_1920.jpg);content:"";
	width:100%;height:50vh;background-position:50% 50%;position:relative}
	
	.sasie5:before{position:absolute;top:60%;left:40%;content:"Banquet";color:rgba(255,255,255,0.4);font-size:10vw}
	
	.con0kai {
    position: relative;
    height:auto;
    overflow: hidden;
}
	
	.tyokunara{width:100%;}
	
	.sample2{width:40%;height:auto;}
	
	.con2{padding:50px 3%;}
	
	.sample2:hover .mask {
	opacity:1;	/* マスクを表示する */
	padding-top:		10px;	/* ホバーで下にずらす */
}
	
	.sample2 .caption{line-height:1.3;font-size:100%;}
	
	.osilogo{margin-left:0px;}
	
	.targe{margin-left:-5%;}
	
	.con5{padding:100px 3%;}
	
	.saishbox1{width:40%;margin-left:5%;padding:20px;height:350px;text-align:left;}
	
	.saishbox2{width:40%;margin-left:5%;padding:20px;height:350px;text-align:left;}
	
	.under{width:240px;}
	
	.kihon1{left:50px;top:-400px;}
	
	#oneslider{width:100% !important;}
	
	#bg{width:100%;height:700px !important;}
	
	
}

@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}

@media only screen and (min-width:479px) and (max-width:768px) {
	
	.con7{background:url(https://www.wapuru.com/wp-content/uploads/2019/10/apartments-4358755_1920.jpg);
	padding:100px 10%;margin-top:0 !important;
	}
	
	.doron{background:rgba(255,255,255,0.8);color:#000;margin:0 auto;padding:4%;width:100% !important}
	
	.logokai
{position:absolute;z-index:1000;top:30%;left:35%;height:450px;}
	
}


@media all and (-ms-high-contrast: none) {
  .logoka h1 {
	background-image:none;
	  text-transform: uppercase;
	  color:#000;
    font-size: 120px;
    line-height: .90;
    margin: 10px 0;font-family: 'Amaranth', sans-serif;
}
}

/* フッターボトム */
.foot-btm-area {
  border-top: 1px solid #e6e6d2;
  border-bottom: 1px solid #e6e6d2;
  padding: 0 0; }

.foot-btm-area-inner {
  
  
  margin: 0 auto;
  position: relative;
  width: 91vw; }

.foot-btm-info {
  display: flex;
  position: relative; }
  .foot-btm-info .foot-btm-logo {
    padding-right: 3.23vw;
    width: 17.77vw; }
    .foot-btm-info .foot-btm-logo img {
      height: auto;
      width: 100%; }
  .foot-btm-info dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.625; }

.foot-btm-share {
  top: 50%;
  right: 0;
  position: absolute; }

.foot-btm-share-ttl {
  font-size: 10px;
  font-size: 1rem;
  position: relative; }
  .foot-btm-share-ttl:after {
    background-color: #e6e6d2;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0.53vw;
    width: 7.8vw; }
  .foot-btm-share-ttl span {
    background-color: #f3f2ea;
    display: inline-block;
    padding-right: 0.8vw;
    position: relative; }

.foot-btm-share-list {
  display: flex; }
  .foot-btm-share-list li {
    margin-right: 1.2vw; }
    .foot-btm-share-list li:last-child {
      margin-right: 0; }
  .foot-btm-share-list a {
    display: block;
    outline: none;
    text-decoration: none; }
    .foot-btm-share-list a:before {
      color: #888163;
      display: block;
      font-size: 25px;
      font-size: 2.5rem;
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.foot-btm-share-instagram a:before {
  content: ""; }

.foot-btm-share-twitter a:before {
  content: ""; }

.foot-btm-share-facebook a:before {
  content: ""; }

.foot-btm-share-googleplus a:before {
  content: ""; }

.foot-btm-share-tripadvisor a:before {
  content: ""; }

.foot-btm-share-youtube a:before {
  content: "";
  position: relative;
  top: 0.13vw;
  font-size: 20px;
  font-size: 2rem; }

.foot-btm-utility {
  width:100%;float:left;
  margin-bottom: -1.07vw; }
  .foot-btm-utility li {
    display: inline-block;
    width:15%;font-size: 1.0rem !important;
    line-height: 1.5;
    margin-bottom: 1.07vw;text-align:center }

@media screen and (min-width: 768px) and (max-width: 1139px) {
  .foot-btm-area-inner {
    width: 85.33vw;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 767px) {
  .foot-btm-area {
    
    border-bottom: none;
    border-top: none;
   
    padding-top: 59px;
    }

  .foot-btm-area-inner {
    display: block;
    width: 100%; }

  .foot-btm-info {
    border-bottom: 1px solid #e6e6d2;
    display: flex;
    padding-bottom: 33px;
    padding-bottom: 8.8vw; }
    .foot-btm-info .foot-btm-logo {
      padding-right: 17px;
      padding-right: 4.53vw;
      width: 150px;
      width: 40vw; }

  .foot-btm-share {
    left: auto;
    position: relative;
     }

  .foot-btm-share-ttl:after {
    width: 100%;
    top: 9px;
    top: 2.4vw; }
  .foot-btm-share-ttl span {
    background-color: #efede2;
    padding-right: 12px;
    padding-right: 3.2vw; }

  .foot-btm-share-list li {
    margin-right: 18px;
    margin-right: 4.8vw; }

  .foot-btm-utility {
    
    column-count: inherit;
    overflow: hidden;
    width: 100%;
    letter-spacing: -.40em; }
    .foot-btm-utility li {
    
      line-height: 1;
      margin-bottom: -1px;
      margin-left: 0;
      width: 50%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      vertical-align: top; }
      .foot-btm-utility li:nth-child(3n) {
        margin-bottom: -1px; }
    .foot-btm-utility a[target=_blank]:after {
      display: none; }
    .foot-btm-utility a[target=_blank] span:after {
      content: ""; }
    .foot-btm-utility a,
    .foot-btm-utility span {
      display: block; }
    .foot-btm-utility span {
      position: relative;
      padding-bottom: 13px;
      padding-bottom: 3.47vw;
      padding-top: 17px;
      padding-top: 4.53vw; }
      .foot-btm-utility span:after {
        content: "";
        color: #b49531;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        top: 16.5px;
        top: 4.4vw; }
    .foot-btm-utility li:nth-child(odd) span {
      padding-right: 31.5px;
      padding-right: 8.4vw; }
      .foot-btm-utility li:nth-child(odd) span:after {
        right: 15px;
        right: 4vw; }
    .foot-btm-utility li:nth-child(even) span {
      padding-right: 21.5px;
      padding-right: 5.73vw; }
      .foot-btm-utility li:nth-child(even) span:after {
        right: 5px;
        right: 1.33vw; } }
/* コピーライト */
.foot-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1vw 0;
  text-align: center; }

@media screen and (max-width: 767px) {
  .foot-copyright {
   
    text-align: left;
    line-height: 2;
    padding-top: 0;
    padding-left: 20px;
    padding-left: 5.33vw;
    padding-right: 20px;
    padding-right: 5.33vw; } }

/* box-shadowを表示するリンク */
@media screen and (min-width: 768px), print {
  .link-shadow {
    display: block;
    transition: background-color 0.5s ease, box-shadow 0.5s ease, color 0.5s ease, transform 0.5s ease, background-color 0.5s ease;padding-bottom:30px;
    background-color: #f9f9f4; }
    .link-shadow:hover {
      background-color: white;
      box-shadow: 0 16px 44px -12px rgba(0, 0, 0, 0.16);
      transform: translateY(-0.3rem); }
    .link-shadow:active {
      transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      transform: translateY(0); } }

.ctop-box-text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 5.33vw 0;
}

.ctop-box-text {
    position: relative;
    text-align: center;
    float:left;width:40%;
}

.ctop-box-img {
	}

.ctop-box-img img{object-fit:cover;height:500px;box-shadow:4px 4px 2px gray;width:60%}

.capera{width:1320px;margin:0 auto;}
	
	.ctop-box-text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0vw 0;
}

.ctop-box {
    
    margin-bottom: 5vw;
}

.ctop-box-lead {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    width: 100%;
}

.box-rds {
    border-radius: 0.27vw;
    
}


.slider-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.grid {
    margin-bottom: -5.34vw;
}

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

.grid.gutter40 .grid-inner {
    margin-left: -1.34vw;
    margin-right: -1.34vw;
}

.box-rds-s-inner {
   
}

.box-rds-s-text {
    
    flex: 1;
    align-items: center;
    height: 100%;
    line-height: 1;margin-top:30px;
}

.box-rds-s-text-inner {
    padding-left: 2.1vw;
}

.box-rds-s-text-inner .ttl03-wrap {
    margin-bottom: 0;
}

.ttl03-sub {
    color: #b49531;
    margin-bottom: 9px;
    
    font-size: 2.4rem;
}

.ttl03-s {
    font-size: 16px;
    font-size: 1.6rem;
}

.ctop-box-ttl{ color: #b49531;}

.box-rds-s-img {
    height: 100%;
    
}

.box-rds-s-img img{object-fit:cover;height:320px;text-align:center;box-shadow:4px 4px 2px gray}

.grid .col6 {
    width: 50% !important;
	float:left !important;padding:20px 2%;
}

.visual-data {
    background: #f9f9f4;
    width: 100% !important;
    padding: 0 2.67vw;
}

.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}

.box-rds-inner {
    padding-top: 3.33vw;
    padding-bottom: 3.33vw;
}

.grid {
    margin-bottom: 2vw;
}

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

.grid .col3 {
    width: 25% !important;float:left !important;padding:2%;
}

.ttl-data {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
}

.box-center .grid .pr-col1, .box-center.grid .pr-col1 {
    padding-right: 7.11vw;
}

.grid .col5 {
    width: 41.6666666667%;float:left;
}

.tbl01 {
    width: 100%;
}

.tbl01 tr {
    background: url(img/bg_tbl01_row.png) repeat-x left 0.87vw;
    background-size: 4px 1px;
}

.tbl01 th {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
}

.tbl01 th, .tbl01 td {
    font-weight: normal;
    vertical-align: top;
}

.tbl01 td {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.2;
    text-align: right;
}

.grid .col4 {
    width: 33.3333333333%;float:left;padding:2%;
}

.visual-data {
    background: #f9f9f4;
    width: 100% !important;
    padding: 0 2.67vw;display:none;
}

.box-center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: relative;
}

.box-center2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 85.33vw;
    position: absolute;top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}



.cont-nav-text {
    font-size: 16px;
   
    padding:10px 3.33vw;
}

.con-este{padding:50px 2%;background:#fffaf0}


/* ==========================================================================
   03. Concept
   ========================================================================== */
.top-concept-area {
  background-color: #fff;
  position: relative;
}
.top-concept-area .top-concept-inner {
  display: block;
  text-decoration: none;
  padding: 100px 0 123px;
}
.top-concept-area .top-sct-ttl {
  color:#b49531;
  margin-bottom: 35px;
  text-align: center;
}
.top-concept-area .top-sct-lead {
  color: #b49531;
  text-align: center;
  font-size: 16px;
  
}
.top-concept-area .top-sct-img {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-concept-area .top-sct-img span {
  transition: opacity 0.3s ease;
}
.top-concept-area .top-sct-img span.js-hidden {
  opacity: 0;
}
.top-concept-area .top-sct-more {
  bottom: 102px;
  text-align: center;
}
.top-concept-area .top-sct-more a {
  color: #fff;
  display: block;
}
.top-concept-area .top-sct-more span:before, .top-concept-area .top-sct-more span:after {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .top-concept-area iframe {
    width: 100%;
    transition: opacity 1s ease;
    opacity: 0;
  }
  .top-concept-area iframe.js-visible {
    opacity: 1;
  }

  .top-concept-inner {
   
  }
}
@media screen and (max-width: 767px) {
  .top-concept-area {
    padding: 57px 0 69px;
  }
  .top-concept-area .top-concept-inner {
    padding: 0;
  }
  .top-concept-area .top-sct-ttl {
    margin-bottom: 25px;
  }
  .top-concept-area .top-sct-lead {
    color:#2b2b2b;
    margin-bottom: 25px;
    text-align: left;
    font-size: 10px;
    font-size: 1rem;padding:0 20px;
  }
  .top-concept-area .top-sct-lead br {
    display: none;
  }
  .top-concept-area .top-sct-img {
    margin-bottom: 25px;
  }
  .top-concept-area .top-sct-img a {
    display: block;
    position: relative;
    z-index: 10;
  }
  .top-concept-area .top-sct-img a:before, .top-concept-area .top-sct-img a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .top-concept-area .top-sct-img a:before {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    height: 60px;
    width: 60px;
  }
  .top-concept-area .top-sct-img a:after {
    width: 0;
    height: 0;
    left: 51%;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  }
  .top-concept-area .top-sct-more a {
    background-color: #9d8743;
    color: #c9bc96;
  }
  .top-concept-area .top-sct-more span:before, .top-concept-area .top-sct-more span:after {
    background-color: #c6b890;
  }
}
/* ==========================================================================
   04. Plan/Fair
   ========================================================================== */
.top-pf-area {
  background-color: #e9e9e9;
  overflow: hidden;
  padding: 115px 0 100px;
}

.top-pf-box-wrap {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  padding-right: 80px;
  width: 920px;
}

.top-pf-box {
  margin-right: 80px;
  padding: 42px 0 75px;
  position: relative;
  width: 50%;
}
.top-pf-box a {
  display: block;
  text-decoration: none;
}
.top-pf-box:nth-child(1) {
  margin-right: -80px;
}
.top-pf-box .top-pf-img {
  margin-bottom: 15px;
}
.top-pf-box .top-pf-img a {
  transition: opacity 0.3s ease;
}
.top-pf-box .top-pf-img a:hover {
  opacity: 0.8;
}
.top-pf-box .top-pf-img span {
  display: block;
  height: 0;
  padding-bottom: 71.4%;
  position: relative;
}
.top-pf-box .top-pf-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top-pf-box .top-pf-keyword {
  line-height: 1;
  margin-bottom: 8px;
}
.top-pf-box .top-pf-keyword li {
  background-color: #beb394;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.top-pf-box .top-pf-keyword li:last-child {
  margin-right: 0;
}
.top-pf-box .top-pf-ttl {
  line-height: 1.5;
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 2.2rem;
}
.top-pf-box .top-pf-ttl a {
  color: #525252;
}
.top-pf-box .top-pf-date {
  background-color: #000;
  border-radius: 57px;
  color: #Fff;
  line-height: 1;
  position: absolute;
  top: -18px;
  right: -30px;
  height: 114px;
  width: 114px;
  text-align: center;
  z-index: 10;
  font-size: 21px;
  font-size: 2.1rem;
}
.top-pf-box .top-pf-date:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 65px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.top-pf-box .top-pf-date .date-year {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
}
.top-pf-box .top-pf-date .date-month {
  display: block;
  position: absolute;
  left: 18px;
  top: 35px;
  width: 2em;
}
.top-pf-box .top-pf-date .date-day {
  display: block;
  position: absolute;
  right: 18px;
  top: 60px;
  width: 2em;
}
.top-pf-box .top-pf-date .date-weekday {
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
}
.top-pf-box .top-pf-tx {
  color: #616161;
}
.top-pf-box .top-pf-btn {
  height: 58px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top-pf-box .top-pf-btn a {
  background-color: #fff;
  display: block;
  padding: 22px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
.top-pf-box .top-pf-btn a:hover {
  background-color: #000;
  color: #fff;
}
.top-pf-box .top-pf-btn span {
  display: inline-block;
  padding-right: 27px;
  position: relative;
}
.top-pf-box .top-pf-btn span:before {
  border-top: 1px solid #c9c0a6;
  border-right: 1px solid #c9c0a6;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.top-pf-box-ttl {
  font-family: "Cinzel", serif;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-size: 2.8rem;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-pf-box .top-pf-keyword li {
    padding: 6px 10px 4px;
  }
}
@media screen and (max-width: 767px) {
  .top-pf-area {
    padding: 35px 0;
  }

  .top-pf-box-wrap {
    display: block;
    padding-right: 0;
    width: 100%;
  }

  .top-pf-box {
    border-bottom: 1px solid #cacaca;
    display: flex;
    margin-right: 0 !important;
    padding: 25px 0;
    width: 100%;
  }
  .top-pf-box:last-child {
    border-bottom: none;
  }
  .top-pf-box .top-pf-img {
    margin-bottom: 0;
    width: 41.7910447761%;
  }
  .top-pf-box .top-pf-img span {
    padding-bottom: 71.4%;
  }
  .top-pf-box .top-pf-keyword {
    margin-bottom: 2px;
  }
  .top-pf-box .top-pf-keyword li {
    padding: 2px 5px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .top-pf-box .top-pf-ttl {
    letter-spacing: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-pf-box .top-pf-tx {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 140%;
  }
  .top-pf-box .top-pf-date {
    border-radius: 28px;
    top: 0;
    right: inherit;
    left: -14px;
    height: 56px;
    width: 56px;
    font-size: 10px;
    font-size: 1rem;
  }
  .top-pf-box .top-pf-date:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%) rotate(40deg);
  }
  .top-pf-box .top-pf-date .date-year {
    top: 5px;
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.6);
  }
  .top-pf-box .top-pf-date .date-month {
    left: 10px;
    top: 16px;
  }
  .top-pf-box .top-pf-date .date-day {
    right: 10px;
    top: 30px;
  }
  .top-pf-box .top-pf-date .date-weekday {
    bottom: 4px;
    font-size: 10px;
    font-size: 1rem;
    transform: scale(0.6);
  }
  .top-pf-box .top-pf-btn {
    height: auto;
    position: static;
  }
  .top-pf-box .top-pf-btn a {
    letter-spacing: 0.05em;
    padding: 12px;
    font-size: 10px;
    font-size: 1rem;
  }
  .top-pf-box .top-pf-btn span {
    display: inline-block;
    letter-spacing: 0;
    padding-right: 12px;
    position: relative;
  }
  .top-pf-box .top-pf-btn span:before {
    height: 4px;
    width: 4px;
  }

  .top-pf-box-inner {
    padding-left: 15px;
    width: 58.2089552239%;
  }

  .top-pf-box-ttl {
    margin-bottom: 10px;
    position: static;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   05. Chapel
   ========================================================================== */
/* ==========================================================================
   06. Reception Hall
   ========================================================================== */
/* ==========================================================================
   07. Cuisine
   ========================================================================== */
/* ==========================================================================
   08. Wedding Item
   ========================================================================== */
/* ==========================================================================
   09. Photo Gallery
   ========================================================================== */
.top-gallery-area {
  background: url(img/gallery_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}

.top-gallery-bnr {
  position: relative;
}
.top-gallery-bnr a {
  display: block;
}
.top-gallery-bnr a:hover img {
  opacity: 0.8;
}
.top-gallery-bnr img {
  transition: opacity 0.3s ease;
}

.top-gallery-bnr-label {
  color: #fff;
  display: block;
  font-family: "Cinzel", serif;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.8rem;
}
.top-gallery-bnr-label span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top-gallery-area {
    padding: 33px 0;
  }

  .top-gallery-bnr-label {
    font-size: 10px;
    font-size: 1rem;
  }
  .top-gallery-bnr-label span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


.top-sct-img img{object-fit:cover;height:500px;margin-top:30px}

.top-sct-ttl {
    color: #b49531;
    font-family: "Cinzel", serif;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 25px;font-size:4.8rem;
}

.box-inner {
    padding: 0px 70px; position: absolute;top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);color:#000;
	
}

.box-inner span{display:none;}

.top-sct-img {
    margin-bottom: 50px;
    overflow: hidden;
}

.top-sct {
    color: #525252;
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 10;
    transition: opacity 0.3s ease;
}

@charset "UTF-8";
/**
 * ご宴会
 *
 */
/* ==========================================================================
   ご宴会の特長
   ========================================================================== */
.main-block-s{background:#fffaf0;}

.sct-feature {
  height: 35vw; }

  .sct-feature a {
    height: 100%; }
  .sct-feature .grid-inner {
    height: 100%;
    justify-content: space-between; }

.kotei{position:relative;height:600px;}

.feature-img01,
.feature-img02 {width: 50vw;float:left }

.feature-img01 img,
.feature-img02 img{
  object-fit:cover;height:600px }

.feature-inner {
	width:30vw;position:absolute;top;
  display: flex;
  flex: 1;
  margin: 0 4px;
  align-items: center;
  justify-content: center;
 top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);background:rgba(255,255,255,0.8);
padding-bottom:30px;padding-left:30px;padding-right:30px;}

  .feature-inner .ttl01-wrap {
    margin-bottom: 0;margin-top:100px; }
    .feature-inner .ttl01-wrap .ttl01 {
      margin-bottom: 3.73vw; }
      .feature-inner .ttl01-wrap .ttl01 span {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0.53vw;
        display: block; }

    .feature-inner .ttl01-wrap .ttl01-lead {
      color: #2b2b2b;font-size:16px; }

@media screen and (max-width: 767px) {
  .sct-feature {
    margin-bottom: 40px;
    margin-bottom: 10.67vw;
    height: auto; }
    .sct-feature a {
      display: block; }
  .feature-inner {
    width: auto;
    display: block;
    padding-top: 40px;
    padding-top: 10.67vw;
    padding-bottom: 40px;
    padding-bottom: 10.67vw; }
    .feature-inner .ttl01-wrap .ttl01 {
      font-size: 28px;
      font-size: 2.8rem; }
      .feature-inner .ttl01-wrap .ttl01 span {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 4px;
        margin-bottom: 1.07vw;
        display: block; }
    .feature-inner .ttl01-wrap .ttl01-lead {
      color: #5a5129; }
  .slider-wrapper {
    height: 320px;
    height: 85.33vw; } }

.sct-movie .box-rds-s {
  height: 15.33vw;
  position: relative; }

.sct-movie .box-rds-s img{height:400px;object-fit:cover;width:100%;}

  .sct-movie .box-rds-s #gallery-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20vw;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.3); }
    .sct-movie .box-rds-s #gallery-ttl p {
      letter-spacing: .3em;
      padding: 1.33vw 1.6vw 0.93vw;
      border-bottom: 1px solid rgba(255, 255, 255, 0.8);
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      color: #b49531;
      line-height: 1.5; }
      .sct-movie .box-rds-s #gallery-ttl p strong {
        font-weight: normal;
        color: #fff;
        font-size: 36px;
        font-size: 3.6rem; }
    .sct-movie .box-rds-s #gallery-ttl .fbox li {
      width: 100%;
      /*&:last-child {
            border-left:1px solid rgba(#fff,.8);
          }*/ }
      .sct-movie .box-rds-s #gallery-ttl .fbox li a {
        padding: 0.53vw 0;
        display: block;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        transition: all 0.5s ease; }
        .sct-movie .box-rds-s #gallery-ttl .fbox li a:hover {
          background: rgba(0, 0, 0, 0.6); }
        .sct-movie .box-rds-s #gallery-ttl .fbox li a span {
          padding-right: 12px; }
          .sct-movie .box-rds-s #gallery-ttl .fbox li a span:before {
            content: '';
            background: url(img/icon_movie.png) no-repeat left top;
            display: inline-block;
            width: 18px;
            height: 13px;
            background-size: contain;
            position: relative;
            top: 3px;
            left: -10px; }

@media screen and (max-width: 767px) {
  .sct-movie .box-rds-s {
    height: 200px;
    height: 53.33vw;
    position: relative;
    /*.img-ofi {
        object-position:center right -295px;
      }*/ }
    .sct-movie .box-rds-s #gallery-ttl {
      width: 220px;
      width: 58.67vw; }
      .sct-movie .box-rds-s #gallery-ttl p {
        font-size: 10px;
        font-size: 1rem;
        padding-top: 15px;
        padding-top: 4vw;
        padding-left: 14px;
        padding-left: 3.73vw;
        padding-right: 14px;
        padding-right: 3.73vw;
        padding-bottom: 12px;
        padding-bottom: 3.2vw; }
        .sct-movie .box-rds-s #gallery-ttl p strong {
          font-size: 26px;
          font-size: 2.6rem; }
      .sct-movie .box-rds-s #gallery-ttl .fbox li a {
        padding-top: 4px;
        padding-top: 1.07vw;
        padding-bottom: 4px;
        padding-bottom: 1.07vw; }
        .sct-movie .box-rds-s #gallery-ttl .fbox li a span:before {
          width: 17px;
          width: 4.53vw;
          height: 12px;
          height: 3.2vw;
          top: 2px;
          top: 0.53vw; } }

/* lity */
html.lity-active body {
  height: 100vh;
  overflow: hidden; }

.lity {
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }

.lity-wrap:before {
  margin-right: 0; }

.lity-container {
  width: 100%;
  /*max-width: 1000px;*/
  padding: 40px 130px; }
  .lity-container .lity-content {
    background-color: #fff;
    overflow-y: auto; }
    .lity-container .lity-content:after {
      box-shadow: none !important; }
  .lity-container .banquet-mv {
    width: 100%;
    background-color: #fff; }
  .lity-container .banquet-mv-inner {
    width: 100%;
    padding: 112px 20px 20px;
    position: relative; }
    .lity-container .banquet-mv-inner img {
      -webkit-backface-visibility: hidden; }
    .lity-container .banquet-mv-inner .frame {
      width: 100%;
      height: auto; }
  .lity-container button.lity-close {
    display: none; }
  .lity-container #lity-close-custom {
    background: url(img/lity_close.png) no-repeat left top;
    background-size: contain;
    cursor: pointer;
    width: 46px;
    height: 56px;
    position: absolute;
    top: 30px;
    right: 30px; }

@media screen and (max-width: 767px) {
  .lity-container {
    width: 100%;
    max-width: initial !important;
    padding: 0; }
    .lity-container .banquet-mv-inner {
      width: 100%;
      background-color: #fff;
      padding-top: 90px;
      padding-top: 24vw;
      padding-bottom: 30px;
      padding-bottom: 8vw;
      padding-left: 0px;
      padding-left: 0vw;
      padding-right: 0px;
      padding-right: 0vw; }
      .lity-container .banquet-mv-inner iframe {
        width: 100%;
        height: 100%; }
    .lity-container button.lity-close {
      display: none; }
    .lity-container #lity-close-custom {
      background: url(img/lity_close.png) no-repeat left top;
      background-size: contain;
      position: absolute;
      top: 20px;
      top: 5.33vw;
      right: 20px;
      right: 5.33vw;
      width: 46px;
      width: 12.27vw;
      height: 56px;
      height: 14.93vw; } }

.youtube-wrap {
  position: relative;
  width: 100%; }
  .youtube-wrap:before {
    content: "";
    display: block;
    padding-top: 56%; }
  .youtube-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
   LA SUITE ACADEMY
   ========================================================================== */
.academy-logo {
  background-color: #0e2c70;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 2vw; }
  .academy-logo img {
    -webkit-backface-visibility: hidden; }

.academy-text {
  color: #5a5129;
  font-size: 12.5px;
  font-size: 1.25rem;
  padding: 2.67vw 3.33vw; }
  .academy-text-lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.5vw; }

.academy-more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
	
	
	
	
	.yokohaba{}
	
	.sage1{}
	
	.uge{margin-bottom:30px;}
	
		.gooi{margin-left:20px;}
	
	.topics-ttl1 {
    color: #2b2b2b;
    line-height: 1;
    position: absolute;
    left: 40vw;
    top: 50%;
		transform: translateY(-50%);font-size:1.2rem}
	
	.ctop-box-img img{width:100%;height:300px;object-fit:cover;}
	
	.spa-inner-box,.banquet-inner-box{text-align:center;}
	
	.kaibox{}
	
		.sct-spa {
    padding-bottom: 50px;
    
    background-color: #fff;
    padding-left:30px;padding-right:30px;
}
	
	.sct-banquet{
    padding-bottom: 50px;
    position: relative;
    background-color: #fffaf0;
    padding-left:30px;padding-right:30px;padding-top:10px;
}
	
		.grid .col4 {
    width: 100% !important;
    float: left;
    padding: 2%;
}
	
		.grid .col6 {
    width: 100% !important;
    float: none !important;
    padding: 20px 2%;
}
	
	
	
		.grid .col3 {
    width: 100% !important;
    float: none !important;
    padding: 2%;
}
	
  .academy-logo {
    padding-top: 64px;
    padding-top: 17.07vw;
    padding-bottom: 64px;
    padding-bottom: 17.07vw; }
  .academy-text {
    padding: 20px;
    padding: 5.33vw; }
    .academy-text-lead {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 24px;
      margin-bottom: 6.4vw; }
  .academy-more {
    border-top: 1px solid #e6e6d2;
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-bottom: 24px;
    padding-bottom: 6.4vw; } }


slider-m img{object-fit:covver;height:500px}

@media screen and (min-width: 768px) {
	.hhu{
 left: 50%;
  -webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);margin-top:80px}
	
	
	
}




.menu-icon {width: 50px;height: 50px;position: fixed;top: 0;right: 0;margin: 10px 15px;transform:scale(0.8);padding: 0;cursor: pointer;z-index:5000}
.menu-bar {width: 50px;height: 5px;background: rgb(190,190,190);position: absolute;transition: all 0.3s;}
.menu-bar1 {margin-top: 9px}
.menu-bar2 {margin-top: 23px}
.menu-bar3 {margin-top: 37px}
.menu-icon.hover .menu-bar1 {-webkit-transform: rotate(45deg) scaleX(0.7);margin-top: 22px;}
.menu-icon.hover .menu-bar2 {opacity: 0}
.menu-icon.hover .menu-bar3 {-webkit-transform: rotate(-45deg) scaleX(0.7);margin-top: 22px;}

.menu {width: 100%;height: 100vh;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;
position:relative;z-index:3000;}

.menu-con {-webkit-flex-grow: 1;flex-basis: 0;flex-grow: 1;display: -webkit-flex;display: flex;-webkit-justify-content:space-around;position:relative;top:-100%;transition:all 0.5s}

.menu-con p:before {content: ""; display: block;position:absolute;top:0;left:0;z-index:1;width:100%;height: 100%;opacity: 1;background: rgba(0,0,0,0);-webkit-transition: all 0.5s;transition: all 0.5s;}

.menu-con:hover p:before {background: rgba(0,0,0,0.2)}

.menu-con p {height:20px;-webkit-align-self:center;color:white;font-size:25px;z-index:2;cursor:pointer}
@media screen and (max-width: 600px) {.menu-con {min-width:50%}}
@media screen and (max-width: 350px) {.menu-con {min-width:100%}}

@font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
     font-display: swap;
 }

 @font-face {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
     font-display: swap;
 }


.img-anime{
overflow: hidden;
position: relative;
}
 
.img-anime:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
animation: img-anime 3s cubic-bezier(.4, 0, .2, 1) forwards;
background: #b49531;
}


@keyframes img-anime {
	0% {
transform: translateX(0%);
}
	30% {
transform: translateX(10%);
}
	
	
100% {
transform: translateX(100%);
}
	
	
}



.swiper-container{position:relative;z-index:3}

.swiper-container1:after{position:absolute;width:100%;height:100%;left:-50%;top:-50%;background:#eee;z-index:2;}

.swiper-container p{position:absolute;position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:2vw;color:#f0fff0;}

.swiper-container1{position:relative}



@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

#menu1{
  list-style-type: none;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  
}
#menu1 li{position: relative;width:16.6%;
  float: left;
  margin: 0;
  padding: 0;text-align: center;
	
}

.kuru{}
	
#menu1 li a{
  display: inline-block;
  margin: 0;
  padding: 13px 0;
  color: #000;
	font-weight:normal;
  
  
  line-height: 1;
  text-decoration: none;padding:20px
}

#menu1 li a:hover{color:#cc0000 !important;}






#menu1 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu1 li:last-child ul{
  left: -100%;
  width: 100%
}
#menu1 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu1 li ul li a{
  padding: 13px 15px;
  background: rgba(0,0,0,0.8);
  text-align: left;
  
  font-weight: normal;
}

#menu1 li ul li a:hover{color:#cc0000;}


#menu1 li:hover > a{
 
  color: #2b2b2b;
}
#menu1 li:hover ul li{
  overflow: visible;
  height: 38px;
  
}
#menu1 li:hover ul li:first-child{
  border-top: 0;
}
#menu1 li:hover ul li:last-child{
  border-bottom: 0;
}



.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-slide-active .slide-img2,
.swiper-slide-duplicate-active .slide-img2,
.swiper-slide-prev .slide-img2 { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 12s linear 0s;
    animation: zoomUp 12s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-container{max-height: 100vh;
    overflow: hidden;}

.hero{
    max-height: 100vh;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}

.slide-img {
    background-size: cover; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height:84vh; /* 600pxの高さで表示させる */
}



.slide-img2 {
    background-size: cover;background-repeat:no-repeat; 
    background-position: center center; /* 背景画像は中央を軸に表示させる */
    height:600px; /* 600pxの高さで表示させる */
}


.swiper-button-prev{margin-left:50px;}


.swiper-button-next{margin-right:50px;}





.menuwaku{
    
    display: flex;
    
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.menuwaku.fixed{
    position: ;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active{background:#cc0000 !important;}

.menuwaku{position:fixed;width:110%;display:flex;z-index:1000;
    justify-content: space-between;align-items: center;top:0;background:#fff}

.menuwaku1{position:fixed;width:100%;display:flex;z-index:1000;
    justify-content: space-between;background:#fff;top:0;align-items:center}


.fotback{width:85%;margin:0 auto;padding-top:50px;position:relative;z-index:4}

	.fotme{list-style:none;color:#000;float:right;font-size:14px;margin-top:40px;}
	
	.topbut{float:right;}
	
	.shaka1{margin:0 30px;}
	
	.underl{border-bottom:1px solid #fff;padding-bottom:80px;}
	
	.underl img{padding-top:30px;}
	
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
	margin-bottom:50px
}

.d-demo__list {
  display: flex;
  list-style: none;margin-right: -40px;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw /5);
}
.d-demo__item > img{
   width: 100%;
}

.d-demo__item img{width:100%;height:300px;object-fit:cover}
	

.itityo{width:900px;margin:0 auoto}

	
	.bolo{font-size:14px;padding-top:10px;padding-left:20px;float:left;color:#000}

.bolo a{color:#000 !important}

.logowaku{width:30%;padding:0 70px;}

.entry-content{background:#fff;padding-bottom:50px}

.conceptdiv{background:#fff;
			margin:50px auto 0;width:950px;text-align:center;font-size:20px;padding:50px 0}

.conceptdiv h3{position:relative;margin-bottom:20px;display:inline-block;}

.conceptdiv h3:before{position:absolute;width:100%;height:3px;background:#b4d89c;content:"";top:42px;
left:50%;transform:translate(-50%,0)}

.conceptdiv h3 span{position:absolute;bottom:-14px;left:50%;transform:translate(-50%,0);margin-bottom:50px;font-family: 'Parisienne', cursive;width:500px}

.rip{font-size:1.5vw;color:#3b65b0}

.simeji{width:350px;margin:20px auto}

.disblo{display:inline-block;text-align:left;width:900px;margin:0 auto}

.dokume{padding:30px;border-radius:20px;margin:55px auto;color:#000}

.dokume h4{color:#ff4000;font-size:25px}

.sblue{background:url(/wp-content/uploads/2022/10/22919940.png) #87cefa;background-size: 200px auto;
background-repeat: no-repeat;background-position:100% 100%;padding:30px 200px 30px 30px}

.pinkc{background:url(/wp-content/uploads/2022/10/22926861.png) #87cefa;background-size: 200px auto;
background-repeat: no-repeat;background-position:100% 100%;padding:30px 200px 30px 30px}

.greec{background:url(/wp-content/uploads/2022/10/23012094.png) #87cefa;background-size: 200px auto;
background-repeat: no-repeat;background-position:100% 100%;padding:30px 200px 30px 30px}

.yellowc{background:#87cefa;box-shadow:4px 4px 5px gray}

.green2{background:url(/wp-content/uploads/2022/10/22926861.png) #00a5a8;background-size: 200px auto;
background-repeat: no-repeat;background-position:100% 100%}

.oranc{background:url(/wp-content/uploads/2022/10/22919940.png) #59c3e1;background-size: 200px auto;
background-repeat: no-repeat;background-position:100% 100%}

.shoumoji{font-size:16px;}


.yellowc img{width:640px;height:auto;border:5px solid #eee;object-fit:cover;height:400px;margin-top:50px;
box-shadow:4px 4px 5px gray}

.kamisa img{width:640px;height:auto;border:5px solid #eee;object-fit:cover;height:400px;
box-shadow:4px 4px 5px gray;margin-top:20px}

.kity{display:flex}

.kity img{width:46%;height:300px;object-fit:cover;margin:30px 2%;border-width:5px 5px 30px 5px;border-color:#eee;box-shadow:4px 4px 5px gray;
border-style: solid;}

.simebun{background:url(/wp-content/uploads/2022/10/アセット-1-1.png);background-size:contain;padding-bottom:100px;margin-top:100px;
font-size:1.6vw;line-height:2}

.yrut{display:inline-block;text-align:left;}

.hutp{position:relative;}

.hanma{background:#191970;padding:30px;color:#fff;border-radius:20px;}

.uwano{position:absolute;top:20px;left:50%;width:400px;background:rgba(255,255,255,0.5);color:#3b3b3b;padding:20px;
transform:translate(-50%,0);font-size:24px}

.yrut span{color:#191970;font-size:2vw;}

.disksaki{display:flex;margin:60px auto 100px;}

.ogur{width:640px;height:auto;padding:10px 10px 30px 10px;box-shadow:4px 4px 3px gray;background:#fff}

.ogur2{width:320px;height:auto;padding:10px 10px 30px 10px;box-shadow:4px 4px 3px gray;background:#fff;margin:30px auto;}

.eeru{display:inline-block;text-align:left;}

.eeru h3{color: #1595dc;
    font-weight: bold;
    position: static;text-align:center;margin-top:100px;
}

.kyoucen{text-align:center}

.deugr{display:inline-block;text-align:left;}

.padaka{padding:0 10% !important}

.padaka h3:before{background:none !important}

.narabe img{    margin: 10px 2%;width:150px;height:230px;object-fit:cover
}

.haioi2 img{height:230px;width:150px;object-fit:cover}

.conceptdiv h5{font-size:31px;margin-top:80px;color:#0070C0}



.boxb{background:#fff;box-shadow:4px 4px 3px gray;padding:20px;margin:30px auto}

.boxb h5{margin-top:0;color: #1595dc;
    font-weight: bold;font-size:1.5vw}

.bax{background:#f5f5f5 !important}

.disk{display:flex;padding:12px 10px;background:#f0f8ff}

.disk2{display:flex;margin-top:50px;padding:0 0%}

.koinu{width:30%;margin:0 1.5%;position:relative;font-size:1.3vw;text-align:left;}

.koinu img{box-shadow:4px 4px 3px gray}

.sitasager{margin-bottom:50px !important}

	.rapper{display:block !important;width:80%;overflow:auto;height:600px;margin:0 auto 0;border:2px solid #32cd32;box-shadow:4px 4px 3px gray;
	padding:20px;background:#fff;text-align:left}
	
	.rapper li{
  border-bottom:1px dotted #000;
  list-style:none;
  padding:10px;
  width:100%;
}

.rapper span{
  background-color:#32cd32;
  border-radius:3px;
  color:#fff;
  display:inline-block;
  margin-right:20px;
  padding:5px;
}
.rapper time{
  display: inline-block;
  font-weight: bold;
  margin-right:40px;
	color:#3b3b3b
}
.rapper p{
  color:#3b3b3b;
  
}
.rapper .new::after{
  content:"NEW";
  color: #d10606;
  font-size: 1.1rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}
	

.concept1{width:50%;position:relative;padding-top:30px;padding-bottom:100px}

.concept1:before{position:absolute;background:#555;height:100%;width::60%;top:-50px;}

.concept1 img{height:80vh;width:100%;object-fit:cover;}

.concept2{width:50%;font-size:1.2vw;position:relative;left:-100px;top:100px;padding:30px 50px;
	background:rgba(255,255,255,0.9);height:60vh;margin-top:10vh;box-shadow:4px 4px 5px gray;border-radius:5px;
}

.concept2 h2{font-size:3vw;margin-bottom:40px;color:#2b2b2b}

.textmi{text-align:center;}

.sanka{text-align:left;display: inline-block;letter-spacing:0.15em}

.meda{font-size:1.4vw;letter-spacing:0.2em}

.medati{font-size:1.8vw;margin:30px auto;color:#b22222;font-weight:bold;}

.medati1{font-size:1.3vw;color:#2b2b2b;margin-bottom:30px;padding:15px 20px;border-radius:5px;}

.site-logo{display:none}

.servicewaku{display:flex}

.servi1{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/laptop-593673_1920.jpg);width:50%;position:relative;
height:70vh;background-size:cover;}

.servi1:before{position:absolute;width:100%;height:100%;content:"";background:rgba(0,0,0,0.6)}

.servi1:hover:before{position:absolute;width:100%;height:100%;content:"";background:rgba(128,128,128,0.6)}

.servi2{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/internet-315132_1280.jpg);width:50%;position:relative;height:70vh;
background-size:cover;}

.servi2:before{position:absolute;width:100%;height:100%;content:"";background:rgba(0,0,0,0.6)}

.servi2:hover:before{position:absolute;width:100%;height:100%;content:"";background:rgba(128,128,128,0.6)}

.servi2:before{}

.onimush{
 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);color:#fff}

.onimush h3{color:#fff;}

.tanwaku1{width:80%;float:left;}

#menu{
  list-style-type: none;
  width: 100%;
  height:100%;
  margin: 0 auto;
  padding: 0;
  
}
#menu li{
  position: relative;
	width:16.6%;
  float: left;
  margin: 0;
  padding: 0 20px;text-align: center;height:100%;
}


#menu li+li{


}


#menu li a{
 display: block;
    margin: 0;
    padding: 13px 0;
    color: #2b2b2b;
    font-size: 1vw;
    line-height: 1;
    text-decoration: none;
  
}


#menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #b4d89c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu li a:hover::after {
  transform-origin: right top;
	transform: scale(1, 1)}


#menu li a:hover{color:#cc0000 !important;}



#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
	
}
#menu li ul li a{
  background:#000;
  text-align: left;color:#fff;
    font-weight: normal;
}

#menu li ul li a:hover{color:#cc0000;}


#menu li:hover > a{
 
  color: #2b2b2b;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}

.ibitu{background:#000;color:#fff;}

.ibitu a{color:#fff !important}

.samplewaku{padding:100px 10%;display:flex;background:#f8f8f8;}

.swiper-container1{width:50%;overflow:hidden;box-shadow: -4px -4px 3px gray}

.samsetu{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/domenico-loia-hGV2TfOh0ns-unsplash.jpg);color:#fff;width:50%;
font-size:1.2vw;box-shadow: 4px 4px 3px gray;background-size:cover;position:relative}

.samsetu:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0,0,0,0.7)}

.samsetu h3{color:#fff;margin-bottom:50px;margin-top:50px}

.barancer{padding:50px 10%;position:relative;z-index:10}


@media screen and (min-width:481px){
	
	#nav-toggle{display:none}
	
	html{width:100%;overflow-x:hidden;}
	
	.row{margin-left:0 !important;margin-right:0 !important}
	
	#particles{position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;width:100%;height:100%;content:""}
	
	.kensaku{background:url(https://wapuru.com/wp-content/uploads/2021/01/ipad-605440_1920.jpg);
	background-position:50% 0%;position:relative;background-attachment:fixed;}
	
	.kensaku:before{position:absolute;content:"";height:100%;width:100%;
	background:rgba(255,255,255,0.7)}
	
	.consetume1{width:720px;position:absolute;text-align:left !important;
	padding:0px;left:-1%;margin-top:20px;font-size:28px;padding-bottom:50px;color:#fff;top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	}
	
	.consetume1 h3{font-size:30px;text-align:center;color:#1595dc;}
		
		.consetume1 h3 span{color:#fff;font-size:30px;}
	
	#isaku{width:80%;margin:0 auto;}
	
	.redo{ fill:#cc0000;stroke:none;}
		
		.flogo{width:150px;top:70px;position:relative;}
	
	.itiran{width:100%;}
	
	.itiran td{width:20%;color:#000;font-size:22px;padding:20px 15px;color:#fff;background:rgba(0,0,0,0.7);}
	
	.hpde{width:60%;margin:0 auto;margin-bottom:30px}
	
	.hpde2{width:40%;margin:0 auto;}
	
	.webk{width:80%;margin:0 auto;margin-bottom:30px}
	
	.webk2{width:100%;margin:0 auto;}
	
	.sampe1{width:64%;margin:0 auto;}
	
	.sampe2{width:80%;margin:0 auto;}
	
	.start {
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;background-size:cover;
}


.start p {
	position: fixed;
	
	display: none;
	z-index: 9999;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	
	}
	
	.sm{display:none !important;}
	
	.adolor {
  padding-top: 80px;
	position:absolute;
	top:70%;
	display: inline-block;
	left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
	color:#fff;
}
.adolor span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.adolor span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.adolor span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.adolor span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
	
	.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:15px;
	background:rgba(0,0,0,0.7);
	color:#fff;font-size:14px;
  }

.example img {object-fit:cover;
	width:240px;
	height:160px;
	text-align:center;
	}
	
	.main-image01{background-attachment:fixed;height:100vh;
		position:relative;
	}
	
	.goog{height:100px;margin-top:-6px !important;width:auto}
		
	.swiper-wrapper{height:auto !important;margin-top:-50px;}
	
	#canvas{width:500px;padding:20px;margin-top:-50px;}
	
	#odoroki{width:500px;}

#svg-anime{width:500px;padding:20px;margin-top:-50px;margin-bottom:100px;}
	
	#odoroki{width:300px;}
	
#logo {
    position: absolute;
    top: 50%;
    left: 50%;
     transform:translate(-50%, -50%);
	width:40%;
}

	
	
#logo1 {
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width:35%;
}

	
		
.main-image01__item,
.main-image02__item{
  overflow: hidden;
  position: relative;
	height:100vh !important;
  
}
/* メイン画像縦横中央に配置 */
.main-image01__item img,
.main-image02__item img{
	margin-top:-100px;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 画像の比率4対3に指定 2対1の場合は50%にします */
.main-image01__item:after,
.main-image01-thumbs__item:after,
.main-image02__item:after,
.main-image02-thumbs__item:after{
  display: block;
  padding-top: 75%;
  content: '';
}
.main-image01-thumbs,
.main-image02-thumbs{
  width:700px;
  padding: 10px 0 0;
  box-sizing: border-box;
	top:-100px;
	right:-200px;
}
.main-image01-thumbs__item,
.main-image02-thumbs__item{
  overflow: hidden;
  position: relative;
	width:50px !important;
  
}
.main-image01-thumbs__item.swiper-slide,
.main-image02-thumbs__item.swiper-slide{
  opacity: 0.3;background:#fff;
}
.main-image01-thumbs__item.swiper-slide-thumb-active,
.main-image02-thumbs__item.swiper-slide-thumb-active{
  opacity: 1;
}
/* サムネイル画像画像縦横中央に配置 */
.main-image01-thumbs__item img,
.main-image02-thumbs__item img{
  position: absolute;
	
  width: auto;
  height: auto;
  max-width: 24px;
  max-height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 矢印の色を白に指定 */
.main-image02 .swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f5f5f5'%2F%3E%3C%2Fsvg%3E");
}
.main-image02 .swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f5f5f5'%2F%3E%3C%2Fsvg%3E");
}
	
	.swiper-container{overflow:visible !important;}
	
	.shef-tit{position:absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);color:#fff;text-align:center;width:80%;}
	
	.smfo{margin-top:-100px;}
	
	.condesign{padding:100px 10%;font-size:16px;color:#000;}
	
	.condesign h3{margin-top:50px;color:#1595dc;font-size:30px;}
	
	.condesign a{color:#0000ff;}
	
	.condesign h5{margin-top:30px;color:#000;}
	
	.sample-solid {
    border: 1px solid gray;
    width: 80px;
    height: 40px;
    margin: 0em 0em 0em 1em;
}
.sample-dashed {
    border: 1px dashed gray;
    width: 80px;
    height: 40px;
    margin: 0em 0em 0em 1em;
}
.sample-dotted {
    border: 1px dotted gray;
    width: 80px;
    height: 40px;
    margin: 0em 0em 0em 1em;
}
.sample-10 {
    border: 10px solid #993333;
    width: 80px;
    height: 40px;
    margin: 0em 0em 0em 1em;
}
	
	.mous{font-size:22px;padding:50px;background-color:#1595dc;color:#fff;font-weight:700}
	
	
	
	.sukirig{
		
	font-size:24px;position:relative;  }
	
	.sukirig1{
		
		font-size:24px;position:relative; }
	
	.sukirig1 a{color:#fff;}
	
	h4{}
	
	.con1 .sukirig{color:#fff;}
	
	.kaizo{margin-top:-120px}
	
	.kaizo2{margin-top:-140px}
	
	.con11{
	position:relative;
  margin:0 auto;z-index:5;
	 }
	
	.con1 h2{text-align:center;position:relative;font-size:5vw;
	color:#1595dc;}
	
	#setume{width:62%;}

	
	.con3 h2{text-align:center;position:relative;font-size:5vw;
	color:#1595dc;margin-bottom:30px;margin:0 auto;}
	
	
	.abso{position:absolute;top:0;left:0;width:50%;}
	
	
	.fotoho{font-size:18px!important;padding:50px 0;color:#2b2b2b;}
	
	.fotoho h2{color:#1595dc;text-align:center;margin-bottom:40px;}
	
	.sime{font-size:42px;}
	
	.conr{width:800px;margin:0 auto;color:#fff;font-size:30px;
 }
	
	.shukuhaku{background:url(https://wapuru.com/wp-content/uploads/2020/01/f55502afa301de16cbb64f6e8089ea6d_m.jpg);
	height:100vh;
	position:relative;top:-1px;
	border-top:2px solid #fff;}
	
	.shukuhaku99{background:url(https://wapuru.com/wp-content/uploads/2020/01/f55502afa301de16cbb64f6e8089ea6d_m.jpg);
	width:100%;		
	position:relative;top:-1px;
	border-top:2px solid #fff;}
	
	.shukuhaku1{
		width:20%;
		height:100%;
		margin-left:10%;
		background:#deae6f;
		position:absolute;
		padding:100px 30px;
	}
	
	.shukuhaku1 h2{color:#fff;font-size:22px;
	  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
	.shukuhaku1 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
	
	.shukuhaku1 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#fff;
		float:left;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);}
	
	
	
	.shukuhaku2{background:#deae6f;
		position:relative;
		height:550px;
		padding:100px 30px;}
	
	.shukuhaku2 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#fff;
		float:left;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);}
	
	.resutrn{background:url(https://wapuru.com/wp-content/uploads/2020/01/5541ee67efe066316cfde2b83f044231_m.jpg);
	height:100vh;
	position:relative;top:-20px;
	border-top:1px solid #fff;}
	
	.resutrn1{width:20%;
		height:100%;
		margin-left:10%;
		background:#50662d;
	position:absolute;
	padding:100px 30px;}
	
	.resutrn1 h2{color:#fff;font-size:22px; position: relative;
  display: inline-block;
  margin-bottom: 1em;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
	.resutrn1 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
	
	.resutrn1 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);color:#fff;}
	
	.resutrn2{background:#50662d;
		position:relative;
		height:500px;
		padding:100px 30px;}
	
	.resutrn2 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#fff;
		float:left;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);}
	
	.wedding{background:url(https://wapuru.com/wp-content/uploads/2020/01/bc8db80acb5f4db6329f86545752a0a1_m.jpg);
	height:100vh;
	position:relative;top:-30px;
	border-top:1px solid #fff;}
	
	.wedding1{width:20%;
		height:100%;
		margin-left:10%;
		background:#805640;
	position:absolute;
	padding:100px 30px;}
	
	.wedding1 h2{color:#fff;font-size:22px; position: relative;
  display: inline-block;
  margin-bottom: 1em;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
	.wedding1 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
	
	.wedding1 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);
	color:#fff;}
	
	.wedding2{background:#805640;
		position:relative;
		height:500px;
		padding:100px 30px;}
	
	.wedding2 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#fff;
		float:left;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);}
	
	.onsen{background:url(https://wapuru.com/wp-content/uploads/2020/01/33a03cd994b493801ab31c665e545ee4_m.jpg);
	height:100vh;
	position:relative;top:-40px;
		border-top:1px solid #fff;
	}
	
	.onsen1{width:20%;
		height:100%;
		margin-left:10%;
		background:#664761;
	position:absolute;
	padding:100px 30px;}
	
	.onsen1 h2{color:#fff;font-size:22px; position: relative;
  display: inline-block;
  margin-bottom: 1em;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
	.onsen1 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
	.onsen1 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);color:#fff;}
	
	.gallary{background:url(https://wapuru.com/wp-content/uploads/2020/01/a6fe3d39500792f988b2d892b81e7076_m.jpg);
	height:100vh;
	position:relative;top:-50px;
		border-top:1px solid #fff;
		margin-bottom:-80px;
	}
	
	.gallary1{width:20%;
		height:100%;
		margin-left:10%;
		background:#3d3366;
	position:absolute;
	padding:100px 30px;}
	
	.gallary1 h2{color:#fff;font-size:22px; position: relative;
  display: inline-block;
  margin-bottom: 1em;
	left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
	.gallary1 h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 25px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
	
	.gallary1 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	position:absolute;
  top:50%;
  left:50%;
  display:inline;
  transform:translate(-50%, -50%);color:#fff;}
	
	.toplo{ top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	position:absolute;
	z-index:1000;}
	
	.button2 {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
		left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
		top:80%;
}
.button2:hover {
  color: #fff;
}
	
	.button2::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button2:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
	
	.kazagi{float:right;margin-top:100px;width:450px;}
	
	.rhe9{width:50%;float:right;margin-left:15%;}
	
	.rhe9 img{width:100%;height:300px;object-fit:cover; }
	
	.room{margin:100px auto;color:#2b2b2b;}
	
	.con1 h1{color:#fff;}
	
	.cp_iptxt{margin-bottom:50px;color:#000;}
	
	label2{color:#cc0000;}
	
	.contoi{}
	
	.conform1{text-align:left;padding:100px 10%;color:#000;font-size:18px;
	background:fff;
	 position: sticky;
  top: 0;}
	
	.conform1 a{color:#0000ff;}
	
	.conform1 h3{font-size:26px;color:#000;text-align:center;margin-bottom:100px;}
	
	.surjde{margin-bottom:50px;}
	
	.surjde td{padding:0;text-align:center;padding-top:30px;}
	
	.surjde td img{object-fit:cover;width:300px;height:150px;margin-top:-27px;}
	
	.surjde td img:hover{opacity:0.6;}
	
	dt{text-align:left;}
	
	dd{margin-bottom:50px;}
	
	a .conbut{color:#fff;}
	
	a .conbut:hover{opacity:0.7;}
	
	.conbut{position:fixed;top:40%;
	z-index:100;right:0;font-size:22px;}
	
	.vertical {
		writing-mode: vertical-rl;}

	.staff{width:90%;}
	
	.staff td{width:15%;text-align:center;color:#000;padding:5px 10px;font-size:15px;}
	
	.staff td img{width:200px;height:auto;;object-fit:cover}
	
	.flexk{display:flex}
	
	.panch{width:33%;padding:10px 20px;color:#3b3b3b;text-align:left;}
	
	.panch h4{color:#3b3b3b;font-weight:bold}
	
	.panch img{width:100%;height:240px;object-fit:cover}
	
	.harf{width:50%;float:left;
	color:#fff;padding:50px;text-align:left;font-size:26px;margin-top:50px;}
	
	.nomaerk{height:14vh}
	
	.harf img{}
	
	.harf1{width:48%;float:left;color:#3b3b3b;padding:50px 10px;text-align:left;font-size:1.4vw;z-index:100;margin:0 1%}
	
	.harf1 img{float:left;}
	
	.flexn2{display: flex;
    flex-wrap: wrap;
    justify-content: center;width: 1000px;
    margin: 30px auto;
    padding-top: 30px;}
	
	.cap1 {
    
        padding:0;
    text-align: center;position:relative;margin:0 2% 90px;
}
	
	.cap{margin:20px 2%;position:relative;width:46%;}
	
	.cap img{width:100%;height:130px;object-fit:cover;}
	
	
	
	.yazi{width:100px;height:80px;position:relative;top:150px;}
	
	
	
	.ukasemoji{position:absolute;bottom:-52px;;width:100%;background:rgba(255,255,255,1);color:#3b3b3b;padding:15px 0;text-align:center}
	
	.cap2{display:inline-block;float:left;margin:20px 2%;position:relative;width:46%}
	
	.cap2 img{width:100%;height:400px;object-fit:cover;}
	
	.oboe{width:120px;padding:0 10px;}
	
	
	.cap4{display:inline-block;margin:35px 2%;position:relative;width:96%}
	
	.cap4 img{width:100%;height:400px;object-fit:cover;}
	
	.nouni{padding:0 10%;text-align:left}
	
	.capbay{display:inline-block;margin:20px auto;position:relative;width:48%}
	
	.capbay img{width:100%;height:400px;object-fit:cover;}
	
	
	
	
	.hiturt{text-align:left;list-style:square;margin-top:30px;}
	
	.kamina{text-align:left;}
	
	.harfsetumeibun{padding:50px 20%;text-align:left;font-size:1.6vw;color:#fff;
	position:relative;z-index:10
	}
	
	.harfsetumeibunx{width:50%;float:left;
	padding:50px;text-align:left;font-size:1.6vw;background:#fff;}
	
	.harfsetumeibun1{width:50%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://www.wapuru.com/wp-content/uploads/2020/07/navksam7.jpg);
	background-size:cover;}
	
	.harfsetumeibun2{width:50%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/sigmund-59yRYIHWtzY-unsplash.jpg);
	background-size:cover;}
	
	.harfsetumeibun3{width:50%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/sincerely-media-_-hjiem5TqI-unsplash.jpg);
	background-size:cover;}
	
	.harfsetumeibun4{text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/you-tube-566347.jpg);
	background-size:cover;background-position:50% 50%;position:relative;
	background-attachment:fixed}
	
	.harfsetumeibun4:before{background:rgba(0,0,0,0.8);position:absolute;height:100%;width:100%;
		content:""
	}
	
	.harfsetumeibun5{text-align:left;font-size:19px;content:"";
	background:url(https://www.wapuru.com/wp-content/uploads/2020/07/consulting-3031678_1920.jpg);
	background-size:cover;background-position:50% 100%;position:relative;
	background-attachment:fixed;z-index:3}
	
	.harfsetumeibun5:before{background:rgba(0,0,0,0.6);position:absolute;height:100%;width:100%;
		content:"";z-index:2
	}
	
	.harfsetumeibun5:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.lomero{padding:100px 5%}
	
	.harf1de{width:48%;float:left;
	color:#2b2b2b;margin-left:2%;position:relative;box-shadow:4px 4px 3px gray;margin:50px 1%;
	border: 1px solid #eee;padding:20px;border-radius:3px;background:rgba(255,255,255,0.9);
	z-index:3;}
	
	.setumebu{height:100px;color:#2b2b2b}
	
	.tyuusin{text-align:center;margin:50px 0;font-size:25px;color:#000;}
	
	.harf1ee{width:48%;float:right;
		color:#2b2b2b;padding:50px;margin-left:2%;position:relative;}
	
	.harf1de img{object-fit:cover;width:100%;height:400px;object-position:50% 80%;margin-top:10px;
	background-size:90%;box-shadow:4px 4px 3px gray}
	
	.harf1ee img{object-fit:cover;width:100%;height:310px;margin-top:30px}
	
	
	.nasu{top:20px !important;}
	
	
	.fomenu{width:80%;margin:100px auto;position:relative;z-index:200}
	
	.fomenu li{width:25%;float:left;color:#fff;background:rgba(0,0,0,0.8);text-align:center;
	padding:13px 0;}
	
	.fomenu li+li{border-left:1px solid #fff}
	
	.fomenu li:hover{background:#cc0000;color:#fff}
	
	.fomenu li a:hover{color:#fff}
	
	
	
	.consetume{width:100%;top:70%;text-align:left;
	padding:0px;left:-1%;margin-top:20px;font-size:1.3vw;padding-bottom:50px;
	}
	
	.consetume h3{font-size:2vw;text-align:center;color:#fff;}
	
	
	
	.blueto {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
	z-index:2
}
.blueto:hover {
  color: #fff;
}
	
	.blueto::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.blueto:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
		

	
	.button_base {
    box-shadow:4px 4px 2px gray;
    border: 0;
    font-size: 18px;
    position: relative;
    top: 0px;left: 50%;
	transform:translate(-50%,0);margin:20px 20px;width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
		
}

.button_base:hover {
    cursor: pointer;
}
	
		.button_base1 {
    margin: 0;
    border: 0;
    
    position: relative;
    top: 0px;
    left: 0%;width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
		margin-bottom:10px;font-size:18px;letter-spacing:0.05em;
}

.button_base1:hover {
    cursor: pointer;
}
	
	/* ### ### ### 07 */
.b07_3d_double_roll {
   
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
	
	.b07_3d_double_roll div {
    position: absolute;
    text-align: center;
    padding: 10px;
    border: #1595dc solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b07_3d_double_roll div:nth-child(1) {
    color: #1595dc;
    background-color: #ffffff;
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transition: all 0.2s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(2) {
    color: #1595dc;
    background-color: #1595dc;
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(3) {
    color: #1595dc;
    background-color: #ffffff;
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(4) {
    color: #1595dc;
    background-color: #1595dc;
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll:hover div:nth-child(1) {
    background-color: #1595dc;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

.b07_3d_double_roll:hover div:nth-child(2) {
    color: #ffffff;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b07_3d_double_roll:hover div:nth-child(3) {
    background-color: #1595dc;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
}

.b07_3d_double_roll:hover div:nth-child(4) {
    color: #ffffff;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
	
}
	
	.yokohaba1{width:720px;display:flex;margin:0 auto;}
	
	.yokohaba2{width:240px;margin:0 auto;}
	
	.harf1 h3{color:#1595dc;font-weight:bold;position:static;}
	
	.harf1de h3{color:#1595dc;padding-right:30px;font-size:1.8vw;text-align:left;line-height:1.8}
	
	.harf1ee h3{color:#1595dc;padding-right:30px;font-size:1.8vw}
	
	.harf1de h3 span{color:#4b4b4b;color:#4b4b4b;
	font-size:1.5vw}
	
	.harf1ee h3 span{color:#4b4b4b;border-left:1px solid #1595dc;padding-left:15px;margin-left:15px;color:#4b4b4b;
	font-size:1.8vw}
	
	.sitega{width:auto;height:210px;}
	
	.harf1de img{margin-bottom:10px;}
	
	.sam1{width:60%;margin:25px auto;background:rgba(0,0,0,0.7);padding:1% 5%;color:#fff;clear:both;box-shadow: 10px 10px 15px -10px;height:450px;position:relative;}
	
	.sam1 h2{font-size:21px;color:#fff;}
	
	.sam1 img{clear:both;width:360px;height:190px;object-fit:cover;margin:20px auto;text-align:center;}
	
	.harf2 h1{color:#000;}
	
	.harf2 iframe{margin:0 auto;text-align:center;}
	
	
	
	.harf122{width:50%;background:#fff;padding:2%;float:left;color:#fff;height:580px;}
	
	.harf122 img{object-fit:cover;height:500px;}
	
	.midasi{font-size:28px;margin:50px 0;}
	
	.harf2{width:50%;float:left;padding:2%;background:#fff;height:580px;color:#000;}
	
	.harf2 img{margin-bottom:50px;}
	
	
	
		
	.con111{
background:#fff;color:#999;padding:100px 20px; text-align:center;font-size:18px;font-weight:bold;margin:120px 0;
	
  }
	
	.toi td{text-align:left;padding:12px 15px}
	
	.sm{display:none;}
	
	.couhan{width:50%;float:left;padding:50px 10%;}
	
	.coupon{border:1px dotted #999;margin:50px 0;padding:30px;background:rgba(255,255,255,0.4);}
	
	.titmon{text-align:left;font-size:24px;color:#000;}
	
	.primon{text-align:right;font-size:24px;color:#000;}
	
	.tyuimon{text-align:left;font-size:16px;color:#ff0000;}

	
	.combi1{font-size:40px;}
	
	.nojiki{text-align:left;}
	
	.nojiki td{text-align:left;padding:30px 5px;font-size:16px;}
	
	.aima{background:#333;
	background-size:cover;height:500px;width:100%;background-position-y:50%;position:relative;}
	
	.aima:before{width:100%;height:100%;position:absolute;
	content:"";background:rgba(0,0,0,0.8);}
	
	.aima p{text-align:left;position:relative;font-size:65px;
	color:#1595dc;top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	position:absolute;}
	
	.aima2{background:url(https://wapuru.com/wp-content/uploads/2020/02/computer-768608_1920.jpg);
	background-size:cover;height:500px;width:100%;background-position-y:50%;position:relative;}
	
	.aima2:before{width:100%;height:100%;position:absolute;
	content:"";background:rgba(0,0,0,0.8);}
	
	.poeuk{font-size:40px;text-align:center;margin-bottom:30px;color:#fff;
	position:relative;z-index:2000;margin-top:50px;}
	
	.textdiji{text-align:center;width:60%;margin:0 auto;font-size:1.6vw;
	margin-bottom:100px;color:#2b2b2b;padding:50px 0;position:relative;z-index:10;}
	
	.condma{display:flex;}
	
	.con3pun{text-align:center;font-size:18px;padding:30px 0;background:#00a0e9;color:#fff;
	font-family: 'Noto Serif JP', serif !important;}
	
	.con1n{width:100%;padding:50px 3%;background:#fff;color:#2b2b2b;font-size:1.6vw;text-align:center;
	font-family: 'Noto Serif JP', serif !important;}
	
	.harf2{width:50%;float:right;text-align:left;padding:2%;}
	
	.rithing{text-align:right;font-family: ta-kouran, sans-serif;margin-top:20px;font-size:1.5vw}
	
	.harfg1{width:70%;padding:0 30px;text-align:left;}
	
	.harfg{width:30%;padding:0 30px;text-align:left;}
	
	.harfg img{width:auto;border:1px solid #eee;padding:10px 10px 30px 10px;background:#fff;vertical-align:middle;
	position:relative;top:10%}
	
	.harf22{width:50%;float:right;text-align:center;}
	
	.harf22 img{border:5px solid #fff;width:640px;height:427px;object-fit:contain;background-size:70%;
	background:#fff;box-shadow:4px 4px 2px gray;object-fit:cover;}
	
	.fotj{width:60%;margin:0 auto;}
	
	.kioi{float:left;}
	
	.kioi2{float:right;}
	
	.kfo{margin-top:100px;}
	
	.con33{padding:0px 4% 150px 4%;position:relative;
	color:#fff;}
	
	.harf1w{width:50%;float:left;text-align:left;padding:2%}
	
	.harf1k{width:50%;float:left;text-align:left;padding:2%;}
	
	.harf11w{width:50%;float:left;text-align:center;}
	
	.harf11w img{border:5px solid #fff;width:640px;height:427px;box-shadow:4px 4px 2px gray;
	object-fit:cover;}
	
	/*ベース*/
section.typeA{
	display: flex;
	flex-wrap: wrap;width:100%;
}
section.typeA::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
	background: rgba(0,137,167,.7);
}
section.typeA .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 3px 12px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: rgba(0,137,167,.3);
	transition: .5s ;
	cursor: pointer;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	background:#fff;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	background: rgba(0,137,167,.7);
}
section.typeA input:checked + .tabLabel + .content {
	padding: 40px;
	height: auto;
	overflow-wrap: break-word;
	
	transition: .5s opacity;
	opacity: 1;
}
	
	.typeA h3{color:#0070C0;position:relative}
	
	.typeA h3:before{background:none;}
	
	
	.conlt{padding:100px 0;background:#fff;}
	
	.jduee{position:relative;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);}
	
	.harfmaru1{width:50%;text-align:center;
		position:relative;float:left;z-index:3;}
	
	.harfmaru2{border-radius:50%;width:600px;height:600px;background:#fff;text-align:center;
	position:relative;float:right;z-index:3;box-shadow:4px 4px 2px gray;margin-top:100px;}
	
	.harfmaru2 img{margin-top:100px;text-align:center;width:340px;margin-left:auto;margin-right:auto;}
	
	.daimei{position:absolute;font-size:70px;text-align:center;color:#00a0e9;
		left: 50%;transform: translate(-50%, -50%);font-weight:bold;top:50px}
	
		.harfsetumeibun1{width:50%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/sigmund-CJO9xWDVGXU-unsplash.jpg);
	background-size:cover;}
	
	
	
	.harfmaru1 img{margin-top:100px;text-align:center;width:450px;margin-left:auto;margin-right:auto;}
	
	.setu1{padding:30px 40px;font-size:1.6vw;color:#282828;text-align:left;}
	
	.aka{color:#000;}
	
	.gaztou{width:250px !important;}
	
	.gaztou2{width:350px !important;}
	
	.sho1{width:50%;float:left;border:5px solid #00a0e9;box-shadow:4px 4px 2px gray;
	position:relative;margin-top:50px;z-index:2;margin-bottom:50px;}
	
	.sho2{width:50%;float:right;border:5px solid #00a0e9;box-shadow:4px 4px 2px gray;
	position:relative;margin-top:50px;margin-left:100px;z-index:2;margin-top:100px;left:50px;}
	
	.sho1 img{text-align:center;}
	
	.jou{margin-bottom:100px;display:block}
	
	.butoiti{text-align:center;position:relative;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);margin:50px 0;font-size:0.8vw}
	
	.hover-drawing-container {
	width:10%;float:left;
	color:#000;}
.hover-drawing-container .drawing-content {
    visibility:hidden;
    transition:visibility 0.2s }
.hover-drawing-container .sibling-hover-draw {
    visibility:visible;
    padding:.5em;
    font-weight:700;border:1px solid #cdcdcd; width:100%; text-align:center;
	}
	
	.sibling-hover-draw:hover {
    background:#000;;
    padding:.5em;color:#fff;
    font-weight:700;border:1px solid #cdcdcd;
	}
	
.hover-drawing-container .sibling-hover-draw,.hover-drawing-container .drawing-content {
    display:block;
    box-sizing:border-box;
    position:static;
    margin-top:0 }
.hover-drawing-container .drawing-content {
    position:static;width:200%!important;
    padding-top:1em }
.hover-drawing-container:hover .drawing-content {
    visibility:visible }
.hover-drawing-container .sibling-hover-draw,.hover-drawing-container .drawing-content {
    width:100%;max-width:none }
.hover-drawing-container .drawing-content {
    border-top:none }
	
	#oneslider{width:100% !important;}
	
	.rensa img{
  
		object-fit:cover;
		width:400px;
		height:300px;
		float:left;
		
  
}
	
	.pankuzu a{color:#fff;text-decoration:underline;}
	
	.pankuzu a:hover{color:#ff0000;}
	
	.pankuzu{margin-bottom:50px;}
	
	.pankuzu2 a{color:#fff;text-decoration:underline;}
	
	.pankuzu2 a:hover{color:#ff0000;}
	
	.pankuzu2{margin-bottom:50px;}
	
	.sukirig1 a:hover{color:#ff0000;}
	
	.eizou{position:relative;max-width:1280px;margin:100px auto;overflow:hidden}
	
	.eizou:before{content:"";position:absolute;width:100%;height:100%;
	background:rgba(0,0,0,0.6)}
	
	.eizou video{box-shadow:10px 10px 4px gray;}
	
	.cp_accordionslide03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 480px;
		margin:100px auto;
}
.cp_accordionslide03 .slideitem {
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 25%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cp_accordionslide03 .slideitem:nth-child(1) {
	background: url('https://wapuru.com/wp-content/uploads/2021/01/sam1.png');
	background-size:cover;
}
.cp_accordionslide03 .slideitem:nth-child(2) {
	background: url('https://wapuru.com/wp-content/uploads/2021/01/sam2.png');
	background-size:cover;
}
.cp_accordionslide03 .slideitem:nth-child(3) {
	background: url('https://wapuru.com/wp-content/uploads/2021/01/sam3.png');
	background-size:cover;
}
.cp_accordionslide03 .slideitem:nth-child(4) {
	background: url('https://wapuru.com/wp-content/uploads/2021/01/sam4.png');
	background-size:cover;
}

.cp_accordionslide03 .slideitem:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(57,73,171 ,0.6);
}
.cp_accordionslide03:hover .slideitem:hover {
	width: 60%;
}
.cp_accordionslide03:hover .slideitem:not(:hover):after {
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 1;
}
.cp_accordionslide03 .slideitem .slidecont {
	position: absolute;text-align:left;
	z-index: 4;
	bottom: 60px;
	left: -60px;
	visibility: hidden;
	max-width: 400px;
	padding: 20px;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgba(26,35,126 ,0.6);
}
.cp_accordionslide03 .slideitem .slidecont h2 {
	font-size: 1.4em;color:#fff;
}
.cp_accordionslide03:hover .slideitem:hover .slidecont {
	left: 30px;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	opacity: 1;
}
	
	
@media only screen and (min-width:481px) {
	
	.con1j{
		background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/laptop-3076957_1920.jpg);
	font-size:24px;position:relative;
  }
	
	.con1j:before{position:absolute;content:"";width:100%;height:100%;
	background:rgba(255,255,255,0.8)}
	
		/*Question*/
.question {
	position: relative;
	text-align:left;
	margin: 0;
	padding: 15px 50px 20px 20px;
	display: block;
	width:100%;
	cursor: pointer;
	color:#4d4948;
	line-height:1.6;letter-spacing: 0.2em;font-size:1.5vw;height:130px;
}
		
		
/*Answer*/
.answers {
	color:#fff;
	padding: 0px 50px;
	margin: 10px 0 10px;
	width:100%!important;
	height: 0;
	overflow: hidden;
	background:rgba(0,0,0,0.7);
	background-repeat:no-repeat;
	background-size:40px;
	background-position:10px 15px;
	position: relative;
	opacity: 0;
	text-align:left;
	border-radius:20px;
	line-height:1.6;letter-spacing: 0.1em;font-weight:600;font-size:1.5vw;
	margin-bottom:30px;
}
		
		.answers img{width:40px;height:auto;}
		
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 15px 25px 35px 55px;
}
/*FAQ Toggle*/
.plus {
	color:#fff;
	margin-top:10px;
	position: absolute;
	margin-left: -80px;
	margin-top:28px;
	z-index: 5;
	font-size: 2em;
	line-height: 100%;
	
}
		.plus img{width:40px;height:auto;}
		
		#rotate-area {
    position: relative;
    min-height: 295px;
}
		
		#rotate-area .rotate-target {
    position: absolute;
    transition: all 0.5s ease-out 0s;
    display: block;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
		
		#rotate-area .omote {
    z-index: 1;transform: rotateY(0deg);
}
		
		.plus1 {position:relative;top:60px;transform:rotateX(180deg);right:15px;}
		
		.plus1 img{width:20px;}
		
.questions:checked ~ .plus1 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	 transform:rotateX(0deg);top:30px;
	
}
		
		.freegrj{margin-top:50px;}
		
.questions {
	display: none;	
}
	}
	
	@media only screen and (min-width:482px) and (max-width:1550px) {
		
		

.con1{
		background:#000;
	font-size:24px;position:relative;padding-bottom:21%;
  }
		
		.con1j{
		background:#fff;
	font-size:24px;position:relative;padding:100px 10%
  }
	
	 }	
	
	
	
@media only screen and (max-width:768px) {
	.cp_accordionslide03 {
		height: 80vh;
	}
	.cp_accordionslide03 .slideitem .slidecont h2 {
		font-size: 0.9em;
	}
	.cp_accordionslide03 .slideitem .slidecont p {
		font-size: 0.7em;
	}
	.cp_accordionslide03 .slideitem .slidecont {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.cp_accordionslide03:hover .slideitem:hover .slidecont {
		left: 10px;
	}
}
		.cp_accordionslide33 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 480px;
}
.cp_accordionslide33 .slideitem {
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 25%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cp_accordionslide33 .slideitem:nth-child(1) {
	background-image: url('https://wapuru.com/wp-content/uploads/2021/01/sam5.png');
}
.cp_accordionslide33 .slideitem:nth-child(2) {
	background-image: url('https://wapuru.com/wp-content/uploads/2021/01/shop.jpg');
}
.cp_accordionslide33 .slideitem:nth-child(3) {
	background-image: url('https://wapuru.com/wp-content/uploads/2021/01/sam7.png');
}
.cp_accordionslide33 .slideitem:nth-child(4) {
	background-image: url('https://wapuru.com/wp-content/uploads/2021/01/sam8.png');
}

.cp_accordionslide33 .slideitem:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(57,73,171 ,0.6);text-align:left;
}
.cp_accordionslide33:hover .slideitem:hover {
	width: 60%;
}
.cp_accordionslide33:hover .slideitem:not(:hover):after {
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 1;
}
.cp_accordionslide33 .slideitem .slidecont {
	position: absolute;
	z-index: 4;
	bottom: 60px;
	left: -60px;
	visibility: hidden;
	max-width: 400px;
	padding: 20px;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgba(26,35,126 ,0.6);text-align:left;
}
.cp_accordionslide33 .slideitem .slidecont h2 {
	font-size: 1.4em;color:#fff;
}
.cp_accordionslide33:hover .slideitem:hover .slidecont {
	left: 30px;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	opacity: 1;
}
@media only screen and (max-width:768px) {
	
	.ao{color:#1595dc;font-weight:bold;font-size:9vw;}
	
	
	.cp_accordionslide33 {
		height: 80vh;
	}
	.cp_accordionslide33 .slideitem .slidecont h2 {
		font-size: 0.9em;
	}
	.cp_accordionslide03 .slideitem .slidecont p {
		font-size: 0.7em;
	}
	.cp_accordionslide33 .slideitem .slidecont {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.cp_accordionslide33:hover .slideitem:hover .slidecont {
		left: 10px;
	}
}
	
	.contoi2{padding:200px 10% 220px 10%;color:#000}
		
	
		.con1{
		background:#000;
	font-size:24px;position:relative;z-index:2;padding:100px 0;
  }
	
.con2{
	color:#f5f5f5;line-height:2.0;
	position:relative;background:url(https://wapuru.com/wp-content/uploads/2021/02/light-300431_1920-758x505-1.jpg);
	background-attachment:fixed;background-size:cover;		   
  }
	
	.con2:before{content:"";width:100%;height:100%;position:absolute;
	background:rgba(0,0,0,0.6)}
	
	
	.con2 h4{font-size:30px;}
	
	.botankai{background:#1595dc;color:#fff;padding:15px 30px;}

	.botankai:hover{background:#1595dc;color:#ff0000;}
	
	.kidh31{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/sheet-music-2656005_1920.jpg);position:relative;color:#fff;
	margin:50px auto;z-index:3}
	
	.kidh31:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh31:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.kidh32{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/girl-in-red-dress-1388569_1920.jpg);
	margin:50px auto;z-index:3}
	
	.kidh32:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh32:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.kidh33{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;margin:50px auto;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/woman-3377839_1920-1.jpg);z-index:3}
	
	.kidh33:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh33:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.kidh4{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;height:80vh;}
		
	.con2y{
	color:#f5f5f5;line-height:2.0;
	background:#1b1b1b;
	position:relative;background-repeat:no-repeat;
	background-position:center right;font-size:30px;
		
		
	   
  }
	
	.con2y:before{
	position:absolute;content:"";width:100%;height:100%;background:rgba(0,0,0,0.8);
		z-index:10;
  }
	
	.con2y a{color:#00a0e9;padding:10px 20px;margin-top:35px;margin-right:30px;transition:2s;}
	
	.con2y a:hover{color:#fff;background:#00a0e9;border-bottom:3px solid #cc0000;}
	
	.con2y img{margin:20px;}
	
	.setumeibun{color:#2b2b2b;padding:100px 0%;
		margin:0 auto;position:relative;
		z-index:12;font-size:25px;letter-spacing:0.15em;
	}
	
	.setumeibun a{color:#ffa500;border-bottom:1px solid #ffff00;}
	
	.setumeibun a:hover{color:#ff0000;border-bottom:1px solid #fff;}
	
	.setumeibun2{padding:50px 5% 0px 5%;
		margin:0 auto;position:relative;
		z-index:12;font-size:25px;color:#2b2b2b;letter-spacing:0.15em;
		line-height:2.1;
	}
	
	.setumeibun2 a{color:#ff0000;}
	
	.setumeibun2 a:hover{color:#ff0000;border-bottom:1px solid #4b4b4b;}
	
	.container2 {  
		background:#fff;
		color:#2b2b2b;
		position:relative;
}
	
		.container3 {
 		background:#fff;
		text-align:left;
			padding:10px 0;
}
	
	.furulo{width:640px;height:auot;border:5px solid #fff;box-shadow:10px 10px 5px gray;}
	
.boxz {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 1;
	top:0;
}
	
	.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
	
	.lin{text-decoration:underline;}
	
	.text-bun{margin:0 auto;position:relative;z-index:10;font-size:2em}
	
	.text-bun a{color:#ff0000;text-decoration:underline;}
	
	.text-bun a:hover{color:#fff;}
	
	.harfmatome1{width:1280px;padding:20px 0 50px 0;margin:0 auto;display:flex;}
	
	.harfmatome1 ul{width:100%;}
	
	.harfmatome1 li{width:16.5%;float:left;text-align:center;position:relative;}
	
	.tenmei{font-size:33px;}
	
	.harfmatome1 li span{position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:15px;top:37px;
	}
	
	.harfmatome1 li:before{border-bottom:3px solid #018bd4;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:43px;}
	
	.harfmatome1 li:hover:before{border-bottom:3px solid #cc0000;width:20px;position:absolute;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);content:"";top:43px;}
	
	
	.harfmatome{width:1280px;padding:10px 0 0 0;margin:0 auto;display:flex;}
	
	.harffot{padding:20px;float:left;width:50%;position:relative;}
	
	.hor{margin-top:30px;}
	
	.horhy{font-size:27px;font-weight:bold;}
	
	.jioi{margin-left:30px;padding:15px 50px;background:#37a34a;border:none;color:#fff;}
	
	.koisi{position:absolute;top:-50px;border-radius:50%;border:2px solid #37a34a;padding:20px;
	background:#fff;color:#2b2b2b;right:100px;;text-align:center;font-size:20px;
	letter-spacing:0.2em}
	
	.mojideka{font-size:25px;}
	
	.jikanwaku{border-top:2px solid #dcdcdc;border-bottom:2px solid #dcdcdc;padding:30px; }
	
	.dtj0 td{padding:20px 30px;border-left:1px solid #dcdcdc;}
	
	.dtj0 th{padding:20px 30px;}
	
	.copyri{text-align:left;font-size:10px;margin-top:30px;}
	
	.topru{padding-top:150px;}
	
	
	a .lin{margin:10px 0;}
	
	.ao{color:#1595dc;font-weight:bold;font-size:4vw;}
	
	.bluej{color:#0000ff}
	
	.text-bun{padding:100px 0;margin:0 auto;z-index:10;font-size:24px;font-weight:600;
	color:#fff;letter-spacing:2px;width:60%;line-height:1.5;}
	
	.text-bun{font-weight:bold;}
	
	.con2 h1{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#2b2b2b;text-align:center;margin:100px 5%;
	float:right;font-size:24px}
	
	.con2 p{-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	color:#2b2b2b;margin:100px 10%;
	float:right;font-size:16px}
	
	.jobnaiyou{font-size:1.4vw;margin-top:15px;margin-bottom:15px;}
	
	.stumei{text-align:left;line-height:2.4;background:#1595dc;padding:30px;color:#fff;box-shadow:4px 4px 2px #aaa;}
	
	.con6{background:url(https://www.wapuru.com/gazou/wordpress-923188_1920.jpg); 
	position:relative;
	background-repeat:no-repeat;background-position:center center;
	}
	
	.con6:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0,0,0,0.6)}
	
	.kasanari{position:relative;z-index:10;padding:100px 0;}
		
		.con77{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/paper-3316268_1920.jpg); 
	position:relative;
	background-repeat:no-repeat;text-align:center;
	color:#fff;background-attachment:fixed;position:relative;z-index:0;background-size: cover;z-index:3}
	
	.con77:before{content:"";width:100%;height:100%;position:absolute;
	background:rgba(0,0,0,0.3);left:0;z-index:2
	}
	
	.con77:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.bopow h3 a{color:#1595dc}
	
	.bopow{width:70%;margin:0 auto;padding:50px 0;position:relative;z-index:2}
	
	.butue{margin:50px auto 0 auto;text-align:center;}
		
		.saishu{font-size:20px;color:#fff;text-align:left;}
		
		.saishbox1{width:40%;background:rgba(255,255,255,0.85);color:#222;margin-left:8%;padding:60px 30px;text-align:center;
		float:left;height:410px;box-shadow:4px 4px 2px #aaa;font-size:1.4vw;
	}
	
	.saishbox2{width:40%;;background:rgba(255,255,255,0.85);color:#222;margin-left:4%;padding:60px 30px;text-align:center;
	float:left;height:410px;box-shadow:4px 4px 2px #aaa;font-size:1.4vw;}
	
	.saishu{color:#fff;text-align:center;font-size:2em;margin-bottom:100px;}
	
	.under {background: linear-gradient(transparent 60%,rgb(045,089,180) 50%);font-size:32px;color:#000;width:300px;margin:0 auto;
margin-bottom:50px;font-weight:bold}
		
	button{
  background:#1595dc !important;
  color:#fff;
	margin-top:50px;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
		font-size:17px;
			width:90%;
			margin:50px auto 0 auto;
		
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #fff;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
	
	.sikaku{width:80%;padding:40px;margin:50px auto;background:#fff;text-align:left;}
	
	.migiik{text-align:right}
	
	.conceptdiv h2{margin-top:100px;margin-bottom:20px}
	
	.oipo{text-align:center}
		
		
		.company{color:#4b4b4b;;padding:40px;position:relative;z-index:3;background:rgba(255,255,255,0.8);
			
	}
	
	.flexj{display:flex}

.haioi{width:60%;padding:20px}

.haioi2{width:40%;padding:10px}
	
	.eeru{text-align:left;}
	
	.j1{margin:50px aut0}
	
	.j2{margin:150px auto;display:block}
	
	.j3{margin:50px auto;display:block}
	
	.go{margin:150px 0 20px !important}
	
	.company a{color:#0000ff}
	
	table .company{padding:50px;}
	
	.tauyo{background:#fff !important}
	
	.saneto{text-align:center;left: 50%;
    transform: translate(-50%,0);}
	
	.red{color:#ff0000 !important}
	
		.company th{color:#2b2b2b;padding:20px 40px;border-bottom:1px dotted #dcdcdc;word-break: keep-all;}
		
		.company td{padding:12px 10px;color:#2b2b2b;text-align:left;border-bottom:1px dotted #dcdcdc;}
	
	.companys{color:#4b4b4b;;padding:40px;position:relative;z-index:3;background:rgba(255,255,255,0.8);border-collapse:collapse;}
	
	.companys th{color:#2b2b2b;padding:10px 40px;word-break: keep-all;border-bottom:1px dotted #aaa;}
		
		.companys td{padding:10px 40px;color:#2b2b2b;text-align:right;border-bottom:1px dotted #aaa;}
	
	.mojiage{vertical-align:top}
	
	.sikakux{width:100%;padding:40px;margin:50px auto;background:#fff;text-align:left;}
	
	.sikakux h4{color:#3b3b3b;display:inline-block;position:relative;margin-top:80px;}
	
	.sikakux h4:before{width:100%;height:3px;bottom:-10px;content:"";background:#32cd32;position:absolute}
	
	.sikakux h5{color:#0070C0;font-size:1.2vw;margin-top:40px;}
	
	.hidarime{width:20%;}
	
	.migime{text-align:left;}
	
	.oibottom{}
		
		.frame {
	display: inline-block;
	position: relative;
		top:-120px;
		left:15%;
		border:10px solid #333;box-shadow: 2px 2px 4px gray;width:80%;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
		inset 0 0 100px rgba(0, 0, 0, 0.2);
	background: rgba(0, 255, 0, 0.1); /* カラーを重ねる */
}
	
	.basicBox {
  width: 130px;
  height: 65px;
  margin: 15px auto;
	color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}


svg rect, svg path, svg polyline {
  fill: none;
  stroke: #ff0000;
  stroke-width: 1;
}

.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
  stroke: #ff0000;
}

/* Basic Box */
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 245;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
	
	.concp1{width:25%;float:left;padding:2%;text-align:center;}
	
	.concp11{width:262px;margin:0 auto;}
	
	.concp1 h4{font-size:20px;color:#000;text-align:left;}
	
	.concp1 img{text-align:center;}
	
	.shousai{font-size:18px;text-align:left;}
	
	.harfmenu{width:50%;float:left;padding:3%;}
	
	.harfmenu h3{color:#000;border-bottom:3px solid #6b8e23;padding-bottom:10px;}
	
	.koumomenu{border-bottom:1px dotted #6b8e23;padding-left:15px;color:#000;text-align:left;margin-top:20px;font-weight:bold;
	padding-bottom:10px;font-size:24px;}
	
	.hosoku{font-size:14px;}
	
	.pricemenu{text-align:right;padding-right:22px;float:right;font-size:24px;margin-top:-10px;}
	
	.recruit th{background:#fffacd;padding:40px 20px;border:1px solid #aaa;color:#000;}
	
	.recruit{margin-top:50px;}
	
	.recruit td{padding:40px 20px;border:1px solid #aaa;color:#000;}
	
	.salon th{border-bottom:1px dotted #aaa;padding:30px 20px;}
	
	.salon td{border-bottom:1px dotted #aaa;padding:30px 20px;}
	
	
	.con6 h5{color:#1595dc;font-size:2.0vw;}
	
	.con6 td{padding:10px 30px;text-align:left;}
	
	.passing-txt{font-size:30px;color:#fff;line-height:1.7;
	letter-spacing:0.5;}
	
	.main-con{color:#fff;position:relative;}
	
	.con7 h1{text-align:center;margin:50px 0;color:#000;}
	
	.title-border img{margin-top:20px;}
	
		.title-border {
display: flex;
align-items: center;
	padding:0 50px 0 50px;
	margin-bottom:50px;
	font-size:25px;
			color:#e6e6fa;
}
.title-border:before,
.title-border:after {
border-top: 2px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
	.shef21{background:url(/wp-content/uploads/2022/10/company.jpg);
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;background-attachment:fixed;
	}
	
	.shef21::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef22{background:url(/wp-content/uploads/2022/10/service-obi.jpg);
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;background-attachment:fixed;
	}
	
	.shef22::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef23{background:url(/wp-content/uploads/2022/10/service-obi2.jpg);
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;background-attachment:fixed;
	}
	
	.shef23::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
		.shef24{background:url(/wp-content/uploads/2022/10/contact.jpg);
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;background-attachment:fixed;
	}
	
	.shef24::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;});
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;
	}

input,textarea{border:1px solid #aaa !important}
	

	.shef1{background:url(/wp-content/uploads/2021/10/社屋写真.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;
	}
	
	.shef1::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef2{background:url(/wp-content/uploads/2021/10/希望画像データ-scaled.jpg);
		background-position:50% 30%;position:relative;width:100%;height:50vh; background-size:cover;;
	}
	
	.shef2::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
		.shef3{background:url(/wp-content/uploads/2023/09/S__13058166_0.jpg);
		position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;background-position:50% 60%}
	
	.shef3::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef4{background:url(https://wapuru.com/wp-content/uploads/2020/01/33a03cd994b493801ab31c665e545ee4_m.jpg);
		background-position:50% 40%;position:relative;width:100%;height:50vh; background-size:cover;margin-top:-100px;}
	
	.shef4::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef5{background:url(https://wapuru.com/wp-content/uploads/2020/01/a6fe3d39500792f988b2d892b81e7076_m.jpg);
		background-position:50% 30%;position:relative;width:100%;height:50vh; background-size:cover;margin-top:-100px;}
	
	.shef5::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef6{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/wordcloud-679948.png);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;margin-top:-100px;}
	
	.shef6::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef7{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/wordcloud-679948.png);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef7::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef8{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/work-731198_1920-1.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;}
	
	.shef8::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef9{background:url(https://www.wapuru.com/wp-content/uploads/2020/07/writing-828911_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef9::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef10{background:url(https://www.wapuru.com/wp-content/uploads/2020/07/writing-828911_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef10::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef11{background:url(/wp-content/uploads/2021/10/22290278_m.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef11::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef12{background:url(/wp-content/uploads/2021/10/400232_m.jpg);
		background-position:50% 25%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef12::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef15{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/pen-1584239_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:50vh; background-size:cover;content:""}
	
	.shef15::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef-white{background:#fff;position:relative;height:30vh;width:100%;position:relative;z-index;2}
	
	.shef-white:before{border-radius:50%;background:#fff;position:absolute;top:100%;left:50%; transform : translate(-50%,-70%);content:"";
	width:300px;height:300px;z-index:1}
	
	.shef-tit2{position:absolute;
  top: 80%;
  left: 70%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);color:#000;text-align:center;
	width:700px;padding:50px 100px;background:#000;}
	
	.shef-tit1{position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);
		color:#fff;text-align:center;font-size:3.7vw;width:80%;font-weight:bold;z-index:10}
	
	.titl1{text-align:center;font-weight: 700;font-size:3vw;font-family: 'Parisienne', cursive;color: #fff;}
	
	.titl2{font-size:1.7vw;text-align:center;}
	
	.titl1a{font-size:40px;text-align:center;font-weight: 700;font-style: italic;color:#fff;}
	
	.titl2a{font-size:20px;text-align:center;color:#fff;}
	
	.shef-whitex{background:#fff;position:relative;height:60vh;width:100%;position:relative;z-index;2;overflow:hidden}
	
	.shef-whitex:before{border-radius:50%;background:#fff;position:absolute;top:100%;left:50%; transform : translate(-50%,-70%);;
	width:300px;height:300px;z-index:1}	

			
	
	.shef-tit1x{position: absolute;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);
		color:#000;text-align:center;font-size:3.7vw;width:80%;font-weight:bold;z-index:10}
	
	.titl1x{text-align:center;font-weight: 700;font-size:3vw;}
	
	.titl2x{font-size:1.7vw;text-align:center;}
	
	.cprofile{width:800px;margin:50px auto}
	
	.cprofile dl{}
	
	.cprofile dt{width:100%;background:#bae3f9;padding:12px 20px}
	
	.cprofile dd{width:100%;text-align:left;margin-bottom:0;padding:12px 20px;color:#666}
	
	.gyoushu2 td{padding:40px 60px;background:url(https://www.wapuru.com/landing/wp-content/uploads/2019/10/ディスプレイの無料アイコン.png);background-repeat:no-repeat;background-position-y:40px;background-position-x:13px;}
	
	.samplema{margin:100px auto;}
	
	.samplema th{border:none;color:#282828;padding:0 10px;}
	
	.samplema img{width:400px;height:200px;object-fit:cover;}
	
	.samplema img:hover{opacity:0.6;}
	
	.samplema a{color:#282828;}
	
	.samplema a:hover{color:#cc0000;}
	
	.tuie{text-align:right;margin-top:75px;}
	
		.koe{text-align:left;font-size:20px;background:#fff;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/question-mark-3839456_1920.jpg);
	position:relative;z-index:2}
	
	.koe:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.koeiti{width:70%;margin:0px auto;position:relative;z-index:5;padding:100px 0}

	.koe:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.8)}
	
	.sukirig{margin-top:50px;text-align:center;}
	
	.situ{font-size:24px;font-weight:bold;}
	
	.great{position:relative;}
	
	.hoen{width:90%;margin:100px auto;}
	
	.hoen li{border:1px solid #cdcdcd;text-align:center;list-style:none;float:left;
	width:10%;}
	
	.yusabi{background-attachment:fixed;position:relative;margin-bottom:-20px;background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/brushes-3129361_1920.jpg);padding:100px 0;}
	
	.graycnv{background:#fff;padding:50px;}
	
	.moi{position:relative;margin:0 auto;}
	
	.jiseki{width:90%;
	color:#fff;margin:0 auto; }
	
	.jiseki td{padding:8px 13px;text-align:left;font-size:1.3vw;width:25%}
	
	.jiseki td:hover{background:rgba(0,0,0,0.5);color:#fff;}
	
	.con1w{position:absolute;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);width:80%;	}
	
	
	.con1y h2{font-size:40px;color:#1595dc;}
		
	.takasa{padding:100px 5%;position:relative;z-index:500;color:#fff;}
	
	.sukirig a{color:#fff;}
	
	.sukirig a:hover{color:#ff0000;text-decoration:underline;}
	
	.con1w h2{font-size:40px;color:#1595dc;font-weight:bold;}
	
		.con1y{width:100%;
	background:#fff;
	padding:100px 0;text-align:center;}
	
	.con1y h2{font-size:40px;color:#1595dc;}
	
	.harf1w{width:50%;float:left;text-align:left;padding:2%}
	
	.harf1k{width:50%;float:left;text-align:left;padding:2%;}
	
	.box28 {
    position: relative;
    margin: 2em 0;
    padding: 45px 10px 7px;
    border: solid 2px #a3a3a3;
	border-radius:10px;
		box-shadow:4px 4px 2px #c3c3c3;
		background-color: rgba(210, 210, 210, 0.5);top:230px;
-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(10px);
		font-size:17px;height:550px;color:#fff;
}
.box-title {
    font-size:22px;
    color: #fff;
    font-weight: bold;
	margin-top:50px;
}
.box28 p {
    margin: 10px 0; 
    padding: 0;
}
	.kotae{color:#fff;margin-top:20px;}
	
	.kotae1{color:#fff;font-weight:bold;}
	
.con3{
    background:#fff;
	text-align:center;
	padding:100px 5% 0px 5%;overflow:hidden;
	
  }
	
	.con3x{
	background:#fff;
	text-align:center;
	padding:100px 5%;color:#2b2b2b;background-size:cover;position:relative;z-index:2
	
  }
	
	
	
	
	
	
	.uesho{margin-top:75px;}
	
	.con3 h1{margin:50px auto;color:#000;}
	
.btn_wrap {
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	
	width: 200px;
	margin:20px auto;
}

.btn_wrap a {
  display: block;
  margin: 0 10px;
  padding: 15px 0;
  width: 200px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
}
	
	.btn_wrap a:hover{color:#cc0000;}

.btn_wrap a:active {
  background: rgba(0,0, 0, .5);
}
	
	.btn_wrap1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	
	
}

.btn_wrap1 a {
  display: block;
  margin: 20px 10px;
  padding: 15px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
	border:2px solid #cc0000;
}

.btn_wrap1 a:active {
  background: rgba(255, 255, 255, .5);
}
	
	.btn_wrap2 {
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	border:1px solid #000;
	width: 200px;
	margin:0 auto;
}

.btn_wrap2 a {
  display: block;
  margin: 0 10px;
  padding: 15px 0;
  width: 200px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
}
	
	.btn_wrap2 a:hover{color:#cc0000;}

.btn_wrap2 a:active {
  background: rgba(0,0, 0, .5);
}

.lazer:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: -1px;
  right: 0;
  transition: .1s ease-in-out .1s;
}

.lazer:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: -1px;
  transition: .1s ease-in-out .2s;
}

.lazer span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: .1s ease-in-out .3s;
}

.lazer span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -1px;
  transition: .1s ease-in-out;
}

.lazer:hover span:after {
  height: 0;
}

.lazer:hover:before {
  width: 0;
}

.lazer:hover:after {
  height: 0;
}

.lazer:hover span:before {
  height: 5px;
}
	
	.spin_text {
  border: 2px solid #cc0000;
  overflow: hidden;
}

.spin_text:hover span {
  display: block;
  transform: rotateY(360deg);
  transition: .8s ease-in-out;
	color:#fff;
	border:2px solid #cc0000;
	padding:30px;
}

	.dlau{margin-top:100px;}
	
	.flexb{display:flex}

.con4{padding:100px 10%;background:#f5f5f5;
	color:#000;display: block;font-size:18px;}
	
	.con4 h1{margin-bottom:100px;}
	
	.con44{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/interior-design-1508276_1920.jpg);
	color:#fff;display: block;font-size:18px;text-align:center;position:relative;background-attachment:fixed;z-index:2}
	
	.con44:before{position:absolute;content:"";width:100%;height:100%;background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);z-index:1;left:0;top:0;}
	
	.con44 h1{margin-bottom:100px;}
	
	.con44 h2{color:#1595dc;position:relative;z-index:200}
	
	.mac{background:url(https://wapuru.com/wp-content/uploads/2020/02/1503720.png);
	position:relative;background-position:top center;background-repeat:no-repeat;
		height:900px;
	}
	
	.mac-sha{position:absolute;object-fit:cover;height:374px;width:583px;text-align:center;
	 transform: translateY(-50%) translateX(-50%);left:50%;top:241px;}
	
	.mac-canva{position:relative;height:350px;width:700px;transform: translateY(-50%) translateX(-50%);left:50%;
top:650px;background:rgba(255,255,255,0.2);
-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(10px);
	padding:60px;font-size:20px;color:#fff;}
	
	.titl{text-align:center;color:#1595dc;
	font-size:24px;margin-bottom:15px;}
	
	.mac-canva:hover{background:none;-webkit-backdrop-filter: blur(0px); backdrop-filter: blur(0px);
	color:#ffff00;font-weight:bold;}
	
	.domino1{width:65%;height:400px;object-fit:cover;float:right;position:relative}
	
	.domino1:before{width:100%;height:100%;content:"";position:absolute;background:rgba(0,0,0,0.6)}
	
	.domino2{width:65%;height:400px;object-fit:cover;float:left;}
	
		.btn04 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
 
  padding: 0.6em 2em;
  
  cursor: pointer;
  border-radius: 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;width:250px;position:relative;text-align:center;
			left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:16px;bottom:0;z-index:5
}
.btn04:hover {
  box-shadow: 0 9px 8px -4px rgba(0, 0, 0, 0.25);
  
}
	
	.btnCommon{
    position: relative;
    display: block;
    width: 150px;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #333;
    color: #333;
    transition: .2s;
}
	/* ボタン6 */
.btn06{
    overflow: hidden;
}
 
.btn06:before{
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #333;
    transition: .2s;
}
 
.btn06:hover{
    color: #fff;
}
 
.btn06:hover:before{
    bottom: 0;
}


		
	
video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;width: 100%;height: 100vh;
   
}
	
.con5{
    background:#000;padding:50px 20%;color:#fff;font-size:1.6vw;     
  }
	
	.con5 h2{color:#1595dc;;text-align:center;}
	
	.hamenu1{width:50%;float:left;padding:20px 50px 20px 100px;}
	
	.menutit{text-align:left;font-size:28px;font-weight:bold;color:#000;margin-top:50px;}
	
	.menubor{color:#000;width:100%;}
	
		.menubor td{text-align:left;}
	
	.con66{background:#fffaf0;padding:100px 5%;}
	
	.stabox{float:left;margin:0 10px;}
	
	.hanstaff{width:50%;float:left;padding:10px;}
	
	.hanstaff1{width:50%;float:left;padding:10px;}
	
	.hanstaff1{text-align:center;}
	
	.hanstaff1 iframe{margin-top:100px;text-align:left;}
	
	
.gyoushu-canva{width:20%;margin:50px 2%;
background-color: #000;
-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
	padding:20px 10px;font-size:19px;color:#fff;float:left;text-align:center;}
	
	.gyoushu-canva:hover{background:#1595dc;color:#fff}
	
	.gyoushu-canva2{width:90%;margin:50px auto 30px auto;
-webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px);
	padding:20px 50px;font-size:22px;color:#fff;}
	
	.gyoushu-canva img{margin-right:5px;margin-top:-5px;}
	.imgWrap {
	overflow: hidden;
}
.imgEff {
	position: relative;
	width: 250px;
	height: 300px;
	transition-duration: 0.3s;
}
.imgEff:hover {
	
	
	
}
.imgEff:before {
	content: "";
	position: absolute;
	width: 250px;
	height: 300px;
	transition-duration: 0.3s;
	opacity: 0; /* 見えないように透過しておく */
}
.imgEff:hover:before {
	opacity: 1; /* マウスオーバーで可視化 */
}
  
    .staffshou{
        border-radius:20px;
        justify-content: center;
        align-items: center;
        height: auto;
        background: #fff;
        margin: 0;
        padding: 15px 20px;
        color: #444;
        line-height: 1.6em;
		width: 250px;
		font-size:16px;}
	
	.shoukaibun{font-size:15px;}
	
	.insta_btn3 {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 14px;/*角丸に*/
  position: relative;
  display: block;
  height: 120px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  padding-top: 12px;/*上側との余白*/
  box-sizing: border-box;
  font-size: 19px;/*文字のサイズ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn3:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 div {
  position: relative;
}

.insta_btn3 .fa-instagram {
    font-size: 70px;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
    position: relative;
    transition: .5s
}

.insta_btn3 .fa-instagram:hover {/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
	
	.ig-btn-4 {
border-radius: 5px;
padding: 5px 10px 3px 10px;
background: linear-gradient(#5478f2 0%, #f23f79 60%, orange 100%);
display: inline-block;
cursor: pointer;
}

	
	.lef{width:70%;}
	
	.righ{width:30%;}

.logo1{
              position:fixed;
	
	top: 50%;
right: 0%;
z-index:100;
	
  }
	
	.conaccess{background:#f5f5f5;padding:100px 0;}
	
.logo11{
    position:absolute;
	top: 20%;
	left: 5%;
	font-size:50px;
	color:#ff0000;
	z-index:100;
	
  }		
	
	.logo22{
    position:absolute;
	top: 50%;
	left: 5%;
	font-size:39px;
	color:#fff;
	z-index:100;
	
  }		
	
.a anc{
    
  }	
	
.a ancb{
   
  }		
	
	.douga{position:relative;}
	
	
	.buttonwaku {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.buttonwaku::before,
.buttonwaku::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonwaku,
.buttonwaku::before,
.buttonwaku::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
	.buttonwaku {
  position: relative;
  z-index: 2;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.buttonwaku:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.buttonwaku::before,
.buttonwaku::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.buttonwaku::before {
  right: 0;
}
.buttonwaku::after {
  left: 0;
}
.buttonwaku:hover::before,
.buttonwaku:hover::after {
  width: 0;
  background-color: #59b1eb;
}
	
	.btn-denim {
  
  text-align: center;
  background-color: #293b6a;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px dashed #FFF;
  box-shadow: 0px 0px 0px 5px #293b6a;/* box-shadowで外枠を */
		margin:50px auto;
}

	
	.btn-denim:hover {
  border-style: solid;
}
	
	.btn-denim a{color:#fff;}
	
	.btn-denim a:hover{color:#ff0000;}
	
	.redd{color:#fff;background:#cc0000;padding:2px 5px;font-size:15px;border-radius:2px;margin-left:10px;margin-right:10px;}
	
	.blud{color:#fff;background:#00bfff;padding:2px 5px;font-size:15px;border-radius:5px;margin-left:10px;}
	
	.fotback{width:85%;margin:0 auto;padding-top:50px;}

	.fotme{list-style:none;color:#fff;float:right;font-size:14px;margin-top:40px;}
	
	.topbut{float:right;}
	
	.shaka1{margin:0 30px;}
	
	.underl{border-bottom:1px solid #000;padding-bottom:20px;}
	
	.underl img{padding-top:30px;}
	
	
	
	.bolo{font-size:14px;padding-top:10px;padding-left:20px;float:left;}
	
	.wrapper {
  position:relative;
  
}
	
	.fle{}
	
	.tyounse label{width:300px;}
	
	#logo1 {
    position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width:35%;
}
	

.label {
  position:absolute;
  color:white;
  background:rgba(0,0,0,0.5);
  padding:5px 15px;    
}
.label-left-top{
  left:0px;
  top:0px;
}

.hoge{
margin:0 auto;
}
	
.slider_css {
    height: 200px;margin-top:70px;
  }
  .slider_css ul li {
    background-size: contain;
    background-repeat: no-repeat;
  }	
.slider_css {
  height: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css ul li:nth-child(1) {
  background-image: url("https://serve0715.com/wp-content/uploads/2019/07/ルシードメイン正面.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css ul li:nth-child(2) {
  background-image: url("https://serve0715.com/wp-content/uploads/2019/07/ルシードキービジュアル.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css ul li:nth-child(3) {
  background-image: url("https://serve0715.com/wp-content/uploads/2019/07/09serve画像-023.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css ul li:nth-child(4) {
  background-image: url("https://serve0715.com/wp-content/uploads/2019/07/ルシードキービジュアル５.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css ul li:nth-child(5) {
  background-image: url("https://serve0715.com/wp-content/uploads/2019/07/トライブ外観-1.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css ul li img {
  height:100%
}
.slider_css ul li img {
  width: 130%;
}
	
.title-border {
display: flex;
align-items: center;
	padding:0 50px 0 50px;
	margin-bottom:50px;
	font-size:25px;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}
.boxw1	{
width:30%;float:left;padding:0 1%;margin-left:5%;font-size:16px;
}	
.boxw2	{
width:60%;
padding:0 10%;	
	float:left;
}	
.boxw22	{
width:60%;
padding:0 1%;	
	float:left;
}		
	
.boxw3	{
width:30%;float:left;padding:0 1%;font-size:16px;bottom:0;text-align:left;
}	
.boxw4	{
width:60%;
padding:0 10%;	
	float:left;
}			

	.hea{
		text-align:center;
		margin-bottom:100px;
	}	
	.hea2{
		margin-top:100px;width:40%;
		margin:200px auto 50px auto;
		color:#999;text-align:center;
	}		
.boxbox{
		width:1500px;
	    margin:0 auto;
	    text-align:center;
	}		
.in2{
	max-width:1180px;
	width:80%;
	margin:0 auto;
	padding-bottom:180px;
	clear:both;
}	
.l-box{
	float:left;
	width:50%;
	box-sizing: border-box;
	padding-right:50px;
}	
	
	label{margin:5px 0 0 10px;border-radius:4px;padding:0 15px 0 0;
	}
	
dl{
	margin-top:23px;
	width:100%;
	min-width:350px;
	padding-bottom:5px;
	
}
.dt{
	float:left;
	line-height:1.4em;
	display:block;
}
.dt span{
	font-size:0.9rem;
}
.dd{
	float:right;
	display:block;
}
.dd.snd{
	margin-top:15px;
}	
.r-box{
	float:right;
	width:50%;
	box-sizing: border-box;
	padding-left:50px;
}	
	.video-wrap {
  position: relative;
}
	.textan{text-align:left;}	
	.textan td{text-align:left;}	
th .textan {text-align:left;font-weight:bold;}	
	.guu{font-weight:bold;padding:0 50px;}	
.gra1 {
	border-radius:50%;
mask-image: radial-gradient(silver, transparent 100%);
-webkit-mask-image: radial-gradient(silver, transparent 100%);

}	
	.form_table{
	text-align:center;	
		width:30%;
		margin:0 auto;
		
	}	
.form_table dl{
	border:none;
		
	}		
.form_table dd{
	text-align:center;	
		
	}			
	
	.menulo{
			 position: fixed;
		right:8px;
  top: 59px;
			color:#1595dc;font-size:14px;
		z-index:2000;
		}
	
	.conti {
  position: fixed;
		right:10px;
  top: 20px;
  width: 40px;
  height: 40px;
  background:rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
		z-index:2200;
}
.global-nav {
  position: fixed;
  right: -43%; /* これで隠れる */
  top: 0;
  width: 40%; /* スマホに収まるくらい */
  height: 100vh;

  background-color:rgba(0,0,0,0.8);
	background:url(https://www.wapuru.com/wp-content/uploads/2020/07/todo-lists-5238324_1920.jpg);
  transition: all .6s;
  z-index: 500;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
	
	.global-nav:before{ background-color:rgba(0,0,0,0.8);width:100%;height:100%;
	content:"";position:absolute;z-index:201;}
	
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;list-style:none;position:relative;z-index:1000;
  
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
	
}
.global-nav__item a {position:relative:z-index:1000;
  display: block;
  padding: 10px 0;
  list-style: none;
  text-decoration: none;
  color: #fff;
	padding-left:10px;
	font-size:1.6vw;
}
.global-nav__item a:hover {
  
	color:#ff0000;
}
	
	.global-nav__item1 {
  text-align: center;
  padding: 0 14px;clear:both;
		width:50%;font-size:1.4vw;list-style:none;
	
}
.global-nav__item1 a {
  display: block;
  padding: 15px 0;
  list-style: none;
  text-decoration: none;
  color: #fff;
	padding-left:10px;
	font-size:1vw;
}
.global-nav__item1 a:hover {
  
	color:#ff0000;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .6s;z-index:2300;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #ccc;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
	
	.topcon{width:100%}
	
 }

iframe, img {
	max-width: 100% !important;
}
img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width : 767px){
 html,
 body {
 overflow-x: hidden!important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }
}
#box {
        transition: 1s ease-in-out;
    }
    #box:hover {
        transform: rotate(360deg);
 }

@media only screen and (min-width:481px){
	
		.con5a{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/woman-3377839_1920-1.jpg);z-index:3;
	background-attachment:fixed;}
	
	.con5a:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.con5a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.con5h{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/sheet-music-2656005_1920.jpg);position:relative;color:#fff;
	z-index:3}
	
	.con5h:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.con5h:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.con5s{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/girl-in-red-dress-1388569_1920.jpg);
	z-index:3;background-attachment:fixed;}
	
	.con5s:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2;background-attachment:fixed;}
	
	.con5s:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.ukaseb{padding:100px 10%;position:relative;z-index:100;color:#fff;}
	
	.ukaseb a{color:#fff;}
	
}


@media only screen and (min-width:479px) and (max-width:768px) {
	
	.sam1{width:90%;margin:25px auto;background:rgba(0,0,0,0.7);padding:1% 5%;color:#fff;clear:both;box-shadow: 10px 10px 15px -10px;height:480px;position:relative;}
	
	.logo11{
    position:absolute;
	top: 15%;
	left: 5%;
	font-size:50px;
	color:#ff0000;
	z-index:100;
	
  }		
}

.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;
	width:50px !important;height:55px !important;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.checkBox {
  width: 130px;
  height: 65px;
  margin: 15px auto;color:#fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.checkBox2 {
  width: 130px;
  height: 65px;
  margin: 15px auto;color:#000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}


svg rect, svg path, svg polyline {
  
  stroke: #fff;
  stroke-width: 1;
}

.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
  stroke: #fff;
}

/* Basic Box */
svg rect {
  stroke-dasharray: 400, 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
  stroke-width: 3;
  stroke-dasharray: 35, 245;
  stroke-dashoffset: 38;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}

/* Swiggle Box */
svg path {
  stroke-dasharray: 265, 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.swiggleBox:hover svg path {
  stroke-width: 3;
  stroke-dasharray: 0, 350;
  stroke-dashoffset: 20;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

/* Check Box */
.checkBox {
  /* Add Padding Left To Center Text */
}
.checkBox svg {
  /* Presentation Purposes */
  margin-left: -10px;
}
.checkBox svg rect, .checkBox svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox:hover svg rect {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox:hover svg polyline {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox svg .button {
  stroke-dasharray: 400px, 0;
}
.checkBox:hover svg .button {
  stroke-dasharray: 0, 400px;
  stroke-dashoffset: 33px;
}
/* Check Mark Effect */
.box, .checkMark {
  opacity: 0;
}
.checkBox:hover .box {
  -webkit-animation: boxDisplay 0.2s forwards;
  -moz-animation: boxDisplay 0.2s forwards;
  -ms-animation: boxDisplay 0.2s forwards;
  -o-animation: boxDisplay 0.2s forwards;
  animation: boxDisplay 0.2s forwards;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.checkBox:hover .checkMark {
  -webkit-animation: checkDisplay 0.2s forwards;
  -moz-animation: checkDisplay 0.2s forwards;
  -ms-animation: checkDisplay 0.2s forwards;
  -o-animation: checkDisplay 0.2s forwards;
  animation: checkDisplay 0.2s forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/* Check Box */
.checkBox2 {
  /* Add Padding Left To Center Text */
}
.checkBox2 svg {
  /* Presentation Purposes */
  margin-left: -10px;
}
.checkBox2 svg rect, .checkBox svg polyline {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox2:hover svg rect {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox2:hover svg polyline {
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.checkBox2 svg .button {
  stroke-dasharray: 400px, 0;
}
.checkBox2:hover svg .button {
  stroke-dasharray: 0, 400px;
  stroke-dashoffset: 33px;
}
/* Check Mark Effect */
.box, .checkMark {
  opacity: 0;
}
.checkBox2:hover .box {
  -webkit-animation: boxDisplay 0.2s forwards;
  -moz-animation: boxDisplay 0.2s forwards;
  -ms-animation: boxDisplay 0.2s forwards;
  -o-animation: boxDisplay 0.2s forwards;
  animation: boxDisplay 0.2s forwards;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.checkBox2:hover .checkMark {
  -webkit-animation: checkDisplay 0.2s forwards;
  -moz-animation: checkDisplay 0.2s forwards;
  -ms-animation: checkDisplay 0.2s forwards;
  -o-animation: checkDisplay 0.2s forwards;
  animation: checkDisplay 0.2s forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.checkBox2:hover svg polyline {
	stroke: #000;}

.bod {
  margin: 0;
  font-family: "Princess";
  height: 100vh;
  overflow: hidden;
}
.bod .conta {
  height: 0px;
  left: 0;
	
  position: absolute;
  right: 0;
  margin: auto;
}
.bod .conta .wrap1 {
  background: white;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.bod .conta video {
  mix-blend-mode: multiply;
  top: calc(50% + 40px);
  position: absolute;
  left: 0;
  width: 940px;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
}
.bod .conta img.a {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 0;
}
.bod .conta img.b {
  position: absolute;
  mix-blend-mode: exclusion;
  width: 640px;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.bod .conta_inner {
  mix-blend-mode: lighten;
}
.bod .conta_inner h1 {
  color: white;
  font-weight: normal;
  font-size: 15px;
  opacity: 0;
  transition: all 0.8s 0.2s;
}
.bod .conta_inner p {
  color: white;
  opacity: 0.6;
  line-height: 18px;
  font-size: 9px;
  margin: 16px 0;
  opacity: 0;
  transition: all 0.8s 0.4s;
}
.bod .conta_inner img {
  opacity: 0;
  transition: all 0.8s 0.3s;
}
.bod .conta_inner a {
  color: white;
  font-size: 12px;
  border-bottom: 1px solid white;
  opacity: 0;
  transition: all 0.8s 0.5s;
}
.bod .conta .wrap1_inner {
  position: absolute;
  top: calc(50%);
  text-align: center;
  position: absolute;
  left: -69px;
  right: 0;
  mix-blend-mode: screen;
  margin: auto;
  width: 280px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button {
  position: absolute;
  z-index: 3;
  color: white;
  background: rgba(61, 21, 24, 0.54);
  display: block;
  width: 132px;
  text-align: center;
  border-radius: 2px;
  top: 50%;
  padding: 13px;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  font-size: 12px;
  left: -90px;
  cursor: pointer;
  transition: background 0.7s;
}
.button:hover {
  background: #3d1518;
}

/* YAY CSS TRICKS! */
img.a {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}

#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

#boel{stroke:#fff; stroke-width:1px; fill:transparent; stroke-dasharray:1425px; stroke-dashoffset:1425px; animation:anim 2s ease-in 0s forwards;}
@keyframes anim{
0%{stroke-dashoffset:1425px;}
30%{fill:transparent;}
60%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0; fill:#000000;}
}

.st9{
	enable-background:new;
	left:50%;
		top:50%;
	
}

#logo {
    position: absolute;
    top: 50%;
    left: 50%;
     transform:translate(-50%, -50%);
	width:40%;
}

#logoa{
    position: absolute;
    top: 50%;
    left: 50%;
     transform:translate(-50%, -50%);
	width:80%;
}

#logo99 {
    position: absolute;
    top: 50%;
    left: 50%;
     transform:translate(-50%, -50%);
	width:60%;
}

.sample_s{width:22%;left: 50%;
	transform:translate(-50%, -50%);position:relative;margin-top:40px;}

.sjisseki{width:30%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.jissek{width:65%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}


.anend{width:30%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.anend1{width:14%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.harmony{width:100%;left: 50%;
	transform:translate(-50%, -50%);position:relative;margin-top:60px;}

.harmony2{width:18%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.voice{width:38%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.voice2{width:10%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.voice3{width:45%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}

.voice4{width:14%;left: 50%;
	transform:translate(-50%, -50%);position:relative;}



.spc{width:8%;left: 50%;
     transform:translate(-50%, -50%);position:relative;margin-top:40px}

.compsvg{position:relative;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);margin-top:50px;}

.svg{ fill:#1595dc;stroke:none;}

.setume{ fill:#fff;}

.listsam{margin:0 auto;margin-top:50px;}

.listsam2{width:4.5%;margin-top:100px;margin:0 auto;}

.st1{
  fill:#cc0000;
  stroke:#ff0000;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 4s ease-in 0s;
  animation: hello 4s ease-in 0s;
	animation-delay: 0s;
}

.st11{
  fill:#cc0000;
  stroke:#cc0000;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: helloe 4s ease-in 0s;
  animation: helloe 4s ease-in 0s;
	
}

  @-webkit-keyframes hello {
      0% {
        stroke-dashoffset: 2000;
        fill-opacity: 0;
      }
      40% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
        stroke-dashoffset: 0;
        fill-opacity: 1;
      }
    }

@-webkit-keyframes helloe {
      0% {
		
        stroke-dashoffset: 2000;
	fill-opacity: 0;
      }
      40% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
		  
        stroke-dashoffset: 0;
        fill-opacity: 1;
      }
    }

.stxx{
  fill:#1595dc;
  stroke:#1595dc;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 4s ease-in 0s;
  animation: hello 3s ease-in 0s;
	animation-delay: 4.5s;
}

.styy{
  fill:#1595dc;
  stroke:#1595dc;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: helloe 4s ease-in 0s;
  animation: helloe 4s ease-in 0s;
	
}

  @-webkit-keyframes hello {
      0% {
        stroke-dashoffset: 2000;
        fill-opacity: 0;
      }
      40% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
        stroke-dashoffset: 0;
        fill-opacity: 1;
      }
    }

@-webkit-keyframes helloe {
      0% {
		
        stroke-dashoffset: 2000;
	fill-opacity: 0;
      }
      40% {
        stroke-dashoffset: 2000;
        fill:transparent;
      }
      50% {
        fill:transparent;
      }
      100% {
		  
        stroke-dashoffset: 0;
        fill-opacity: 1;
      }
    }


.st2{
  fill:none;
  stroke:#1595dc;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}

.fill{
  fill-opacity: 0;
  fill:#1595dc;
  transition: fill-opacity 0.8s;
}
.draw .fill{
 fill-opacity: 1;
}

.st22{
  fill:#1595dc;
  stroke:#1595dc;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-miterlimit:10;
}

.fill2{
  fill-opacity: 0;
  fill:#1595dc;
  transition: fill-opacity 0.8s;
}
.draw2 .fill2{
 fill-opacity: 1;
}

.unde {

	
}

.unde2 {
background: linear-gradient(transparent 70%, #ffc0cb 50%);
}


  
canvas {
  height:auto;
	width:auto;
}

	button{
  background:#1595dc !important;
  color:#fff;
	margin-top:50px;
  border:none;
  position:relative;
  height:60px;
  font-size:1.6em;
  padding:0 2em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
		font-size:17px;
			width:90%;
			margin:50px auto 0 auto;left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
button:hover{
  background:#fff;
  color:#333;
}
button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #fff;
  transition:400ms ease all;
}
button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
button:hover:before,button:hover:after{
  width:100%;
	transition:800ms ease all;}
		

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,700;1,400&display=swap');


body{font-family: 'Noto Sans JP', sans-serif !important;
letter-spacing:0.15em}

h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, .roll-testimonials .name, .roll-team .team-content .name, .roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, .roll-testimonials .name, .roll-project .project-filter li a, .roll-button, .roll-counter .name-count, .roll-counter .numb-count button, input[type=button], input[type=reset], input[type=submit]
{}

	.jiiu{text-align:center;color:#000;text-align:center;font-size:11px;}

@media only screen and (min-width:550px) and (max-width:1250px) {
	
	.fotback{width:100%;}
	
	.kuru{padding:17px 0;}
	
	#menu li a{font-size:0.5vw;}
	
	.toi{box-shadow:none;}
	
	.contoi{width:100%}
	
	.bopow{width:90%}
	
	.harfsetumeibunx{padding:20px 15px}
	
	.textdiji {
    text-align: left;
    width:80%;
    margin: 0 auto;
    font-size: 1.6vw;
    margin-bottom: 100px;
    color: #2b2b2b;
    padding: 50px 0;
    position: relative;
    z-index: 10;
}
	
	.company{width:96%}
	
	.fomenu li a{font-size:1vw}
	
	.shef-white{height:20vh}
	
	#menu1 li{font-size:0.8vw}
	
	.onimush{width:80%}
	
	.servi1,.servi2{height:40vh}
	
	.concept2{top:50px}
	
	.concept1 img{height:40vh}
	
	.concept2{height:30vh}
	
	#menu li a{padding:25px 5px;}
	
	.kuru{font-size:0.8vw}
	
	.okiw{padding:22px 0 !important;}
	
	.yusabi{background-attachment:fixed;position:relative;margin-bottom:-20px;height:auto !important}
	
	.con33 {
    padding: 0px 4% 50px 4%;
    position: relative;
    color: #fff;
}
	
	.conr{width:80%;}
	
	.consetume1{width:80%;font-size:18px}
	
	.button_base{font-size:14px;line-height:1.3}
	
	.under{width:auto;font-size:2vw}
	
	.harf11w img,.harf22 img{height:auto}
	
	.harf2{height:auto;}
	
	.harfmaru1{padding:30px 10px}
	
	.kidh4{height:auto;}
	
	.tyuusin{padding:0 50px;text-align:left;font-size:2vw;}
	
	.harf1de img{height:auto;}
	
	.setumebu{height:auto;}
	
	.consetume h3{text-align:left;line-height:2}
	
	.yusabi video{}
	
	.sukirig{font-size:1.8vw}
	
	input, textarea{
width:60%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
	
	.yokohaba1{display:block}
	
}


@media only screen and (min-width:550px) {
	
	
	#menu li a{color:#3b3b3b}
	
	.menuwaku{width:100% !important;background: #fff;color:#3b3b3b;border-bottom:5px solid #b4d89c}
	
	.menuwaku a{color:#3b3b3b}
	
	.okkake{position:fixed;padding:25px 15px;background:#1595dc;color:#fff;right:-20px;font-size:22px;
	top: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);width:50px;border-radius:5px;z-index:4000}
	
	.okkake a:hover{color:#cc0000;}
	
	
	.conti,.menulo{display:none;}
	
}

@media only screen and (max-width:550px) {
	
		.shef-whitex{background:#fff;position:relative;height:40vh;width:100%;position:relative;z-index;2;overflow:hidden;margin-bottom:50px}
	
	.shef-whitex:before{border-radius:50%;background:#fff;position:absolute;top:100%;left:50%; transform : translate(-50%,-70%);;
	width:300px;height:300px;z-index:1}	

			
	
	.shef-tit1x{position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);
		color:#000;text-align:center;font-size:3.7vw;width:80%;font-weight:bold;z-index:10}
	
	.titl1x{text-align:center;font-weight: 700;font-size:8vw;}
	
	.titl2x{font-size:6vw;text-align:center;}
	
	.con0{position:relative;overflow:hidden}
	
	.con0 video{max-width:100% !important}
	
	.typing{position:absolute;font-size:4vw;color:#fff;background:rgba(0,0,0,0.3);width: 80%;
height: 150px;
top: 50%;left: 10%;padding:10px;}
	
	.company{background:none;font-size:4vw}
	
	.company tr td:first-child{width:18%;}
	
	.company tr th:first-child{width:28%;}
	
	.company tr td：nth-child(2){width:20%;font-weight:bold}
	
	.company tr：nth-child(odd) {background:#f5f5f5}
	
	.rip{font-size:5vw}
	
	
	.companys{width:100%;background:#fff;padding:10px}
	
	.companys th{border-bottom:1px dotted #ccc;padding:5px;font-size:4vw}
	
	.companys td{border-bottom:1px dotted #ccc;padding:5px;font-size:4vw;text-align:right}
	
	.mojiage{vertical-align:top;}
	
	.conceptdiv h3 {
    font-size: 17px;
    text-align: center;
}
	
	.cap {
    display: inline-block;
    margin: 30px 0% 40px !important;
    position: relative;
}
	
	.upoiu{margin-top:100px}
	
	.panch{margin:30px auto;color:#3b3b3b;text-align:left;}
	
	.sikakux h4{margin-top:80px;text-align:center;font-size:6vw;position:relative;display:inline-block}
	
	.sikakux h4:before {
    width: 100%;
    height: 3px;
    bottom: -10px;
    content: "";
    background: #32cd32;
    position: absolute;
}
	
	.jiiu{margin-top:30px}
	
	.hutp{padding-bottom:120px}
	
	.uwano{font-size:20px;top:70%}
	
	.kity{display:block}
	
	.kity img{width:96%}
	
	.sikakux h5{font-size:5vw;margin-top:30px;}
	
	.hidarime{font-weight:bold;font-size:4vw;width:30%;text-align:left}
	
	.migime{padding:0 10px;text-align:left;font-size:4vw;width:65%}
	
	.ukasemoji{position:absolute;bottom:-48px;;width:100%;background:#fff;color:#000;padding:15px 0;text-align:center;
	font-size:4vw}
	
	.eeru h3 {
    margin-top: 30px;
}
	
	.padaka{padding:0 !important}
	
	.cap{display:inline-block;margin:20px 2%;position:relative;left: 50%;
    transform: translate(-50%, 0);}
	
	.cap img{width:100%;height:130px;object-fit:cover;}
	
	.cap1{display:inline-block;position:relative;margin-bottom:48px}
	
	.cap1 img{width:100%;object-fit:cover;}
	
	.flexn2{margin-bottom:50px}
	
	.yazi{transform:rotate(90deg)}
	
	.diya{margin-bottom:150px;}
	
	.akane{margin-top:120px;}
	
	.cap4{display:inline-block;position:relative;margin-bottom:48px}
	
	.cap4 img{width:100%;object-fit:cover;margin-top:30px}
	
	.cap2{display:inline-block;float:left;position:relative;margin-bottom:48px}
	
	.cap2 img{width:100%;object-fit:cover;margin-top:30px}
	
	.harfg{text-align:left;font-size:4.5vw;letter-spacing:0.15em}
	
	.oipo{margin-top:40px;}
	
	.oipo li{margin:10px 0}
	
	#gloval-nav ul {
    margin-left: -20%;
    }
	
	#gloval-nav {
    list-style: none;
    z-index: 8000;
    background: url(/wp-content/uploads/2022/10/24480332_m.jpg) !important;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    /* display: flex; */
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 6vw !important;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
		background-size:cover !important;
}
	
	#gloval-nav:before {
		position:absolute;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		content:"";
	}
	
	#gloval-nav ul{position:relative;z-index:9000;top: -100px;}
	
	.titl1{font-size:9vw !important}
	
	.titl2{font-size:5vw !important}
	
	.mnabr{text-align:left}
	
	#menu1 li a{line-height:1.6;border-bottom: 2px solid #3b65b0;padding-bottom: 3px !important;}
	
	.entry-content {
        padding-bottom: 100px;
}
	
	#menu1{margin-bottom:30px}
	
	.bolo{margin-top: 30px;}
	
	#menu1 li {
    width: 100% !important;
    text-align: left !important;
    padding: 0 20px;
		display:inline-block;
}
	
	.rapper {
    display: block !important;
    width: 100%;
    overflow: auto;height: 450px;
    margin: 0 auto 0;
    border: 2px solid #32cd32;
    box-shadow: 4px 4px 3px grey;
    padding: 20px;
    background: #fff;
    text-align: left;
}
	
	.yrut span {
    color: #191970;
    font-size: 5vw;
}
	
	.koinu {
    width: 100%;
    margin: 20px 1.5%;
    position: relative;
    font-size: 4vw;
    text-align: left;
}
	
	.koinu img{margin-bottom:10px;}
	
	.harfg1{text-align:left}
	
	.disksaki {
    display:block;
    margin: 30px auto 50px;
}
	
	.conceptdiv h3:before {
    position: absolute;
    width:100%;
    height: 3px;
    background: #32cd32;
    content: "";
    top: 29px;
    left: 50%;
    transform: translate(-50%,0);
}
	
	.conceptdiv h3 span {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom: 50px;
    font-family: 'Parisienne', cursive;
    
}
	
	.d-demo__item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
	
	.d-demo__wrap{margin-bottom:0;}
	
	.d-demo__item {
  width: calc(100vw /2) !important;
}
	
	#menu1{border-bottom:none !important}
	
	.yrut {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
	
.conceptdiv {
    background: #fff;
    margin: 50px auto 0;
    width: 90%;
    text-align: center;
    font-size:18px;
    padding: 50px 10px 0;
	margin:0 auto;
}
	
	.cprofile{margin:0}
	
	.yellowc img{width:100%;height:200px}
	
	input{max-width:100%}
	
	table{width:100%}
	
	.harf1 h3{position:static;margin-top:65px;margin-bottom:10px;color:#1595dc}
	
	.disblo{width:100%}
	
	.dokume{padding:20px 20px 80px;margin:20px auto}
	
	.dokume h4{font-size:22px;line-height:1.5}
	
	.yellowc,.green2,.oranc,.sblue,.pinkc,.greec{background-size:100px auto}
	
	.simebun{font-size:6vw;padding-bottom:100px;background-repeat:no-repeat;background-position-y:100%;margin-top:50px}
	
		.con1j{
		background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/laptop-3076957_1920.jpg);
	position:relative;
  }
	
	.con1j:before{position:absolute;content:"";width:100%;height:100%;
	background:rgba(255,255,255,0.8)}
	
	..barancer{font-size:4vw}
	
	.concept2 h2 {
    font-size: 7vw;
    margin-bottom: 40px;
    color: #2b2b2b;
}
	
	.tanwaku1{display:none}
	
	.concept2 {
    width: 200% !important;
    left: -50px;padding:30px 40px;
}
	.sanka{font-size:4vw !important}
	
	.meda,.medati,.medati1{font-size:3vw !important}
	
	.concept1{width:100%}
	
	.compsvg{color:#2b2b2b;text-align:center;}
	
		.company{color:#4b4b4b;;padding:40px;position:relative;z-index:3;background:rgba(255,255,255,0.8);}
	
	.company a{color:#1595dc}
	
	table .company{padding:50px;}
	
	.conceptdiv h2{text-align:center}
	
	.conceptdiv h5 {
    font-size: 6vw;
    margin-top: 40px;
    color: #0070C0;
}
	
	.jyusi{margin-top:20px}
	
	
		.company th{color:#2b2b2b;padding:20px 10px;border-bottom:1px dotted #aaa;}
		
		.company td{padding:5px 10px;color:#2b2b2b;text-align:left;border-bottom:1px dotted #aaa;word-wrap: break-word; 　　/* IEやFirefox対応用 */
　　overflow-wrap: break-word;}
	
		.con3x{
	background:#fff;
	text-align:center;
	padding:50px 30px;color:#2b2b2b;background-size:cover;position:relative;z-index:2;background-size:cover
	
  }
	
	.kiurn{background-position:10% 100% !important;background-size:cover}
	
	.slide-img{height:500px}
	
	.menupo{color:#187fc4;font-size:12px;position:relative;top:48px;right:14px;position:fixed;z-index:9999;font-weight:bold}
	
	
		.container3 {
 		background:#fff;
		text-align:left;
			padding:50px 30px;
}
	
		.koe{text-align:left;font-size:20px;background:#fff;background-size:cover;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/question-mark-3839456_1920.jpg);
	position:relative;z-index:2;padding-bottom:200px}
	
	.koe:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.koeiti{width:70%;margin:0px auto;position:relative;z-index:5;padding:100px 0}

	.koe:before{position:absolute;width:100%;height:100%;content:"";background:rgba(255,255,255,0.8)}
	
	.harf1{padding:10px;text-align:left;font-size:4vw;z-index:100;}
	
	.harf1 img{border:none;box-shadow:none;}
	
	.kidh31{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/sheet-music-2656005_1920.jpg);position:relative;color:#fff;
	margin:50px auto;z-index:3;background-size: cover;}
	
	.kidh31:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh31:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.kidh32{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/girl-in-red-dress-1388569_1920.jpg);
	margin:50px auto;z-index:3;background-size: cover;}
	
	.kidh32:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh32:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.kidh33{display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;position:relative;margin:50px auto;
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/woman-3377839_1920-1.jpg);z-index:3;background-size: cover;}
	
	.kidh33:before{position:absolute;height:100%;width:100%;content:"";background:rgba(0,0,0,0.5);z-index:2}
	
	.kidh33:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
		.con1y{width:100%;
	background:#fff;
	padding:100px 0 200px;text-align:center;}
	
	.con1y h2{font-size:40px;color:#1595dc;}
	
	.gyoushu-canva2{width:90%;margin:30px auto 30px auto;
-webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px);
	padding:20px 50px;font-size:5vw;color:#fff;}
	
	h3{color:#2b2b2b;font-size:5vw;}
	
		.takasa{padding:0px 5%;position:relative;z-index:500;color:#fff;}
	
	.yusabi{background-attachment:fixed;position:relative;margin-bottom:-20px;background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/brushes-3129361_1920.jpg);padding:100px 0 250px;}
	
	.gyoushu-canva {color:#fff}
	
		.button_base {
    box-shadow:4px 4px 2px gray;
    border: 0;
    font-size: 18px;
    position: relative;
    top: 0px;left: 50%;
	transform:translate(-80%,0);margin:20px 20px;width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
		
}

.button_base:hover {
    cursor: pointer;
}
	
		.button_base1 {
    margin: 0;
    border: 0;
    
    position: relative;
    top: 0px;
    left: 0%;width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
		margin-bottom:10px;font-size:18px;letter-spacing:0.05em;
}

.button_base1:hover {
    cursor: pointer;
}
	
	/* ### ### ### 07 */
.b07_3d_double_roll {
   
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
	
	.b07_3d_double_roll div {
    position: absolute;
    text-align: center;
    padding: 10px;
    border: #1595dc solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.b07_3d_double_roll div:nth-child(1) {
    color: #1595dc;
    background-color: #ffffff;
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transition: all 0.2s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(2) {
    color: #1595dc;
    background-color: #1595dc;
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 100px, 50px, 0px);
    position: absolute;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(3) {
    color: #1595dc;
    background-color: #ffffff;
    z-index: 0;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll div:nth-child(4) {
    color: #1595dc;
    background-color: #1595dc;
    z-index: -1;
    width: 100%;
    height: 50px;
    clip: rect(0px, 200px, 50px, 100px);
    position: absolute;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b07_3d_double_roll:hover div:nth-child(1) {
    background-color: #1595dc;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

.b07_3d_double_roll:hover div:nth-child(2) {
    color: #ffffff;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b07_3d_double_roll:hover div:nth-child(3) {
    background-color: #1595dc;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
}

.b07_3d_double_roll:hover div:nth-child(4) {
    color: #ffffff;
    transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
	
}
	
	.yokohaba1{width:720px;display:flex;margin:0 auto;}
	
	.yokohaba2{width:240px;margin:0 auto;}
	
	.harf1de{width:100%;float:none;
	color:#2b2b2b;position:relative;box-shadow:4px 4px 3px gray;margin:50px auto;
	border: 1px solid #eee;padding:20px;border-radius:3px;background:rgba(255,255,255,0.9);
	z-index:3;}
	
	.setumebu{text-align:left;color:#2b2b2b}
	
	.tyuusin{text-align:left;margin:50px 0;font-size:16px;color:#000;padding:0 30px}
	
	.harf1ee{width:48%;float:right;
		color:#2b2b2b;padding:50px;margin-left:2%;position:relative;}
	
	.harf1de img{object-fit:cover;width:100%;height:400px;object-position:50% 80%;margin-top:30px;
	background-size:90%;box-shadow:4px 4px 3px gray}
	
	.lomero{padding:0px 30px 200px 30px}
	
		.con44{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/interior-design-1508276_1920.jpg);
	color:#fff;display: block;font-size:18px;text-align:center;position:relative;background-attachment:fixed;z-index:2;
	padding:0 }
	
	.con44:before{position:absolute;content:"";width:100%;height:100%;background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);z-index:1;left:0;top:0;}
	
	
	.fkut{padding:150px 30px !important}
	
	.fomenu{background:#000;margin:20px auto;position:relative;z-index:200}
	
	.fomenu li{width:50%;float:left;color:#fff;background:rgba(0,0,0,0.8);text-align:center;
	padding:13px 0;font-size:1vw;list-style:none}
	
	.fomenu li a{padding:0 15px;}
	
	.fomenu li+li{}
	
	.fomenu li:hover{background:#cc0000;color:#fff}
	
	.fomenu li a:hover{color:#fff}
	
	.djoe{top:-100px !important}
	
	.daimei{position:absolute;font-size:12vw;text-align:center;color:#00a0e9;
		left: 50%;transform: translate(-50%, -50%);font-weight:bold;top:50px}
	
	.harfsetumeibun1{width:100%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://www.wapuru.com/wp-content/uploads/2020/07/navksam7.jpg);
	background-size:cover;height:300px}
	
	.harfsetumeibun2{width:100%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/sigmund-59yRYIHWtzY-unsplash.jpg);
	background-size:cover;height:300px}
	
	.harfsetumeibun3{width:100%;float:left;
	padding:50px;text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/sincerely-media-_-hjiem5TqI-unsplash.jpg);
	background-size:cover;height:300px}
	
	.harfsetumeibun4{text-align:left;font-size:19px;content:"";
	background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/you-tube-566347.jpg);
	background-size:cover;background-position:50% 50%;position:relative;color:#fff;
	background-attachment:fixed}
	
	.harfsetumeibun4:before{background:rgba(0,0,0,0.8);position:absolute;height:100%;width:100%;
		content:""
	}
	
	.harfsetumeibun5{text-align:left;font-size:19px;content:"";
	background:url(https://www.wapuru.com/wp-content/uploads/2020/07/consulting-3031678_1920.jpg);
	background-size:cover;background-position:50% 100%;position:relative;
	background-attachment:fixed;z-index:3}
	
	.harfsetumeibun5:before{background:rgba(0,0,0,0.6);position:absolute;height:100%;width:100%;
		content:"";z-index:2;color:#fff
	}
	
	.harfsetumeibun{color: #fff;
    position: relative;
    z-index: 10;padding:50px 30px;font-size:16px}
	
	.harfsetumeibun5:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}
	
	.disk2{display:block;padding:0 10px !important;margin-top:0 !important;}
	
	.rithing {
    text-align: right;
    font-family: ta-kouran, sans-serif;
    margin-top: 20px;
		font-size:6.2vw
    
}
	
	.harfg img{border:1px solid #ddd;padding:10px 10px 40px 10px;margin-top:20px;box-shadow:3px 3px 3px gray;
	background:#fff}
	
	.kfo{margin-top:100px}
	
	.dkiri{top:150px !important}
	
	.kidh4 .sm{margin-top:-100px}
	
	.kidh4{padding:50px 30px;position:relative}
	
	.con1n{padding:50px 30px}
	
	.conti,.menulo{display:none;}
	
	.shef21{background:url(/wp-content/uploads/2022/10/company.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;
	}
	
	.shef21::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef22{background:url(/wp-content/uploads/2022/10/service-obi.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;
	}
	
	.shef22::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef23{background:url(/wp-content/uploads/2022/10/service-obi2.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;
	}
	
	.shef23::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
		.shef24{background:url(/wp-content/uploads/2022/10/contact.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;
	}
	
	.shef24::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;position:relative;width:100%;height:600px; background-size:cover;margin-top:110px;
	}

	.shef1{background:url(/wp-content/uploads/2021/10/社屋写真.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;
	}
	
	.shef1::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef2{background:url(/wp-content/uploads/2021/10/希望画像データ-scaled.jpg);
		background-position:50% 0%;position:relative;width:100%;height:30vh; background-size:cover;;
	}
	
	.shef2::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef3{background:url(/wp-content/uploads/2023/09/S__13058166_0.jpg);
		position:relative;width:100%;height:500px; background-size:cover;margin-top:110px;background-position:50% 60%}
	
	.shef3::before{background:rgba(0,0,0,0.4);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef4{background:url(https://wapuru.com/wp-content/uploads/2020/01/33a03cd994b493801ab31c665e545ee4_m.jpg);
		background-position:50% 40%;position:relative;width:100%;height:30vh; background-size:cover;margin-top:-100px;}
	
	.shef4::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef5{background:url(https://wapuru.com/wp-content/uploads/2020/01/a6fe3d39500792f988b2d892b81e7076_m.jpg);
		background-position:50% 30%;position:relative;width:100%;height:30vh; background-size:cover;margin-top:-100px;}
	
	.shef5::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef6{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/wordcloud-679948.png);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;margin-top:-100px;}
	
	.shef6::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef7{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/wordcloud-679948.png);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef7::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef8{background:url(https://www.wapuru.com/wp-content/uploads/2020/02/work-731198_1920-1.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;}
	
	.shef8::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef9{background:url(https://www.wapuru.com/wp-content/uploads/2020/07/writing-828911_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef9::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef10{background:url(https://www.wapuru.com/wp-content/uploads/2020/07/writing-828911_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef10::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef11{background:url(/wp-content/uploads/2021/10/22290278_m.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef11::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef12{background:url(/wp-content/uploads/2021/10/400232_m.jpg);
		background-position:50% 0%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef12::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}
	
	.shef15{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/04/pen-1584239_1920.jpg);
		background-position:50% 50%;position:relative;width:100%;height:30vh; background-size:cover;content:""}
	
	.shef15::before{background:rgba(0,0,0,0.6);z-index:0;width:100%;height:100%;content: "";display: block;position: absolute;}

.cprofile{width:100%;}

.cprofile dt{text-align:left}
	
		.shef-tit1{position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform : translate(-50%,-50%);transform : translate(-50%,-50%);
		color:#fff;text-align:center;font-size:3.7vw;width:80%;font-weight:bold;z-index:10}
	
	.titl1{text-align:center;font-weight: 700;font-size:6vw;}
	
	.titl2{font-size:3vw;text-align:center;}


.disp{}
	
	.nfhyr{display:flex}

.disp img{object-fit:cover;height:200px;border:3px solid #f5f5f5;box-shadow:3px 3px 3px gray}

.hanman{padding:5px;text-align:left}

.shousaix{text-align:center;margin-top:100px;font-size:16px;}

.kamie{text-align:left}

.trunk td{padding:10px 2px}

.trunk{margin-bottom:20px}
	
	.ghur{text-align:left !important}
	
	
	
	.shef-white{background:#fff;position:relative;height:20vh;width:100%;position:relative;z-index;2}
	
	.shef-white:before{border-radius:50%;background:#fff;position:absolute;top:100%;left:50%; transform : translate(-50%,-70%);content:"";
	width:300px;height:300px;z-index:1}
	
	input, textarea{

padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
	
	.toi tr td:first-child{width:35%}
	
	#menu1 li ul{z-index:1000;position:relative}
	
	#menu1 li a{padding:10px}
	
	.kuru{}
	
	.underl{border:none}
	
	#menu1 li{text-align:center;padding:0 20px}

#menu1{border-bottom:3px solid #aaa;padding-bottom:20px}
	
	.fotback{}
	
	.swiper-container1{height:450px;box-shadow:none;}
	
	.servicewaku,.samplewaku{display:block}
	
	.servi1,.servi2,.swiper-container1,.samsetu{width:100% !important;float:none !important;}
	
	.concept2{width:100%;left:-50px;}
	
	#nav-toggle {
  position: fixed;
  top: 15px;
  right: 25px;
  height: 32px;
		cursor: pointer;}
  
  #nav-toggle div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #187fc4;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
	}
     #nav-toggle span:nth-child(1) {
      top: 0;
    }
     #nav-toggle span:nth-child(2) {
      top: 14px;
    }
     #nav-toggle span:nth-child(3) {
      top: 28px;
    }
  

   #nav-toggle span:hover span:nth-child(1) {
    top: 4px;
  }
   #nav-toggle span:hover span:nth-child(3) {
    top: 23px;
  }

}
.open #nav-toggle span {
    background: #fff;
}
   .open #nav-toggle span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%;
    }
   .open #nav-toggle span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg);
    }



/* z-index */
#nav-toggle {
  z-index: 9000;
}
#container {
  z-index: 900;
}

	
	
.swiper-container p{}
	
	
.menuwaku{}
	

#gloval-nav {list-style:none;z-index:8000;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    text-align: left;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

#gloval-nav li{list-style:none;padding:10px 0;color:#fff}

#gloval-nav li a{color:#fff}

.ingean{margin-top:-100px}
	
.ukase1{padding:50px 10%;position:relative;z-index:100}



	
	.swiper-container{margin-top:-50px}
	

	
	.logowaku{width:auto;padding:10px 20px}

	/*Question*/
.question {
	position: relative;
	text-align:left;
	margin: 0;
	padding: 15px 50px 20px 20px;
	display: block;
	width:100%;
	cursor: pointer;
	color:#4d4948;
	line-height:1.6;letter-spacing: 0.2em;font-size:1.5vw;
}
		
		
/*Answer*/
.answers {
	color:#fff;
	padding: 0px 50px;
	margin: 10px 0 10px;
	width:100%!important;
	height: 0;
	overflow: hidden;
	background:rgba(0,0,0,0.7);
	background-repeat:no-repeat;
	background-size:40px;
	background-position:10px 15px;
	position: relative;
	opacity: 0;
	text-align:left;
	border-radius:20px;
	line-height:1.6;letter-spacing: 0.1em;font-weight:600;font-size:1.5vw;
	margin-bottom:30px;
}
		
		.answers img{width:40px;height:auto;}
		
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 15px 25px 35px 55px;
}
/*FAQ Toggle*/
.plus {
	color:#fff;
	
	position: absolute;
	margin-left: -25px;
	margin-top:0px;
	z-index: 5;
	font-size: 2em;
	line-height: 100%;
	
}
		.plus img{width:40px;height:auto;}
		
		#rotate-area {
    position: relative;
    min-height: 295px;
}
		
		#rotate-area .rotate-target {
    position: absolute;
    transition: all 0.5s ease-out 0s;
    display: block;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
		
		#rotate-area .omote {
    z-index: 1;transform: rotateY(0deg);
}
		
		.plus1 {position:relative;top:60px;transform:rotateX(180deg);right:15px;}
		
		.plus1 img{width:20px;}
		
.questions:checked ~ .plus1 {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	 transform:rotateX(0deg);top:30px;
	
}
		
		.freegrj{margin-top:50px;}
		
.questions {
	display: none;	
}

	.btn04 {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0,0,0,0.7);
  color: #fff;
 
  padding: 0.6em 2em;
  
  cursor: pointer;
  border-radius: 24px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;width:250px;position:relative;text-align:center;
			left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);font-size:16px;bottom:0;z-index:5
}
.btn04:hover {
	box-shadow: 0 9px 8px -4px rgba(0, 0, 0, 0.25);}

	.con77{background:url(https://sample.2.wapuru.com/wp-content/uploads/2021/05/paper-3316268_1920.jpg); 
	position:relative;
	background-repeat:no-repeat;text-align:center;
	color:#fff;background-attachment:fixed;position:relative;z-index:0;background-size: cover;z-index:3}
	
	.con77:before{content:"";width:100%;height:100%;position:absolute;
	background:rgba(0,0,0,0.3);left:0;z-index:2
	}
	
	.con77:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
    left: 0;
    top: 0;
}

.bopow{width:90%;margin:0 auto;padding:50px 0;position:relative;z-index:2}

.toi{table-layout: fixed; }

	
}


html{width:100%;overflow-x:hidden;}


.fa-angle-up:before {
    content: "\f106";
    color: #000;
}




input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    width: 10px;
}

.douga{position:relative}
		
		.douga:before{width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2021/11/pattern-03.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: "";
    opacity: 0.3;
}

.ani{
    transition: 1s all;
    opacity: 0.1;
    position: relative;
    top: 100px;
}
 
.ani.move{
    opacity: 1;
    top: 0;
}