/*
Theme Name: XWRITE child
Version: 1.0.0
Template: xwrite
*/

/*color
茶色#4f4739
金色#aa8d29
　#f5f1e5
スキン#f4ece3
赤#ff1d25
*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Noto+Sans+JP:wght@100..900&display=swap');
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.kosugi-regular {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*body*/
body {
	letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*front*/
.home h1 {
	text-align: center;
	border-bottom: none !important;
}
.home-benefit .wp-block-column {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/w780good.png");
	height: 378px;
	text-align: right;
	padding-left: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-point-block {/*
	border-left: 2px solid #4f4739;*/
	padding-left: 40px;
}
.home-point {
	position: relative;
	padding-left: 40px;/*
	font-weight: bold;*/
}
.home-point span {
	font-weight: bold;
}
.home-point:before {
	color: #ff1d25;
  font-size: 2.6rem;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f00c";
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tips-icon {
	position: relative;
	padding-left: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #aa8d29;
	border-bottom: 2px solid #aa8d29;
  display: inline-block;
}
.tips-icon:before {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/tips-icon-scaled.png");
  content: "";
	width: 35px;
	height: 40px;
  display: inline-block;
    position: absolute;/*
    top: 50%;*/
	bottom: 6px;
    left: 0;/*
    transform: translateY(-50%);*/
}
.bg-nice,
.bg-point1,
.bg-point2,
.bg-point3 {
	position: relative;
	padding-right: 240px;
	z-index: 1;
}

@media only screen and (max-width: 575px) {
.home-point-block {
	padding-left: 0;
}
.bg-nice,
.bg-point1,
.bg-point2,
.bg-point3 {
	padding-right: 0;
	padding-bottom: 240px;
}
.wp-container-core-columns-is-layout-9d6595d7 .wp-block-column {
	margin-bottom: 40px;
}
.wp-container-core-columns-is-layout-9d6595d7 h3 {
	margin-top: 0;
}
}
.bg-nice:before {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/nice-fff.png");
  content: "";
	width: 100px;
	height: 129px;
    position: absolute;
	bottom: 20px;
    right: 10px;
	z-index: -1;
}
.bg-point1:before {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/ai-img001.png");
  content: "";/*
	width: 300px;
	height: 229px;*/
	width: 394px;
	height: 300px;
    position: absolute;
	bottom: -100px;
    right: 0;
	z-index: -1;
}
.bg-point2:before {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/ai-img002.png");
  content: "";
	width: 300px;
	height: 358px;
    position: absolute;
	bottom: -100px;
    right: 0;
	z-index: -1;
}
.bg-point3:before {
	background: no-repeat top/100% url("https://sionas.co.jp/plan20/wp-content/uploads/2026/03/ai-img003.png");
  content: "";
	width: 300px;
	height: 428px;
    position: absolute;
	bottom: -100px;
    right: 0;
	z-index: -1;
}
.home-plantable tr td:first-child {
	width: 200px;
}
@media only screen and (max-width: 575px) {
.home-plantable tr td:first-child {
	width: 120px;
}
.home .wp-block-xwrite-decobox.wp-block-xwrite.xw-block-decobox.xw-box-type1.xw-shadow-hide {
	padding: 20px;
}
#block-16 .wp-block-group.bg-nice {
	padding: 30px 30px 140px 30px !important;
}
}

/*price*/
.price-box dl dt {
	width: 300px !important;
}
.price-box dl dd {
	width: auto !important;
}

/*menu*/
.headerInfo .wp-block-xwrite-button.wp-block-xwrite.is-layout-flex.wp-container-xwrite-button-is-layout-16018d1d.wp-block-xwrite-button-is-layout-flex {
	margin-top: 0 !important;
}

/* フォーム */
.wpcf7-form {
	max-width: 960px;
	width: 100%;
	background: #fff;
	padding: 30px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 20px;
}
.cf7-q {
	width: 30%;
	font-weight: bold;
}
.cf7-a {
	width: 70%;
}
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
	padding: 8px 12px;
	background: #efefef;
	border: none;
	width: 100%;
}
.wpcf7-form select {
	padding: 12px 8px !important;
}
.wpcf7-form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 2px solid #aa8d29;
	background: #aa8d29;
	height: 60px;
	border-radius: 5px;
	max-width: 300px;
	width: 90%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin: 20px auto ;
	letter-spacing: 1px;
}
.wpcf7-form input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
	opacity: 0.8;
}
.wpcf7-form input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}
.top-link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: 2px solid #aa8d29;
	background: #fff;
	height: 60px;
	border-radius: 5px;
	max-width: 300px;
	width: 90%;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin: 40px auto 20px ;
}
.top-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 60px;
	width: 100%;
	position: relative;
	color: #aa8d29;
}
.top-link a::after {
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f139";
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.top-link:hover {
	background: #f5f1e5;
}
.top-link a:hover::after {
	top: calc(50% - 2px);
}

/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 2px 6px;
border: 1px solid #f00;
color: #f00;
margin-left: 10px;
display:inline-block;
}

@media only screen and (max-width: 781px) {
.wpcf7-form {
	padding: 15px;
}
.cf7-item {
display: block;
}
.cf7-q {
width: 100%;
margin: 0;
}
.cf7-a {
width: 100%;
}
}

/*reCAPTCHAロゴ非表示*/
.grecaptcha-badge { visibility: hidden; }