﻿/* **************#contact************* */

#contact {
	padding: 7% 0 0 0;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1440px) {
#contact {
	padding: 10% 0 0 0;
	margin: 0 auto;
	width: 100%;
}
}

@media screen and (max-width: 680px) {
#contact {
	padding: 15% 0 0 0;
	margin: 0 auto;
}
}

#contact h1 {
	color: #22B0C7;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 200%;
	margin: 0 0 2% 0;
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	letter-spacing:5px;
}

@media screen and (max-width: 640px) {
#contact h1 {
	margin: 0 0 5% 0;
	}
}

#contact h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 200%;
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	letter-spacing:5px;
	margin: 0 0 5% 0;
}

#contact h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 200%;
	background-image:url(image);
	max-height: 100%;
	text-align: center;
	letter-spacing:5px;
}

#contact p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
}

#contact .message {
	padding: 0;
	margin: 0 auto 3% auto;
	width:70%;
}

#contact .message p {
	text-align: center;
}

@media screen and (max-width: 640px) {
#contact .message {
	padding: 0;
	margin: 0 auto 5% auto;
	width:90%;
}
#contact .message p {
	text-align: left;
}
}


/* **************#contact_menu************* */

#contact_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}

@media screen and (max-width: 1440px) {
#contact_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

@media screen and (max-width: 640px) {
#contact_menu {
	padding: 0;
	margin: 0 auto;
	width:100%;
}
}

#contact_menu .dit {
	-js-display: flex;
	display: flex;
	 flex: 1;
	margin:0 auto;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1140px;
}

@media screen and (max-width: 640px) {
#contact_menu .dit  {
 -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
}

#contact_menu .dit section {
	flex: 1;
}

@media screen and (max-width: 680px) {
#contact_menu .dit section {
	padding:0;
	width:100%;
}
}

#contact_menu .tel {
	padding: 10% 0;
	margin: 0 auto;
	width:100%;
	background-color: #22B0C7;
}

#contact_menu .tel h2 {
	color: #FFFFFF;
}

#contact_menu .tel h3 {
	color: #FFFFFF;
}

#contact_menu .faq {
	margin: 0 auto;
	width: 80%;
	padding: 10%;
}

@media screen and (max-width: 640px) {
#contact_menu .faq {
	width: 90%;
	padding: 10% 5%;
	}
}

#contact_menu .fdl {
	margin: 0;
	padding: 0;
}

#contact_menu .fdl dt {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.6em;
	text-align: left;
	margin-bottom: 15px;
}

#contact_menu .fdl dd {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height:1.6em;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #22B0C7;
}

#contact_menu .txt {
	margin: 0 auto;
	width: 80%;
	padding: 10%;
}

@media screen and (max-width: 640px) {
#contact_menu .txt {
	width: 90%;
	padding: 10% 5%;
	}
}

#contact_menu .txt h2 {
	color: #FFFFFF;
} 

#contact_menu .txt p {
	color: #FFFFFF;
}

#contact_menu .txt dl {
	/*width: 100%;*/
	margin: 0 auto;
	padding:3% 0 ;
}

#contact_menu .txt dl dt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	word-break: keep-all;
	margin-bottom: 1%;
	color: #FFFFFF;
}

#contact_menu .txt dl dd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	margin-bottom: 3%;
}

#contact_menu .txt dl dt a:link {
	color: #568800;
}

#contact_menu .txt dl dt a:visited {
	text-decoration:none;
	color: #568800;
}

#contact_menu .txt dl dt a:hover{
	text-decoration: underline;
	color: #568800;
}

#contact_menu .txt dl dt a:active {
	text-decoration:none;
	color: #568800;
}

@media screen and (max-width: 680px) {
	#contact_menu .txt dt {
		font-size: 88%;
	}
	#contact_menu .txt dd {
		font-size: 88%;
	}
}

#contact .privacy {
  padding: 5%;
	margin-bottom: 2%;
  height: 300px;
  background-color: #EFEFEF;
  overflow: scroll;
}

#contact .privacy h5 {
	font-size: 88%;
}

#contact .privacy p {
	font-size: 88%;
}

#contact_menu .ptbl {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}

#contact_menu .ptbl th {
	margin:0;
	padding: 10px 10px 5px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:88%;
	line-height:1.6em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
	border-bottom:1px solid #EFEFEF;
}

#contact_menu .ptbl td {
	margin:0;
	padding: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:88%;
	line-height:1.6em;
	text-align:left;
	vertical-align: top;
	background-image:url(image);
	max-height: 100%;
	word-break: break-all;
}

#contact .mform_in {
	margin:0;
	padding:0;
	clear: both;
}

#contact .mform_in .button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	padding: 15px 0px 15px 0px;
	margin: 0 5%;
	width: 40%;
	background-image: url(image);
	max-height: 100%;
	cursor: pointer;
	border: none;
	background-color: #E38A44;
	color: #FFFFFF;
}

#contact .mform_in .button:hover {
	background-color: #EDDC59;
	color:#000000;
}

@media screen and (max-width: 640px) {
#contact .mform_in .button {
	width:90%;
	margin-bottom: 5%;
	padding: 10px 0px 10px 0px;
	font-size: 88%;
}
}

#contact .mform_in .cbutton {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	padding: 15px 0px 15px 0px;
	margin: 0 5%;
	width: 40%;
	background-image: url(image);
	max-height: 100%;
	cursor: pointer;
	border: none;
	background-color: #666666;
	color: #FFFFFF;
}

#contact .mform_in .cbutton:hover {
	background-color: #EDDC59;
	color:#000000;
}

@media screen and (max-width: 640px) {
#contact .mform_in .cbutton {
	width:90%;
	margin-bottom: 0;
	padding: 10px 0px 10px 0px;
	font-size: 88%;
}
}

@media screen and (max-width: 680px) {
#contact input,#contact textarea {
	width: 100%;
	margin: 0;
}
}

#contact input[type="checkbox"] {
	border: 1px solid #aaa;
	width: 20px;
	height: 20px;
	padding: 1% 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="tel"],#contact select ,
#contact textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	text-align: left;
	background-image:url(image);
	max-height: 100%;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 1% 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
#contact input[type="text"]:focus,#contact input[type="email"]:focus,#contact input[type="tel"]:focus,
#contact textarea:focus {
	box-shadow: 0 0 1px #F3D20E;
	border: 1px solid #F3D20E;
}

#contact input[type="text"] {
	width: 40%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="text"]:focus
{
	width: 70%;
}

#contact input[type="email"] {
	width: 60%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="email"]:focus
{
	width: 100%;
}

#contact input[type="tel"] {
	width: 30%;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#contact input[type="tel"]:focus
{
	width: 100%;
}
#contact input[type="textarea"] {
	width: 100%;
	-webkit-transition: width .3s;
	transition: width .3s;
}	
