@charset "UTF-8";
/* CSS Document */
/* TOPページ以外のメインエリア
-----------------------------------*/
#cmn_main {
	margin-top: 100px;
}
.cmn_main_div {
	position: relative;
	z-index: -99;
}
.cmn_main_div img {
	vertical-align: top;
}
.cmn_main_txt {
	position: absolute;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 12px #555;
	letter-spacing: 0.2em;
	animation-name: fadeinn;
	animation-duration: 4s;
	animation-iteration-count: 1;
	font-weight: 600;
	font-size: 3.6rem;
	top: 30%;
  left: 0;
  right: 0;
}
	@keyframes fadeinn {
	    from {
	      opacity: 0;
	    }
	    to {
	      opacity: 1;
	      transform: translateZ(0);
	    }
	}
#breadcrumb {
	background: var(--att);
	padding: 15px 0;
}
#breadcrumb ol {
	display: flex;
	margin: auto;
	max-width: 1230px;
  padding: 0px 15px;
  box-sizing: border-box;
}
#breadcrumb li {
	font-weight: 600;
	list-style: none;
}
#part_sec {
	margin: 50px auto 0 auto;
	max-width: 900px;
	width: 100%;
}
.cmn_sec {
	margin-top: 50px;
}
h3 {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight: 600;
	margin-bottom: 50px;
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #000;
}
main h3 span {
	background: var(--att);
	
}
h3 span{
    font-size: clamp(1.2rem,1.56vw,1.4rem);
    bottom: -1.8em;
    line-height: 1.4;
    padding: 1px 15px 2px;
    font-weight: 400;
    margin: 8px auto 0;
		letter-spacing: 0;
}
h4 {
    font-size: clamp(1.8rem, 2.7vw, 3rem);
    color: var(--head3);
    font-weight: 600;
    margin: 15px 0 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.4;
}
#contact h3 span {
    background: #fff;
}
.con_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.con_area li {
  display: table;
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-weight: 400;
}
.con_area li .ovw_l {
  width: 30%;
  display: table-cell;
  vertical-align: middle
}
.con_area li .ovw_l span {
	background: #cc0000;
	color: #FFF;
	font-size: 12px;
	padding: 2px 4px;
}
.con_area li .ovw_r {
  width: 70%;
	display: table-cell;
}
.con_area li:last-child {
	/*
  border-bottom: 0;
  */
}
.con_send_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-top: 40px;
}
.con_send {
	padding: 0 10px;
}
.btn_send {
	background: var(--att);
	display: block;
  border: 1px solid var(--att);
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  width: 240px;
}
.btn_reset {
	background: #f5f5f5;
	display: block;
  border: 1px solid var(--att);
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  width: 240px;
}
.pri_div {
	padding: 1.5% 3%;
	border: solid 1px #ccc;
  max-height: 140px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
	scrollbar-color: #111 #eeeeee;
	scrollbar-width: thin;
}
.pri_div p {
	font-size: 16px;
}

/* フォーム箇所
-----------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

@media(max-width:768px) {
	#cmn_main {
    height: calc(150px + 210*(100vw - 320px) / 980);
    display: flex;
    align-items: center;
    background-color: #efefef;
    margin-top: 50px;
    position: relative;
    z-index: 0;
	}
	.cmn_main_div {
		height: 100%;
	}
	.cmn_main_div img {
		max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.cmn_main_txt {
		font-size: 3.0rem;
		top: 25%;
	}
/* パンくずリスト
-----------------------------------*/
	#breadcrumb {
		padding: 12px 0;
	}
/* フォーム箇所
-----------------------------------*/
	#formWrap {
		width:95%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	form input[type="text"], form textarea {
		width:100%;
		padding:5px;
		font-size:110%;
		display:block;
		box-sizing: border-box;
	}
	form input[type="submit"], form input[type="reset"], form input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
	.con_area li .ovw_l {
	  width: 100%;
		display: block;
	  vertical-align: middle;
	      padding-bottom: 12px;
	}
	.con_area li .ovw_l span {
		background: #cc0000;
		color: #FFF;
		font-size: 12px;
		padding: 2px 4px;
	}
	.con_area li .ovw_r {
	  width: 100%;
		display: block;
	}
	.con_send_area {
		flex-direction: column;
	}
	.con_send {
		width: 80%;
		padding: 10px 0;
		margin: 0 auto;
	}
	.pri_div p {
		font-size: 12px;
	}
}
