@charset "UTF-8";
.low-page .contents h2{
	font-size: 3.5rem;
	color: #AD904C;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
}
.low-page .ttl-area h2{
	font-size: 3.5rem;
    text-align: center;
    color: #AD904C;
    font-weight: 500;
}
.low-page .ttl-area span {
    font-size: 1.4rem;
    display: block;
    text-align: center;
}
.low-page h2 .sp-block{
	display: none;
}
.low-page .ttl-area{
	margin-bottom: 25px;
}
.low-page .ttl-txt{
	margin-bottom: 25px;
}
.low-page h2.small{
	font-size: 2.8rem;
	margin-bottom: 20px;
}
.low-page .contents h3{
font-size: 2.5rem;
padding-left: 10px;
border-left: solid 2px #AD904C;
color: #AD904C;
margin-bottom: 15px;
margin-top: 5%;
font-weight: 700;
color: #AD904C;
}
.low-page .contents h4{
font-size: 2.2rem;
padding-bottom: 10px;
margin-bottom: 15px;
border-bottom: solid 1px #AD904C;
font-weight: 500;
color: #AD904C;
}
.low-page .contents h5{
position: relative;
font-size: 1.8rem;
margin-bottom: 15px;
padding-left: 20px;
font-weight: 500;
color: #AD904C;
}
.low-page .contents h5::before{
	content: "";
	width: 20px;
	height: 20px;
	background: #AD904C;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.low-page .contents p{
font-size: 1.6rem;
line-height: 1.6;
}
.low-page .contents P.mb{
margin-bottom: 15px;
}
.low-page .contents P a{
	color: #AD904C;
}

.low-page .contents .flex .img{
	width: 35%;
}
.low-page .contents .flex .txt{
	width: 63%;
}
.low-page .contents section{
	padding: 6% 0;
}
.low-page .contents .one-image.full{
	width: 100%;
}
.low-page .contents .one-image.middle{
width: 75%;
margin-inline: auto;
}
.low-page .contents .one-image.small{
width: 50%;
margin-inline: auto;
}
.low-page .contents .flex.mb{
margin-bottom: 5%;
}
.low-page .contents .flex{
	margin-bottom: 5%;
}
.low-page .contents .flex:last-of-type{
	margin-bottom: 0;
}
.low-page .contents .box{
	padding: 3%;
	background: #FFF9F1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.low-page .contents .box .ttl{
	font-size: 2.5rem;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #AD904C;
	color: #AD904C;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}
.low-page .contents .list ul li{
	font-size: 1.6rem;
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 5px;
}
.low-page .contents .list ul.flex{
	justify-content: space-between;
}
.low-page .contents .list ul.flex li{
	width: 48%;
}
.low-page .contents .page-link.flex{
	justify-content: space-between;
}
.low-page .contents .page-link.flex .btn{
	width: 49%;
	margin-bottom: 10px;
}
.low-page .contents .page-link.flex .btn a{
	width: 100%;
}
.low-page .contents .btn-flex{
	justify-content: center;
}
.low-page .contents .btn-flex a{
	margin: 5px 10px;
}

.low-page .contents table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #AD904C;
	margin: 30px 0;
  }
  
  .low-page .contents th,
  .low-page .contents td {
	padding: 12px 16px;
	font-size: 1.4rem;
	border: 1px solid #AD904C;
  }
  
  .low-page .contents thead th {
	font-weight: 500;
	color: #AD904C;
	text-align: center;
  }
  .low-page .contents thead th:first-of-type{
	border-right: solid 1px #AD904C;
	width: 60%;
  }
  .low-page .contents td:last-of-type {
	text-align: right;
  }
.pd-top0{
	padding-top: 0!important;
}
.low-page .w900{
	max-width: 960px;
	margin-inline: auto;
	padding: 0 20px;
}
.low-page .thum{
	margin-bottom: 30px;
}
.low-page .thum img{
	height: auto;
}
.low-page .hosoku{
	display: block;
	font-size: 1.4rem;
	padding-left: 14px;
	text-indent: -14px;
}

/* 下層ヘッダー ---------------------------------------------------- */
.low-header {
	position: relative;
	background-image: url(../image/low-header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 220px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.low-header h1{
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	color: #fff;
	z-index: 2;
	padding-right: 10px;
}
.low-header h1 br{
	display: none;
}
.low-header .logo{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
    mix-blend-mode: multiply;
}

/* パンくず ------------------------------------------------------ */
.breadcrumb{
	margin-bottom: 6%;
}
.breadcrumb a{
	position: relative;
	color: #AD904C;
	font-size: 1.4rem;
}
.breadcrumb a::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #AD904C;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.breadcrumb span{
	color: #000;
	font-size: 1.4rem;
}

.contact label{
	display: block;
	margin-bottom: 20px;
}
.contact label br{
	display: none;
}
.contact label .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
}
input{
	border-radius: 0!important;
	width: 100%;
	height: 50px;
	border: 1px solid #dddddd!important;
}
select{
	border-radius: 0!important;
	width: 100%;
	height: 50px;
	border: 1px solid #dddddd!important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background: #fff;
	font-size: 1.4rem;
	transition: .3s;
	border: solid 1px #AD904C;
	color: #AD904C;
	letter-spacing: -0.02em;
}
.contact .date-label{
	display: block;
	margin-bottom: 30px;
}
.contact .btn p{
	position: relative;
}
.contact .btn p::after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    color:#AD904C;
    line-height: 1;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-width: 1px 1px 0px 0px;
    border-style: solid solid;
    border-color: currentcolor currentcolor;
    border-image: initial;
    border-left: 0px;
    border-bottom: 0px;
	transition: .3s;
}
textarea{
	width: 100%;
}
.date-label input{
	cursor: pointer;
}

.contact .index{
	display: block;
	margin-bottom: 5px;
}
.date-pp label{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.date-pp input{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 16px;
}
.date-pp .wpcf7-list-item{
	width: auto!important;
	margin-right: 0!important;
}
.date-pp span.wpcf7-list-item-label{
	width: auto!important;
	margin-right: 0!important;
	line-height: 1;
}
.date-pp .wpcf7-form-control, .date-pp .wpcf7-form-control-wrap{
	width: auto!important;
	margin-right: 0!important;
}
.date-pp a{
	position: relative;
}
.date-pp a::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #AD904C;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.Required{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0px 10px;
	background: #ff0049;
	color: #fff!important;
	margin-left: 10px;
	vertical-align: bottom;
    margin-bottom: 2px;
}

textarea{border-radius: 0!important;}

.screen-reader-response p{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.wpcf7-response-output{
	text-align: center;
	font-size: 1.4rem;
	margin-top: 20px;
}
.screen-reader-response ul{
	display: none;
}

.wpcf7-not-valid-tip{
	font-size: 1.2rem;
	color: #ff0049;
}

.confirm_area,
.thanks_area {
	display: none;
}

.wpcf7-response-output{
	display: none;
}