@charset "utf-8";

/*	fontsize : 12px[default]
---------------------------------
10px	84%		19px	159%
---------------------------------
11px	92%		20px	167%
---------------------------------
12px	100%	21px	175%
---------------------------------
13px	109%	22px	184%
---------------------------------
14px	117%	23px	192%
---------------------------------
15px	125%	24px	200%
---------------------------------
16px	134%	25px	209%
---------------------------------
17px	142%	26px	217%
---------------------------------
18px	150%			
---------------------------------*/

/*================================================================

汎用クラス

================================================================*/

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* for IE6 */
* html .clearfix { zoom: 1; }
/* for IE7 */
*:first-child+html .clearfix { zoom: 1; }


/*================================================================

共通スタイル／レイアウト

================================================================*/

/* font
----------------------------------------------------------------*/

@font-face {
	font-family: 'CormorantGaramond';
	src: url(../font/Cormorant_Garamond/CormorantGaramond-Light.ttf);
}
@font-face {
	font-family: 'Catamaran';
	src: url(../font/Catamaran/Catamaran-ExtraLight.ttf);
}
@font-face {
	font-family: 'NotoSerifJP';
	src: url(../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf);
}




/* body
----------------------------------------------------------------*/
* {
	color: rgb(114,113,113);
}

body {
	font-size: 18px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	color: rgb(114,113,113);
	-webkit-text-size-adjust: 100%;
}

body {
	height: 100%;
    animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body p,
body dd,
body dt, 
body li,
body td,
body th {
	font-size: 100%;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

body img {
	vertical-align: top;
}

a:link {
	color: rgb(114,113,113);
	text-decoration: none;
}

a:visited {
	color: rgb(114,113,113);
	text-decoration: none;
}

a:hover {
	color: rgb(114,113,113);
	text-decoration: none;
	opacity: 0.7;
	transition: .5s;
}

a:active {
}

h2 {
	color: rgb(202,80,132);
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 2px;
}


p {
	margin-bottom: 10px;
}

.bg_dot1 {
	min-height:100%;
	width: 100%;
	height: 100vh;
	background: url(../img/bg_dot1.png) repeat left top;
	opacity: 0.2;
}

.foot_arrow {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -45px;
}

label.myError {
	font-size: 10px;
	margin-top: 5px;
	color: rgb(202,80,132);
}



/* #wrapper
----------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}


/* #header
----------------------------------------------------------------*/

#header {
	width: 100%;
	height: 126px;
	margin: 0 auto;
	text-align: center;
	background: rgba(255,255,255,100);
	box-sizing: border-box;
	border-bottom: #88BA4C 1px solid;
	position: fixed;
	padding: 30px 12% 20px 12%;
	z-index: 100;
}
@media screen and (max-width: 1281px) {
	#header {
		height: 100px;
	}
}
@media screen and (max-width: 1025px) {
	#header {
		height: 58px;
		padding: 10px;
	}
}

#header .header_logo_area {
	width: 39%;
	float: left;
	text-align: left;
	position: relative;
}
@media screen and (max-width: 1025px) {
	#header .header_logo_area {
		width: 80%;
		float: none;
	}
}

#header .header_logo_area h1 {
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 1025px) {
	#header .header_logo_area h1 {
	}
}

#header .header_logo_area h1 img {
	width: 100%;
}
@media screen and (min-width: 1903px) {
	#header .header_logo_area h1 img {
		width: 564px;
	}
}
@media screen and (max-width: 1025px) {
	#header .header_logo_area h1 img {
		width: 284px;
	}
}

#header .header_navi_area {
	text-align: right;
	position: absolute;
	top: 30px;
	right: 12%;
}
@media screen and (max-width: 1281px) {
	#header .header_navi_area {
		top: 25px;
	}
}

#header .header_navi_area {
	margin-left: 40px;
}

#header .header_navi_area .header_tel {
	font-size: 18px;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1281px) {
	#header .header_navi_area .header_tel {
		font-size: 14px;
	}
}

#header .header_navi_area .header_tel span {
	color: rgb(140,195,74);
	margin-left: 20px;
}

#header .header_navi_area #globalnavi li {
	float: left;
	margin-right: 60px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
}
#header .header_navi_area #globalnavi li:last-child {
	margin-right: 0 !important;
}
@media screen and (max-width: 1919px) {
	#header .header_navi_area #globalnavi li {
		margin-right: 40px;
	}
}
@media screen and (max-width: 1281px) {
	#header .header_navi_area #globalnavi li {
		margin-right: 40px;
		font-size: 14px;
	}
}


#header .header_navi_area #globalnavi li a {
	color: rgb(140,195,74);
}

.zdo_drawer_menu {
	display: none;
}

/* #ハンバーガー 
--------------------------*/

@media screen and (max-width: 1025px) {
	
	.header_navi_area {
		display: none;
	}
	.zdo_drawer_menu {
		display: block;
	}

	.header_navi_area_mb ul li {
		color: #FFF;
		font-size: 16px;
	}
	.header_navi_area_mb ul li a {
		color: #FFF;
		display: block;
		padding: 15px;
		border-bottom: #FFF 1px solid;
	}

}



/* #top 
--------------------------*/

#top_contents {
	width: 100%;
	min-height:100%;
	height: 100vh;
	background-size: cover;
    background: url(../img/img_main_photo.jpg) no-repeat center 126px;
	position: relative;
}
#top_contents p {
	position: absolute;
	top: 35%;
	left: 13%;
}
@media screen and (max-width: 1281px) {
	#top_contents p {
		width: 550px;
	}
	#top_contents p img {
		width: 100%;
	}
}

#top_contents .top_logoarea .foot_arrow {
	bottom: 80px;
}
@media screen and (max-width: 1281px) {
	#top_contents .top_logoarea .foot_arrow {
		bottom: 20px;
	}
	#top_contents .top_logoarea .foot_arrow img {
		width: 70px;
		height: 85px;
	}
}

#top_contents_mb {
	width: 100%;
	min-height:100%;
	height: 100vh;
	background-size: cover;
    background: url(../img/mb_main_photo.png) no-repeat center 58px;
	position: relative;
	text-align: center;
}
@media screen and (max-height: 421px) {
	#top_contents_mb {
		height: 230vh;
	}
}

#top_contents_mb p {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	bottom: 30px;
}

#top_contents_mb p img {
	width: 100%;
}

 
/* #concept
--------------------------*/ 
#concept {
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
	#concept {
	}
}
#concept .concept_text .conept_top_box {
	height: 100%;
	box-sizing: border-box;
	margin: 0 12%;
	background: url("../img/img_sectionbox1-photo.jpg") no-repeat center top;
	background-size: cover;
	z-index: 9;
	margin-bottom: 40px;
}
@media screen and (max-width: 1025px) {
	#concept .concept_text .conept_top_box {
		margin: 0px 0 40px 0;
		padding-top: 30px;
	}
}

#concept .concept_text .conept_top_box img {
	width: 100%;
	z-index: 11;
}

@media only screen and (min-width: 781px) {
	#concept {
		background-attachment: fixed;
	}
}

#concept .concept_text .conept_bottom_box {
	width: 36%;
	margin: 0 auto;
	background: url("../img/img_sectionbox1-2.jpg") no-repeat left center;
	box-sizing: border-box;
	padding-left: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media screen and (max-width: 1281px) {
	#concept .concept_text .conept_bottom_box {
		width: 50%;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 1025px) {
	#concept .concept_text .conept_bottom_box {
		width: 100%;
		margin: 0 auto;
		background: url("../img/img_sectionbox1-2.jpg") no-repeat center top;
		box-sizing: border-box;
		padding: 50px 15px 20px 15px;
	}
}

#concept .concept_text .conept_bottom_box p {
	font-size: 24px;
	text-align: center;
	line-height: 180%;
}
@media screen and (max-width: 1281px) {
	#concept .concept_text .conept_bottom_box p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1025px) {
	#concept .concept_text .conept_bottom_box p {
		padding-top: 200px;
		font-size: 20px;
	}
}


/* #concept2
--------------------------*/
#concept2 {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 1024px) {
	#concept2 {
	}
}

#concept2 .concept_text .conept_top_box {
	background: url("../img/img_sectionbox2-photo.jpg") no-repeat center top;
	height: 100%;
	box-sizing: border-box;
	margin: 0 12%;
	background-size: cover;
	margin-bottom: 50px;
}
@media screen and (max-width: 1025px) {
	#concept2 .concept_text .conept_top_box {
		margin: 0px 0 40px 0;
		padding-top: 30px;
	}
}
#concept2 .concept_text .conept_top_box img {
	width: 100%;
}

@media only screen and (min-width: 781px) {
	#concept2 {
		background-attachment: fixed;
	}
}

@media screen and (max-width: 1025px) {
	#concept2 .concept_text .conept_bottom_box {
		margin: 0 15px;
	}
}

#concept2 .concept_text .conept_bottom_box h3 {
	font-size: 22px;
	text-align: center;
	color: #F29438;
}
@media screen and (max-width: 1025px) {
	#concept2 .concept_text .conept_bottom_box h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
#concept2 .concept_text .conept_bottom_box p {
	font-size: 20px ;
	text-align: center;
	line-height: 180%;
}
@media screen and (max-width: 1025px) {
	#concept2 .concept_text .conept_bottom_box p {
		font-size: 18px;
	}
}


/* #point
--------------------------*/

#point {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 12%;
	position: relative;
	padding-top: 180px;
}
@media screen and (max-width: 1025px) {
	#point {
		padding: 30px 15px 0 15px;
		margin-top: 30px;
	}
}

#point .point_box {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #595757 1px dashed;
	position: relative;
	display: table;
}
@media screen and (max-width: 1025px) {
	#point .point_box {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 1025px) {
	#point .point_box:last-child {
		margin-bottom: 0;
	}
}

#point .point_box .point_title {
	width: 36.5%;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_title {
		width: 100%;
		display: block;
	}
}

#point .point_box .point_title h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_title h3 img{
		width: 100%;
	}
}
#point .point_box .point_title p {
	text-align: center;
	font-size: 20px;
}
	

#point .point_box .point_text {
	width: 63.5%;
	display: table-cell;
	vertical-align: middle;
}

#point .point_box .point_text h4 {
	color: #8CC34A;
	text-align: left;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text h4 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
#point .point_box .point_text h4.pointicon1 {
	background: url("../img/text_icon1.png") no-repeat left center;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#point .point_box .point_text h4.pointicon2 {
	background: url("../img/text_icon2.png") no-repeat left center;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#point .point_box .point_text h4.pointicon3 {
	background: url("../img/text_icon3.png") no-repeat left center;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text h4.pointicon3 {
		margin-top: 30px;
	}
}
#point .point_box .point_text h4.pointicon4 {
	background: url("../img/text_icon4.png") no-repeat left center;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text h4.pointicon4 {
		margin-top: 30px;
	}
}

#point .point_box .point_text h4 span {
	color: #FFF;
	background: #8EC54A;
	margin-left: 20px;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 20px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text h4 span {
		font-size: 16px;
		margin-left: 10px;
	}
}


#point .point_box .point_text p {
	margin-left: 75px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text p {
		margin-left: 15px;
		margin-right: 15px;
	}
}
#point .point_box .step_text p {
	margin-left: 20px;
	padding-right: 50px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .step_text p {
		margin: 0px;
		padding: 0;
	}
}

#point .point_box .step_text img {
	width: 100%;
}


#point .point_box .point_text ul {
	margin-left: 75px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text ul {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#point .point_box .point_text ul li {
	font-size: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
	#point .point_box .point_text ul li {
		font-size: 18px;
	}
}

#point .point_box .point_text input[type=checkbox] {
  display: none;
}

#point .point_box .point_text .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  vertical-align: middle;
}

#point .point_box .point_text .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

#point .point_box .point_text .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#point .point_box .point_text input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


/* #area
--------------------------*/
#area {
	width: 100%;
	box-sizing: border-box;
	padding: 0 12%;
	padding-top: 250px;
}
@media screen and (max-width: 1025px) {
	#area {
		padding: 68px 15px 0 15px;
	}
}

@media screen and (max-width: 1025px) {
	#area img {
		width: 100%;
	}
}

#area .area_box .area_text {
	padding-top: 55px;
	width: 50%;
	float: left;
	text-align: center;
}
@media screen and (max-width: 1550px) {
	#area .area_box .area_text {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}
@media screen and (max-width: 1025px) {
	#area .area_box .area_text {
		width: 100%;
		float: none;
	}
}

#area .area_box .area_text h3 {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 1025px) {
	#area .area_box .area_text h3 img {
		width: 148px;
		text-align: center;
	}
}
#area .area_box .area_text p {
	text-align: center;
}
@media screen and (max-width: 1550px) {
	#area .area_box .area_text p img {
		width: 100%;
		text-align: center;
	}
}
#area .area_box .area_text p.info_text {
	padding-top: 50px;
	font-size: 16px;
	line-height: 180%;
}

#area .area_box .area_photo {
	width: 50%;
	float: right;
	text-align: center;
}
@media screen and (max-width: 1550px) {
	#area .area_box .area_photo {
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-top: 50px;
	}
}
@media screen and (max-width: 1025px) {
	#area .area_box .area_photo {
		width: 100%;
		float: none;
	}
}

#area .area_box .area_photo p {
	text-align: center;
}
@media screen and (max-width: 1550px) {
	#area .area_box .area_photo p img {
		width: 100%;
	}
}
@media screen and (max-width: 1025px) {
	#area .area_box .area_photo p {
		padding-top: 50px;
	}
}


/* #information
--------------------------*/
#information {
	width: 100%;
	box-sizing: border-box;
	padding: 0 12%;
	margin-bottom: 50px;
	padding-top: 170px;
}
@media screen and (max-width: 1025px) {
	#information {
		padding: 68px 15px 0 15px;
	}
}

#information .information_box {
	margin-bottom: 30px;
	text-align: center;
}

#information .information_box h3 {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 1025px) {
	#information .information_box h3 {
		font-size: 16px;
	}
}

#information .information_box_top {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
@media screen and (max-width: 1025px) {
	#information .information_box_top {
		width: 100%;
	}
}
#information .information_box_top h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

#information .information_box_top .box_text {
	text-align: center;
}
#information .information_box_top .box_text p {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}

#information .information_box p {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (max-width: 1025px) {
	#information .information_box p {
		font-size: 16px;
	}
}
#information .information_box p:last-child {
	margin-bottom: 0;
}



/* #map
--------------------------*/
#map {
	width: 100%;
	margin: 0 auto 20px auto;
	padding-top: 50px;
}




/* #footer
--------------------------*/

#footer {
	background: rgb(140,195,74);
	padding: 22px 0 10px 0;
	margin: 0 12%;
	position: relative;
	border-radius: 16px;
}
@media screen and (max-width: 1025px) {
	#footer {
		margin: 0;
		padding: 22px 15px 10px 15px;
		border-radius: 6px;
	}
}

#footer p {
	text-align: center;
}

#footer address {
	padding-top: 0;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-family: 'CormorantGaramond', sans-serif;
}
@media screen and (max-width: 1025px) {
	#footer address {
		position: inherit;
		text-align: center;
		padding-top: 5px;
		bottom: 0;
		right: 0;
	}
}

#footer #foot_i {
	font-size: 20px;
	color: #FFF;
}




/* #contact
--------------------------*/
#contact {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
	#contact {
		margin-bottom: 10px;
	}
}

#contact h2 {
	font-size: 20px;
	color: #FFF;
	letter-spacing: 10px;
}

#contact p {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFF;
}

#contact .contact_form input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .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;
}


#contact .contact_form {
	/*display: none;*/
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	box-sizing: border-box;
	padding: 30px 20px 20px 20px;
	border-radius: 16px;
}
@media screen and (max-width: 1025px) {
	#contact .contact_form {
		padding: 15px 10px 10px 10px;
		border-radius: 6px;
	}
}

#contact .contact_form table {
	width: 100%;
	margin-bottom: 10px;
}
#contact .contact_form table td {
	padding-bottom: 15px;
}

#contact .contact_form table td input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	font-size: 12px;
}
#contact .contact_form table td textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border-color: #BBB;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	font-size: 12px;
}

#contact .contact_form p {
	text-align: center;
	margin-bottom: 10px;
}

#contact .contact_form p input {
	width: 200px;
	margin: 0 auto;
	padding: 20px 30px;
	color: #FFF;
	border-radius: 20px;
	background-color: #AAA;
	cursor: pointer;
}
#contact .contact_form p input:hover {
	opacity: 0.7;
	transition: .5s;
}








/* complete.php
--------------------------*/

#form_complete_header {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	text-align: center;
}
#form_complete_header img {
	width: 100%;
}

#form_complete {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#form_complete h2 {
	font-size: 14px;
}
#form_complete p {
	font-size: 12px;
	text-align: center;
	line-height: 130%;
}

#form_complete p.button_top a {
	width: 150px;
	padding: 12px 30px;
	background: #555;
	color: #FFF;
	display: block;
	margin: 30px auto 0 auto;
	border-radius: 8px;
	font-size: 14px;
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 781px) {
	
	
	/* 共通
	--------------------------*/
	
	h2 {
		font-size: 40px;
	}
	
	
	
	/* #top_contents
	--------------------------*/
	
	#top_contents {
		background-attachment: fixed;
	}
	
	#top_contents .top_logoarea h2 {
		padding-top: 0;
		width: 800px;
		text-align: center;
		box-sizing: border-box;
		font-size: 16px;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		margin: auto;
	}

	
	/* #map
	--------------------------*/
	#map {
		width: 65%;
	}
	
	
	/* #contact
	--------------------------*/
	#contact {
		height: 650px;
	}

	#contact p {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		font-size: 1vw;
	}

	#contact .contact_form input, button, textarea, select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}

	#contact .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;
	}


	#contact .contact_form {
		/*display: none;*/
		width: 100%;
		margin: 0 auto;
		background: #FFF;
		box-sizing: border-box;
		padding: 30px 20px 20px 20px;
	}

	#contact .contact_form table {
		width: 100%;
		margin-bottom: 10px;
	}
	#contact .contact_form table td {
		padding-bottom: 15px;
	}

	#contact .contact_form table td input {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		border-color: #BBB;
		border-style: solid;
		border-width: 1px;
		border-radius: 10px;
		font-size: 18px;
	}
	#contact .contact_form table td textarea {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		border-color: #BBB;
		border-style: solid;
		border-width: 1px;
		border-radius: 10px;
		font-size: 18px;
	}

	#contact .contact_form p {
		text-align: center;
		margin-bottom: 10px;
	}

	#contact .contact_form p input {
		width: 200px;
		margin: 0 auto;
		padding: 20px 30px;
		color: #FFF;
		border-radius: 20px;
		background-color: #AAA;
		cursor: pointer;
	}
	#contact .contact_form p input:hover {
		opacity: 0.7;
		transition: .5s;
	}
	
	
	
	
	/* #footer
	--------------------------*/
	#footer {
		padding: 22px 12% 10px 12%;
		position: relative;
	}

	#footer p {
		text-align: center;
	}

	#footer address {
		padding-top: 0;
		text-align: right;
		font-size: 0.8vw;
		color: #FFF;
		position: absolute;
		bottom: 10px;
		right: 20px;
	}
	
	
	
	
	/* complete.php
	--------------------------*/

	#form_complete_header {
		width: 571px;
		margin: 0 auto;
		text-align: center;
		padding-top: 50px;
		margin-bottom: 30px;
	}

	#form_complete {
		margin: 0 auto;
		text-align: center;
	}
	#form_complete h2 {
		font-size: 24px;
	}
	#form_complete p {
		font-size: 16px;
		text-align: center;
		line-height: 180%;
	}

	#form_complete p.button_top a {
		width: 150px;
		padding: 12px 30px;
		background: #555;
		color: #FFF;
		display: block;
		margin: 30px auto 0 auto;
		border-radius: 8px;
	}




	
	
}



@media screen and (max-width: 768px) and (max-height: 414px) {
/* 横幅768px以下で、高さ414px以下の場合 */
	
	#top_contents {
	}
	
	#top_contents .top_logoarea h2 {
		padding-top: 0;
		width: 30%;
		text-align: center;
		box-sizing: border-box;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		margin: auto;
	}
	
	#top_contents .top_logoarea .foot_arrow {
		display: none;
	}
	

	
	/* #contact
	--------------------------*/

	#contact p {
		font-size: 12px;
	}

	#contact .contact_form table td input {
		font-size: 12px;
	}
	#contact .contact_form table td textarea {
		font-size: 12px;
	}

	
	/* #footer
	--------------------------*/

	#footer address {
		font-size: 10px;

	}
	
	
	/* complete.php
	--------------------------*/


	#form_complete {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#form_complete h2 {
		font-size: 16px;
	}
	#form_complete p {
		font-size: 12px;
		text-align: center;
		line-height: 180%;
	}

	
}



/* #contents
----------------------------------------------------------------*/
/* class一覧
--------------------------*/


#wrapper .mb0  { margin-bottom: 0px !important; }
#wrapper .mb5  { margin-bottom: 5px !important; }
#wrapper .mb10 { margin-bottom: 10px !important; }
#wrapper .mb15 { margin-bottom: 15px !important; }
#wrapper .mb20 { margin-bottom: 20px !important; }
#wrapper .mb25 { margin-bottom: 25px !important; }
#wrapper .mb30 { margin-bottom: 30px !important; }
#wrapper .mb35 { margin-bottom: 35px !important; }
#wrapper .mb40 { margin-bottom: 40px !important; }
#wrapper .mb45 { margin-bottom: 45px !important; }
#wrapper .mb50 { margin-bottom: 50px !important; }
#wrapper .mb55 { margin-bottom: 55px !important; }
#wrapper .mb60 { margin-bottom: 60px !important; }
#wrapper .mb70 { margin-bottom: 70px !important; }
#wrapper .mb80 { margin-bottom: 80px !important; }
#wrapper .mb90 { margin-bottom: 90px !important; }
#wrapper .mb100 { margin-bottom: 100px !important; }
#wrapper .mb110 { margin-bottom: 110px !important; }
#wrapper .mb120 { margin-bottom: 120px !important; }
#wrapper .mb130 { margin-bottom: 130px !important; }
#wrapper .mb140 { margin-bottom: 140px !important; }
#wrapper .mb150 { margin-bottom: 150px !important; }
#wrapper .mb200 { margin-bottom: 200px !important; }
#wrapper .mb250 { margin-bottom: 250px !important; }
#wrapper .mb300 { margin-bottom: 300px !important; }

#wrapper .ml5  { margin-left: 5px !important; }
#wrapper .ml10  { margin-left: 10px !important; }
#wrapper .ml15  { margin-left: 15px !important; }
#wrapper .ml20  { margin-left: 20px !important; }

#wrapper .mr5  { margin-right: 5px !important; }
#wrapper .mr10  { margin-right: 10px !important; }
#wrapper .mr15  { margin-right: 15px !important; }
#wrapper .mr20  { margin-right: 20px !important; }

#wrapper .mt5  { margin-top: 5px !important; }
#wrapper .mt10  { margin-top: 10px !important; }

#wrapper .pt5  { padding-top: 5px !important; }
#wrapper .pt10  { padding-top: 10px !important; }

#wrapper .pr10  { padding-right: 10px !important; }

#wrapper .pl10  { padding-left: 10px !important; }



#wrapper .font-10 {	font-size: 10px !important; }
#wrapper .font-11 {	font-size: 11px !important; }
#wrapper .font-12 {	font-size: 12px !important; }
#wrapper .font-13 {	font-size: 13px !important; }
#wrapper .font-14 {	font-size: 14px !important; }
#wrapper .font-15 {	font-size: 15px !important; }
#wrapper .font-16 {	font-size: 16px !important; }
#wrapper .font-17 { font-size: 17px !important; }
#wrapper .font-18 {	font-size: 18px !important; }
#wrapper .font-20 {	font-size: 20px !important; }
#wrapper .font-24 {	font-size: 24px !important; }
#wrapper .font-30 {	font-size: 30px !important; }


#wrapper .text_b { font-weight: bold !important; }
#wrapper .text_n { font-weight: normal !important; }


#wrapper .flo_l { float: left !important; }
#wrapper .flo_r { float: right !important; }


#wrapper .left_text { text-align: left !important; }
#wrapper .right_text { text-align: right !important; }
#wrapper .center_text { text-align: center !important; }


#wrapper .text_red { color: rgb(202,80,132) !important; }
#wrapper .text_link { color: #00468C !important; }




.sa {
  opacity: 0;
  transition: all .7s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}





