@charset "utf-8";
/* CSS Document */



/* コンテンツA： ヒーローイメージ */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:url("../img/main_back.gif");
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	padding: 0 10px;
	padding-top: 30px;
	position: relative;
}


.conA .container{
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
}



.conA h1 {
	margin-top: 0;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-left: 0.2em;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #534741;
}


.conA p{
	color: #f7931e;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
}


.tree03{
	position: absolute;
	left: 0;
	top:20%;
	width: 110px;
}

.tree04{
	position: absolute;
	right: 20px;
	bottom:0px;
	width: 80px;
}



@media (min-width: 768px) {
	
	
	.conA{
		padding-top: 100px;
	}
	
	
	.conA .container{
		height: 300px;
	}
	
	.conA h1 {
		font-size: 40px;
	}

	.conA p {
		font-size: 24px;
	}
	
	
.tree03{
	top:30%;
	width: auto;
}

.tree04{
	width: auto;
	
}
}




/* コンテンツページ: 記事 */


.post{
	padding-top: 30px;
	padding-bottom: 0px;
}


.post .container {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 1em 80px;
	background: #fff;
	border-radius: 20px;
	position: relative;
	box-sizing: border-box;
}


.post p {
	text-align: center;
	margin-bottom: 3em;
}

.post img {
	max-width: 100%;
}

.post table{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

.post th{
	width: 10%;
	padding: 1em;
}

.post th.line, .post td.line{
	border-bottom: 2px dashed #f9d4a2;
}

.post td{
	line-height: 2;
	padding: 1em;
}



@media print, screen and (min-width: 768px){
	
	
	.post{
		padding-top: 50px;
		padding-bottom: 0px;
	}	

	
	.post .container{
		padding-top: 30px;
		padding-bottom: 80px;
	}
	
	
	.post table{
		font-size: 18px;
	}

	
}




.title{
	font-family: "Kiwi Maru", serif;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	color: #534741;
	margin-top: 0;
	margin-bottom:1em;
	font-size: 20px;
}



@media print, screen and (min-width: 768px){
	.title{
	font-size: 32px;
		margin-bottom:1.5em;
		font-weight: 500
	
}
	}



.box01{
	margin-bottom: 50px;
}

@media print, screen and (min-width: 768px){
.box01{
	margin-bottom: 80px;
}	
	
}


.wp-block-gallery{
	max-width: 900px;
	margin: 0 auto;
}



 .wpcf7 p {
display: inline;
}


dl{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 85%;
	padding: 0.5em;
	margin-bottom: 1em;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 85%;
	padding: 0.5em;
	margin-bottom: 1em;
}

.wpcf7 input[name="tel-605"] { /* 電話番号入力欄 */
	width: 85%;
	padding: 0.5em;
	margin-bottom: 1em;
}



.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
	width: 85%;
	padding: 0.5em;
	margin-bottom: 1em;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
	padding: 0.5em;
	margin-bottom: 1em;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f7931e;
  border: none;
  color: #fff;
  cursor: pointer;
}
span.wpcf7-spinner {
  display: none;
}

.submit-btn{
	text-align: center;
}

