@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Noto+Serif:400,700|Lato:400,700');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* normalize.css --end
   ========================================================================== */

*{
	box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: inherit; /* 継承 */
}
html{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.7;
	letter-spacing: 0.2em;
	font-size: 62.5%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	-webkit-text-size-adjust: 100%;
	font-size: 1.4em;
	background: rgba(97,182,94,.6);
	position: relative;
	color: rgba(47,108,47,1.00);
	/*background: url(../img/pattern01.svg) no-repeat center center;
	background-size: cover;*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.wrap{
	overflow: hidden;
}
.in-wrap{
	min-height: calc(100vh - 70px);
}
a{
	text-decoration: none;
	color: #5FCC45;/*old-logo-color*/
	/*color:#69aef9;*//*new-logo-color*/
}
/*a:hover{
	text-decoration: underline;
	color: rgba(69,147,204,1.00);
}*/

a {
	display: inline-block;
}

a[href]:not([class])::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.2s;
	border-bottom: 1px solid #5FCC45;
}

a[href]:not([class]):hover::after {
	width: 100%;
	transition: width 0.2s;
}

header{
	display: block;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	min-height: 50px;
	height: 80px;
	/*border-top:5px solid #e35433;*/
	position: fixed;
	z-index:100;
	padding: 0 15%;
}
@media screen and (max-width:1280px){
	header{
		padding:0 10%;
	}
}
@media screen and (max-width:1024px){
	header{
		padding:0 5%;
	}
}
@media screen and (max-width:768px){
	header{
		padding:0 5px;
	}
}
nav h1{
	font-size: 1.2rem;
	font-weight: normal;
	margin:5px 0;
	padding: 0;
	line-height: 1.2;
	color: rgba(40,91,40,1.00);
}
ul{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.logo img{
	width:160px;
	width:200px;
	height: 50px;
}
.logo{margin-right: auto;}
.head-nav{
	display: flex;
	justify-content: space-around;
}
.phone-number img{
	height: 50px;
	width: auto;
	margin-right: 25px;
}
.contact img{
	height: 50px;
	width: auto;
}
.contact{
	border-radius:5px;
/*	border:1px solid rgba(64,136,61,.5);*/
	height: 50px;
	background: rgba(59,126,56,1.00);
	transition: .2s ease;
	padding:0px;
}
@media screen and (max-width:640px){
	.contact{
		width: 62px;
		overflow: hidden;
		margin-right: 5px;
	}
	.contact img{
		overflow: hidden;
	}
	.phone-number img{
		height: 50px;
		width: auto;
		margin-right: 5px;
	}
}
@media screen and (max-width:480px){
	.logo{
		width:100px;
		height: 50px;
		overflow: hidden;
	}
}
@media screen and (max-width:400px){
	.logo{
		width:50px;
		height: 50px;
		overflow: hidden;
	}
	header nav h1 span{
		display: none;
	}
}
@media screen and (max-width:355px){
	.logo{
		display: none;
	}

}
.contact:hover{
	background: rgba(59,126,56,.8);
}
.slider{
	padding-top: 100px;
}


.num {
	margin: 0;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}


.list{
	width: 100%;
	min-height: 600px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: #fff;
	position: relative;
} 
.list h2{
	margin: 0;
	padding: 75px 0;
	text-align: center;
	color: rgba(35,80,35,1.00);
}
.list{
	background: #fff;
	padding: 0 15%;
}
@media screen and (max-width:1280px){
	.list{
		padding:0 10%;
	}
}
summary{
	list-style: none;
	font-size: 1.6rem;
}
caption p{
	font-size: 1.4rem;
	line-height: 1.2;
}
.marker_lime {
	background: linear-gradient(transparent 60%, rgba(97,182,94,1) 60%);
	background: linear-gradient(transparent 60%, rgba(227,84,51,0.5) 60%);
}
strong{
	font-weight: inherit;
}

@media screen and (max-width:1024px){
	.list{
		width: 100%;
		min-height: 550px;
		box-sizing: border-box;
		margin: 0;
		padding: 0 5%;
		background: #fff;
		position: relative;
	} 
	.list h2{
		margin: 0;
		padding: 45px 0 30px 0;
		text-align: center;
	}
}
@media screen and (max-width:768px){
	.list{
		padding: 0 5px;
	}
}
.price-list{
	display: flex;
	align-content: flex-end;
	align-items: center;
	justify-content:space-around;
	flex-direction: column;
	min-height: 800px;
	padding-bottom: 50px;
}
.price-list div{
	width:100%;
}
.price-list p{
	margin:10px 0;
}
.details{
	background: rgba(231,247,230,1.00);
	border-radius: 10px;
	padding:10px;
}
table *{
	font-size: 1.8rem;
}
table{
	width: 100%;
	border: 1px solid rgba(35,189,82,1.00);
}
tr,th,td{
	border: 1px solid rgba(35,189,82,1.00);
	padding:10px;
}
td{
	text-align: center;
}
.table-title{
	background-color:rgba(35,189,82,.05);
}
.normal-price{
	margin-bottom: 0;
}
caption strong{
	font-size: 2rem;
	font-weight: bolder;
	margin-bottom: 20px;
	display: block;
}

.about{
	border-top:15px solid rgba(97,182,94,.6);
	background: rgba(231,247,230,1.00);
	min-height: 350px;
	padding:3% 0;
	/*background: url(../img/pattern02.svg) no-repeat center center;
	background-size: cover;*/
}
.foot{
	display:flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	color: rgba(31,67,30,1.00);
	min-height: 350px;
}
.foot span{
	height: 50px;
	line-height: 50px;
}
.foot dt.address{
	font-weight: normal;
	font-size: 1.4rem;
	padding:5px;
	padding-left: 10px;
}
dl.foot-address{
	width: 70%;
}
/*-----footer----*/
footer{
	background:rgba(27,64,27,1.00);
	color:#fff;
	margin: 0;
	overflow: hidden;
	letter-spacing: .2em;
	position: relative;
}
footer p{
	margin: 0;
	padding: 0;
}
footer a{
	color:#fff;
	color: #5FCC45;
	transition: .2s ease;
}
footer a:hover{
	color:#fff;
}
.mk-footer-address{
	height: 100px;
	padding:0 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width:1280px){
	.mk-footer-address{
		padding:0 10%;
	}
}
.mk-company-name{
	font-size: 1.7rem;
	line-height: 3rem;
	line-height: 2.6rem;
}
address,.mk-phone-and-fax{
	font-size: 1.3rem;
	line-height: 2.6rem;
	font-style: normal;
}
.mk-phone-and-fax{
	font-size: 1.7rem;
	line-height: 3rem;
	line-height: 2.6rem;
	position: relative;
}
.mk-phone-and-fax p{
	display: inline-block;
}
.mk-phone-and-fax p > *{
	pointer-events: none !important;
	text-decoration: none !important;
	color:#fff !important;
}
@media screen and (max-width:768px){
	.mk-phone-and-fax p > *{
		pointer-events: auto !important;
	}
}
.mk-phone-and-fax p span:first-child{
	display:block;
	font-size:1.3rem;
	line-height: 2.6rem;
}
.mk-phone-and-fax p:first-child{
	margin-right: 100px;
}
.mk-phone-and-fax p:first-child::before{
	content: "";
	background: url(../IMG/phone-64-white-in-circle.png) no-repeat center center;
	display: block;
	width: 64px;
	height: 64px;
	background-size: contain;
	position: absolute;
	left:-80px;
	top:-0.4rem;
	opacity: .75;
}
.mk-phone-and-fax p:last-child::before{
	content: "";
	background: url(../IMG/fax-64-white-in-circle.png) no-repeat center center;
	display: block;
	width: 64px;
	height: 64px;
	background-size: contain;
	position: absolute;
	left:165px;
	top:-0.4rem;
	opacity: .75;
}
@media screen and (max-width:960px){
	.mk-phone-and-fax p:last-child{
		display: none;
	}
	.mk-phone-and-fax p:first-child{
		margin-right:0;	
	}
}
@media screen and (max-width:620px){
	.mk-phone-and-fax p:first-child{
		display: none;
	}
	.mk-footer-address{
		height: 80px;
		padding:0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.copyright{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 50px;
	font-size: 1.3rem;
	letter-spacing: .15em;
	text-align: center;
	background:rgba(17,40,17,1.00);
	background: rgba(59,126,56,1.00);
}

@media screen and (max-width:768px){
	.copyright{
		font-size: 1rem;
	}
}
.mk-page-top{
	position: fixed;
	z-index: 99999;
	right: 50px;
	bottom:50px;
	height: 50px;
	width: 50px;
	border-radius: 50% 50% 50% 50%;
	font-size: 0;
	opacity: .5;
	background:url(../IMG/arrow-top.png) center center / 40% 40% no-repeat , rgba(72,97,123,0.30);
	box-shadow: 0 0 10px rgba(0,0,0,0.18);
	transform: translateY(0);
	transition:all .2s ease 0;
}
.mk-page-top:hover{
	background:url(../IMG/arrow-top.png) center center / 40% 40% no-repeat , rgba(72,97,123,0.50);
	box-shadow: 0px 0px 10px rgba(0,0,0,.18),0 18px 40px -10px rgba(0,0,0,.18);
	transform: translateY(-5px);
}
.mk-page-top a{
	display: block;
	width: 100%;
	height: 100%;
}
.mk-page-top-is-fixed{
	position: absolute;
	bottom:49px;
	height: 30px;
	border-radius: 5px 5px 0 0;
	transition:all .2s ease 0s;
	opacity: 1;
	background:url(../IMG/arrow-top-bottom.png) no-repeat center 70% / 40% 50%,rgba(72,97,123,0.50);
	box-shadow: none;
}
.mk-page-top-is-fixed:hover{
	background:url(../IMG/arrow-top-bottom.png) no-repeat center 40% / 40% 50%,rgba(72,97,123,0.50);
	box-shadow: none;
	transform: translateY(0);
}
@media screen and (max-width:768px){
	.mk-page-top{
		right: 15px;
		bottom: 15px;
	}
	.mk-page-top-is-fixed{
		position: fixed;
		z-index: 99999;
		right: 15px;
		bottom:75px;
		height: 50px;
		width: 50px;
		border-radius: 50% 50% 50% 50%;
		font-size: 0;
		opacity: .5;
		background:url(../IMG/arrow-top.png) center center / 40% 40% no-repeat , rgba(72,97,123,0.30);
		box-shadow: 0 0 10px rgba(0,0,0,0.18);
		transform: translateY(0);
		transition:all .2s ease 0;
	}
	.mk-page-top-is-fixed:hover{
		background:url(../IMG/arrow-top.png) center center / 40% 40% no-repeat , rgba(72,97,123,0.50);
		box-shadow: 0px 0px 10px rgba(0,0,0,.18),0 18px 40px -10px rgba(0,0,0,.18);
		transform: translateY(-5px);
	}
}
/*-----aos original animation----*/
[data-aos="aos-anim-360deg"] {
	transform: rotate(360deg);
	transition-property: transform;
}
[data-aos="aos-anim-360deg"].aos-animate {
	transform: rotate(0);
	
}


/*-----slider----*/
.mk-slider-wrap{
	background: #fff;
}
#mk-slider , #mk-slider-under-767{
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 3s ease;
}
#mk-slider img , #mk-slider-under-767 img{
	width: 100%;
	height: auto;
}
.mk-slider-open{
	opacity: 1!important;
	
}
@media screen and (max-width:768px){
	#mk-slider{
		display: none;
	}
}
@media screen and (min-width:769px){
	#mk-slider-under-767{
		display: none;
	}
}


/*-----contact-form----*/

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input,
textarea {
	outline: none;
	transition: all .3s;
}


.mk-sub-page-content{
	min-height: 100%;
	background: #fff;
	padding-top:15px;
}
.mk-contact-form-description{
	padding: 0;
	margin: 30px 15%;
	border-top:1px solid #4593cc;
	border-bottom:1px solid #4593cc;
	color:rgba(66,66,66,1);
}
@media screen and (max-width:1280px){
	.mk-contact-form-description{
		margin: 30px 10%;
	}
}
@media screen and (max-width:768px){
	.mk-contact-form-description{
		margin: 30px 0%;
	}
}
.mk-contact-form-description p{
	margin:0;
	padding:15px;
	display: flex;
	justify-content: flex-start;
}
.mk-contact-form-description p .mk-time{
	margin-left: auto;
	margin-right: 10px;
}
.mk-tel{
	color: rgba(69,147,204,1.00);
}
@media screen and (max-width:768px){
	.mk-tel{
		color: #fff;
		background: rgba(69,147,204,1.00);
		border-radius: 3px;
		width: 100%;
		text-align: center;
	}
	.mk-contact-form-description a{
		color: #fff !important;
	}
}
.mk-contact-form-description p span{
	display: block;
}
@media screen and (max-width:1420px){
	.mk-contact-form-description p{
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.mk-contact-form-description p .mk-time{
		margin-left:inherit;
		margin-right:inherit;
	}
}

.mk-contact-form-wrap{
	margin:0 25%;
}
@media screen and (max-width:1280px){
	.mk-contact-form-wrap{
		margin:0 15%;
	}
}
@media screen and (max-width:768px){
	.mk-contact-form-wrap{
		margin:0 5%;
	}
}
.mk-privacy-policy{
	overflow-y: scroll;
	height: 200px;
	font-size: 1.3rem;
	width: 100%;
	border: 1px solid #ccc;
	padding: 12px;
	margin: 5px;
	margin-left: 0;
	/*margin: 30px 0 0 0;*/
	font-weight:100;
	border-radius: 3px;
	color:rgba(102,100,100,1.00);
	background: rgba(204,204,204,0.10);
}
@media screen and (max-width:1024px){
	.mk-privacy-policy::-webkit-scrollbar {
	  background:#ccc;
	  width:10px;
	}
	.mk-privacy-policy::-webkit-scrollbar-thumb {
	  background:#aaa;
	}
}
.mk-privacy-policy h2{
	font-size: 1.6rem;
	margin: 0;
	text-align: center;
}
@media screen and (max-width:440px){
	.mk-privacy-policy h2{
		font-size: 1.3rem;
	}
	.mk-privacy-policy h3{
		font-size: 1.3rem;
	}
}
.mk-contact-form-wrap form{
	display: flex;
	flex-direction: column;
}
.mk-contact-form-wrap form > div:not(.form-privacy-policy-wrap){
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	padding:5px;
	padding-top:10px;
	border-top: 1px solid rgba(204,204,204,0.59);
	height: 70px;
	/*flex-direction: column;
	align-items: flex-start;*/
}
@media screen and (max-width:768px){
	.mk-contact-form-wrap form > div:not(.form-privacy-policy-wrap){
		display:flex;
		align-items: center;
		justify-content: space-around;
		margin: 5px;
		padding:5px;
		padding-top:10px;
		border-top: 1px solid rgba(204,204,204,0.59);
		height: 90px;
		flex-direction: column;
		align-content: center;
	}
}


.mk-contact-form-wrap form > div:last-child{
	border-top:none;
}
.mk-contact-form-wrap form > div.form-textarea-wrap{
	height: 200px;
}
textarea{
	height: 150px;
}
label{
	order: 0;
	width:25rem;
	color:rgba(66,66,66,1);
}
.mk-pp-wrap label{
	width:auto;
	margin-left: 10px;
}
.mk-pp-wrap{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
input:not([type="checkbox"]),textarea{
	width: 50%;
	padding:5px 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	letter-spacing: .3rem;
	font-size: 1.4rem;
	line-height: 1.7;
	transition: transform .3s;
}
input:not([type="checkbox"]):focus,
textarea:focus {
	box-shadow: 0 0 7px rgba(69,147,204,0.55);
	border:1px solid rgba(69,147,204,0.55);
	transform: scale(1.05);
}
@media screen and (max-width:768px){
	label{
		width:100%;
	}
	input:not([type="checkbox"]),textarea{
		width: 100%;
	}
}
/* ------placeholder------- */
/* 標準版 */
:placeholder-shown {
    color: #ccc;
	letter-spacing: .3rem;
	font-size: 1.4rem;
	line-height: 1.7;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc;
	letter-spacing: .3rem;
	font-size: 1.4rem;
	line-height: 1.7;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc; opacity: 1;
	letter-spacing: .3rem;
	font-size: 1.4rem;
	line-height: 1.7;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc;
	letter-spacing: .3rem;
	font-size: 1.4rem;
	line-height: 1.7;
}
.mk-form-label{
	background: #bbb;
	color: #fff;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .1rem;
	padding:3px;
	border-radius: 3px;
	text-align: center;
	margin-left: 5px;
}
.mk-form-required{
	background: rgba(204,69,79,.9);
	
}
@media screen and (max-width:1420px){
	:placeholder-shown {
		letter-spacing: .2rem;
		font-size: 1.2rem;
	}
	::-webkit-input-placeholder {
		letter-spacing: .2rem;
		font-size: 1.2rem;
	}
	::-moz-placeholder {
		letter-spacing: .2rem;
		font-size: 1.2rem;
	}
	:-ms-input-placeholder {
		letter-spacing: .2rem;
		font-size: 1.2rem;
	}
	input:not([type="checkbox"]),textarea{
		letter-spacing: .2rem;
		font-size: 1.2rem;
		
	}
}
@media screen and (max-width:1024px){
	:placeholder-shown {
		letter-spacing: .2rem;
		font-size: 1.6rem;
	}
	::-webkit-input-placeholder {
		letter-spacing: .2rem;
		font-size: 1.6rem;
	}
	::-moz-placeholder {
		letter-spacing: .2rem;
		font-size: 1.6rem;
	}
	:-ms-input-placeholder {
		letter-spacing: .2rem;
		font-size: 1.6rem;
	}
	input:not([type="checkbox"]),textarea{
		letter-spacing: .2rem;
		font-size: 1.6rem;
		
	}
}

/*-----checkbox------*/

input[type="checkbox"] {
	display: none;
}
#label-privacy-policy {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 26px;
	cursor: pointer;
	transition: all .2s ease;
}
#label-privacy-policy:hover {
	/*color:#4593cc;	*/
}
#label-privacy-policy::before,
#label-privacy-policy::after {
	position: absolute;
	content: '';
	transition: all .2s;
}
#label-privacy-policy::before {
	top: 50%;
	left: 0;
	width: 14px;
	width: 18px;
	height: 14px;
	height: 18px;
	margin-top: -9px;
	background: #ddd;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#label-privacy-policy::after {
	opacity: 0;
	top: 50%;
	top:40%;
	left: 3px;
	left:7px;
	width: 8px;
	width: 11px;
	height: 4px;
	height: 6px;
	margin-top: -4px;
	border-left: 2px solid #4593cc;
	border-bottom: 2px solid #4593cc;
	transform: rotate(-45deg) scale(.5);
}
#label-privacy-policy:hover::before {
	/*background: #fff;*/
}
input[type="checkbox"]:checked + #label-privacy-policy::before {
	background: #fff;
	border: 1px solid #4593cc;
}
input[type="checkbox"]:checked + #label-privacy-policy::after {
	opacity: 1;
	transform: rotate(-45deg) scale(1.8);
}
input[type="checkbox"]:checked + #label-privacy-policy {
	color:#4593cc;
}
.form-pp-txt-enabled{
	color:#4593cc !important;
	animation: blink 1s ease 0 2 normal;
}
.form-pp-txt-enabled::before{
	background: #fff !important;
}
@keyframes blink{
    0% {opacity:1;transform: scale(1)}
	50%{opacity:1;transform: scale(1.05)}
    100% {opacity:1;transform: scale(1)}
}
.mk-contact-form-wrap form div.mk-pp-wrap{
	margin-top:15px;
}
/*----button------*/
.mk-contact-form-wrap form div.form-submit-wrap{
	height: 150px;
	margin: 0 0 30px 0;
	flex-direction: column;
	justify-content: flex-start;
}
.form-submit-wrap button{
	cursor: pointer;
	display: block;
	width: 400px;
	height: 60px;
	background: rgba(69,147,204,0.9);
	background: linear-gradient(-60deg, rgba(69,147,204,0.9) 0%, rgba(103,167,213,0.9) 100%);
	color: #fff;
	font-size: 1.7rem;
	border-radius: 3px;
	position: relative;
	font-weight: bold;
	transform: scale(1);
	letter-spacing: .5rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	text-shadow:-1px -1px 1px rgba(0,0,0,0.20),1px 1px 1px rgba(0,0,0,0.20);
	overflow: hidden;
	transition: all 0.3s ease-in;
}
.form-submit-wrap button:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.3),0 18px 40px -10px rgba(0,0,0,.3);
	transform: translateY(-3px);
}
.form-submit-wrap button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255,255,255,.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.form-submit-wrap button:hover::after {
  animation: circle .75s;
}
@media screen and (max-width:479px){
	.form-submit-wrap button{
		width: 300px;
		font-size: 1.4rem;
	}
}
@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 500px;
  }
}
.form-submit-wrap button:disabled{
	cursor:not-allowed;
	box-shadow: none;
	background: rgba(69,147,204,0.38);
	background: rgba(136,136,136,0.38);
	transform: scale(.95);
}
.form-submit-wrap button:disabled:hover{
	box-shadow: none;
}
.form-submit-wrap button:disabled:hover::after{
	animation: none;
}
.mk-btn-description{
	position: relative;
	display: inline-block;
 	margin: 0 0 1.2rem 0;
	padding: 5px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #fff;
	font-size: 12px;
	letter-spacing: .2rem;
	background: rgba(204,69,79,.9);
	border-radius: 15px;
	opacity: 0;
	transform: translateY(50px);
	transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55) .2s;
}
.mk-btn-description::before{
	content: "";
	position: absolute;
	top: 99.95%;
	left: 50%;
 	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 10px solid rgba(204,69,79,.9);
}
.mk-btn-desc-open{
	opacity: 1;
	transform: translateY(0);
}
.mk-btn-des-anime{
	animation: yurayura 2s ease-out infinite;	
}
@keyframes yurayura {
  from {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  25% {
    transform: translateY(-3px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  50% {
    transform: translateY(2px);
    animation-timing-function: ease-out;
  }
  75% {
    transform: translateY(-5px);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  to {
    transform: translateY(0px);
  }
}
.mk-add-sent{
	font-size: 1.4rem;
	color:#4593cc;
	border: 1px solid #4593cc;
	width: 80%;
	padding: 5px;
	transition: all .2s ease;
	text-align: center;
}

/*-----about------*/

.mk-sub-page-title{
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 100px;
	padding-top: 50px;
	margin: 0 15%;
	color: #424242;
	/*background: #ccc;*/
}
@media screen and (max-width:1280px){
	.mk-sub-page-title{
		margin: 0 10%;
	}
}
@media screen and (max-width:768px){
	.mk-sub-page-title{
		margin: 0 5%;
	}
}
.is-two-block{
	display: flex;
	justify-content:space-between;
	align-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top:80px;
}
.is-two-block > div:first-child{
	padding-right: 50px;
}
.is-two-block > div:last-child{
	padding-left: 50px;
}
.mk-sp-title{
	margin: 0 auto;
	padding-bottom: 25px;
	color:#4593cc;
	position: relative;
	text-align: center;
}
.is-two-block .mk-sp-title::before,.mk-co-map .mk-sp-title::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 49%;
	width: 89px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid #4593cc;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-49%);
}
.mk-co-map{
	margin: 0;
}
.is-two-block .mk-sp-title{
	letter-spacing: 12px;
}
.mk-greeting{
	padding-bottom: 80px;
}
/*.mk-greeting::before{
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 100px;
	height: 58px;
	border-radius: 50%;
	border: 3px solid #4593cc;
	border-left-color: transparent;
	border-right-color: transparent;
	transform: translateX(-50%);
}*/
.mk-greeting::after{
	content: "";
	position: absolute;
	top:35%;
	left:50%;
	width: 64px;
	height: 64px;
	transform: translateX(-50%);
	background: url(../IMG/handshake02-64.png) no-repeat;
}
.mk-sp-title-txt{
	margin: 0;
	min-height:100px;
	width: 100%;
	padding: 50px 100px ;
	font-size:1.6rem;
	letter-spacing: .2rem;
	border: 3px solid rgba(69,147,204,1);
	border-radius: 3px;
	background: rgba(69,147,204,.05);
}
.mk-company-info{
	width: 50%;
}
@media screen and (max-width:1024px){
	.mk-sp-title-txt{
		padding: 25px 50px;
	}
	.is-two-block{
		justify-content:space-between;
		align-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		padding-top:80px;
	}
	.is-two-block > div:first-child{
		padding-right: 0px;
		margin-bottom: 50px;
	}
	.is-two-block > div:last-child{
		padding-left: 0px;
	}
	.mk-company-info{
		width: 100%;
	}
}


dl, dt, dd {
	box-sizing: border-box;
}

dt, dd {
	margin: 0;
	border-top: 1px solid rgba(35,189,82,1.00); /* 共通のborderを定義 */
	border-bottom: 1px solid rgba(35,189,82,1.00);
	padding: 20px;
}

dl {
	display: flex; /* Flexible Boxを有効化 */
	flex-wrap: wrap; /* はみ出そうな時の折り返しを有効化 */
	width: 100%;
}

dt {
	width: 20%; /* 幅を指定 */
	/*background: #eee; *//* dt要素のための背景色を指定 */
	border-right: 1px solid rgba(35,189,82,1.00);
	background-color:rgba(35,189,82,.05);
	font-size: 1.6rem;
	font-weight: bolder;
	display: flex;
	align-items: center;
}

dd {
	width: 80%; /* 幅を指定 */
	border-left: none; /* 左のborderを消す */
}
@media screen and (max-width:768px){
	dt {
		font-size: 1.4rem;
		width:30%;
		padding:10px;
	}
	dd {
		width: 70%;
		padding:10px;
	}
}
.mk-co-history dt {
	width: 40%; /* 幅を指定 */
	/*background: #eee; *//* dt要素のための背景色を指定 */
	border-right: 1px solid rgba(69,147,204,0.25);
}

.mk-co-history dd {
	width: 60%; /* 幅を指定 */
	border-left: none; /* 左のborderを消す */
}
dd span{
	display: block;
}
/*
 * 最初ではないdt要素とdd要素で、上のborderを消す
 * 参考：http://kinomemo.info/create/579/
 */
dt:not(:first-of-type),
dd:not(:first-of-type) {
	border-top: none;
}


/*------------print--------------*/

@media print{
	header{
		position: static;
	}
	.mk-slider-wrap,
	.mk-slider-under-767,
	footer{
		display: none;
	}
	.list{
		padding:0;
	}

}
