/*!
Theme Name: miyaworks-child
Template: miyaworks
Author: miya
Description: Description
Version: 1.0.0
*/
/**PCとスマホの表示切り替え**/
@media screen and (min-width: 829px) {
  /* Tablet, PC */
  .sp {
    display: none !important;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  /* スマホ */
  .pc {
    display: none !important;
  }
  .br-pc {
    display: none;
  }
}
/**** 共通 ****/
html, body {
  height: 100vh;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}
p {
	margin: 0;
}
.center {
  text-align: center;
}
.brown {
  color: #845730;
}
.txt {
	font-size: 1.2rem;
		line-height: 2.5rem;
}
.entry-title,.entry-footer {
	display: none;
}
/**** header ****/
#logo {
  display: block;
  margin: 1.2rem auto 1.2rem 0;
  padding-left: 1rem;
}
.top-gazou {
  width: 100%;
}
@media screen and (min-width: 829px) {
	#logo {
    width: 206px;
    height: 54px;
	}
}
/**** footer ****/
#copyright {
  background: #B6D1D1;
  padding: 2rem 0;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
}
/**** main ****/
#service {
  margin: 4.4rem 2rem;
}
#service h3 {
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.flower-image {
	width: 70%;
	display: block;
	margin: 2rem auto;
}
.flower-image02 {
	width: 45%;
	display: block;
	margin: 2rem auto;
}
#flower-list {
  background: #FFF8F4;
  padding: 3.4rem 2rem;
}
#flower-list h2 {
  font-size: 2.6rem;
	margin-bottom: 3rem;
}
.figure-wrap {
  display: flex;
  flex-direction: column;
	margin: 5rem 0;
	justify-content: center;
}
#form {
  margin: 4.5rem 4rem;
}
#form h2 {
  font-size: 2rem;
	margin-bottom: 2rem;
}
@media screen and (min-width: 829px) {
  .figure-wrap {
    flex-direction: row;
	  gap: 2rem;
	  margin: 10rem 0;
  }
	#service h3 {
    font-size: 2.7rem;
    line-height: 5.2rem;
	}
	.flower-image {
    width: 30%;
    margin: 6rem auto;
	}
	.txt {
    font-size: 2.2rem;
    line-height: 3.5rem;
	}
	#flower-list h2 {
    font-size: 4.6rem;
    margin-bottom: 6rem;
    margin-top: 6rem;
	}
	.flower-image02 {
		width: 20%;
		margin: 6rem auto;
	}
	#form h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
	}
}
/**** google form ****/
.c-form {
	margin: 5rem 0;
}
.c-form__label {
	font-size: 11px;
	color: #3F3F3F;
}

.c-form__required {
	background: #F43030;
    color: white;
    border-radius: 10px;
    padding: 3px 5px;
    margin-left: 15px;
	font-size: 7px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
	margin-bottom: 2rem;
    margin-top: 1rem;
}
#field-mail01,#field-name02,#field-postal-code {
	color: #666;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
	margin-bottom: 2rem;
    margin-top: 1rem;
}
#field-name01,#field-tel01,#field-address,#field-mail01,#field-name02,#field-tel02,#field-postal-code {
	width: 90%;
}
#field-date {
	width: 100%;
	padding: 1.5rem;
}
.radio-detail {
	font-size: 1.2rem;
	margin-left: 0.5rem;
}
input {
		margin: 10px 0;
	}
figcaption {
	color: #845730;
	font-size: 1.5rem;
	}
figure {
    margin: 2em 0;
    text-align: center;
}
@media screen and (min-width: 829px){
	.c-form {
		max-width: 800px;
		margin: 10rem auto;
	}
	.c-form__label {
		font-size: 20px;
	}
	.c-form__required {
		border-radius: 16px;
		padding: 2px 10px;
		font-size: 18px;
	}
	input,textarea,button {
		font-size: 1.5rem;
	}
	#field-anniversary {
		font-size: 1.5rem;
	}
	.radio-detail {
		font-size: 1.7rem;
		margin-left: 0.5rem;
	}
	#three-flower {
		display: flex;
		margin: 5rem 0;
	}
	figcaption {
		font-size: 2.2rem;
	}
}
