@charset "UTF-8";
/* ===================================================================
CSS information
 Author   : City Field Kagohara
 CSS Name : contact.css
 CSS Info : お問い合わせ
=================================================================== */
.con_pnav ul, .con_contact .box_pri{
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.con_pnav ul, .con_contact .box_pri{
		width: 95%;
	}
}

@media print {
	.con_pnav ul, .con_contact .box_pri{
		width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul, .con_contact .box_pri{
		width: 90%;
	}
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav {
	padding: 15px 0;
	margin-top: 60px;
	background: #f4f4f4;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_pnav {
		padding: 13px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav {
		padding: 1em 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_pnav {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav {
		margin-top: 1.5em;
	}
}

.con_pnav ul {
	letter-spacing: -.4em;
	text-align: center;
}

.con_pnav ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin: 0 0 0 0.58333%;
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li {
		margin: 0.5em 0 0 2%;
	}
}

@media only screen and (min-width: 768px) {
	.con_pnav ul li {
		width: 265px;
	}
	.con_pnav ul li:first-child {
		margin-left: 0;
	}
}

@media print {
	.con_pnav ul li {
		width: 265px;
	}
	.con_pnav ul li:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li {
		width: 49%;
	}
	.con_pnav ul li:nth-child(odd) {
		margin-left: 0;
	}
	.con_pnav ul li:nth-child(-n+2) {
		margin-top: 0;
	}
}

.con_pnav ul li a {
	position: relative;
	display: block;
	padding: 12px 0.5em;
	text-decoration: none;
	border: 1px solid #b2846e;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	-webkit-transition: background 400ms ease, color 400ms ease;
	-moz-transition: background 400ms ease, color 400ms ease;
	-o-transition: background 400ms ease, color 400ms ease;
	transition: background 400ms ease, color 400ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_pnav ul li a {
		padding: 10px 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li a {
		padding: 0.5em 0.8em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_pnav ul li a {
		font-size: 113%;
	}
}

@media print {
	.con_pnav ul li a {
		font-size: 113%;
	}
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li a {
		font-size: 88%;
		line-height: 2.7;
	}
}

.con_pnav ul li a:before, .con_pnav ul li a:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.con_pnav ul li a:after {
	content: "";
	margin-left: .5em;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -.5em;
	font-size: 84%;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li a:after {
		right: 0.5em;
	}
}

.con_pnav ul li a:hover {
	background: #b2846e;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.con_pnav ul li.l2 a {
		line-height: 1.35;
	}
}

/* -----------------------------------------------------------
	.con_contact
----------------------------------------------------------- */
.con_contact .box_pri h3 {
	margin-bottom: 55px;
	text-align: center;
	font-size: 150%;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri h3 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri h3 {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri h3 {
		font-size: 132%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri h3 {
		font-size: 113%;
	}
}

.con_contact .box_pri h3:after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px auto 0;
	background: #ff6317;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri h3:after {
		margin: 12px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri h3:after {
		margin: 0.5em auto 0;
	}
}

.con_contact .box_pri h3 + .wrp_pri {
	margin-top: 0;
}

/**追加**/
.con_contact .box_pri .txt {
		text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .txt {
		text-align: center;
	}
}

/**ここまで**/

.con_contact .box_pri .wrp_pri {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri {
		margin-top: 1em;
	}
}

.con_contact .box_pri .wrp_pri .st {
	margin-bottom: 8px;
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri .st {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri .st {
		margin-bottom: 0.3em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_contact .box_pri .wrp_pri .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media print {
	.con_contact .box_pri .wrp_pri .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri .st {
		font-size: 113%;
		letter-spacing: .03em;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri .st {
		font-size: 94%;
	}
}

.con_contact .box_pri .wrp_pri .inner > * {
	margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri .inner > * {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri .inner > * {
		margin-top: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri .inner > * {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri .inner > * {
		font-size: 82%;
	}
}

.con_contact .box_pri .wrp_pri .inner > *:first-child {
	margin-top: 0;
}

.con_contact .box_pri .wrp_pri .inner ul {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .wrp_pri .inner ul {
		margin-top: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .wrp_pri .inner ul {
		margin-top: 0.3em;
	}
}

.con_contact .box_pri .wrp_pri .inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.con_contact .box_pri .txt_end {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .txt_end {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .txt_end {
		margin-top: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .box_pri .txt_end {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .box_pri .txt_end {
		font-size: 82%;
	}
}

.con_contact.terms {
	padding: 60px 0 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact.terms {
		padding: 50px 0 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact.terms {
		padding: 2em 0;
	}
}

/** contact iframe **/

.con_contact .iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 768px) {
.con_contact .iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
}

@media print {
	.con_contact .iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
}



/*プライバシーポリシー*/

.con_contact .policy .box_pri h3 {
	margin-bottom: 55px;
	text-align: center;
	font-size: 150%;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	letter-spacing: .06em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri h3 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri h3 {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri h3 {
		font-size: 132%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri h3 {
		font-size: 113%;
	}
}

.con_contact .policy .box_pri h3:after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px auto 0;
	background: #ff6317;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri h3:after {
		margin: 12px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri h3:after {
		margin: 0.5em auto 0;
	}
}

.con_contact .policy .box_pri h3 + .wrp_pri {
	margin-top: 0;
}

/**追加**/
.con_contact .policy .box_pri .txt {
		text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .txt {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .txt {
		text-align: center;
	}
}

/**ここまで**/

.con_contact .policy .box_pri .wrp_pri {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy.box_pri .wrp_pri {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .wrp_pri {
		margin-top: 1em;
	}
}

.con_contact .policy .box_pri .wrp_pri .st {
	margin-bottom: 8px;
	color: #b2846e;
	font-family:  "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif", serif;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .wrp_pri .st {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy.box_pri .wrp_pri .st {
		margin-bottom: 0.3em;
	}
}

@media only screen and (min-width: 1200px) {
	.con_contact .policy .box_pri .wrp_pri .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media print {
	.con_contact .policy .box_pri .wrp_pri .st {
		font-size: 125%;
		letter-spacing: .06em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .wrp_pri .st {
		font-size: 113%;
		letter-spacing: .03em;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .wrp_pri .st {
		font-size: 94%;
	}
}

.con_contact .policy .box_pri .wrp_pri .inner > * {
	margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .wrp_pri .inner > * {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy.box_pri .wrp_pri .inner > * {
		margin-top: 0.8em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .wrp_pri .inner > * {
		font-size: 94%;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .wrp_pri .inner > * {
		font-size: 82%;
	}
}

.con_contact .policy .box_pri .wrp_pri .inner > *:first-child {
	margin-top: 0;
}

.con_contact .policy .box_pri .wrp_pri .inner ul {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact .policy .box_pri .wrp_pri .inner ul {
		margin-top: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact .policy .box_pri .wrp_pri .inner ul {
		margin-top: 0.3em;
	}
}

.con_contact .policy .box_pri .wrp_pri .inner ul li {
	padding-left: 1em;
	text-indent: -1em;
}



.con_contact.policy {
	padding: 75px 0 80px;
	background: #f3ece3;
}

.con_contact.policy .box_pri .wrp_pri .inner .txt{
	text-align: left;
}

.con_contact.policy .box_pri .wrp_pri ul li{
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.con_contact.policy {
		padding: 60px 0 65px;
	}
}

@media only screen and (max-width: 767px) {
	.con_contact.policy {
		padding: 2em 0;
	}
}

.con_contact.policy ol li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}

/* -----------------------------------------------------------
	ContactForm7カスタマイズ
----------------------------------------------------------- */
/*　フォーム全体　*/
.con_contact #cf7-area {
	width:80%;
	margin: 0 auto;
	font-family: "Meiryo","メイリオ","遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}

.con_contact #cf7-area .cf7-item-a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin:1em 0;
	padding:1em 0;
	background-color:#fff;
}

.con_contact #cf7-area .cf7-item-b {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin:1em 0;
	padding:1em 0;
	background-color:#EFFFD7;
}

.con_contact #cf7-area .cf7-item-a .cf7-q ,.con_contact #cf7-area .cf7-item-b .cf7-q {
	width: 30%;
	margin: 0 1em;
	padding:0 5px;
}

.con_contact #cf7-area .cf7-a {
	width: 70%;
	margin: 0 1em;
	padding:0 5px;
}

/*　見出し　*/
.con_contact #cf7-area .form-heading
{
width: 100%;
background-color: #007712;
border-left: 1em solid #7DC188;
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.con_contact #cf7-area .form-heading p {
margin: 0;
}

/* 各項目共通 */
.con_contact  #cf7-area label{
font-weight:bold;
}

#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea {
background: #F0F8FF;
width:0 auto;
margin-left:10px;
}

#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area textarea:focus {
background: #F8FFF4;
border: 2px solid #007712;
outline: 0;
}

#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type="submit"]
{
width: 100%;
background-color: #191970;
border: 2px solid #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="submit"]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

#cf7-area input[type="button"]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="button"]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

#cf7-area input[type="reset"]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="reset"]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.con_contact #cf7-area .cf7-item-a .cf7-q .cf7-req ,.con_contact #cf7-area .cf7-item-b .cf7-q .cf7-req{
font-size:.8em;
padding: 4px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

/*　任意ラベル　*/
.con_contact #cf7-area .cf7-item-a .cf7-q .cf7-any ,.con_contact #cf7-area .cf7-item-b .cf7-q .cf7-any {
font-size:.8em;
padding: 4px 6px;
background: #0000cd;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

@media screen and (min-width: 1200px){
.con_contact #cf7-area {
	width:85%;
	margin: 0 auto;
	font-family: "Meiryo","メイリオ","遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}
}

@media screen and (max-width: 1199px){
.con_contact #cf7-area {
	width:80%;
	margin: 0 auto;
	font-family: "Meiryo","メイリオ","遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}
}

@media only screen and (min-width: 768px){
.con_contact #cf7-area {
	width:100%;
	margin: 0 auto;
	font-family: "Meiryo","メイリオ","遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}
}

@media screen and (max-width:767px){
.con_contact #cf7-area {
	width:100%;
	margin: 0 auto;
	font-family: "Meiryo","メイリオ","遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}
	
.con_contact #cf7-area .cf7-item-a{
display: block;
}
	
.con_contact #cf7-area .cf7-item-b{
display: block;
}

.con_contact #cf7-area label{
display: block;
margin-bottom: 10px;
}

.con_contact #cf7-area .cf7-item-a .cf7-q ,.con_contact #cf7-area .cf7-item-b .cf7-q {
width: 93%;
margin: 0;
}

.con_contact #cf7-area .cf7-a {
width: 93%;
}

.con_contact #cf7-area .cf7-item-a .cf7-a input[type="text"], .con_contact #cf7-area .cf7-item-a .cf7-a input[type="email"], .con_contact #cf7-area .cf7-item-a .cf7-a input[type="tel"], .con_contact #cf7-area .cf7-item-a .cf7-a textarea ,.con_contact #cf7-area .cf7-item-b .cf7-a input[type="text"], .con_contact #cf7-area .cf7-item-b .cf7-a input[type="email"], .con_contact #cf7-area .cf7-item-b .cf7-a input[type="tel"], .con_contact #cf7-area .cf7-item-b .cf7-a textarea{
margin-left: 0;
}

.con_contact #cf7-area .cf7-submit{
width: 90%;
}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*余白*/
#appeal {
  height: 20vw;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*# sourceMappingURL=../maps/contact.css.map */
