/*=================================================================
Version:  1.0
Author: 
Author URI: 
Tags:  Original
=================================================================*/

/* elements tags
----------------------------------------------------------------*/



/*SPANS BUTTONS*/

a.center_btn{
		display: table;
		margin: 0 auto;
}

p.red{
	color: #BF0000;
	text-align: center;
	line-height: 180%;
}

strong.red{
	font-weight: normal;	
	color:  #BF0000;
}


span.city {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 0.875rem;
}

span.small {
	display: block;
	width: 100%;
	background: none!important;
	border: none!important;
	color: #000!important;	
	font-size: 0.875rem!important;
}

table.layout{
	border: none!important;
	background: none!important;
}

table.layout th{
	background: none!important;
	border: none!important;
	width: 860px!important;
	padding: 0!important;
}

table.layout td{
	background: none!important;
	border: none!important;
	width: 504px!important;
	padding: 0!important;
}


/*PC_MODE AND SP_MODE*/

@media screen and (min-width:767px){
.pc_mode{ display: block; }
.sp_mode{ display: none; }
}
@media screen and (max-width:767px){
.pc_mode{ display: none; }
.sp_mode{ display:; }
}


.h_type03{
		position: relative;

		font-size: 1.5rem;
		line-height: 160%;
		font-weight: bold;
		color: #006633;
		text-align: center;
		margin-bottom: 50px;
		letter-spacing: 5px;
}
.h_type03:after{
		content: "";

		display: block;

		width: 80px;
		height: 4px;

		position: absolute;

		left: 0;
		right: 0;
		bottom: -20px;

		margin: auto;

		background: #006633;
}


.h_type04{
	width: 960px;
    margin: 0 auto 18px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	color: #063;
}


#submit,#amend,#sendmail{
	cursor: pointer;
	border: none;
	background: none;
	width: 416px;
	height: 70px;
}

@media screen and (max-width:767px){
	#submit,#amend,#sendmail{
		cursor: pointer;
		border: none;
		background: none;
		width: 100%;
		height: 0;
		margin: 0;
		padding-bottom: 19%;
	}
}

#submit{
	background: url(../img/check_btn_d.png) no-repeat 0 0;
	background-size: 100% auto;
}

#submit:hover{
	background-image: url(../img/check_btn_h.png);
}

#amend{
	background: url(../img/back_btn_d.png) no-repeat 0 0;
	background-size: 100% auto;
}

#amend:hover{
	background-image: url(../img/back_btn_h.png);
}

#sendmail{
	background: url(../img/submit_btn_d.png) no-repeat 0 0;
	background-size: 100% auto;
}

#sendmail:hover{
	background-image: url(../img/submit_btn_h.png);

}

@media screen and (min-width:767px){
	
#wrapper{
	padding-top: 0;	
}

/*PARAGRAPHS*/



section.contact01 p {
	font-size: 1rem;
}

section.contact01 p.p_input_box {
	display: inline-block;
}

section.contact01 p.catch_txt{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}

section.contact01 p.left_txt {
	width: 960px;
	margin: 0 auto 20px;
	line-height: 180%;
}

section.contact01 p.center_txt{
	text-align: center;
}

section.contact01 #form_error{
		color: #C00;
		margin-top: 0;
		font-weight: bold;	
}

section.contact01{
	float: none;
	margin: 0 auto;
	border: 0;	
}
	
body{
	overflow-x: hidden;
}

p.alert{
	font-size: 0.875rem;
	color: #333;
	width: 880px;
	margin: 0 auto;
}

/*div.page > h1{
		margin: 5% auto 0;
		padding-bottom: 17px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #14429a;
}

div.page > h1 span{
	font-size: 0.75rem;
	color: #000;
	font-weight: normal;
}

div.page > h1:after{
		content: "";
		display: block;
		margin: 20px auto;
		width: 50px;
		height: 3px;
		background: #14429a;
}*/

.ui-datepicker-trigger{
		padding: 10px;
		vertical-align: middle;
}


section.contact01 table tbody tr th span {
	float: right;
	display: inline;
	margin: 7px 0px 0 0;
	padding: 0 1em;
	font-size: 10px;
	font-weight: normal;
	color: #EFEFEF;
	vertical-align: middle;
	line-height: 160%;
	background: #C00;
}

section.contact01 table tbody tr td textarea{
	resize: vertical;
	width: 100%;
	height: 8em;
	
	padding: 5px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

section.contact01 table tbody tr td input{
	display: inline-block;
	
	padding: 4px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

section.contact01 table tbody tr td input,
section.contact01 table tbody tr td textarea,
section.contact01 table tbody tr td select{
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  font-size: 1rem;
}
section.contact01 table tbody tr td input:focus,
section.contact01 table tbody tr td input.focus,
section.contact01 table tbody tr td textarea:focus,
section.contact01 table tbody tr td textarea.focus,
section.contact01 table tbody tr td select:focus,
section.contact01 table tbody tr td select.focus {
  border-bottom: solid 2px #18223F;
}



section.contact01 table tbody tr td select{
	margin: 10px 0;
	padding: 10px;
	width: 30%;	
}


section.contact01 table tbody tr.room td select{
	width: 300px;
	padding-left: 0;
	font-size: 0.875rem;
}

:focus{
   outline:0;
}


section.contact01 table tbody tr td input.small{width: 25%;}
section.contact01 table tbody tr td input.middle{width: 50%;}
section.contact01 table tbody tr td input.big{width: 75%;}
section.contact01 table tbody tr td input.max{width: 100%;}

section.contact01 .submit_box{
		margin: 40px 0 0;
		
		text-align: center;
}

section.contact01 .submit_box input,
section.contact01 .submit_box a{
		display: inline-block;
		margin: 0 10px 10px;
		vertical-align: top;
	
}

section.contact01 .close_btn{
		display: block;
		
		margin: 30px auto;
		
		/*width: 75%;*/
		
		padding: 20px;
		
		color: #666;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		
		background: #EFEFEF;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
}

*{
  	box-sizing:border-box;
}

section.contact01 input[type="radio"] + label,section.contact01 input[type="checkbox"] + label {
	color: #000;   
	font-size: 1em;
	cursor: pointer;
}

section.contact01 input[type="radio"] + label{
	margin-right: 40px;
}

section.contact01 input[type="radio"],
section.contact01 input[type="checkbox"] {
	position:absolute;
	opacity:0;
	cursor: pointer;

}

section.contact01 input[type="radio"]:hover, section.contact01 input[type="radio"]:focus, section.contact01 input[type="radio"]:hover + label, section.contact01 input[type="radio"]:focus + label,
section.contact01 input[type="checkbox"]:hover, section.contact01 input[type="checkbox"]:focus, section.contact01 input[type="checkbox"]:hover + label, section.contact01 input[type="checkbox"]:focus + label {
	border-color: #ddd;
	color: #ddd;
  }

section.contact01 input[type="radio"]:checked + label,
section.contact01 input[type="checkbox"]:checked + label {
	color: black;
	position:relative;
}

section.contact01 input[type="radio"] + label:before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 1px;
	position: relative;
	top: 4px;
	display: inline-block;
	background-color: #fff;
	border-radius: 1em;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 1px 0px #a6a6a6;
}

section.contact01 input[type="checkbox"] + label::before {
	content: '';
	width: 21px;
	height: 21px;
	margin-right: 0;
	position: relative;
	top: 7px;
	display: inline-block;
	background-color: #FFF;
	border-radius: 5px;
	border: 3px solid #EEEEEE;
}

section.contact01 input[type="checkbox"]:checked + label::after {
	content: url(../img/icon/check.png);
	display: block;
	position: absolute;
	top: -1px;
	left: 4px;
	width: 12px;
	height: 12px;
	color: #888C96;
	background: none;
	border-radius: 4px;
}

section.contact01 table input[type="checkbox"]:checked + label::after {
	top: -5px
}

section.contact01 input[type="radio"]:checked + label::before {
	border-color: #fff;
}


section.contact01 input[type="radio"]:checked + label::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
	display: inline-block;
	background-color: #C9C9C9;
	border-radius: 50%;
}


/*CONTACT*/

section.contact01{
	padding-top: 50px;
	padding-bottom: 100px;
}

section.contact01 div.contents{
	width: 100%;
}

section.contact01 h2.type05{
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #F18A44;
}

section.contact01 h2.type05:after{
	content: "";
	display: block;
	margin: 20px auto;
	width: 50px;
	height: 3px;
	background: #F18A44;
}

section.contact01 p{

}

section.contact01 .tel_box{
	margin-top: 50px;
	text-align: center;
	padding: 40px 0;
	background: #eee;
}	

section.contact01 p.center_btn{
	display: table;
	margin: 50px auto 100px;
	cursor: pointer;
}

section.contact01 div.btns{
	text-align: center;
}

section.contact01 div.btns p{ 
	display: inline-block;
	margin: 4%;
}



/*TABLES*/

/*table01*/

section.contact01 table.table01{
	max-width: 960px;
	width: 98%;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 1rem;
	line-height: 190%;
}

section.contact01 table.table01 th{
	background: #EAE8E3;
	color: #000;
	font-weight: bold;
	border: 1px solid #fff;
	font-weight: normal;
	padding: 20px;
	vertical-align: top;
	max-width: 860px;
	width: 90%;
	text-align: left;
}

section.contact01 table.table01 td{
	background: #f3f2ef;
	border: 1px solid #fff;
	color: #11182C;
	padding: 20px 30px;
}

section.contact01 table.table01.text th{
	max-width: 250px;
	width: 26%;
}

section.contact01 table.table01.text td{
	padding: 20px 50px;
}


section.contact01 table.table01 td dl{
	margin-bottom: 20px;
}

section.contact01 table.table01 td dl:last-child{
	margin-bottom: 0;
}

/*PRIVACY POLICY*/

section.contact01 #privacyPolicy{
	margin: 2% auto;
	padding: 22px 19px;
	
	max-width: 960px;
	height: 140px;
	
	overflow-y: scroll;

	background: #FFF;
	border: 1px #CCC solid;

	text-align: left;
	font-size: 12px;
	width: 100%;
}

section.contact01 #privacyPolicy ul{
	margin: 0;
	padding: 0;
}

section.contact01 #privacyPolicy ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

section.contact01 #privacyPolicy ul dl{
	margin: 0 0 20px;
	padding: 0;
	
	
	line-height: 160%;
}

section.contact01 #privacyPolicy ul dl dt{
	margin: 0 0 0 0.5em;
	padding: 0;

	font-weight: bold;
	text-align: left;
}

section.contact01 #privacyPolicy ul dl dt.first{
	margin: 0;
}

section.contact01 #privacyPolicy ul dl dd{
	padding: 0;
	
	line-height: 160%;
	margin: 1% 3%;
}

section.contact01 #privacyPolicy ul dl dd.first{
	padding: 0;
	
	line-height: 160%;
}

section.contact01 #privacyPolicy ul dl dd.first p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 160%;
}

section.contact01 #privacyPolicy ul dl dd.first p.righti{
	float: right;
}

section.contact01 #privacyPolicy ul dl dd.first p.ki{
	text-align: center;
}

.ui-widget-header .ui-icon {
	background-image: url("../js/jquery-ui-1.11.4.custom/images/ui-icons_555555_256x240.png");
}
}



/* SP STYLE *//* SP STYLE */           /* SP STYLE *//* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE *//* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE */  /* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE */   /* SP STYLE */
/* SP STYLE */                         /* SP STYLE */    /* SP STYLE */
/* SP STYLE */                         /* SP STYLE */   /* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE */  /* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE *//* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE *//* SP STYLE */
              /* SP STYLE */           /* SP STYLE */
              /* SP STYLE */           /* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE */
/* SP STYLE *//* SP STYLE */           /* SP STYLE */
/* SP STYLE *//* SP STYLE mart */      /* SP STYLE hone*/



@media screen and (max-width:767px){

table.layout th{
	font-weight: bold!important;
}

.ui-widget-header .ui-icon {
	background-image: url("../js/jquery-ui-1.11.4.custom/images/ui-icons_555555_256x240.png");
}

#wrapper{
	padding-top: 0;	
}

h1{
	text-align: center;
	position: relative;
	height: auto;
	background-position: 0 7px !important;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-top: 5%;
	font-size: 1.626rem;
	text-align: center;
}

h1 span{
		background: url(/wp-content/themes/appiness/common/img/other/icon_palm.png) no-repeat 0 0;
		padding-left: 30px;
		display: inline-block;;
}


.h_type04{
	width: initial;
	font-size: 18px;
}

p,html{
	font-size: 14px;
}

/*PARAGRAPHS*/

section.contact01 {
	font-size: 1rem;
}

section.contact01 p.center {
	display: block;
	margin: 5% auto 0;
	width: 90%;
}

section.contact01 p.alert{
	display: block;
	margin: 0 auto 5%;
	width: 90%;
}

section.contact01 p.center_btn {
	display: block;
	margin: 0 auto 0;
	width: 90%;
}

section.contact01 p.catch_txt{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}

section.contact01 p.left_txt {
	width: 100%;
	/*margin: 5%;*/
	line-height: 180%;
}

section.contact01 p.center_txt{
	text-align: center;
}

section.contact01 #form_error{
		color: #C00;
		margin-top: 0;
		font-weight: bold;	
}

section.contact01{
	float: none;
	margin: 0 auto;
	border: 0;	
}
	
body{
	overflow-x: hidden;
}


.ui-datepicker-trigger{
		padding: 4px 3% 14px;
		vertical-align: middle;
}

section.contact01 table tbody tr th span {
	float: initial;
	display: block;
	width: 40px;
	margin: 0;
	padding: 0 1em;
	font-size: 10px;
	font-weight: normal;
	color: #EFEFEF;
	vertical-align: middle;
	line-height: 160%;
	background: #C00;
	margin-bottom:10px;
	box-sizing: border-box;
}

section.contact01 table tbody tr td textarea{
	width: 100%;
	height: 8em;
	
	padding: 5px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

section.contact01 table tbody tr td input{
	display: inline-block;
	
	padding: 4px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

section.contact01 table tbody tr td input,
section.contact01 table tbody tr td textarea,
section.contact01 table tbody tr td select{
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  font-size: 1.4rem;
}
section.contact01 table tbody tr td input:focus,
section.contact01 table tbody tr td input.focus,
section.contact01 table tbody tr td textarea:focus,
section.contact01 table tbody tr td textarea.focus,
section.contact01 table tbody tr td select:focus,
section.contact01 table tbody tr td select.focus {
  border-bottom: solid 2px #18223F;
}



section.contact01 table tbody tr td select{
	margin: 10px 0;
	padding: 10px;
	width: 90%;
	font-size: 0.875rem;
}

:focus{
   outline:0;
}


section.contact01 table tbody tr td input.small{width: 59%;}
section.contact01 table tbody tr td input.middle{width: 100%;}
section.contact01 table tbody tr td input.big{width: 75%;}
section.contact01 table tbody tr td input.max{width: 100%;}

section.contact01 .submit_box{
		width: 95%;
		display: block;
		margin: 40px auto 0;
		/* text-align: center; */
}

section.contact01 .submit_box input{
		display: inline-block;
		margin: 0 10px 10px;
	
}

section.contact01 .close_btn{
		display: block;
		
		margin: 30px auto;
		
		/*width: 75%;*/
		
		padding: 20px;
		
		color: #666;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		
		background: #EFEFEF;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
}

*{
  	box-sizing:border-box;
}

section.contact01 input[type="radio"] + label,section.contact01 input[type="checkbox"] + label {
	color: #000;   
	font-size: 0.9em;
	cursor: pointer;
}

section.contact01 input[type="radio"] + label{
	margin-right: 4%;
}

section.contact01 input[type="radio"],
section.contact01 input[type="checkbox"] {
	position:absolute;
	opacity:0;
	cursor: pointer;

}

section.contact01 input[type="radio"]:hover, section.contact01 input[type="radio"]:focus, section.contact01 input[type="radio"]:hover + label, section.contact01 input[type="radio"]:focus + label,
section.contact01 input[type="checkbox"]:hover, section.contact01 input[type="checkbox"]:focus, section.contact01 input[type="checkbox"]:hover + label, section.contact01 input[type="checkbox"]:focus + label {
	border-color: #ddd;
	color: #ddd;
  }

section.contact01 input[type="radio"]:checked + label,
section.contact01 input[type="checkbox"]:checked + label {
	color: black;
	position:relative;
}

section.contact01 input[type="radio"] + label:before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 1px;
	position: relative;
	top: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 1em;
	border: 3px solid #FFFFFF;
}

section.contact01 input[type="checkbox"] + label::before {
	content: '';
	width: 21px;
	height: 21px;
	margin-right: 0;
	position: relative;
	vertical-align: middle;
	display: inline-block;
	background-color: #FFF;
	border-radius: 5px;
	border: 3px solid #EEEEEE;
}

section.contact01 input[type="checkbox"]:checked + label::after {
	content: url(../img/icon/check.png);
	display: block;
	position: absolute;
	top: -4px;
	bottom: 0;
	margin: auto;
	left: 4px;
	width: 12px;
	height: 12px;
	color: #888C96;
	background: none;
	border-radius: 4px;
}

section.contact01 input[type="radio"]:checked + label::before {
	border-color: #fff;
}


section.contact01 input[type="radio"]:checked + label::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
	display: inline-block;
	background-color: #C9C9C9;
	border-radius: 50%;
}



/*CONTACT*/

section.contact01{
	padding-top: 5%;
	padding-bottom: 24%;
}

section.contact01 div.contents{
	width: 100%;
}

section.contact01 p {
	display: inline-block;
	width: auto;
}

section.contact01 p#submit {
	margin-bottom: 4%;
}

section.contact01 p img{
	width: 100%;
	height: auto;
}

section.contact01 .tel_box{
	margin-top: 50px;
	text-align: center;
	padding: 40px 0;
	background: #eee;
}	

section.contact01 a.center_btn{
	display: table;
	margin: 50px auto 100px;
}


/*TABLES*/

/*table01*/

section.contact01 table.table01{
	width: 100%;
	margin: 0 auto 12%;
	color: #333;
	font-size: 1rem;
	line-height: 190%;
	/*display: table;*/
}

section.contact01 table.table01 tr{
	/*display:table-cell !important;*/
}

section.contact01 table.table01 th{
	/*display: block !important;*/
	background: #EAE8E3;
	border: 1px solid #fff;
	font-weight: normal;
	padding: 4%;
	vertical-align: top;
	width: 80% !important;
	text-align: left;
	/*clear: both;
	float:left;*/
	box-sizing: border-box;
}

section.contact01 table.table01.text th{
	width: 100% !important;
    display: flex !important;
    align-items: center;
}

section.contact01 table.table01.text th span{
	margin-bottom: 0;
	margin-left: 5px;
}


section.contact01 table.table01 td{
	/*display: block !important;*/
	background: #f3f2ef;
	font-size: 0.875rem;
	border: 1px solid #fff;
	/*float:left;*/
	color: #333;
	padding: 5%;
	width: 20% !important;
	box-sizing: border-box;
}

section.contact01 table.table01.text td{
	display: block !important;
	width: 100% !important;
}

section.contact01 table.table01 td dl{
	margin-bottom: 20px;
}

section.contact01 table.table01 td dl:last-child{
	margin-bottom: 0;
}

/*PRIVACY POLICY*/

section.contact01 #privacyPolicy{
	margin: 2% auto;
	padding: 22px 19px;
	
	max-width: 960px;
	height: 140px;
	
	overflow-y: scroll;

	background: #FFF;
	border: 1px #CCC solid;

	text-align: left;
	font-size: 12px;
	width: 100%;
}

section.contact01 #privacyPolicy ul{
	margin: 0;
	padding: 0;
}

section.contact01 #privacyPolicy ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

section.contact01 #privacyPolicy ul dl{
	margin: 0 0 20px;
	padding: 0;
	
	
	line-height: 160%;
}

section.contact01 #privacyPolicy ul dl dt{
	margin: 0 0 0 0.5em;
	padding: 0;

	font-weight: bold;
	text-align: left;
}

section.contact01 #privacyPolicy ul dl dt.first{
	margin: 0;
}

section.contact01 #privacyPolicy ul dl dd{
	padding: 0;
	
	line-height: 160%;
	margin: 1% 3%;
}

section.contact01 #privacyPolicy ul dl dd.first{
	padding: 0;
	
	line-height: 160%;
}



}
