/*!
Theme Name: field_service
Theme URI: http://underscores.me/
Author: OUT-SMART Ink. Created by Gunjiroh
Author URI: https://out-smart.jp/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: field_sv
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

field_service is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


html {
    height: 100%;
}

body {
    height: 100%;
}

/*--------------------------------------------------------------
# page fade
--------------------------------------------------------------*/


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

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

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

/*--------------------------------------------------------------
# margin
--------------------------------------------------------------*/

.mt-50 {
	margin-top: 50px;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.ml-non15 {
	padding-left: 0!important;
}
/*--------------------------------------------------------------
# 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: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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## 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;
}
img {
	display: block;
	height: auto;
	max-width: 100%;
}
a img, a.img {
	outline: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}
a.img:hover, a:hover img {
	opacity: .7;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)"
}



/*--------------------------------------------------------------
## border
--------------------------------------------------------------*/

.solid-bb-1 {
	border-bottom: 1px solid #666;
}
/*--------------------------------------------------------------
## typography
--------------------------------------------------------------*/

body {
	font-feature-settings : "palt"!important;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif!important;
}
p {
	line-height: 1.5em;
}
.font-size-30 {
	font-size: 30px;
	font-weight: 500;
}

.nowrap {
	white-space: nowrap;
	display: inline;
}

/*--------------------------------------------------------------
## link-btn
--------------------------------------------------------------*/

.link-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/

.section2{
	background-color: #fff;
}

.section4{
	background-color: #fff;
}


/*--------------------------------------------------------------
## top-slide
--------------------------------------------------------------*/

.top-contents{

}

.bg-slider {
	width: 100vw;
	height: 80vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
}

.black-filter {
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 80%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}


/*--------------------------------------------------------------
## main-text
--------------------------------------------------------------*/

.top-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.main-txt{
	position: absolute;
	top: 36%;
	left: 46%;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.5em;
	line-height: 1.5em;
	color: #fff;
	width: 21em;
	text-shadow:1px 2px 1px #666;
}

/*--------------------------------------------------------------
## scroll
--------------------------------------------------------------*/

.top-box a{
  padding-top: 80px;
   position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin:0 auto;
  z-index: 2;
  display: inline-block;
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  text-align: center;
}
.top-box a 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 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
## grobal-menu
--------------------------------------------------------------*/
.navbar-default {
	background-color: transparent!important;
	border: none!important;
}
.top-menu {
	background-color: rgba(255,255,255,0.90)!important;
}
.top-menu1 {
	background-color: #fff!important;
}
#menu-menu-1 li {
	font-size: 14px;
	text-align: center;
}
#menu-menu-1 li a span {
	font-size: 12px;
	font-size: 0.9rem;
	color: #666;
}
.sub-cap {
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.70);
	padding: 8px 0;
	box-shadow: 0 8px 6px -8px #000;
	text-align: center;
}

.sub-cap-item{
	margin: 0;
}

#menu-menu-1 li {
	padding: 15px 0;
}
#menu-menu-1 li a {
	padding: 0 20px;
}
#menu-menu-1 li+ li a {
	border-left: 1px solid rgba(163,163,163,0.80);
}
.top-contact {
	float: right;
	margin: 16px;
}
.top-contact-btn {
	padding: 9px 10px 8px 10px;
	font-size: 14px;
	border: 1px solid #00A99D;
	color: #fff;
	background-color: #00A99D;
	width: 110px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent!important;
}

/*--------------------------------------------------------------
## sub-wrap
--------------------------------------------------------------*/
.sub-wrap {
	padding-top: 70px;
}

/*--------------------------------------------------------------
## main-visual
--------------------------------------------------------------*/	

.main-visual img {
	width: 100%;
	margin: 0 0 4% 0;
}
/*--------------------------------------------------------------
## top-contents
--------------------------------------------------------------*/	

.section-title h2 {
	font-family: 'Josefin Sans', sans-serif!important;
	font-size: 36px;
	text-align: center;
}
.section-title p {
	text-align: center;
	font-size: 14px;
}
/*--------------------------------------------------------------
## line up
--------------------------------------------------------------*/

.top-lineup{
	margin: 5% 0 0 0 ;
}

.lineup-prof {
	display: flex;
}
.lineup-main-img {
	position: relative;
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
	padding-top: 160px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
	overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
	margin: 0 auto;
}
.lineup-main-img img {
	/* 画像を上下左右に中央配置する（絶対指定） */
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 120%;
	max-height: 120%;
}
.dl-inline-flex {
	display: flex;
}
.lineup-prof-item {
	width: 10em;
	background-color: #BCA99D;
	color: #fff;
	padding: 0 0 0 0.5em;
	font-weight: normal;
}
.lineup-prof-item2 {
	margin: 0 0 0 1em;
}
.lineup-page-btn {
	padding: 4px 10px;
	font-size: 14px;
	border: 1px solid #00A99D;
	color: #fff;
	background-color: #00A99D;
	width: 100%;
}
.lineup-archive-link {
	text-align: center;
}
.lineup-archive-btn {
	padding: 10px 10%;
	font-size: 16px;
	border: 1px solid #00A99D;
	color: #fff;
	background-color: #00A99D;
	margin: 10% auto;
}
/*--------------------------------------------------------------
## top service
--------------------------------------------------------------*/

.top-service {
	background: rgba(0,0,0,0.80) url(images/top-service-bg.jpg);
	background-blend-mode: multiply;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1000;
}
.section-title {
	margin: 5% 0 5% 0;
}
.color-w {
	color: #fff;
}
.top-service-item-all {
	margin: 5% 0 10% 0;
}
.top-service-item {
	background-color: #fff;
	height: 408px;
}
.top-service-item-title {
	text-align: center;
	font-size: 26px;
}
.top-service-item-subtitle {
	text-align: center;
}
.top-service-item-cap {
	padding: 4% 4% 12%;
}
/*--------------------------------------------------------------
## top about
--------------------------------------------------------------*/

.top-about {
	margin: 5% 0 10% 0;
}
.top-about-title {
	font-size: 26px;
	font-weight:600;
}
.top-about-must-item li {
	padding: 0.5em 0;
}
.top-about-link {
	display: flex;
}
.top-about-btn {
	padding: 10px 12%;
	font-size: 16px;
	border: 1px solid #00A99D;
	color: #fff;
	background-color: #00A99D;
	margin: 0 20px 0 0;
	width: 200px;
}
.buy-tel {
	font-size: 18px;
	font-weight: 500;
}
iframe {
	vertical-align: bottom;
}

/*--------------------------------------------------------------
## breadclumb
--------------------------------------------------------------*/

.bottom-menu{
	position: relative;
	height: 20px;
}

.bread{
	position: absolute;
}

.sub-cap-item{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	margin: 0 auto;
}

#breadcrumbs ul {
list-style-type: none;
overflow: hidden;
font-size: 12px;
margin: 0;
padding: 0!important;
}
#breadcrumbs ul li {
float: left;
margin: 0 4px 0 0;
}

#breadcrumbs ul li a{
color: #fff!important;
}

#breadcrumbs ul li:last-child{
	font-weight: normal!important;
}

/*--------------------------------------------------------------
## primary padding bottom
--------------------------------------------------------------*/

.pb-5{
	background-color: #fff;
	padding: 0 0 5% 0;
}


/*--------------------------------------------------------------
## Archive sales
--------------------------------------------------------------*/

.sales{
	margin: 0 0 10% 0;
}


/*--------------------------------------------------------------
## single-sale
--------------------------------------------------------------*/

.sale-prof-conts{
	margin: 15% 0 0 0;
}

.pt-10{
	padding: 10px 0 5px 0;
}

.p-10{
	padding: 0 0 5px 0;
}

/*--------------------------------------------------------------
## single-sale slider
--------------------------------------------------------------*/

#mainImage img{
	width: 100%;
}

.thumb{
	display: flex;
	margin: 2% 0 0 0 ;
}

.thumb li {
flex-shrink: 5;
display: inline-block;
position: relative;
width: 14%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
padding-top: 50px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
margin: 0 auto;
cursor: pointer;
margin-bottom: 4px;
}
.thumb li img {
/* 画像を上下左右に中央配置する（絶対指定） */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 140%;
	max-height: 140%;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/

#about1{
	margin-top:-110px;
    padding-top:110px;	
}

#about2{
	margin-top:-110px;
    padding-top:110px;
}

.about-conts1{

}

.about-conts-in{
}

.about-conts1-box{
	padding: 5% 10% 40%;
	position: relative;
	z-index: 2;
	
}

.about-conts1-title{
	font-size: 28px;
	font-weight: 600;
	padding: 10% 0 1em 0;
}

.about-conts1-cap{
	line-height: 2.2;
    background-color: rgba(255,255,255,0.6);

}

.about-conts1-bg{
	background-image: url(images/about-conts1-bg.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 75%!important;
	width: 75%;
	position: absolute;
	top: 75%;
	right: 0;
	z-index: 1;
	
}


.about-col1{
	margin: 10% 0 20% 0;
}

.kaisha {
width: 100%;
}
 
.kaisha th,
.kaisha td {
padding: 20px!important;
}
 
.kaisha th {
font-weight: bold;
width: 9em;
text-align:justify;
text-justify:inter-ideograph;
text-align: center;
}

.koumoku_s{
	font-size: 8px;
}
 
.office-title h3{
	font-size: 20px;
	font-weight: 600;
}

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

	.kaisya th{
		font-size: 13px;
	}

.kaisha td{
		font-size: 12px;
	}
}

.about-title{
	text-align: center;
	margin: 0 0 10% 0;
}

.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}


/*--------------------------------------------------------------
## buy
--------------------------------------------------------------*/

.buy-conts-1-bg{
	background-image: url(images/buy-conts-item1.jpg);
	background-position: right;
	background-repeat: no-repeat;	
}

.buy-conts-1{
	margin: 10% 0 10% 20%;
	padding: 60px ;
	background-color: #fff;
}

.buy-conts-1 h2{
	margin: 0 0 1em 0;
	font-size: 28px;
	font-weight: 600;
}

.buy-conts-1 p{
	line-height: 2.2em;
}

.buy-conts2{
	margin: 10% 0 0 0 ;
}

.buy-conts-item2{
	padding: 30% 20% 0 10%;
}

.buy-conts-item2 h2{
	margin: 0 0 1em 0;
	font-size: 28px;
	font-weight: 600;
}

.buy-conts-item2 p{
	line-height: 2.2em;
}

.conts3-bg{
	background-color: rgba(220,220,220,0.20);
	margin: 7% 0 0 0 ;
}

.buy-conts3{
	padding: 4% 0;
}

.buy-conts3-item2{
    display:flex;
}

.buy-triangle{
	width: 20px;
	height: 80px;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #00a79c;
	margin-top: 100px;
	padding: 0 10px;
}

.buy-flow-title{
	font-weight: 600;
}

.buy-flow-item-title{
	font-weight: 600;	
}

/*--------------------------------------------------------------
## buy-form
--------------------------------------------------------------*/

.buyform-title{
	padding: 6% 0;
	font-weight: 600;
}

.buyform-cap{
	line-height: 2.2;
	margin: 0 0 1.5em 0;
}

.buyform-subtitle{
	padding: 10px 0 0 0 ;
	font-weight: 600;
	margin: 0 0 1.5em 0;
}

.buyform-subtitle-tel{
	font-weight: 600;
	font-size: 20px;
}

.buy-flow-item{
	width: 230px;
	padding: 15px ;
}

.buyform{
	margin: 7% 0 0 0 ;
}

/*--------------------------------------------------------------
## lease
--------------------------------------------------------------*/

.lease-conts1{
	margin: 0 0 20% 0;
}

.lease-conts1-title{
	font-size: 28px;
	font-weight: 600;
	padding: 10% 0 1em 0;
}

.lease-conts1-cap{
	line-height: 2.2;
	
}

.lease-conts2{
	background-image: url(images/lease-conts2-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 0 5% 0;
}

.lease-conts2-box{
	background-color: #fff;
	margin: 36% 0 0 0;
	padding: 5% 10% 10%;
}

.lease-conts2-title{
	font-size: 28px;
	font-weight: 600;
	padding: 0 0 1em 0;
}

.lease-conts2-cap{
	line-height: 2.2;
	
}


/*--------------------------------------------------------------
##  rental
--------------------------------------------------------------*/
.rental-conts1{
	margin: 5% 0 0 0 ;
}


.rental-conts1-item{
	position: relative;
	z-index: 2;
	padding: 15% 10% 10%;
	margin: 10% 0 50% 0;
}

.rental-conts1-bg{
	background-image: url(images/rental-item-1.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	height: 100%!important;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.rental-conts1-item-title{
	font-size: 28px ;
	font-weight: 600;
	margin:  1em 0 1em 0;
}

.rental-conts2-item{
	background-color: #fff;
	padding: 15px 15px 30px;
	margin: 0 0 20%;
	
}

.rental-conts2-bg{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(186,186,186,0.30) 30%, rgba(186,186,186,0.30) 100%);
	margin: 0 0 10% 0;
}

.rental-conts2-item-title{
	text-align: center;
	font-size: 28px ;
	font-weight: 600;
	margin:  1em 0 1em 0;
}

.rental-conts2-item-cap{
	line-height: 2.2;
}

.rental-conts-item-img{
	width: 100%;
}

.rental-conts3{
	margin: 0 0 10% 0;
}

/*--------------------------------------------------------------
##  mente
--------------------------------------------------------------*/

.mente-conts1-box{
	margin: 25% 0 0 0 ;
}

.mente-conts1-title{
	font-size: 28px ;
	font-weight: 600;
	margin:  1em 0 1em 0;
}

.mente-conts1-cap{
	line-height: 2.2;
}

.mente-conts2-bg{
	background: rgba(0,0,0,0.60) url(images/mente-conts2-bg.jpg);
	background-blend-mode: multiply;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1000;
	margin: 10% 0 0 0;
	padding: 5% 0;
}

.mente-conts2-title{
	font-size: 28px ;
	font-weight: 600;
	margin:  1em 0 1em 0;
	color: #fff;
}

.mente-conts2-cap{
	line-height: 2.2;
	color: #fff;
}

.mente-conts2-list{
	color: #fff;	
}

.mente-conts2-list li{
	padding: 0 0 1em 0;
text-align: center;
}

.mente-conts2-list-title{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.mente-item-2{
	margin: 0 auto;
}

.mente-item-3{
	margin: 0 auto;
}

.mente-conts2-btn-box{
	margin: 40px auto 20px auto;
	width: 100%;
	display: block;
}

.mente-contact-btn{
	padding: 10px 12%;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff;
	margin: 0 auto!important;
	width: 100%;
}

.mente-contact-btn:hover, .mente-contact-btn:focus, .mente-contact-btn:active {
	color:#666;
	background-color:rgba(255,255,255,0.86);
	border-color: #fff;
}

/*--------------------------------------------------------------
##  form
--------------------------------------------------------------*/

.contact-form {
	
}
div.wpcf7 {
	margin: 0 0 30px 0;
}
div.wpcf7 p {
	padding: 20px 20px 0;
	margin: 0;
}
div.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #999999;
	padding: 8px;
	font-size: 14px;
}
.wpcf7-text {
	width: 100%;
}
div.wpcf7 textarea {
	width: 100%;
	height: 250px;
}
div.wpcf7 input.wpcf7-submit {
	cursor: pointer;
	color: #00A99D;
	font-weight: bold;
	font-size: 14px;
	width: 160px;
	height: 40px;
	margin: 0;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #999;
}
div.wpcf7 input.wpcf7-submit:hover {
	background: #00A99D;
	border: 1px solid #fff;
	color: #fff;
}
.wpcf7 input.wpcf7-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #00A99D;
}
.wpcf7-captchac {
	border: 1px solid #ccc;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
	background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	margin: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
/* 必須赤色表示 */
.wpcf7 .required {
	color: #f00;
}
span.wpcf7-list-item {
	margin: 0;
}
div.wpcf7 label {
	font-weight: normal;
}
.privacy-link {
	font-weight: bold;
	color: #00A99D!important;
}


.model {
	padding-left: 20px;
}
.model .wpcf7-list-item input[type="radio"] {
	display: none;
}
.model .wpcf7-list-item:nth-of-type(1) input[type=radio]:checked +.wpcf7-list-item-label {
	background-color: #00A99D;
	border: 1px solid #00A99D;
	color: #fff;
}
.model .wpcf7-list-item:nth-of-type(2) input[type=radio]:checked + .wpcf7-list-item-label {
	background-color: #00A99D;
	border: 1px solid #00A99D;
	color: #fff;
}
.model .wpcf7-list-item:nth-of-type(3) input[type=radio]:checked + .wpcf7-list-item-label {
	background-color: #00A99D;
	border: 1px solid #00A99D;
	color: #fff;
}
.model .wpcf7-list-item:nth-of-type(4) input[type=radio]:checked + .wpcf7-list-item-label {
	background-color: #00A99D;
	border: 1px solid #00A99D;
	color: #fff;
}
.model .wpcf7-list-item:nth-of-type(5) input[type=radio]:checked + .wpcf7-list-item-label {
	background-color: #00A99D;
	border: 1px solid #00A99D;
	color: #fff;
}
.model .wpcf7-list-item-label {
	display: block;
	cursor: pointer;
	width: 100px;
	margin: 0 20px 0 0;
	padding: 12px 5px;
	background: #fff;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/*--------------------------------------------------------------
##  contact
--------------------------------------------------------------*/

.contact-item-1{
	margin: 30px 0 30px 0;
}

/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/

.footer-1{
	background:url(images/footer-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1000;
}

.footer {
	background:url(images/footer-bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.footer-inner {
	padding: 5% 0;
}
.footer-prof {
	color: #fff;
	padding: 10% 0 0 0;
	line-height: 1.8em;
}
.footer-sitemap li a {
	color: #fff;
}
.footer-sitemap li {
	padding: 0.5em 0 1em 0;
}
.site-info {
	text-align: center;
	background-color: #333;
	padding: 10px;
	color: #fff;
}
.site-info p {
	margin: 0;
}


/*--------------------------------------------------------------
## QR Form
--------------------------------------------------------------*/

.qr-logo img{
	padding: 20px 0;
}

.wpcf7-form-control.wpcf7-file{
	width: 100%!important;
}

.qr-file{
	width: 100%!important;
}

#qr-submit{
	padding: 20px 20px 0;
	margin: 10px 0 10px 0;
}

#qr-submit input.wpcf7-submit {
	cursor: pointer;
	color: #00A99D;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	height: 40px;
	margin: 0;
	display: block;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	border: 1px solid #999;
}
#qr-submit input.wpcf7-submit:hover {
	background: #00A99D;
	border: 1px solid #fff;
	color: #fff;
}
#qr-submit input.wpcf7-submit:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}

.qr-text-area{
	height: 150px!important;
}

/*--------------------------------------------------------------
## footer-5
--------------------------------------------------------------*/


.site-info-5 {
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #333;
	padding: 10px;
	color: #fff;
	width: 100%;
}
.site-info-5 p {
	margin: 0;
}

/*--------------------------------------------------------------
## anime
--------------------------------------------------------------*/
#animation_container{
	background-image: url(images/anime-bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.sand{
	background-color: #C69C6D;
	height: 10px;
}

/*--------------------------------------------------------------
## privacy-policy
--------------------------------------------------------------*/

.pp-1 {
	font-size: 16px;
	line-height: 2.2;
	margin: 0;
}
.pp-sub-title {
	font-size: 20px;
	font-weight: bold;
	margin: 2em 0 0.45em 0;
}

.pp-conts p{
	line-height: 2.2!important;
}

.pp-list {
	margin: 0 0 0 1.5em;
}
.pp-link1 {
	color: #00A99D!important;
}
.pp-3 {
	font-weight: bold;
}
.pp-4 {
	margin: 0;
}