@charset "utf-8";

/* ---------------------------------------------------
   File: contact.css
   Version: 1.0.0
   Update: 2021-10-28
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* ====================================================
		common
==================================================== */

/* -------------------------------
		Main
------------------------------- */
#main {
	background-color: #f6f6f6;
}

/* -------------------------------
		Main Visual
------------------------------- */
#main #mainVisual .photo {
  background: url("../contact/images/bg_header.jpg") no-repeat center center;
	background-size: cover;
}

/* -------------------------------
		Page Path
------------------------------- */
#pagePath {
	margin-bottom: -1px;
}





/* ====================================================
		Tel
==================================================== */
#main #telBox {
	margin-bottom: 90px;
}

/* -------------------------------
		Title
------------------------------- */
#main .row .headLine05 {
  margin-bottom: 100px;
}

#main .telList {
	display: flex;
	justify-content: space-between;
}
#main .telList li {
	padding: 67px 30px 79px;
	width: calc(50% - 20px);
	background-color: #fff;
	border-top: 1px solid #b50009;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	text-align: center;
	box-sizing: border-box;
}
#main .telList .title {
	margin-bottom: 38px;
	font-size: 3rem;
	font-family: "Zen Old Mincho",sans-serif;
}
#main .telList .title .col {
	color: #b50009;
}
#main .telList small {
	margin-top: 3px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}
#main .telList a {
	display: block;
}
#main .telList .comTel {
	font-size: 6rem;
	letter-spacing: 0.05em;
}
#main .telList .comTel span::before {
	width: 32px;
	height: 39px;
	top: 13px;
	left: 0;
}



/* ====================================================
		WEB Form
==================================================== */
#main .formBox {
	background-color: #fff;
}
#main .formBox .comBox {
	max-width: 1092px;
}
#main .formBox .textBox {
	margin: 0 auto 80px;
	max-width: 850px;
}
#main .formBox .textBox ul {
	font-size: 1.2rem;
	line-height: 1.75;
}
#main .formBox .textBox p {
	margin-bottom: 17px;
}
#main .formBox .textBox p .must {
	margin: -4px 6px 0 7px;
}
#main .formBox .headLine05 {
	margin-bottom: 73px;
}
#main .formBox .must {
	padding: 4px 2px 3px;
	min-width: 48px;
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-color: #b0000b;
	border-radius: 2px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox table th,
#main .tableBox table td {
	padding: 15px 0;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
#main .tableBox table th {
	padding: 42px 10px 20px 36px;
	width: 33%;
	font-size: 1.8rem;
}
#main .tableBox input[type="text"],
#main .tableBox input[type="email"],
#main .tableBox input[type="tel"],
#main .tableBox textarea {
	padding-left: 35px;
	width: 100%;
	border: none;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 0;
	height: 76px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
#main .tableBox textarea {
	padding-top: 20px;
}
#main .tableBox input::-webkit-input-placeholder {
	color: #CCCCCC;
	opacity:1;
}
#main .tableBox input:-moz-placeholder {
	color: #CCCCCC;
	opacity:1;
}
#main .tableBox input::-moz-placeholder {
	color: #CCCCCC;
	opacity:1;
}
#main .tableBox input:-ms-input-placeholder {
	color: #CCCCCC;
	opacity:1;
}
#main .tableBox th .must {
	margin-left: 15px;
}
#main .tableBox .small {
	margin-top: 11px;
	font-size: 1.2rem;
	line-height: 1.75;
	display: block;
}
#main .tableBox textarea {
	height: 300px;
	resize: vertical;
}
#main .submit {
	margin-top: 37px;
	text-align: center;
}
#main .submit li {
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}
#main .submit input {
	width: 400px;
	height: 80px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	background: #212322 url(../img_common/icon_arrow_right_white_large.png) no-repeat right 20px center;
	background-size: 30px auto;
	text-align: center;
	border: none;
	display: block;
	border-radius: 0;
	letter-spacing: 0.08em;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#main .tableBox .notesTxt {
	margin: 34px 0 0 121px;
	font-size: 1.2rem;
	display: block;
	line-height: 2.06;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.03em;
}



/* ====================================================
		Banner
==================================================== */
#main .banner {
	padding: 100px 0;
}
#main .banner a {
	display: block;
}
#main .banner img {
	width: 100%;
  height: auto;
}
.errorMsg {
	margin: 0 36px 30px;
	color: #b0000b;
}





@media all and (min-width: 897px) {
	#confirmForm .tableBox table th,
	#confirmForm .tableBox table td {
		padding: 30px 36px;
		vertical-align: middle;
    border-bottom: 1px solid #eee;
	}
}
@media all and (-ms-high-contrast:none){
	#main .telList .title {
		font-family: 'Noto Serif JP', serif;
	}
}





/* ====================================================
		Thanks
==================================================== */

/* -------------------------------
		Title
------------------------------- */
#main #thanks.row .headLine05 {
  margin-bottom: 80px;
}

/* -------------------------------
		Text
------------------------------- */
#thanks .textBox p {
  text-align: center;
  margin-bottom: 50px;
}









/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Tel
  ==================================================== */
  #main .telList .title {
    font-size: 2.2rem;
  }
  #main .telList .comTel {
    font-size: 4rem;
  }
  #main .telList .comTel span::before {
    width: 22px;
    height: 27px;
    top: 9px;
  }
  
  
}





/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Tel
  ==================================================== */
  #main #telBox {
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #main .row .headLine05 {
    margin-bottom: 60px;
  }
  
  #main .telList {
		display: block;
	}
	#main .telList li {
		margin-bottom: 20px;
		padding: 26px 15px;
		width: auto;
	}
	#main .telList li:last-child {
		margin-bottom: 0;
	}
	#main .telList .title {
		margin-bottom: 15px;
		font-size: 2.2rem;
		line-height: 1.3;
	}
	#main .telList .comTel {
		margin: 0 -15px;
		font-size: 3.5rem;
		display: block;
	}
	#main .telList .comTel span::before {
		width: 22px;
		height: 26px;
		top: 6px;
		left: 0;
	}
	#main .telList .comTel span {
		padding-left: 23px;
	}
	#main .telList small {
		margin-top: 0;
		font-size: 1.2rem;
	}
  
  
  /* ====================================================
      WEB Form
  ==================================================== */
  #main .formBox .headLine05 {
		margin-bottom: 50px;
	}
	#main .tableBox table th,
	#main .tableBox table td {
		padding: 0 0 20px;
		width: 100%;
		float: left;
		font-size: 1.4rem;
	}
	#main .tableBox table th {
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
	#main .tableBox input[type="text"],
	#main .tableBox input[type="email"],
	#main .tableBox input[type="tel"],
	#main .tableBox textarea {
		padding-left: 15px;
		height: 48px;
		font-size: 1.4rem;
	}
	#main .tableBox textarea {
		height: 100px;
	}
	#main .formBox .textBox {
		margin-bottom: 44px;
		max-width: inherit;
	}
	#main .submit input {
		width: 100%;
		height: 60px;
		font-size: 1.4rem;
	}
	#main .submit li {
		margin: 0 0 20px;
		display: block;
	}
	#main .submit li:last-child {
		margin-bottom: 0;
	}
	#main .submit {
		margin: 20px auto 0;
		width: 90%;
		max-width: 400px;
	}
	#main .tableBox .notesTxt {
		margin: 34px 0 0 0;
		line-height: 1.8;
		letter-spacing: 0.01em;
	}
  #main .submit input:hover {
		opacity: 0.7;
	}
	#main .formBox .textBox p a:hover {
		text-decoration: underline;
	}
  
  #confirmForm {
		margin-top: 20px;
	}
	.errorMsg {
		margin: 0 0 30px;
	}

  
  
  /* ====================================================
      Banner
  ==================================================== */
  #main .banner {
		margin: 0;
		padding: 50px 23px;
	}
  #main .banner a:hover {
		opacity: 0.7;
	}
  
  
  
  
  /* ====================================================
      Thanks
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #main #thanks.row .headLine05 {
    margin-bottom: 30px;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #thanks .textBox p {
    text-align: left;
  }
  
  
  
  
}

